HP Performance Manager

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat HP Performance Manager
# 1  
Old 11-03-2015
Linux 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
# 2  
Old 11-05-2015
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
This User Gave Thanks to rbatte1 For This Post:
# 3  
Old 12-09-2015
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:
Code:
/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

Last edited by rbatte1; 12-15-2015 at 09:25 PM.. Reason: Added CODE tags
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

RAID manager or veritas volume manager

Can somebody kindly help me to determine which one i should choose to better manipulate OS volume. RAID manager or veritas volume manager? Any critical differences between those two? Thanks in advance. (5 Replies)
Discussion started by: beginningDBA
5 Replies

2. Solaris

best way and best performance

Hi all, I have two storadge 3510 Fc .. with 12 disks 146Gb ..total 1752Gb each storadge. I need to use about 1.4 Tb of it. and want RAID1 .. I need 13 mount points .. So question: for best performance and redundjancy how I must do it. create 13 logical drives on each stordge with same size... (1 Reply)
Discussion started by: samar
1 Replies

3. News, Links, Events and Announcements

Announcing collectl - new performance linux performance monitor

About 4 years ago I wrote this tool inspired by Rob Urban's collect tool for DEC's Tru64 Unix. What makes this tool as different as collect was in its day is its ability to run at a low overhead and collect tons of stuff. I've expanded the general concept and even include data not available in... (0 Replies)
Discussion started by: MarkSeger
0 Replies

4. UNIX for Advanced & Expert Users

I/O performance

i want to determine I/O performance of an executable, but iostat dont give correct results because the disk that i am writing to and reading from, are not physical disk of the host machine, instead of these local disks we are using a network storage. is there any standard way in unix to get... (2 Replies)
Discussion started by: gfhgfnhhn
2 Replies

5. UNIX for Advanced & Expert Users

performance

Hi, I have this on a AIX UNIX machine : ps aux| head -20 USER PID %CPU %MEM SZ RSS TTY STAT STIME TIME COMMAND root 516 23.7 0.0 12 15808 - A 19:38:15 903:13 wait root 774 23.7 0.0 12 15808 - A 19:38:15 902:13 wait root 1290 23.6 0.0 ... (2 Replies)
Discussion started by: big123456
2 Replies

6. UNIX for Advanced & Expert Users

performance

Hi, 1-in vmstat commande line, in reply, which column is the more important to look and verify if server is very slow ? 2-how can I see how many sessions are opened with the same login ? Many thanks before. (2 Replies)
Discussion started by: big123456
2 Replies

7. UNIX for Advanced & Expert Users

Performance

Hello, i have changed a slow server with Solaris 7 to a bigger one with Solaris 8 (Sun Ultra 2). Now i have a real bad performance problem (only CPU). Solaris 7 ran with standard FTP and Samba 2.0.7. The new machine is running ProFTP and Samba 2.0.9. There are a lot of NFS Shares and... (5 Replies)
Discussion started by: olso
5 Replies
Login or Register to Ask a Question