Operating System - Linux
1753530 Members
4642 Online
108795 Solutions
New Discussion юеВ

Re: How can i know if PSP for linux ver 8.20 is installed...

 
Jojo Castro
Regular Advisor

How can i know if PSP for linux ver 8.20 is installed...

Thanks in advance!
6 REPLIES 6
Jojo Castro
Regular Advisor

Re: How can i know if PSP for linux ver 8.20 is installed...

Additional question is, how would i know if ASR (Automatic Server Recovery) is disabled.

thanks again.
Joseph L. Casale
Regular Advisor

Re: How can i know if PSP for linux ver 8.20 is installed...

PSP can be installed in full or selectively by installing certain rpms.

# rpm -qa |grep -i hp
# rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}_%{VENDOR}\n"
etc...

As for ASR, look in the bios.
Jojo Castro
Regular Advisor

Re: How can i know if PSP for linux ver 8.20 is installed...

Which in particular based on below outputs?

[root@CGWBL2 data]# rpm -qa |grep -i hp
php-pear-4.3.9-3.22.9
php-ldap-4.3.9-3.22.9
php-mbstring-4.3.9-3.22.9
php-domxml-4.3.9-3.22.9
hpijs-1.6-2
nhpf-1.42-8
php-4.3.9-3.22.9
php-gd-4.3.9-3.22.9
php-pgsql-4.3.9-3.22.9
php-snmp-4.3.9-3.22.9
rhpl-0.148.6-1
php-ncurses-4.3.9-3.22.9
php-odbc-4.3.9-3.22.9
hpoj-0.91-9
hpoj-devel-0.91-9
hpmouse-1.1.1-41
php-xmlrpc-4.3.9-3.22.9
hpacucli-8.10-2
php-mysql-4.3.9-3.22.9
php-devel-4.3.9-3.22.9
libsane-hpoj-0.91-9
php-imap-4.3.9-3.22.9
Colin Topliss
Esteemed Contributor

Re: How can i know if PSP for linux ver 8.20 is installed...

IF you installed the PSP using the install script, you should see:

# rpm -qa |grep -i hp
hp-OpenIPMI-8.1.0-104.sles10
php5-5.1.2-29.35
hpsmh-2.1.12-200
hp-smh-templates-8.1.0-104
hplip-hpijs-0.9.7-19.2
hp-health-8.1.0-104.sles10
hpadu-8.10-3
hpvca-2.1.9-7
apache2-mod_php5-5.1.2-29.35
hp-snmp-agents-8.1.0-110.sles10
hpdiags-8.1.0-136
hponcfg-1.8.0-1
hpmouse-1.1.1-41
hp-ilo-8.1.0-104.sles10
hpacucli-8.10-2

In this case I have 8.1.0-104 installed (mostly) - you'll see 8.2.

As for the ASR config, you can connect to the HPSMH service on the system (assuming you installed it) and check it there (https://localhost:2381 if you have a GUI running locally on your host should work).

Regards

Colin
Jojo Castro
Regular Advisor

Re: How can i know if PSP for linux ver 8.20 is installed...

Thanks!
Michael Leu
Honored Contributor

Re: How can i know if PSP for linux ver 8.20 is installed...

You can also check ASR like this:
hpasmcli -s "show asr"