<?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; HPOpenView</title>
	<atom:link href="http://vivekagarwal.wordpress.com/category/hpopenview/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; HPOpenView</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>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>
	</channel>
</rss>