<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Vivek Agarwal's Portal/Java Blog &#187; HP OpenView</title>
	<atom:link href="http://vivekagarwal.wordpress.com/category/hp-openview/feed/" rel="self" type="application/rss+xml" />
	<link>http://vivekagarwal.wordpress.com</link>
	<description>An IBM Gold Consultant's weblog about IBM, Lotus, WebSphere, J2EE, IT Processes, and other IT technologies</description>
	<lastBuildDate>Tue, 27 Oct 2009 03:15:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='vivekagarwal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/da8f819b3926c7922045a2bb8dda8053?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Vivek Agarwal's Portal/Java Blog &#187; HP OpenView</title>
		<link>http://vivekagarwal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vivekagarwal.wordpress.com/osd.xml" title="Vivek Agarwal&#8217;s Portal/Java Blog" />
		<item>
		<title>Need to decode WebSphere/Domino LTPA token for SSO?</title>
		<link>http://vivekagarwal.wordpress.com/2008/07/15/need-to-decode-webspheredomino-ltpa-token-for-sso/</link>
		<comments>http://vivekagarwal.wordpress.com/2008/07/15/need-to-decode-webspheredomino-ltpa-token-for-sso/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 16:01:53 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[HP OpenView]]></category>
		<category><![CDATA[WebSphere]]></category>
		<category><![CDATA[WebSpherePortal]]></category>
		<category><![CDATA[Decode]]></category>
		<category><![CDATA[Jetspeed]]></category>
		<category><![CDATA[LTPA Token]]></category>
		<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/?p=113</guid>
		<description><![CDATA[I needed to implement Single Sign-On between IBM WebSphere Portal and HP Operations Dashboard (HPOD) without using a SSO product, and figured that we could do that using the LTPA token generated by WPE on login to the Portal. For LTPA token based SSO to work, we need to be able to decode the LTPA [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=113&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I needed to implement Single Sign-On between IBM WebSphere Portal and HP Operations Dashboard (HPOD) without using a SSO product, and figured that we could do that using the LTPA token generated by WPE on login to the Portal. For LTPA token based SSO to work, we need to be able to decode the LTPA token on the HPOD front &#8211; HPOD is based on Jetspeed &#8211; in other words, we are looking at implementing SSO between WebSphere and Jetspeed. I was just getting ready to look up some info that I have from <a href="http://en.wikipedia.org/wiki/Gennaro_A._Cuomo" target="_blank">Jerry Cuomo</a> on the LTPA token format,  when I tried a quick Google search and found an even better answer. I stumbled upon a blog entry and functional code for LTPA token decoding at <a href="http://blog.offbytwo.com/2007/08/21/working-with-lightweight-third-party-authentication-ltpa/" target="_blank">http://blog.offbytwo.com/2007/08/21/working-with-lightweight-third-party-authentication-ltpa/</a>. I downloaded the code, exported the LTPA keys from a test WPE server, copied the 3DESKey and our LTPA encryption password into LtpaUtils, logged in to the WPE test server, determined the LTPA token cookie value for test purposes, and was able to decrypt it just fine using LtpaUtils. And thanks to Cosmin, all of this took about 20 minutes!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/113/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/113/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/113/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/113/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/113/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=113&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2008/07/15/need-to-decode-webspheredomino-ltpa-token-for-sso/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>HP OpenView Operations Basic Tutorial: Working around an issue with the &#8220;Send Email&#8221; sample policy</title>
		<link>http://vivekagarwal.wordpress.com/2007/12/06/hp-openview-operations-basic-tutorial-working-around-an-issue-with-the-send-email-sample-policy/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/12/06/hp-openview-operations-basic-tutorial-working-around-an-issue-with-the-send-email-sample-policy/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 04:55:59 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[HP OpenView]]></category>
		<category><![CDATA[HP Software]]></category>
		<category><![CDATA[HPOpenView]]></category>
		<category><![CDATA[OpenView]]></category>
		<category><![CDATA[OpenView Operations]]></category>
		<category><![CDATA[OVO]]></category>
		<category><![CDATA[OVOW]]></category>
		<category><![CDATA[OVOW Tutorial]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/12/06/hp-openview-operations-basic-tutorial-working-around-an-issue-with-the-send-email-sample-policy/</guid>
		<description><![CDATA[Recently I started to delve into HP OpenView Operations for Windows (OVOW) policy management from the perspective of learning how to build custom policies and determining what standard policies to apply on some WebSphere Portal related servers that  I needed monitored.  I skimmed through the OVO Basic Tutorial and tried to actually perform [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=87&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently I started to delve into HP OpenView Operations for Windows (OVOW) policy management from the perspective of learning how to build custom policies and determining what standard policies to apply on some WebSphere Portal related servers that  I needed monitored.  I skimmed through the OVO Basic Tutorial and tried to actually perform step 10 of the tutorial around creating a custom policy and step 11 around deploying a standard policy. Creating the custom policy (NotepadTest) from the tutorial was a piece of cake &#8211; 10 minutes. However getting the standard &#8220;email notification&#8221; policy to work was not so straightforward! <span id="more-87"></span></p>
<p>I followed the instructions in the tutorial to the &#8220;T&#8221; using the <em>FwdMsgAsEmail </em>policy as the basis, but to no avail &#8211; no email notifications. Instead, I had a critical error message &#8211; <em>Failed to forward message as e-mail: &#8216;1 processes &#8220;notepad.exe&#8221; with parameter &#8220;&#8221; are running. Expected: 0 process.&#8217; </em>Looking at the 2 annotations on the message, I saw this -</p>
<p>Annotation 1:</p>
<pre>
automatic action started.
Operator : SYSTEM

Node : kingfisher-ovow.ausnq.com
Action : cscript.exe "%OvInstallDir%\bin\FwdMsgAsEMail.vbs" -MsgId 71009140-9ea4-71dc-0efe-0a0a0a850000 -to "my_email_address@xtivia.com" -from "ovow@xtivia.com" -mailsrv "mailserver" -name "HP OpenView Operations"</pre>
<p>Annotation 2:</p>
<pre>
automatic action failed.
Result : -1

Output :

Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
STDERR: Invalid argument 'Files\HP'.</pre>
<p>On looking through the <a href="http://forums12.itrc.hp.com/service/forums/categoryhome.do?categoryId=162&amp;admit=109447627+1197002258511+28353475" target="_blank">HP forums</a>  I found that there were others who had run into the same issue, but no obvious solutions. Based on the error message, it appears to me the result of a fatal flaw in Windows installs where you accept default paths that contain spaces (C:\Program Files\HP OpenView). I suspect that if you ran this tutorial with OVOW installed in a path without spaces, you would not encounter the issue. In my case, I just plowed right ahead with the existing install. Once I figured out the command that was being run to send out the script (shown in annotation 1),  it was a simple matter to open FwdMsgAsEMail.vbs and see that it was trying to use OvEpMail.exe to send the email. I played with it for a bit and quickly replaced OvEpMail.exe with <a href="http://www.blat.net/194/" target="_blank">Blat</a> and ran into a similar issue. Tracked that down to the email subject and was able to get the email notifications to work with a hard-coded subject of &#8220;test subject&#8221;.</p>
<p>Essentially I replace the following section in FwdMsgAsEMail.vbs</p>
<pre>
If IsEmpty(MailSrv) Then
Command = "OvEpMail.exe -to " &amp; Recipient &amp; " -from " &amp; Sender &amp; _
" -subject """ &amp; Subj &amp; """ -file """ &amp; TmpFilename &amp; """" &amp; _
" -format convert -name """ &amp; DispName &amp; """"
Else
Command = "OvEpMail.exe -to " &amp; Recipient &amp; " -from " &amp; Sender &amp; _
" -mailsrv " &amp; MailSrv &amp; _
" -subject """ &amp; Subj &amp; """ -file """ &amp; TmpFilename &amp; """" &amp; _
" -format convert -name """ &amp; DispName &amp; """"
End If</pre>
<p>with</p>
<pre>
If IsEmpty(MailSrv) Then
Command = "blat.exe -to " &amp; Recipient &amp; " -f " &amp; Sender &amp; _
" -server localhost" &amp; _
" -subject """ &amp; Subj &amp; """ """ &amp; TmpFilename &amp; """"
Else
Command = "blat.exe -log c:\temp\blat.log -to " &amp; Recipient &amp; " -f " &amp; Sender &amp; _
" -server " &amp; MailSrv &amp; _
" -subject """ &amp; "test subject" &amp; """ -bodyF """ &amp; TmpFilename &amp; """"
End If</pre>
<p>Obviously, in retrospect, I could have gotten OvEpMail.exe to work as well and I am sure a production version of this policy would need to have a more useful subject, but if you like me, run into this issue while simply trying to make the basic OVOW tutorial work, then you could use the workaround that I did! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/87/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/87/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=87&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/12/06/hp-openview-operations-basic-tutorial-working-around-an-issue-with-the-send-email-sample-policy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>HP Operations Dashboard does appear to be the answer!</title>
		<link>http://vivekagarwal.wordpress.com/2007/09/06/hp-operations-dashboard-does-appear-to-be-the-answer/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/09/06/hp-operations-dashboard-does-appear-to-be-the-answer/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 02:36:47 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[HP OpenView]]></category>
		<category><![CDATA[HP Software]]></category>
		<category><![CDATA[HPOpenView]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/09/06/hp-operations-dashboard-does-appear-to-be-the-answer/</guid>
		<description><![CDATA[I have spent a significant part of the last couple of weeks chasing down the right solution for integrating data from HP OpenView Operations (OVO), HP Network Node Manager (NNM), HP OpenView Performance Insight (OVPI), and HP OpenView Internet Services (OVIS). And I have finally settled on the HP Operations Dashboard!
The HP Operations Dashboard consists [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=64&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have spent a significant part of the last couple of weeks chasing down the right solution for integrating data from HP OpenView Operations (OVO), HP Network Node Manager (NNM), HP OpenView Performance Insight (OVPI), and HP OpenView Internet Services (OVIS). And I have finally settled on the HP Operations Dashboard!<span id="more-64"></span></p>
<p>The HP Operations Dashboard consists of two modules &#8211; the Operations View (OPV) and the Real-time Health View (RHV). The OPV enables you to create a single pane view into individual domain tools such as NNM, OVO, OVSN and others by selecting any of the out of the box Portlet views for the supported products &#8211; a limitation is that each portlet can only provide a view into a single product &#8211; i.e. an OPV portlet cannot combine data from more than one domain tool. The RHV enables you to stitch end to end infrastructure service views by leveraging infrastructure models in domain tools. You can use the RHV to consolidate event and performance information from domain tools to create health indicators for the infrastructure services that are of high interest to you. It can even look across into the helpdesk activities to understand how IT is responding to infrastructure health issues. Finally you can drilldown from RHV module into OPV module for complete details.</p>
<p>In our particular situation, OPV provides value in case of integration with NNM and OVO; however the OVPI integration is extremely simplistic and essentially an iframe. We could do that without investing in OPV. And the OVIS integration does not seem overwhelming either. However, all in all, there is value with the OPV portlets for NNM and OVO that makes me think that it will be worthwhile investing in OPV. We see this as the first step and once we have that in place, we will look at getting RHV going. I am sure I will have updates as we work with HP OPV.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/64/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/64/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=64&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/09/06/hp-operations-dashboard-does-appear-to-be-the-answer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
		<item>
		<title>Frustrated with HP OpenView Documentation!</title>
		<link>http://vivekagarwal.wordpress.com/2007/08/22/frustrated-with-hp-openview-documentation/</link>
		<comments>http://vivekagarwal.wordpress.com/2007/08/22/frustrated-with-hp-openview-documentation/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 02:52:03 +0000</pubDate>
		<dc:creator>Vivek Agarwal</dc:creator>
				<category><![CDATA[HP OpenView]]></category>
		<category><![CDATA[HP Software]]></category>

		<guid isPermaLink="false">http://vivekagarwal.wordpress.com/2007/08/22/frustrated-with-hp-openview-documentation/</guid>
		<description><![CDATA[Recently I have been looking into HP Software (formerly OpenView) as we have an opportunity to create an IT dashboard for a customer that uses several management products from this HP product suite. We are looking at integrating data from HP OpenView Operations (OVO), HP Network Node Manager (NNM), HP OpenView Performance Insight (OVPI), and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=55&subd=vivekagarwal&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Recently I have been looking into HP Software (formerly OpenView) as we have an opportunity to create an IT dashboard for a customer that uses several management products from this HP product suite. We are looking at integrating data from HP OpenView Operations (OVO), HP Network Node Manager (NNM), HP OpenView Performance Insight (OVPI), and HP OpenView Internet Services (OVIS). Rather than tying the dashboard directly to the database, we would prefer to interface to these products at a higher level. While skimming through the HP site, I discovered HP Operations Dashboard &#8211; a product that does integrate data from all the fore-mentioned products. I have been trying to absorb as much information as I can about the dashboard product and the other underlying OpenView products so that I can make the right choices. However, HP certainly does not make it easy!<span id="more-55"></span></p>
<p>They have no website for HP Software that comes close to the IBM DeveloperWorks site nor do they have InfoCenters a la IBM products. HP is certainly doing a great job of making me appreciate IBM&#8217;s documentation! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Also third-party coverage by magazines of these products is scarce to non-existent as far as I can tell.</p>
<p>However, after spending a significant portion of the day scrounging the web for information, I have managed to find some resources that have been useful. Hoping that I can make some sense quickly so that we can move on with scoping the dashboard project and get it rolling!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/vivekagarwal.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/vivekagarwal.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vivekagarwal.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vivekagarwal.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vivekagarwal.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vivekagarwal.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vivekagarwal.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vivekagarwal.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vivekagarwal.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vivekagarwal.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vivekagarwal.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vivekagarwal.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vivekagarwal.wordpress.com&blog=929801&post=55&subd=vivekagarwal&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://vivekagarwal.wordpress.com/2007/08/22/frustrated-with-hp-openview-documentation/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/51b07703056eac6cc06db437b8cfe663?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Vivek</media:title>
		</media:content>
	</item>
	</channel>
</rss>