<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[HP OVO Forum | Monitoring Solution - All Forums]]></title>
		<link>http://www.hpovo.com/</link>
		<description><![CDATA[HP OVO Forum | Monitoring Solution - http://www.hpovo.com]]></description>
		<pubDate>Wed, 08 Feb 2012 09:46:14 +0530</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[OVPI HTTP Server (WAS) cannot start]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=866</link>
			<pubDate>Fri, 03 Feb 2012 18:41:55 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=866</guid>
			<description><![CDATA[What can be done if OVPI HTTP Server (WAS) cannot start  on windows server?<br />
<br />
Syntoms:<br />
<br />
OVPI WAS - OpenView Performace Insight Web Application Server<br />
<br />
The Windows OVPI HTTP Server service on the Local Computer started and then stopped.<br />
  Some services stop automatically if they have no work to do....<br />
<br />
solution:<br />
This may be seen on platform architectures where the OS configuration / architecture does not allow the application server to run as a service. <br />
<br />
The following command line can be used to manually run the HTTP server in such circumstances:<br />
<br />
 "C:\Program Files\HP OpenView\nonOV\jdk\a\bin\java" -Xms128m -Xmx256m -Dtrend.home=C:\OVPI -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Djava.library.path=C:\OVPI/lib;C:\OVPI/bin -Dprogram.name=run.bat -server "-Djava.endorsed.dirs=C:\Program Files\HP OpenView\nonOV\PiJBoss\405\bin\\..\lib\endorsed" -classpath "C:\OVPI\data\nls;C:\Program Files\HP OpenView\nonOV\jdk\a\lib\tools.jar;C:\Program Files\HP OpenView\nonOV\PiJBoss\405\bin\\run.jar" org.jboss.Main  -c piweb<br />
<br />
Change the paths to match your environment.<hr />
one more cause can be,<br />
<br />
Port 4444 and 4445 are in use by another application.<br />
<br />
so Release the ports JBOSS requires:<br />
<br />
By default these are.<br />
<br />
WebService Port 8080<br />
Naming Port 1099<br />
Naming Rmi Port 1098<br />
RMIObject Port 4444<br />
ServerBind Port 4445<br />
<br />
issue netstat -an  on command prompt to chk which port is being used]]></description>
			<content:encoded><![CDATA[What can be done if OVPI HTTP Server (WAS) cannot start  on windows server?<br />
<br />
Syntoms:<br />
<br />
OVPI WAS - OpenView Performace Insight Web Application Server<br />
<br />
The Windows OVPI HTTP Server service on the Local Computer started and then stopped.<br />
  Some services stop automatically if they have no work to do....<br />
<br />
solution:<br />
This may be seen on platform architectures where the OS configuration / architecture does not allow the application server to run as a service. <br />
<br />
The following command line can be used to manually run the HTTP server in such circumstances:<br />
<br />
 "C:\Program Files\HP OpenView\nonOV\jdk\a\bin\java" -Xms128m -Xmx256m -Dtrend.home=C:\OVPI -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Djava.library.path=C:\OVPI/lib;C:\OVPI/bin -Dprogram.name=run.bat -server "-Djava.endorsed.dirs=C:\Program Files\HP OpenView\nonOV\PiJBoss\405\bin\\..\lib\endorsed" -classpath "C:\OVPI\data\nls;C:\Program Files\HP OpenView\nonOV\jdk\a\lib\tools.jar;C:\Program Files\HP OpenView\nonOV\PiJBoss\405\bin\\run.jar" org.jboss.Main  -c piweb<br />
<br />
Change the paths to match your environment.<hr />
one more cause can be,<br />
<br />
Port 4444 and 4445 are in use by another application.<br />
<br />
so Release the ports JBOSS requires:<br />
<br />
By default these are.<br />
<br />
WebService Port 8080<br />
Naming Port 1099<br />
Naming Rmi Port 1098<br />
RMIObject Port 4444<br />
ServerBind Port 4445<br />
<br />
issue netstat -an  on command prompt to chk which port is being used]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to manually create a ovcd service in windows?]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=865</link>
			<pubDate>Thu, 02 Feb 2012 12:09:07 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=865</guid>
			<description><![CDATA[How to manually create a ovcd service in windows?<br />
<br />
<br />
create the service with following steps (change the path to ovcd.exe as required):<br />
> sc delete OvCtrl<br />
> sc create OvCtrl binPath= "\"C:\Program Files\HP\HP BTO Software\bin\ovcd.exe\"" start= auto DisplayName= "HP OpenView Ctrl Service"<br />
> sc description OvCtrl "HP OpenView Control Service for controlling and monitoring integrated OpenView processes."]]></description>
			<content:encoded><![CDATA[How to manually create a ovcd service in windows?<br />
<br />
<br />
create the service with following steps (change the path to ovcd.exe as required):<br />
> sc delete OvCtrl<br />
> sc create OvCtrl binPath= "\"C:\Program Files\HP\HP BTO Software\bin\ovcd.exe\"" start= auto DisplayName= "HP OpenView Ctrl Service"<br />
> sc description OvCtrl "HP OpenView Control Service for controlling and monitoring integrated OpenView processes."]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OvCtrl daemon will not start after the Windows HTTPS agent has been upgraded]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=864</link>
			<pubDate>Thu, 02 Feb 2012 12:08:00 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=864</guid>
			<description><![CDATA[OvCtrl daemon will not start after the Windows HTTPS agent has been upgraded , what can be done?<br />
<br />
<br />
In some cases after the Windows HTTPS agent has been upgraded the "HP Openview Ctrl Service" service will not start as it no longer exists in Control Panel > Services.<br />
The agent upgrade log file opc_inst.log shows the following errors:<br />
opcactivate Error: Failed to determine core ID of OVO system <server.fqdn> using BBC.<br />
opcactivate Info: Output from ovbbccb:<br />
          (bbc-289) status=eCBUnavailable time=969 ms<br />
opcactivate Error: Error while setting MANAGER to <server.fqdn><br />
However it does appear this is a insignificant problem as the log then shows:<br />
opc_inst Info: OVO Agent successfully installed.<br />
Restarting the agent installation does not resolve the problem either.<br />
The system.txt will also show the following errors:<br />
0: ERR: ddd mmm dd hh:mm<img src="http://www.hpovo.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />s yyyy: ovc (6656/6500): (ctrl-78) Could not open a service: 'The specified service does not exist as an installed service. (1060)'.<br />
0: ERR: ddd mmm dd hh:mm<img src="http://www.hpovo.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />s yyyy: ovc (6656/6500): (ctrl-102) Could not start ovcd. Error while starting the service.<br />
<br />
<br />
Re-installing the agent with the opc_inst.vbs -force option did not help in this situation either. <br />
<br />
<br />
This is because,<br />
The problem will occur if during the agent upgrade a problem occurs which stops the agent upgrade from completing correctly. If the end result of the failied installation is that the "HP Openview Ctrl Service" service is not registered in Control Panel > Services then the agent will not start. <br />
<br />
<br />
In order to resolve the problem do the following:<br />
1.	Make sure the file ovcd.exe exists in the %OvInstallDir%\bin folder. <br />
2.	If the file exists, then manually register the service with the following command: <br />
  ovcd -install <br />
3.	Check Control Panel > Services so as to make sure the "HP Openview Ctrl Service" service has registered correctly, and then start the service.]]></description>
			<content:encoded><![CDATA[OvCtrl daemon will not start after the Windows HTTPS agent has been upgraded , what can be done?<br />
<br />
<br />
In some cases after the Windows HTTPS agent has been upgraded the "HP Openview Ctrl Service" service will not start as it no longer exists in Control Panel > Services.<br />
The agent upgrade log file opc_inst.log shows the following errors:<br />
opcactivate Error: Failed to determine core ID of OVO system <server.fqdn> using BBC.<br />
opcactivate Info: Output from ovbbccb:<br />
          (bbc-289) status=eCBUnavailable time=969 ms<br />
opcactivate Error: Error while setting MANAGER to <server.fqdn><br />
However it does appear this is a insignificant problem as the log then shows:<br />
opc_inst Info: OVO Agent successfully installed.<br />
Restarting the agent installation does not resolve the problem either.<br />
The system.txt will also show the following errors:<br />
0: ERR: ddd mmm dd hh:mm<img src="http://www.hpovo.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />s yyyy: ovc (6656/6500): (ctrl-78) Could not open a service: 'The specified service does not exist as an installed service. (1060)'.<br />
0: ERR: ddd mmm dd hh:mm<img src="http://www.hpovo.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />s yyyy: ovc (6656/6500): (ctrl-102) Could not start ovcd. Error while starting the service.<br />
<br />
<br />
Re-installing the agent with the opc_inst.vbs -force option did not help in this situation either. <br />
<br />
<br />
This is because,<br />
The problem will occur if during the agent upgrade a problem occurs which stops the agent upgrade from completing correctly. If the end result of the failied installation is that the "HP Openview Ctrl Service" service is not registered in Control Panel > Services then the agent will not start. <br />
<br />
<br />
In order to resolve the problem do the following:<br />
1.	Make sure the file ovcd.exe exists in the %OvInstallDir%\bin folder. <br />
2.	If the file exists, then manually register the service with the following command: <br />
  ovcd -install <br />
3.	Check Control Panel > Services so as to make sure the "HP Openview Ctrl Service" service has registered correctly, and then start the service.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to register certificate server?]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=863</link>
			<pubDate>Thu, 02 Feb 2012 12:05:49 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=863</guid>
			<description><![CDATA[How to register certificate server ?<br />
<br />
<br />
Running opcsv to check the status of the processes, the user gets the following output, wher the certificate server (the process ovcs) is missing:<br />
OVO Management Server status:<br />
-----------------------------<br />
Control Manager           opcctlm     (6620) is running<br />
Event Corr. Mgr           opcecm      (6623) is running<br />
Action Manager            opcactm     (6625) is running<br />
Message Manager           opcmsgm     (6626) is running<br />
TT &amp; Notify Mgr           opcttnsm    (6627) is running<br />
Forward Manager           opcforwm    (6628) is running<br />
Service Engine            opcsvcm     (6634) is running<br />
ECS Anno. Mgr             opcecmas    (6624) is running<br />
Cert. Srv Adapter         opccsad     (6631) is running<br />
BBC config adapter        opcbbcdist  (6632) is running<br />
Display Manager           opcdispm    (6629) is running<br />
Distrib. Manager          opcdistm    (6630) is running<br />
 <br />
Open Agent Management status:<br />
-----------------------------<br />
Request Sender            ovoareqsdr  (12524) is running<br />
Request Handler           ovoareqhdlr (12527) is running<br />
Message Receiver (HTTPS)  opcmsgrb    (12528) is running<br />
Message Receiver (DCE)    opcmsgrd    (12529) is running<br />
 <br />
OV Control Core components status:<br />
----------------------------------<br />
OV Control                ovcd       (17036) is running          <br />
OV Communication Broker   ovbbccb    (17037) is running          <br />
                                                          <== ovcs should be listed here<br />
<br />
<br />
This is because, Certificate Server was not registered correctly at startup .<br />
Solution:<br />
<br />
<br />
The user can try the following steps to solve the problem:<br />
•	ovc -kill<br />
•	cp /var/opt/OV/conf/sec/ovcs.xml /var/opt/OV/conf/ctrl/ovcs.xml<br />
•	ovcreg -add ovcs.xml<br />
•	/opt/OV/lbin/sec/ovcs -start<br />
•	/opt/OV/lbin/sec/ovcs -status]]></description>
			<content:encoded><![CDATA[How to register certificate server ?<br />
<br />
<br />
Running opcsv to check the status of the processes, the user gets the following output, wher the certificate server (the process ovcs) is missing:<br />
OVO Management Server status:<br />
-----------------------------<br />
Control Manager           opcctlm     (6620) is running<br />
Event Corr. Mgr           opcecm      (6623) is running<br />
Action Manager            opcactm     (6625) is running<br />
Message Manager           opcmsgm     (6626) is running<br />
TT &amp; Notify Mgr           opcttnsm    (6627) is running<br />
Forward Manager           opcforwm    (6628) is running<br />
Service Engine            opcsvcm     (6634) is running<br />
ECS Anno. Mgr             opcecmas    (6624) is running<br />
Cert. Srv Adapter         opccsad     (6631) is running<br />
BBC config adapter        opcbbcdist  (6632) is running<br />
Display Manager           opcdispm    (6629) is running<br />
Distrib. Manager          opcdistm    (6630) is running<br />
 <br />
Open Agent Management status:<br />
-----------------------------<br />
Request Sender            ovoareqsdr  (12524) is running<br />
Request Handler           ovoareqhdlr (12527) is running<br />
Message Receiver (HTTPS)  opcmsgrb    (12528) is running<br />
Message Receiver (DCE)    opcmsgrd    (12529) is running<br />
 <br />
OV Control Core components status:<br />
----------------------------------<br />
OV Control                ovcd       (17036) is running          <br />
OV Communication Broker   ovbbccb    (17037) is running          <br />
                                                          <== ovcs should be listed here<br />
<br />
<br />
This is because, Certificate Server was not registered correctly at startup .<br />
Solution:<br />
<br />
<br />
The user can try the following steps to solve the problem:<br />
•	ovc -kill<br />
•	cp /var/opt/OV/conf/sec/ovcs.xml /var/opt/OV/conf/ctrl/ovcs.xml<br />
•	ovcreg -add ovcs.xml<br />
•	/opt/OV/lbin/sec/ovcs -start<br />
•	/opt/OV/lbin/sec/ovcs -status]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Troubleshooting scopeux consuming high CPU or core file. of scopeux on Solaris 10]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=862</link>
			<pubDate>Thu, 02 Feb 2012 12:04:38 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=862</guid>
			<description><![CDATA[How to troubleshoot scopeux consuming high CPU or analyze scopeux <br />
core file generated on Solaris 10? <br />
<br />
<br />
<br />
There are tools provided by Solaris OS to help troubleshoot scopeux consuming high CPU while it is executing on the server.  Possible reasons for scopeux consuming high cpu cycles could be due to looping on a device, looping on a process, blocked on a signal, shared/static libraries issues, or NFS issues where the logfiles have been located. <br />
<br />
Assumptions: <br />
  - Replace the pid of scopeux in place of the pattern PID that appears in the steps defined. <br />
  - All output are redirected into a file as it helps for opening a lab case if need be. <br />
  - Commands that work on core file will have the pattern CORE <br />
indicated and replace with the actual scopeux core file name. <br />
  - The explanation is valid with either an executing scopeux or a core file generated by scopeux. <br />
<br />
Troubleshoot using the following steps: <br />
<br />
-* Get the process id of scopeux: <br />
       use "mwa status" or "perfstat" <br />
<br />
-* Check on the files that are currenlty opened by scopeux using: <br />
       pfiles PID <br />
<br />
In the output, check all the files that are currently open by scopeux.  In 'Current rlimit:' check the limit that has been set of the OS.  Validate if it is a reasonable value depending on the server configuration.  Validate if the MWA/OVPA logfiles are located on the NFS mounts.  You might want to use specific NFS commands to time the response and validate if it is within manageable limits for scopeux.  Check for the logfile size <br />
and the file permission indicated for the listed MWA/OVPA logfiles.  For each listed socket 'S_IFSOCK' validate if the size is 0, if yes, it implies there is no pending socket read, else validate the load on the server the available physical/virtual memory and then validate the kernel configuration defined in /etc/system file. <br />
<br />
-* Check the flags set for scopeux using: <br />
       pflags PID <br />
       pflags CORE <br />
<br />
In the output, check for the flags that have been set or that is pending or that are held.  Validate the function call.  Generally the flag held will be 'ASLEEP' on the function 'nanosleep' outside the logging interval of 5 minutes.  Check if the 'data model' is of the type 32 bits? <br />
<br />
-* Check the signals currently associated with scopeux using: <br />
       psig PID <br />
<br />
The only signal that will be caught by scopeux is SIGTERM.  If in case for the other signals is not set to 'default' then, check if the server has been configured with signal handlers and validate if it has any effect/bearing on the working of scopeux.  /usr/include/sys/signal.h file to refer to <br />
the signal descriptions. <br />
<br />
-* Check libraries that are linked to scopeux using: <br />
       pldd PID <br />
       pldd CORE <br />
<br />
Are libnums, libscope &amp; libarm listed? Is libkstat listed? Get the output of the command 'kstat' for analysis. <br />
<br />
-* Check where the lineage of scopeux using: <br />
       ptree -a PID <br />
       ptree -c PID <br />
<br />
In 1st ptree command output, check if the parent process is init.  From the 2nd ptree command output, get the 'process contract' id.  Execute the command and search for the process contract id in the output: <br />
<br />
      ctstat -v <br />
<br />
In the output, the 2nd column against the process contract id, indicates the zone in which scopeux is executing.  Is it 0? If not, have the customer install MWA/OVPA in zone0.  For the same process contract id, the 'member processes' should list the PID for midaemon and scopeux.  This 'process contract' group should be unique for MWA/OVPA processes. <br />
<br />
-* Check the stack contents of scopeux image in the server using: <br />
       pstack PID <br />
       pstack CORE <br />
<br />
On a "normal" execution of scopeux, the stack contains the locations for the function calls 'nanosleep', 'main' and '_start'.  If more are listed, then validate the function calls if it gives a pointer as to where scopeux might be spending more time. <br />
<br />
-* Get the credentials of scopeux using: <br />
       pcred PID <br />
       pcred CORE <br />
<br />
The scopeux executing should be with the id 0.  If it is anything else, get the customer to execute scopeux with the root/superuser privileges and validate if scopeux generates a core image file. <br />
<br />
-* Get the current core image of an executing scopeux by using: <br />
<br />
       gcore PID <br />
<br />
Ensure you execute the command in a directory that has adequate disk space.  The core file will be named 'core.PID'.  Validate the data using the above listed commands that have the pattern CORE indicated. <br />
<br />
-* Get the truss output of an executing scopeux using: <br />
<br />
       truss -f -a -e -d -D -o scope_truss_out -p PID <br />
<br />
Execute the truss command from a directory that has adequate disk <br />
space and for about 3 logging intervals (approximately 15 minutes) and terminate truss at that time.   Check on what function call scopeux is spending a lot of time and to detect that in truss output, the 1st column is the PID of scopeux, 2nd column is the time since start of truss, 3rd column indicates the time spent in the fuction call.  Narrow down to the function call that scopeux is spending a lot of time on &amp; request the lab <br />
engineer's help for further analysis with an instrumented bits around the area where scopeux is spending a lot of time.]]></description>
			<content:encoded><![CDATA[How to troubleshoot scopeux consuming high CPU or analyze scopeux <br />
core file generated on Solaris 10? <br />
<br />
<br />
<br />
There are tools provided by Solaris OS to help troubleshoot scopeux consuming high CPU while it is executing on the server.  Possible reasons for scopeux consuming high cpu cycles could be due to looping on a device, looping on a process, blocked on a signal, shared/static libraries issues, or NFS issues where the logfiles have been located. <br />
<br />
Assumptions: <br />
  - Replace the pid of scopeux in place of the pattern PID that appears in the steps defined. <br />
  - All output are redirected into a file as it helps for opening a lab case if need be. <br />
  - Commands that work on core file will have the pattern CORE <br />
indicated and replace with the actual scopeux core file name. <br />
  - The explanation is valid with either an executing scopeux or a core file generated by scopeux. <br />
<br />
Troubleshoot using the following steps: <br />
<br />
-* Get the process id of scopeux: <br />
       use "mwa status" or "perfstat" <br />
<br />
-* Check on the files that are currenlty opened by scopeux using: <br />
       pfiles PID <br />
<br />
In the output, check all the files that are currently open by scopeux.  In 'Current rlimit:' check the limit that has been set of the OS.  Validate if it is a reasonable value depending on the server configuration.  Validate if the MWA/OVPA logfiles are located on the NFS mounts.  You might want to use specific NFS commands to time the response and validate if it is within manageable limits for scopeux.  Check for the logfile size <br />
and the file permission indicated for the listed MWA/OVPA logfiles.  For each listed socket 'S_IFSOCK' validate if the size is 0, if yes, it implies there is no pending socket read, else validate the load on the server the available physical/virtual memory and then validate the kernel configuration defined in /etc/system file. <br />
<br />
-* Check the flags set for scopeux using: <br />
       pflags PID <br />
       pflags CORE <br />
<br />
In the output, check for the flags that have been set or that is pending or that are held.  Validate the function call.  Generally the flag held will be 'ASLEEP' on the function 'nanosleep' outside the logging interval of 5 minutes.  Check if the 'data model' is of the type 32 bits? <br />
<br />
-* Check the signals currently associated with scopeux using: <br />
       psig PID <br />
<br />
The only signal that will be caught by scopeux is SIGTERM.  If in case for the other signals is not set to 'default' then, check if the server has been configured with signal handlers and validate if it has any effect/bearing on the working of scopeux.  /usr/include/sys/signal.h file to refer to <br />
the signal descriptions. <br />
<br />
-* Check libraries that are linked to scopeux using: <br />
       pldd PID <br />
       pldd CORE <br />
<br />
Are libnums, libscope &amp; libarm listed? Is libkstat listed? Get the output of the command 'kstat' for analysis. <br />
<br />
-* Check where the lineage of scopeux using: <br />
       ptree -a PID <br />
       ptree -c PID <br />
<br />
In 1st ptree command output, check if the parent process is init.  From the 2nd ptree command output, get the 'process contract' id.  Execute the command and search for the process contract id in the output: <br />
<br />
      ctstat -v <br />
<br />
In the output, the 2nd column against the process contract id, indicates the zone in which scopeux is executing.  Is it 0? If not, have the customer install MWA/OVPA in zone0.  For the same process contract id, the 'member processes' should list the PID for midaemon and scopeux.  This 'process contract' group should be unique for MWA/OVPA processes. <br />
<br />
-* Check the stack contents of scopeux image in the server using: <br />
       pstack PID <br />
       pstack CORE <br />
<br />
On a "normal" execution of scopeux, the stack contains the locations for the function calls 'nanosleep', 'main' and '_start'.  If more are listed, then validate the function calls if it gives a pointer as to where scopeux might be spending more time. <br />
<br />
-* Get the credentials of scopeux using: <br />
       pcred PID <br />
       pcred CORE <br />
<br />
The scopeux executing should be with the id 0.  If it is anything else, get the customer to execute scopeux with the root/superuser privileges and validate if scopeux generates a core image file. <br />
<br />
-* Get the current core image of an executing scopeux by using: <br />
<br />
       gcore PID <br />
<br />
Ensure you execute the command in a directory that has adequate disk space.  The core file will be named 'core.PID'.  Validate the data using the above listed commands that have the pattern CORE indicated. <br />
<br />
-* Get the truss output of an executing scopeux using: <br />
<br />
       truss -f -a -e -d -D -o scope_truss_out -p PID <br />
<br />
Execute the truss command from a directory that has adequate disk <br />
space and for about 3 logging intervals (approximately 15 minutes) and terminate truss at that time.   Check on what function call scopeux is spending a lot of time and to detect that in truss output, the 1st column is the PID of scopeux, 2nd column is the time since start of truss, 3rd column indicates the time spent in the fuction call.  Narrow down to the function call that scopeux is spending a lot of time on &amp; request the lab <br />
engineer's help for further analysis with an instrumented bits around the area where scopeux is spending a lot of time.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ovdeploy fails: (xpl-155) CreateProcess failed (WIN-87) The parameter is incorrect]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=861</link>
			<pubDate>Thu, 02 Feb 2012 12:02:16 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=861</guid>
			<description><![CDATA[ovdeploy fails: (xpl-155) CreateProcess failed (WIN-87) The parameter is incorrect ?<br />
<br />
<br />
It is not possible to run any command from the Management Server on a remote Windows managed node using ovdeploy utility. The utility fails with error message:<br />
ovdeploy -cmd hostname -host win2k8_r2_node<br />
<br />
ERROR:   (depl-86) Unable to execute command 'hostname' on node 'win2k8_r2_node'.<br />
          (depl-400) Message returned from the target node:<br />
         (depl-86) Unable to execute command 'hostname' on node 'win2k8_r2_node'.<br />
          (xpl-155) CreateProcess( /C "hostname") failed.<br />
           (WIN-87) The parameter is incorrect.<br />
ovdeploy -cmd hostname -host win2k3_sp2_node<br />
<br />
ERROR:   (depl-86) Unable to execute command 'hostname' on node 'win2k3_sp2_node'.<br />
          (depl-400) Message returned from the target node:<br />
         (depl-86) Unable to execute command 'hostname' on node 'win2k3_sp2_node'.<br />
          (xpl-155) CreateProcess( /C "hostname") failed.<br />
           (WIN-2) The system cannot find the file specified.<br />
<br />
<br />
<br />
Cause<br />
COMSPEC environment variable is not defined on Windows system and that is the reason why ovdeploy utility fails to run commands remotely<br />
<br />
<br />
<br />
Solution:<br />
To resolve define COMSPEC environment variable on Windows managed node.<br />
From the Control Panel run System applet and press Environment Variables button on Advanced tab.<br />
Add COMSPEC system variable. Its value should be a full path to command line interpreter: %SystemRoot%\system32\cmd.exe<br />
Operations Manager (OM) agent should be restarted afterwards on Windows managed node:<br />
ovc -kill &amp; ovc -start]]></description>
			<content:encoded><![CDATA[ovdeploy fails: (xpl-155) CreateProcess failed (WIN-87) The parameter is incorrect ?<br />
<br />
<br />
It is not possible to run any command from the Management Server on a remote Windows managed node using ovdeploy utility. The utility fails with error message:<br />
ovdeploy -cmd hostname -host win2k8_r2_node<br />
<br />
ERROR:   (depl-86) Unable to execute command 'hostname' on node 'win2k8_r2_node'.<br />
          (depl-400) Message returned from the target node:<br />
         (depl-86) Unable to execute command 'hostname' on node 'win2k8_r2_node'.<br />
          (xpl-155) CreateProcess( /C "hostname") failed.<br />
           (WIN-87) The parameter is incorrect.<br />
ovdeploy -cmd hostname -host win2k3_sp2_node<br />
<br />
ERROR:   (depl-86) Unable to execute command 'hostname' on node 'win2k3_sp2_node'.<br />
          (depl-400) Message returned from the target node:<br />
         (depl-86) Unable to execute command 'hostname' on node 'win2k3_sp2_node'.<br />
          (xpl-155) CreateProcess( /C "hostname") failed.<br />
           (WIN-2) The system cannot find the file specified.<br />
<br />
<br />
<br />
Cause<br />
COMSPEC environment variable is not defined on Windows system and that is the reason why ovdeploy utility fails to run commands remotely<br />
<br />
<br />
<br />
Solution:<br />
To resolve define COMSPEC environment variable on Windows managed node.<br />
From the Control Panel run System applet and press Environment Variables button on Advanced tab.<br />
Add COMSPEC system variable. Its value should be a full path to command line interpreter: %SystemRoot%\system32\cmd.exe<br />
Operations Manager (OM) agent should be restarted afterwards on Windows managed node:<br />
ovc -kill &amp; ovc -start]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using ovc -start -verbose instead of "ovc -start"]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=860</link>
			<pubDate>Thu, 02 Feb 2012 12:00:51 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=860</guid>
			<description><![CDATA[While starting the ovo agent,<br />
<br />
We always have the habbit of using the command "ovc -start"<br />
<br />
If we want to know more information about what is happening in bacground while executing the command "ovc -start" ,, just issue<br />
<br />
"ovc -start -verbose"  and we can know the status of exeecution.<br />
<br />
<br />
Starting control service.<br />
opcle:Starting component..<br />
ovconfd:Starting component.........[OK&#93;<br />
opcle:Component started successfully.<br />
opcacta:Starting component.......[OK&#93;<br />
opcecaas:Starting component..<br />
opcmsga:Starting component.......[OK&#93;<br />
ovconfd:Component is already running.<br />
opcecaas:STARTCHECK failed and component status will not be displayed<br />
opceca:Starting component.....[FAILED&#93;<br />
agtrep:Starting component....[FAILED&#93;<br />
opccfgfile:Starting component....[FAILED&#93;<br />
coda:Starting component.......[OK&#93;<br />
opcmona:Starting component.........[OK&#93;<br />
opcmsga:Component is already running.<br />
opctrapi:Starting component....[FAILED&#93;<br />
opcwbemi:Starting component....[FAILED&#93;<br />
opcmsgi:Starting component.......[OK&#93;<br />
ovbbccb:Component is already running.<br />
ovconfd:Component is already running.]]></description>
			<content:encoded><![CDATA[While starting the ovo agent,<br />
<br />
We always have the habbit of using the command "ovc -start"<br />
<br />
If we want to know more information about what is happening in bacground while executing the command "ovc -start" ,, just issue<br />
<br />
"ovc -start -verbose"  and we can know the status of exeecution.<br />
<br />
<br />
Starting control service.<br />
opcle:Starting component..<br />
ovconfd:Starting component.........[OK]<br />
opcle:Component started successfully.<br />
opcacta:Starting component.......[OK]<br />
opcecaas:Starting component..<br />
opcmsga:Starting component.......[OK]<br />
ovconfd:Component is already running.<br />
opcecaas:STARTCHECK failed and component status will not be displayed<br />
opceca:Starting component.....[FAILED]<br />
agtrep:Starting component....[FAILED]<br />
opccfgfile:Starting component....[FAILED]<br />
coda:Starting component.......[OK]<br />
opcmona:Starting component.........[OK]<br />
opcmsga:Component is already running.<br />
opctrapi:Starting component....[FAILED]<br />
opcwbemi:Starting component....[FAILED]<br />
opcmsgi:Starting component.......[OK]<br />
ovbbccb:Component is already running.<br />
ovconfd:Component is already running.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[no free slot in process-info-table (OpC20-401)]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=859</link>
			<pubDate>Thu, 02 Feb 2012 11:54:44 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=859</guid>
			<description><![CDATA[The following warning appears in the system.txt log, but what does the warning mean?<br />
0: WRN: ddd mmm dd hh:mm<img src="http://www.hpovo.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />s yyyy: opcacta (nnnn/nnnn): [ntacta.c:769&#93;: no free slot in process-info-table (OpC20-401)<br />
<br />
<br />
The warning is logged when the action agent is already running the maximum number of parallel actions and a new action request is received. When the warning is logged the action agent will store any new requests in the action agent queue file until a 'free slot' becomes available at which point the action agent will process the pending action(s) from the action agent queue file.<br />
The warning message lets the operator know that there could be a slight delay in action requests being processed as the action agent is currently processing as many parallel actions as possible/configured to do so. <br />
<br />
<br />
<br />
Note: The maximum number of parallel actions can be configured with the MAX_NBR_PARALLEL_ACTIONS variable]]></description>
			<content:encoded><![CDATA[The following warning appears in the system.txt log, but what does the warning mean?<br />
0: WRN: ddd mmm dd hh:mm<img src="http://www.hpovo.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" />s yyyy: opcacta (nnnn/nnnn): [ntacta.c:769]: no free slot in process-info-table (OpC20-401)<br />
<br />
<br />
The warning is logged when the action agent is already running the maximum number of parallel actions and a new action request is received. When the warning is logged the action agent will store any new requests in the action agent queue file until a 'free slot' becomes available at which point the action agent will process the pending action(s) from the action agent queue file.<br />
The warning message lets the operator know that there could be a slight delay in action requests being processed as the action agent is currently processing as many parallel actions as possible/configured to do so. <br />
<br />
<br />
<br />
Note: The maximum number of parallel actions can be configured with the MAX_NBR_PARALLEL_ACTIONS variable]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to get the agent package from the management server for manual installation?]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=858</link>
			<pubDate>Thu, 02 Feb 2012 11:52:01 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=858</guid>
			<description><![CDATA[How to identify and specify the correct platform selector for an OMU agent?<br />
<br />
or<br />
<br />
How to get the agent package from the management server for manual installation?<br />
<br />
There are different ways to specify an agent platform type (also known as platform selector) in Operations Manager for Unix (OMU) depending on whether you are manipulating nodes in the Motif GUI, with the opcnode command or simply installing the agent manually. It is not always obvious to correctly identify the agent platform that you should use. This article is designed to assist you with the identification of the correct agent platform in several situations:<br />
1.	Locating the appropriate agent installation depots for a manual agent installation <br />
2.	Specifying the correct platform when adding a node through the Motif GUI <br />
3.	Specifying the machine type with the opcnode command <br />
<br />
<br />
<br />
1. Locating the appropriate agent installation depots for a manual agent installation<br />
The OMU agent installation depots are stored on the OMU management server at:<br />
/var/opt/OV/share/databases/OpC/mgd_node/vendor/<platform_selector>/A.08.10.160/RPC_BBC<br />
where <platform_selector> is of the form:<br />
vendor/architecture/os<br />
Use the support matrix to identify the platform selector that applies to your platform. The table below lists some common OS architectures with their corresponding platform selector that are supported at the time of this writing:<br />
OS / architecture	Platform Selector<br />
AIX 5.3	ibm/rs6000/aix5<br />
AIX 6.1	ibm/rs6k64/aix5<br />
Debian Linux 4.0	linux/x86/linux26<br />
HP-UX PA 11.11,11.23,11.31	hp/pa-risc/hpux1100<br />
HP-UX IA 11.23,11.31	hp/ipf32/hpux1122<br />
RHEL x32 4,5,5.1,5.2	linux/x86/linux26<br />
RHEL x64 5.1,5.2	linux/x64/linux26<br />
Solaris Sparc 8,9,10	sun/sparc/solaris7<br />
Solaris Intel 10	sun/x86/solaris10<br />
SLES x86 9,10	linux/x86/linux26<br />
SLES x64 10	linux/x64/linux26<br />
Tru64 5.1B	hp/alpha/tru64<br />
Windows x86 2000,2003,2008	ms/x86/winnt<br />
Windows x64 2003,2008	ms/x64/win2k3<br />
IMPORTANT NOTES:<br />
1.	The above list is just an extract and does not list possible requirements<br />
2.	The following command provides a list of installed agent installation depots along with version information<br />
<br />
        # /opt/OV/bin/OpC/agtinstall/opcversion -a<br />
3.	Your OMU server may contain several old platform selectors that are no longer supported (e.g. platform selectors for DCE agents)<br />
4.	Always check the latest support matrix for currently supported platforms and possible requirements<hr />
Specifying the correct platform when adding a node through the Motif GUI<br />
When adding a node to the Motif GUI, OMU tries to automatically identify the platform, but when this fails (for instance because the node does not respond to SNMP requests), you must select the machine type and OS name manually. Sometimes, there are multiple possible choices and it is not obvious which option is correct. If you hesitate between several options, you can use an SQL query to identify the correct option. For instance to identify the machine type and OS name for a HP-UX 11.23 node running on PA-RISC, use the support matrix to identify the correct platform selector:<br />
hp/pa-risc/hpux1100<br />
Then run this SQL query to identify the possible options:<br />
# echo "select platform_selector,machine_type_str,os_name from opc_net_machine where platform_selector='hp/pa-risc/hpux1100';" | opcdbpwd -exe sqlplus<br />
<br />
PLATFORM_SELECTOR     MACHINE_TYPE_STR     OS_NAME<br />
--------------------- -------------------- ---------<br />
hp/pa-risc/hpux1100   HP PA-RISC (HTTPS)   HP-UX<br />
The table below lists some common combinations:<br />
Platform Selector	Machine Type	OS Name<br />
hp/ipf32/hpux1122	Itanium 64/32(HTTPS)	HP-UX<br />
hp/pa-risc/hpux1100	HP PA-RISC (HTTPS)	HP-UX<br />
ibm/rs6000/aix5	IBM RS/6000 (HTTPS)	AIX<br />
linux/x64/linux26	Intel/AMD x64(HTTPS)	Linux<br />
linux/x86/linux26	Intel/AMD x86(HTTPS)	Linux 2.6<br />
ms/x64/win2k3	Intel/AMD x64(HTTPS)	MS Windows<br />
ms/x86/winnt	Intel/AMD x86(HTTPS)	MS Windows<br />
sun/sparc/solaris7	Sun SPARC (HTTPS)	Solaris<br />
sun/x86/solaris10	Intel/AMD x86(HTTPS)	Solaris<hr />
Specifying the machine type with the opcnode command<br />
Finally, yet another set of keywords are used to specify the platform selector with the command opcnode. The table below lists the correspondence between the platform selector as listed in the support matrix and the machine type as defined with the mach_type keyword of the command opcnode.<br />
Platform Selector	mach_type keyword<br />
hp/pa-risc/hpux1100	MACH_BBC_HPUX_PA_RISC<br />
hp/ipf32/hpux1122	MACH_BBC_HPUX_IPF32<br />
ms/x86/winnt	MACH_BBC_WINNT_X86<br />
ms/x64/win2k3	MACH_BBC_WINXP_IPF64<br />
linux/x86/linux24	MACH_BBC_LX24RPM_X86<br />
linux/x86/linux26	MACH_BBC_LX26RPM_X86<br />
linux/x64/linux26	MACH_BBC_LX26RPM_X64<br />
linux/ipf64/linux26	MACH_BBC_LX26RPM_IPF64<br />
linux/x86/linux24	MACH_BBC_LX24DEB_X86<br />
ibm/rs6000/aix5	MACH_BBC_AIX_PPC<br />
sun/sparc/solaris7	MACH_BBC_SOL_SPARC<br />
hp/alpha/tru64	MACH_BBC_TRU64_ALPHA<br />
sun/x86/solaris10	MACH_BBC_SOL10_X86<br />
ms/x64/win2k3	MACH_BBC_WINNT_X64<br />
IMPORTANT NOTES: <br />
1.	The fact that a mach_type keyword is defined for opcnode does not imply that the corresponding platform is supported<br />
2.	Always check the latest support matrix for currently supported platforms and possible requirements]]></description>
			<content:encoded><![CDATA[How to identify and specify the correct platform selector for an OMU agent?<br />
<br />
or<br />
<br />
How to get the agent package from the management server for manual installation?<br />
<br />
There are different ways to specify an agent platform type (also known as platform selector) in Operations Manager for Unix (OMU) depending on whether you are manipulating nodes in the Motif GUI, with the opcnode command or simply installing the agent manually. It is not always obvious to correctly identify the agent platform that you should use. This article is designed to assist you with the identification of the correct agent platform in several situations:<br />
1.	Locating the appropriate agent installation depots for a manual agent installation <br />
2.	Specifying the correct platform when adding a node through the Motif GUI <br />
3.	Specifying the machine type with the opcnode command <br />
<br />
<br />
<br />
1. Locating the appropriate agent installation depots for a manual agent installation<br />
The OMU agent installation depots are stored on the OMU management server at:<br />
/var/opt/OV/share/databases/OpC/mgd_node/vendor/<platform_selector>/A.08.10.160/RPC_BBC<br />
where <platform_selector> is of the form:<br />
vendor/architecture/os<br />
Use the support matrix to identify the platform selector that applies to your platform. The table below lists some common OS architectures with their corresponding platform selector that are supported at the time of this writing:<br />
OS / architecture	Platform Selector<br />
AIX 5.3	ibm/rs6000/aix5<br />
AIX 6.1	ibm/rs6k64/aix5<br />
Debian Linux 4.0	linux/x86/linux26<br />
HP-UX PA 11.11,11.23,11.31	hp/pa-risc/hpux1100<br />
HP-UX IA 11.23,11.31	hp/ipf32/hpux1122<br />
RHEL x32 4,5,5.1,5.2	linux/x86/linux26<br />
RHEL x64 5.1,5.2	linux/x64/linux26<br />
Solaris Sparc 8,9,10	sun/sparc/solaris7<br />
Solaris Intel 10	sun/x86/solaris10<br />
SLES x86 9,10	linux/x86/linux26<br />
SLES x64 10	linux/x64/linux26<br />
Tru64 5.1B	hp/alpha/tru64<br />
Windows x86 2000,2003,2008	ms/x86/winnt<br />
Windows x64 2003,2008	ms/x64/win2k3<br />
IMPORTANT NOTES:<br />
1.	The above list is just an extract and does not list possible requirements<br />
2.	The following command provides a list of installed agent installation depots along with version information<br />
<br />
        # /opt/OV/bin/OpC/agtinstall/opcversion -a<br />
3.	Your OMU server may contain several old platform selectors that are no longer supported (e.g. platform selectors for DCE agents)<br />
4.	Always check the latest support matrix for currently supported platforms and possible requirements<hr />
Specifying the correct platform when adding a node through the Motif GUI<br />
When adding a node to the Motif GUI, OMU tries to automatically identify the platform, but when this fails (for instance because the node does not respond to SNMP requests), you must select the machine type and OS name manually. Sometimes, there are multiple possible choices and it is not obvious which option is correct. If you hesitate between several options, you can use an SQL query to identify the correct option. For instance to identify the machine type and OS name for a HP-UX 11.23 node running on PA-RISC, use the support matrix to identify the correct platform selector:<br />
hp/pa-risc/hpux1100<br />
Then run this SQL query to identify the possible options:<br />
# echo "select platform_selector,machine_type_str,os_name from opc_net_machine where platform_selector='hp/pa-risc/hpux1100';" | opcdbpwd -exe sqlplus<br />
<br />
PLATFORM_SELECTOR     MACHINE_TYPE_STR     OS_NAME<br />
--------------------- -------------------- ---------<br />
hp/pa-risc/hpux1100   HP PA-RISC (HTTPS)   HP-UX<br />
The table below lists some common combinations:<br />
Platform Selector	Machine Type	OS Name<br />
hp/ipf32/hpux1122	Itanium 64/32(HTTPS)	HP-UX<br />
hp/pa-risc/hpux1100	HP PA-RISC (HTTPS)	HP-UX<br />
ibm/rs6000/aix5	IBM RS/6000 (HTTPS)	AIX<br />
linux/x64/linux26	Intel/AMD x64(HTTPS)	Linux<br />
linux/x86/linux26	Intel/AMD x86(HTTPS)	Linux 2.6<br />
ms/x64/win2k3	Intel/AMD x64(HTTPS)	MS Windows<br />
ms/x86/winnt	Intel/AMD x86(HTTPS)	MS Windows<br />
sun/sparc/solaris7	Sun SPARC (HTTPS)	Solaris<br />
sun/x86/solaris10	Intel/AMD x86(HTTPS)	Solaris<hr />
Specifying the machine type with the opcnode command<br />
Finally, yet another set of keywords are used to specify the platform selector with the command opcnode. The table below lists the correspondence between the platform selector as listed in the support matrix and the machine type as defined with the mach_type keyword of the command opcnode.<br />
Platform Selector	mach_type keyword<br />
hp/pa-risc/hpux1100	MACH_BBC_HPUX_PA_RISC<br />
hp/ipf32/hpux1122	MACH_BBC_HPUX_IPF32<br />
ms/x86/winnt	MACH_BBC_WINNT_X86<br />
ms/x64/win2k3	MACH_BBC_WINXP_IPF64<br />
linux/x86/linux24	MACH_BBC_LX24RPM_X86<br />
linux/x86/linux26	MACH_BBC_LX26RPM_X86<br />
linux/x64/linux26	MACH_BBC_LX26RPM_X64<br />
linux/ipf64/linux26	MACH_BBC_LX26RPM_IPF64<br />
linux/x86/linux24	MACH_BBC_LX24DEB_X86<br />
ibm/rs6000/aix5	MACH_BBC_AIX_PPC<br />
sun/sparc/solaris7	MACH_BBC_SOL_SPARC<br />
hp/alpha/tru64	MACH_BBC_TRU64_ALPHA<br />
sun/x86/solaris10	MACH_BBC_SOL10_X86<br />
ms/x64/win2k3	MACH_BBC_WINNT_X64<br />
IMPORTANT NOTES: <br />
1.	The fact that a mach_type keyword is defined for opcnode does not imply that the corresponding platform is supported<br />
2.	Always check the latest support matrix for currently supported platforms and possible requirements]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Opening For: HP-Openview Professional]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=857</link>
			<pubDate>Sat, 28 Jan 2012 00:28:23 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=857</guid>
			<description><![CDATA[Dear Candidate,<br />
An Excellent Oppourtunity with one of our Prestigious client ( Fortune 500 Company ) <br />
<br />
OPENING IS FOR :<br />
<br />
Senior Software Engineer (3.5 Yrs-5.5Yrs) - Gurgaon<br />
<br />
Team Leader (5.5 Yrs - 7.5 Yrs) - Gurgaon<br />
<br />
Education: Any fulltime graduation <br />
<br />
If you are interested, kindly send me your updated resume asap with following details:<br />
<br />
Full Name (First &amp; Last):<br />
Total Experience: <br />
Relevant Exp in HP-Openview:<br />
Current CTC: <br />
Expected CTC: <br />
Date of Birth (MANDATORY):<br />
Are you Married (Yes/No): <br />
Designation: <br />
Team Size:<br />
Notice Period: <br />
Highest Qualification: <br />
Name Of College/University: <br />
Present company Name: <br />
Present employment (Contract/Permanent) :<br />
Name of Contract Company (if on Contract Basis): <br />
Current Location:<br />
<br />
CONTACT NUMBER FOR TELEPHONIC I/W: <br />
<br />
Do You have any alternate number: <br />
<br />
Kindly mail back your updated CV ASAP. Kindly forward this mail to your friends as well as requirements are huge.<br />
<br />
Waiting for your Reply!<br />
<br />
Thanks and Regards<br />
Shahzad Ali<br />
Provider Global Services<br />
Email id :shazad@providerindia.co.in<br />
Contact : 01141675968]]></description>
			<content:encoded><![CDATA[Dear Candidate,<br />
An Excellent Oppourtunity with one of our Prestigious client ( Fortune 500 Company ) <br />
<br />
OPENING IS FOR :<br />
<br />
Senior Software Engineer (3.5 Yrs-5.5Yrs) - Gurgaon<br />
<br />
Team Leader (5.5 Yrs - 7.5 Yrs) - Gurgaon<br />
<br />
Education: Any fulltime graduation <br />
<br />
If you are interested, kindly send me your updated resume asap with following details:<br />
<br />
Full Name (First &amp; Last):<br />
Total Experience: <br />
Relevant Exp in HP-Openview:<br />
Current CTC: <br />
Expected CTC: <br />
Date of Birth (MANDATORY):<br />
Are you Married (Yes/No): <br />
Designation: <br />
Team Size:<br />
Notice Period: <br />
Highest Qualification: <br />
Name Of College/University: <br />
Present company Name: <br />
Present employment (Contract/Permanent) :<br />
Name of Contract Company (if on Contract Basis): <br />
Current Location:<br />
<br />
CONTACT NUMBER FOR TELEPHONIC I/W: <br />
<br />
Do You have any alternate number: <br />
<br />
Kindly mail back your updated CV ASAP. Kindly forward this mail to your friends as well as requirements are huge.<br />
<br />
Waiting for your Reply!<br />
<br />
Thanks and Regards<br />
Shahzad Ali<br />
Provider Global Services<br />
Email id :shazad@providerindia.co.in<br />
Contact : 01141675968]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HPOV-Exchange-Urgent Opening for Wipro Technologies]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=821</link>
			<pubDate>Thu, 12 Jan 2012 06:11:12 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=821</guid>
			<description><![CDATA[Experience required for the Job: 3 - 7 years<br />
Annual Salary of the Job: 0.0 - 15.0 Lacs<br />
Dear Candidate,<br />
Greetings!!!<br />
<br />
<br />
As per your resume on portal I have an excellent opportunity matching your skills. The position is with Wipro Technologies. Please revert with your updated CV if it matches to your Criteria at manish@maxonicindia.com <br />
<br />
<br />
<br />
Job Location-Hyderabad<br />
HPOV-Exchange<br />
Exp-3+ Years<br />
<br />
Profile:<br />
<br />
*	Close to 4 years of IT experience, with at least 3 yrs of relevant experience<br />
*	Good exposure to the following modules is required<br />
ï‚§	HP Operations Manager for Windows<br />
ï‚§	HP Performance Insight<br />
ï‚§	HP Operations/Performance Agent/Smart Plug Ins<br />
*	Should have know how about the HP BTO suite, understanding the applicability and integration of various HP products.<br />
*	Should have worked as a part of a team involved in the implementation of HP Operations/Networks solutions<br />
*	Should have very good understanding of the IT infrastructure area - hardware, OS, MS Exchange environment.<br />
*	Knowledge of Unix Shell/Perl/VB scripting and database basics(Oracle/SQL)<br />
*	Good communication (written &amp; oral), presentation skills, quick learner, self-initiated, team <br />
Key skills required: (in the order of priority)<br />
1)	HP OMW<br />
2)	HP PI<br />
3)	MS Exchange<br />
<br />
<br />
It"s a Mandatory Part, Need to Fill by the Candidate. Please reply along with the Full Information given..<br />
<br />
<br />
Full Name (Mention in the Educational Certificates)-First Name- Middle Name- Last Name-<br />
Date of Birth-<br />
No. Of E2E Implementation/Projects<br />
Pan Number-<br />
Total Experience -	<br />
Relevant Experience in the given Skill set - <br />
Education and Passing Year <br />
Current Location - <br />
Preferred Location - <br />
Current Company - <br />
Contact No. - <br />
Mail Id - <br />
Notice Period - <br />
Reason for Change - <br />
Current CTC -	-<br />
Expected CTC - - <br />
Can You Provide form 16 (Mandatory)<br />
<br />
<br />
Thanks &amp; Regards<br />
Manish Prasad<br />
<br />
manish@maxonicindia.com<br />
Maxonic Consulting <br />
Mobile: 9971048165,Desk:01244006071<br />
<a href="http://in.linkedin.com/pub/manish-prasad/19/878/208" target="_blank">http://in.linkedin.com/pub/manish-prasad/19/878/208</a>]]></description>
			<content:encoded><![CDATA[Experience required for the Job: 3 - 7 years<br />
Annual Salary of the Job: 0.0 - 15.0 Lacs<br />
Dear Candidate,<br />
Greetings!!!<br />
<br />
<br />
As per your resume on portal I have an excellent opportunity matching your skills. The position is with Wipro Technologies. Please revert with your updated CV if it matches to your Criteria at manish@maxonicindia.com <br />
<br />
<br />
<br />
Job Location-Hyderabad<br />
HPOV-Exchange<br />
Exp-3+ Years<br />
<br />
Profile:<br />
<br />
*	Close to 4 years of IT experience, with at least 3 yrs of relevant experience<br />
*	Good exposure to the following modules is required<br />
ï‚§	HP Operations Manager for Windows<br />
ï‚§	HP Performance Insight<br />
ï‚§	HP Operations/Performance Agent/Smart Plug Ins<br />
*	Should have know how about the HP BTO suite, understanding the applicability and integration of various HP products.<br />
*	Should have worked as a part of a team involved in the implementation of HP Operations/Networks solutions<br />
*	Should have very good understanding of the IT infrastructure area - hardware, OS, MS Exchange environment.<br />
*	Knowledge of Unix Shell/Perl/VB scripting and database basics(Oracle/SQL)<br />
*	Good communication (written &amp; oral), presentation skills, quick learner, self-initiated, team <br />
Key skills required: (in the order of priority)<br />
1)	HP OMW<br />
2)	HP PI<br />
3)	MS Exchange<br />
<br />
<br />
It"s a Mandatory Part, Need to Fill by the Candidate. Please reply along with the Full Information given..<br />
<br />
<br />
Full Name (Mention in the Educational Certificates)-First Name- Middle Name- Last Name-<br />
Date of Birth-<br />
No. Of E2E Implementation/Projects<br />
Pan Number-<br />
Total Experience -	<br />
Relevant Experience in the given Skill set - <br />
Education and Passing Year <br />
Current Location - <br />
Preferred Location - <br />
Current Company - <br />
Contact No. - <br />
Mail Id - <br />
Notice Period - <br />
Reason for Change - <br />
Current CTC -	-<br />
Expected CTC - - <br />
Can You Provide form 16 (Mandatory)<br />
<br />
<br />
Thanks &amp; Regards<br />
Manish Prasad<br />
<br />
manish@maxonicindia.com<br />
Maxonic Consulting <br />
Mobile: 9971048165,Desk:01244006071<br />
<a href="http://in.linkedin.com/pub/manish-prasad/19/878/208" target="_blank">http://in.linkedin.com/pub/manish-prasad/19/878/208</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Opening For: HP-Openview Professional]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=820</link>
			<pubDate>Thu, 12 Jan 2012 06:09:47 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=820</guid>
			<description><![CDATA[Dear Candidate,<br />
An Excellent Oppourtunity with one of our Prestigious client ( Fortune 500 Company ) <br />
<br />
OPENING IS FOR :<br />
<br />
Senior Software Engineer (3.5 Yrs-5.5Yrs) - Gurgaon<br />
<br />
Team Leader (5.5 Yrs - 7.5 Yrs) - Gurgaon<br />
<br />
Education: Any fulltime graduation <br />
<br />
If you are interested, kindly send me your updated resume asap with following details:<br />
<br />
Full Name (First &amp; Last):<br />
Total Experience: <br />
Relevant Exp in HP-Openview:<br />
Current CTC: <br />
Expected CTC: <br />
Date of Birth (MANDATORY):<br />
Are you Married (Yes/No): <br />
Designation: <br />
Team Size:<br />
Notice Period: <br />
Highest Qualification: <br />
Name Of College/University: <br />
Present company Name: <br />
Present employment (Contract/Permanent) :<br />
Name of Contract Company (if on Contract Basis): <br />
Current Location:<br />
<br />
CONTACT NUMBER FOR TELEPHONIC I/W: <br />
<br />
Do You have any alternate number: <br />
<br />
Kindly mail back your updated CV ASAP. Kindly forward this mail to your friends as well as requirements are huge.<br />
<br />
Waiting for your Reply!<br />
<br />
Thanks and Regards<br />
Shahzad Ali<br />
Provider Global Services<br />
Email id :shazad@providerindia.co.in]]></description>
			<content:encoded><![CDATA[Dear Candidate,<br />
An Excellent Oppourtunity with one of our Prestigious client ( Fortune 500 Company ) <br />
<br />
OPENING IS FOR :<br />
<br />
Senior Software Engineer (3.5 Yrs-5.5Yrs) - Gurgaon<br />
<br />
Team Leader (5.5 Yrs - 7.5 Yrs) - Gurgaon<br />
<br />
Education: Any fulltime graduation <br />
<br />
If you are interested, kindly send me your updated resume asap with following details:<br />
<br />
Full Name (First &amp; Last):<br />
Total Experience: <br />
Relevant Exp in HP-Openview:<br />
Current CTC: <br />
Expected CTC: <br />
Date of Birth (MANDATORY):<br />
Are you Married (Yes/No): <br />
Designation: <br />
Team Size:<br />
Notice Period: <br />
Highest Qualification: <br />
Name Of College/University: <br />
Present company Name: <br />
Present employment (Contract/Permanent) :<br />
Name of Contract Company (if on Contract Basis): <br />
Current Location:<br />
<br />
CONTACT NUMBER FOR TELEPHONIC I/W: <br />
<br />
Do You have any alternate number: <br />
<br />
Kindly mail back your updated CV ASAP. Kindly forward this mail to your friends as well as requirements are huge.<br />
<br />
Waiting for your Reply!<br />
<br />
Thanks and Regards<br />
Shahzad Ali<br />
Provider Global Services<br />
Email id :shazad@providerindia.co.in]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to List nodes in Layout group?]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=819</link>
			<pubDate>Tue, 10 Jan 2012 23:39:27 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=819</guid>
			<description><![CDATA[How assign a node or nodes to hierarchies and layout groups from the command line and manage (create, delete and list) hierarchies and layout groups from the command line. How can this be done?<br />
<br />
<br />
	<br />
Solution :<br />
<br />
	<br />
Beginning with Operations Manager for UNIX (OMU) 8.22 (8606219896), the command “opcnode” includes the option “-move_nodes” to allow the user to move nodes to different layout groups in different hierarchies: <br />
-move_nodes<br />
     Moves a list of nodes into a new Layout Group. Mandatory<br />
     attributes are: node_list and layout_group. The Layout Group has<br />
     to exist.   Optional parameters are   net_type   (default   is<br />
     NETWORK_IP) and node_hier (default is NodeBank).<br />
For example, to include the node "testnode" in the layout group "LayGrp1" under the node hierarchy "TestHier":<br />
 opcnode -move_nodes node_list="testnode" node_hier="TestHier" layout_group="LayGrp1"<br />
To include the node "testnode" directly under the node hierarchy "TestHier" with no layout group, no layout group should be specified, but the "layout_group" option is mandatory, so:<br />
 opcnode -move_nodes node_list="testnode" node_hier="TestHier" layout_group=""<br />
To include the node "testnode" in the layout group "LayGrp2", under the default hierarchy "OVO Node Bank", no "node_hier" needs to be specified:<br />
 opcnode -move_nodes node_list="testnode" layout_group="LayGrp2"<br />
Beginning with OMU 8.24 (KM109660, KM515753), the command "opcnode -move_nodes" allows the user to move nodes to second (or third, fourth, ...) level layout groups if the whole path delimited with slashes is specified.<br />
 <br />
For example, to include the node "testnode" in the layout group "LayGrp4" contained by the layout group "LayGrp3" under the node hierarchy "TestHier":<br />
opcnode -move_nodes node_list="testnode" node_hier="TestHier" layout_group="LayGrp3/LayGrp4"<br />
Beginning with OMU 8.30 (QXCR1000396656), there is a new tool, "opclaygrp", that allows the user to create, delete and list hierarchies and layout groups. Its man page, improved in OMU 8.31 (QXCR1000806432), details how to use it.<br />
 <br />
For example, to list recursively the layout groups contained in the node hierarchy "TestHier":<br />
# opclaygrp -list_lay_group_rec node_hier="TestHier"<br />
List of layout groups:<br />
HoldingArea<br />
LayGrp1<br />
LayGrp2<br />
LayGrp3<br />
    LayGrp4<br />
    LayGrp5<br />
LayGrp6<br />
To add a new layout group under the node hierarchy "TestHier":<br />
opclaygrp -add_lay_group node_hier="TestHier" lay_group="LayGrp7"<br />
To add a new second level layout group "LayGrp8" in the layout group "LayGrp7" under the node hierarch "TestHier":<br />
opclaygrp -add_lay_group node_hier="TestHier" lay_group="LayGrp7/LayGrp8"<br />
 <br />
# opclaygrp -list_lay_group_rec node_hier="TestHier"<br />
List of layout groups:<br />
HoldingArea<br />
LayGrp1<br />
LayGrp2<br />
LayGrp3<br />
    LayGrp4<br />
    LayGrp5<br />
LayGrp6<br />
LayGrp7<br />
    LayGrp8<br />
Using "opcnode" and "opclaygrp", the user can manage hierarchies, layout groups and node assignments to hierarchies and layout groups using the command line. But the customer can not list the node-hierarchy-layout_group assignments yet. The status of the implementation of that feature can be tracked at "QXCR1000779163 Provide remote interface to obtain OMU node groups and. nodes with hierarchy info".]]></description>
			<content:encoded><![CDATA[How assign a node or nodes to hierarchies and layout groups from the command line and manage (create, delete and list) hierarchies and layout groups from the command line. How can this be done?<br />
<br />
<br />
	<br />
Solution :<br />
<br />
	<br />
Beginning with Operations Manager for UNIX (OMU) 8.22 (8606219896), the command “opcnode” includes the option “-move_nodes” to allow the user to move nodes to different layout groups in different hierarchies: <br />
-move_nodes<br />
     Moves a list of nodes into a new Layout Group. Mandatory<br />
     attributes are: node_list and layout_group. The Layout Group has<br />
     to exist.   Optional parameters are   net_type   (default   is<br />
     NETWORK_IP) and node_hier (default is NodeBank).<br />
For example, to include the node "testnode" in the layout group "LayGrp1" under the node hierarchy "TestHier":<br />
 opcnode -move_nodes node_list="testnode" node_hier="TestHier" layout_group="LayGrp1"<br />
To include the node "testnode" directly under the node hierarchy "TestHier" with no layout group, no layout group should be specified, but the "layout_group" option is mandatory, so:<br />
 opcnode -move_nodes node_list="testnode" node_hier="TestHier" layout_group=""<br />
To include the node "testnode" in the layout group "LayGrp2", under the default hierarchy "OVO Node Bank", no "node_hier" needs to be specified:<br />
 opcnode -move_nodes node_list="testnode" layout_group="LayGrp2"<br />
Beginning with OMU 8.24 (KM109660, KM515753), the command "opcnode -move_nodes" allows the user to move nodes to second (or third, fourth, ...) level layout groups if the whole path delimited with slashes is specified.<br />
 <br />
For example, to include the node "testnode" in the layout group "LayGrp4" contained by the layout group "LayGrp3" under the node hierarchy "TestHier":<br />
opcnode -move_nodes node_list="testnode" node_hier="TestHier" layout_group="LayGrp3/LayGrp4"<br />
Beginning with OMU 8.30 (QXCR1000396656), there is a new tool, "opclaygrp", that allows the user to create, delete and list hierarchies and layout groups. Its man page, improved in OMU 8.31 (QXCR1000806432), details how to use it.<br />
 <br />
For example, to list recursively the layout groups contained in the node hierarchy "TestHier":<br />
# opclaygrp -list_lay_group_rec node_hier="TestHier"<br />
List of layout groups:<br />
HoldingArea<br />
LayGrp1<br />
LayGrp2<br />
LayGrp3<br />
    LayGrp4<br />
    LayGrp5<br />
LayGrp6<br />
To add a new layout group under the node hierarchy "TestHier":<br />
opclaygrp -add_lay_group node_hier="TestHier" lay_group="LayGrp7"<br />
To add a new second level layout group "LayGrp8" in the layout group "LayGrp7" under the node hierarch "TestHier":<br />
opclaygrp -add_lay_group node_hier="TestHier" lay_group="LayGrp7/LayGrp8"<br />
 <br />
# opclaygrp -list_lay_group_rec node_hier="TestHier"<br />
List of layout groups:<br />
HoldingArea<br />
LayGrp1<br />
LayGrp2<br />
LayGrp3<br />
    LayGrp4<br />
    LayGrp5<br />
LayGrp6<br />
LayGrp7<br />
    LayGrp8<br />
Using "opcnode" and "opclaygrp", the user can manage hierarchies, layout groups and node assignments to hierarchies and layout groups using the command line. But the customer can not list the node-hierarchy-layout_group assignments yet. The status of the implementation of that feature can be tracked at "QXCR1000779163 Provide remote interface to obtain OMU node groups and. nodes with hierarchy info".]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Openings for HP OVO @ Delhi]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=813</link>
			<pubDate>Sat, 24 Dec 2011 12:26:29 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=813</guid>
			<description><![CDATA[Dear Candidate,<br />
<br />
    With regards to your profile , we at Accel Frontline are having openings for HP-OVO @ Delhi<br />
<br />
    The ideal candidate should have experience IN HP-OVO Administration<br />
<br />
    Job Responsibilities<br />
<br />
    * Availability of the OVO services<br />
    * Availability of DR site in case of disaster<br />
    * Monitor alert notifications, checking for impending problems, triggering appropriate actions<br />
    * Monitor threshold values for key parameters<br />
    * Ensure uptime of Application. Management relevant to OVO as per<br />
    * Monitoring of Agent Processes on all the nodes monitored by OVO on<br />
    * Backup and restoration of application in case of Disaster<br />
<br />
    Interested candidate can forward your resumes to sps.paramagurunaath@accelfrontline.in<br />
<br />
    with current ctc ,expected ctc &amp; notice period.<br />
<br />
<br />
    Regards,<br />
    PARAMAGURUNAATH<br />
    SENIOR EXECUTIVE - HUMAN RESOURCE<br />
    CHENNAI<br />
<br />
Contact:sps.paramagurunaath@accelfrontline.in]]></description>
			<content:encoded><![CDATA[Dear Candidate,<br />
<br />
    With regards to your profile , we at Accel Frontline are having openings for HP-OVO @ Delhi<br />
<br />
    The ideal candidate should have experience IN HP-OVO Administration<br />
<br />
    Job Responsibilities<br />
<br />
    * Availability of the OVO services<br />
    * Availability of DR site in case of disaster<br />
    * Monitor alert notifications, checking for impending problems, triggering appropriate actions<br />
    * Monitor threshold values for key parameters<br />
    * Ensure uptime of Application. Management relevant to OVO as per<br />
    * Monitoring of Agent Processes on all the nodes monitored by OVO on<br />
    * Backup and restoration of application in case of Disaster<br />
<br />
    Interested candidate can forward your resumes to sps.paramagurunaath@accelfrontline.in<br />
<br />
    with current ctc ,expected ctc &amp; notice period.<br />
<br />
<br />
    Regards,<br />
    PARAMAGURUNAATH<br />
    SENIOR EXECUTIVE - HUMAN RESOURCE<br />
    CHENNAI<br />
<br />
Contact:sps.paramagurunaath@accelfrontline.in]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OMU Certificate issue.]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=680</link>
			<pubDate>Wed, 21 Dec 2011 16:22:56 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=680</guid>
			<description><![CDATA[Hi,<br />
<br />
I got OMU 9.1 installed and working in our environment. the issue we are facing is with the host name.<br />
<br />
My host name of the server is "tul-omu-s.tul.op.hp.com", where is when i check the certificate info it shows me wrong host name, refer in the output below.<br />
<br />
<br />
root@tul-omu-s:/#ovcert -certinfo  CA_34421a28-4a6e-7551-09e1-xxxxxxxxxxxx<br />
<br />
Type       :  X509Certificate<br />
Subject CN :  CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Subject DN :  L:  tul-omu-s.op.ssn.hp.com<br />
              O:  Hewlett-Packard<br />
              OU: OpenView<br />
              CN: CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Issuer CN  :  CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Issuer DN  :  L:  tul-omu-s.op.ssn.hp.com<br />
              O:  Hewlett-Packard<br />
              OU: OpenView<br />
              CN: CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Serial no. :  00<br />
Valid from :  xxxxxxxxxxxxxx GMT<br />
Valid to   :  xxxxxxxxxxxxxxxGMT<br />
<br />
<br />
<br />
Now how can I change that wrong host name to correct host name.<br />
Kindly help me.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I got OMU 9.1 installed and working in our environment. the issue we are facing is with the host name.<br />
<br />
My host name of the server is "tul-omu-s.tul.op.hp.com", where is when i check the certificate info it shows me wrong host name, refer in the output below.<br />
<br />
<br />
root@tul-omu-s:/#ovcert -certinfo  CA_34421a28-4a6e-7551-09e1-xxxxxxxxxxxx<br />
<br />
Type       :  X509Certificate<br />
Subject CN :  CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Subject DN :  L:  tul-omu-s.op.ssn.hp.com<br />
              O:  Hewlett-Packard<br />
              OU: OpenView<br />
              CN: CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Issuer CN  :  CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Issuer DN  :  L:  tul-omu-s.op.ssn.hp.com<br />
              O:  Hewlett-Packard<br />
              OU: OpenView<br />
              CN: CA_34421a28-4a6e-7551-09e1-91f588c4c01a<br />
Serial no. :  00<br />
Valid from :  xxxxxxxxxxxxxx GMT<br />
Valid to   :  xxxxxxxxxxxxxxxGMT<br />
<br />
<br />
<br />
Now how can I change that wrong host name to correct host name.<br />
Kindly help me.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[JD For HP-NNM,HP-OVO]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=259</link>
			<pubDate>Thu, 15 Dec 2011 12:34:41 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=259</guid>
			<description><![CDATA[POSITION <br />
<br />
Location     : Chennai<br />
Experience : 4-8 years <br />
<br />
Urgency Level : 1 <br />
<br />
<br />
JOB DESCRIPTION HP - NNM: <br />
HP Operations Manager for Windows 8.10 (OMW 8.10).<br />
HP OpenView Operations for Windows 7.5 (OVOW 7.5).<br />
HP Operations Manager for Unix 8.30 (OMU 8.30).<br />
HP Network Node Manager for Windows (NNM 7.53). <br />
should have installed &amp; configured NNm &amp; OVO. <br />
<br />
HP - OVO: <br />
Installation &amp; configuration of OVO<br />
Creation of Templates.<br />
Basic Understanding of Shell Scripts<br />
Clear Understanding of SNMP &amp; MIB<br />
Should have managed 500 Nodes through  OVO<br />
Clear understanding of NNM <br />
<br />
Sunanda<br />
HR Recruiter<br />
I Connecting Experts.<br />
Contact: 040- 23343044/sunanda.ice@gmail.com]]></description>
			<content:encoded><![CDATA[POSITION <br />
<br />
Location     : Chennai<br />
Experience : 4-8 years <br />
<br />
Urgency Level : 1 <br />
<br />
<br />
JOB DESCRIPTION HP - NNM: <br />
HP Operations Manager for Windows 8.10 (OMW 8.10).<br />
HP OpenView Operations for Windows 7.5 (OVOW 7.5).<br />
HP Operations Manager for Unix 8.30 (OMU 8.30).<br />
HP Network Node Manager for Windows (NNM 7.53). <br />
should have installed &amp; configured NNm &amp; OVO. <br />
<br />
HP - OVO: <br />
Installation &amp; configuration of OVO<br />
Creation of Templates.<br />
Basic Understanding of Shell Scripts<br />
Clear Understanding of SNMP &amp; MIB<br />
Should have managed 500 Nodes through  OVO<br />
Clear understanding of NNM <br />
<br />
Sunanda<br />
HR Recruiter<br />
I Connecting Experts.<br />
Contact: 040- 23343044/sunanda.ice@gmail.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Urgent Requirement: HP BAC Professional with CMMi Level 5 Company Bangalore/Hyderabad]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=258</link>
			<pubDate>Thu, 15 Dec 2011 12:31:43 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=258</guid>
			<description><![CDATA[Experience required for the Job: 3 - 6 years<br />
Job Location: Bengaluru/Bangalore, Hyderabad<br />
<br />
Dear Candidate,<br />
Greetings of the day!!!<br />
<br />
<br />
We have huge requirement of software professionals with one of our CMMi Level 5 Company. We are looking for the candidates having expertise on the below requirement.<br />
<br />
<br />
Job Location: Bangalore, Hyderabad<br />
Experience: 3 - 6 years<br />
<br />
<br />
Job Descriptions:<br />
HP BSM- BAC<br />
<br />
Role &amp; Responsibilities<br />
*	Installation, configuration and development efforts based on the solution architecture<br />
*	Technical expertise in deployment and configuration of BAC<br />
*	Deep lever expertise in tool configuration, modification, and enhancements.<br />
*	Responsible for detailed documentation and requirement gathering<br />
*	Responsible for deployment to include integration with HPOM<br />
*	Integration with OMi<br />
<br />
Required Candidate Profile <br />
*	Functional Consultant<br />
*	Skills: HP BAC, OMi, Vugen<br />
*	Certifications: <br />
Essential : None<br />
Desirable : ITIL V2/V3 foundation, HP Monitoring tools<br />
*	Client Environment:<br />
Windows and Oracle<br />
<br />
<br />
<br />
If you would be interested with the above requirement, kindly forward your updated profile ASAP with the details mentioned below.<br />
<br />
Total exp:<br />
Relevant exp:<br />
CTC:<br />
ECTC:<br />
Notice Period:<br />
DOB:<br />
PAN Number (Mandatory):<br />
Passport Number:<br />
Current Location:<br />
<br />
<br />
<br />
Thanks &amp; Regards,<br />
Kavita Tomar<br />
Senior Executive - IT Search<br />
Quadrangle(An Associate Company of naukri.com)<br />
E-2, Sector - 1, Noida<br />
Email: kavita.tomar@naukri.com<br />
Contact: 0120-4304961<br />
<br />
<br />
Contact: kavita.tomar@naukri.com]]></description>
			<content:encoded><![CDATA[Experience required for the Job: 3 - 6 years<br />
Job Location: Bengaluru/Bangalore, Hyderabad<br />
<br />
Dear Candidate,<br />
Greetings of the day!!!<br />
<br />
<br />
We have huge requirement of software professionals with one of our CMMi Level 5 Company. We are looking for the candidates having expertise on the below requirement.<br />
<br />
<br />
Job Location: Bangalore, Hyderabad<br />
Experience: 3 - 6 years<br />
<br />
<br />
Job Descriptions:<br />
HP BSM- BAC<br />
<br />
Role &amp; Responsibilities<br />
*	Installation, configuration and development efforts based on the solution architecture<br />
*	Technical expertise in deployment and configuration of BAC<br />
*	Deep lever expertise in tool configuration, modification, and enhancements.<br />
*	Responsible for detailed documentation and requirement gathering<br />
*	Responsible for deployment to include integration with HPOM<br />
*	Integration with OMi<br />
<br />
Required Candidate Profile <br />
*	Functional Consultant<br />
*	Skills: HP BAC, OMi, Vugen<br />
*	Certifications: <br />
Essential : None<br />
Desirable : ITIL V2/V3 foundation, HP Monitoring tools<br />
*	Client Environment:<br />
Windows and Oracle<br />
<br />
<br />
<br />
If you would be interested with the above requirement, kindly forward your updated profile ASAP with the details mentioned below.<br />
<br />
Total exp:<br />
Relevant exp:<br />
CTC:<br />
ECTC:<br />
Notice Period:<br />
DOB:<br />
PAN Number (Mandatory):<br />
Passport Number:<br />
Current Location:<br />
<br />
<br />
<br />
Thanks &amp; Regards,<br />
Kavita Tomar<br />
Senior Executive - IT Search<br />
Quadrangle(An Associate Company of naukri.com)<br />
E-2, Sector - 1, Noida<br />
Email: kavita.tomar@naukri.com<br />
Contact: 0120-4304961<br />
<br />
<br />
Contact: kavita.tomar@naukri.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need Help on OMW 9 certification Dumps]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=255</link>
			<pubDate>Thu, 08 Dec 2011 00:00:06 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=255</guid>
			<description><![CDATA[Hi Friends,<br />
<br />
I need OMW certification dumps.<br />
<br />
Kindly Please help me.<br />
<br />
Mail to : midhun832@gmail.com]]></description>
			<content:encoded><![CDATA[Hi Friends,<br />
<br />
I need OMW certification dumps.<br />
<br />
Kindly Please help me.<br />
<br />
Mail to : midhun832@gmail.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Opening for HPOV SHR / HPOV Exchange Consultant]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=253</link>
			<pubDate>Sun, 04 Dec 2011 19:15:55 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=253</guid>
			<description><![CDATA[Experience required for the Job: 3 - 10 years<br />
Annual Salary of the Job: 3.0 - 12.0 Lacs<br />
Job Location: Hyderabad<br />
<br />
Dear Candidate,<br />
<br />
    Hi,<br />
<br />
    I am Amisha Shah. I represent Quadrangle, Bangalore- an executive search firm. I am writing to inform you about an excellent opportunity with one of our leading client for the below mentioned opening:<br />
<br />
    HPOV Exchange / HPOV SHR Consultant<br />
    Job Location: Hyderabad<br />
    Experience : 3+ yrs<br />
    Job Description for HPOV Exchange / HPOV SHR:<br />
    Profile:<br />
<br />
    * Close to 4 years of IT experience, with at least 3 yrs of relevant experience<br />
    * Good exposure to the following modules is required<br />
    ï‚§ HP Operations Manager for Windows<br />
    ï‚§ HP Performance Insight<br />
    ï‚§ HP Operations/Performance Agent/Smart Plug Ins<br />
    * Should have know how about the HP BTO suite, understanding the applicability and integration of various HP products.<br />
    * Should have worked as a part of a team involved in the implementation of HP Operations/Networks solutions<br />
    * Should have very good understanding of the IT infrastructure area - hardware, OS, MS Exchange environment.<br />
    * Knowledge of Unix Shell/Perl/VB scripting and database basics(Oracle/SQL)<br />
    * Good communication (written &amp; oral), presentation skills, quick learner, self-initiated, team player, willing to travel, open to work in shifts<br />
<br />
    Skills:<br />
<br />
    Certifications: ( classify here essential and desirable ) This will help in understanding which skill will contribute how much , for the profile to deliver.<br />
    1. AIS in HP OMU/OMW/NNM<br />
<br />
<br />
    Key skills required: (in the order of priority)<br />
    1) HP OMW<br />
    2) HP PI<br />
    3) MS Exchange<br />
<br />
    If you are interested in this opportunity, kindly send your updated profile to amisha.shah@naukri.com with following details:<br />
<br />
    Total IT exp:<br />
    Relevant exp:<br />
    Date Of Birth:<br />
    Present CTC:<br />
    Expected CTC:<br />
    Notice Period:<br />
<br />
    ps : Kindly do a good turn by forwarding this id to your friends with similar profile so that they can also forward their CV's<br />
<br />
    Thanks &amp; Regards,<br />
    Amisha Shah<br />
    Quadrangle<br />
    The Search Division of InfoEdge India Ltd<br />
    Email ID: amisha.shah@naukri.com<br />
    <a href="http://www.quadranglesearch.com" target="_blank">http://www.quadranglesearch.com</a><br />
    <a href="http://www.infoedge.in" target="_blank">http://www.infoedge.in</a><br />
<br />
<br />
<br />
Contact :amisha.shah@naukri.com]]></description>
			<content:encoded><![CDATA[Experience required for the Job: 3 - 10 years<br />
Annual Salary of the Job: 3.0 - 12.0 Lacs<br />
Job Location: Hyderabad<br />
<br />
Dear Candidate,<br />
<br />
    Hi,<br />
<br />
    I am Amisha Shah. I represent Quadrangle, Bangalore- an executive search firm. I am writing to inform you about an excellent opportunity with one of our leading client for the below mentioned opening:<br />
<br />
    HPOV Exchange / HPOV SHR Consultant<br />
    Job Location: Hyderabad<br />
    Experience : 3+ yrs<br />
    Job Description for HPOV Exchange / HPOV SHR:<br />
    Profile:<br />
<br />
    * Close to 4 years of IT experience, with at least 3 yrs of relevant experience<br />
    * Good exposure to the following modules is required<br />
    ï‚§ HP Operations Manager for Windows<br />
    ï‚§ HP Performance Insight<br />
    ï‚§ HP Operations/Performance Agent/Smart Plug Ins<br />
    * Should have know how about the HP BTO suite, understanding the applicability and integration of various HP products.<br />
    * Should have worked as a part of a team involved in the implementation of HP Operations/Networks solutions<br />
    * Should have very good understanding of the IT infrastructure area - hardware, OS, MS Exchange environment.<br />
    * Knowledge of Unix Shell/Perl/VB scripting and database basics(Oracle/SQL)<br />
    * Good communication (written &amp; oral), presentation skills, quick learner, self-initiated, team player, willing to travel, open to work in shifts<br />
<br />
    Skills:<br />
<br />
    Certifications: ( classify here essential and desirable ) This will help in understanding which skill will contribute how much , for the profile to deliver.<br />
    1. AIS in HP OMU/OMW/NNM<br />
<br />
<br />
    Key skills required: (in the order of priority)<br />
    1) HP OMW<br />
    2) HP PI<br />
    3) MS Exchange<br />
<br />
    If you are interested in this opportunity, kindly send your updated profile to amisha.shah@naukri.com with following details:<br />
<br />
    Total IT exp:<br />
    Relevant exp:<br />
    Date Of Birth:<br />
    Present CTC:<br />
    Expected CTC:<br />
    Notice Period:<br />
<br />
    ps : Kindly do a good turn by forwarding this id to your friends with similar profile so that they can also forward their CV's<br />
<br />
    Thanks &amp; Regards,<br />
    Amisha Shah<br />
    Quadrangle<br />
    The Search Division of InfoEdge India Ltd<br />
    Email ID: amisha.shah@naukri.com<br />
    <a href="http://www.quadranglesearch.com" target="_blank">http://www.quadranglesearch.com</a><br />
    <a href="http://www.infoedge.in" target="_blank">http://www.infoedge.in</a><br />
<br />
<br />
<br />
Contact :amisha.shah@naukri.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OV Reporter - GatherCODA Will not collect DISK]]></title>
			<link>http://www.hpovo.com/showthread.php?tid=234</link>
			<pubDate>Tue, 15 Nov 2011 03:26:44 +0530</pubDate>
			<guid isPermaLink="false">http://www.hpovo.com/showthread.php?tid=234</guid>
			<description><![CDATA[Hi to all..<br />
<br />
When I try to generate a file system report, returns this error message:<br />
<br />
No data found in the selected date range 10/15/2011 02:00:00 PM to 11/14/2011 03:00:00 PM (err49)<br />
<br />
But I can generate reports from others metrics like CPU, MEM, swap...<br />
<br />
When I execute the command "gatthercoda -h <node>" to force the collect, returns some errors (please see attached file)<br />
<br />
any idea?]]></description>
			<content:encoded><![CDATA[Hi to all..<br />
<br />
When I try to generate a file system report, returns this error message:<br />
<br />
No data found in the selected date range 10/15/2011 02:00:00 PM to 11/14/2011 03:00:00 PM (err49)<br />
<br />
But I can generate reports from others metrics like CPU, MEM, swap...<br />
<br />
When I execute the command "gatthercoda -h <node>" to force the collect, returns some errors (please see attached file)<br />
<br />
any idea?]]></content:encoded>
		</item>
	</channel>
</rss>
