HP Performance Manager

Hello

I'm having an issue with HP Performance Manager Version: 9.20.000
running on a Linux VM . If the VM is re booted PM does not start automatically. I have to start it up manually using "ovpm start"

Is there a way of setting PM to start automatically after a reboot.

Thanks In Advance

So, do you sign on as the root account and run a command, is that right? If so, you can craft a simple start-up script in to do this for you.

Please can you confirm if this is what you do/need and the version of HP-UX or Linux you are using. It is not clear if you somehow have an HP-UX guest under a Linux hypervisor or if this is just an HP tool running on a flavour of Linux.

Thanks, in advance,
Robin

1 Like

Hi

Sorry this is a Linux version of HP Performance Manager running on a Linux VM
Red Hat Enterprise Linux Server release 6.7 (Santiago)

I have the solution:

/opt/OV/bin/ovconfget ctrl START_ON_BOOT
false

To change this to �true� use.

/etc/rc3.d/S99OVCtrl enable
The service OVCtrl is now enabled and will be started during the next bootup.

Check again.

/opt/OV/bin/ovconfget ctrl START_ON_BOOT
true

Thanks Robin

---------- Post updated at 03:33 AM ---------- Previous update was at 03:32 AM ----------

Cheers Robin