1753259 Members
4819 Online
108792 Solutions
New Discussion юеВ

PSP on Linux

 
DJMC
Regular Advisor

PSP on Linux

Hi,
How can I find what version of PSP has been installed on a RHEL 5.3 server? I've been told that the PSP has been installed although I can't get onto the SMH page and HP SIM does not retrieve any information.
The server is a DL380 G6

Thanks,
D
3 REPLIES 3
Howard Rifkin
New Member

Re: PSP on Linux

Log into the server and enter the following command;

rpm -qa | grep hp

You should see;

hp-OpenIPMI-8.5.0-1.rhel5
hp-snmp-agents-8.5.0.15-15
hp-ilo-8.5.0-1.rhel5

the first set on numeric digits, in this case 8.50, should be the last psp version that the component was updated. These three are needed for SIM to collect data. For the SMH page to work you also need

hpsmh-6.1.0-103.x86_64.rpm

Howard

Donna Firkser
Regular Advisor

Re: PSP on Linux

Do you know how the PSP got installed on this server? e.g.

Was it manually installed?

Did you use the "Install Linux PSP" option provided by SIM "Configure or Repair Agents"?

Did you use IC-Linux?

I ask because if you used IC-Linux you can also see the psp version in the /tmp/icelxpspinstall directory.

# ls /tmp/icelxpspinstall/psp-*
/tmp/icelxpspinstall/psp-8.50.rhel5.x86_64.en.tar.gz
S.S.
Super Advisor

Re: PSP on Linux

Hi DJMC,

May i know, in your environment have you successfully sending the traps from Linux server to SIM?

I am unable to send the traps from server to SIM and see some authentication failure for hpsmh user when i send the trap from server.

If you don't mind, may i have the /etc/snmp/snmp.conf file and sudoers file for the comparision.


Thank you.