HP Systems Insight Manager 5.3 with Update 1 Installation and Configuration Guide for Linux HP Part Number: 418811-005 Published: April 2009 Edition: 5.3.1

If SSH is not installed, the previous command does not return any results. Install SSH from your
Linux operating system CD before continuing with the HP Systems Insight Manager installation.
b. Verify that SNMP is installed by executing the following command:
rpm -qa | grep snmp
If SNMP is not installed, the previous command does not return any results. Install SNMP from your
Linux operating system CD before continuing with the HP Systems Insight Manager installation.
c. Verify that standard C++ libraries (compat-libstdc++-7.3) are installed:
rpm -qa | grep compat
If the standard C++ libraries are not installed, the previous command does not return any results.
Install them from your Linux operating system CD before continuing with the HP Systems Insight
Manager installation.
d. Verify that the Linux glibc library is installed. (Glibc is the C library shipped with many Linux
distributions.)
rpm -qa | grep glib
If the Linux glibc library is not installed, the previous command does not return any results. Install
the Linux glibc library from your Linux operating system CD before continuing with the HP Systems
Insight Manager installation.
e. For SUSE Linux Enterprise Server 9, verify that the MIT Kerbros 5 library (krb5-1.6-18.2) is
installed.
rpm -qa | grep krb5-1.6
If the MIT Kerbros 5 library is not installed, the previous command does not return any results.
Install the MIT Kerbros 5 library from the following URL before continuing with the HP Systems
Insight Manager installation.
For 32-bit krb5:
a. Go to http://build.opensuse.org/.
b. Click the software search and browsing interface link in the middle of the page to go to
http://software.opensuse.org/search.
c. Enter krb5 in the text box.
d. Select SLES9 from the dropdown list.
e. Click Search.
f. Click on Manual Package Download+i586krb5-1.6-18.2.i586.rpm and save
http://download.opensuse.org/repositories/home:/linuxrrze/SLES_9/i586/krb5-1.6-18.2.i586.rpm.
For 64-bit krb5:
a. Go to http://build.opensuse.org/
b. Click the software search and browsing interface link in the middle of the page to go to
http://software.opensuse.org/search.
c. Enter krb5 in the text box.
d. Select SLES9 from the dropdown list.
e. Click Search.
f. Click on Manual Package Download+x86_64krb5-1.6-18.2.x86_64.rpm and save
http://download.opensuse.org/repositories/home:/linuxrrze/SLES_9/x86_64/krb5-1.6-18.2.x86_64.rpm.
When installing krb5, it is your responsibility to resolve any conflict with existing packages.
Before installing krb5, back up the original krb5.conf file.
# cp /etc/krb5.conf /etc/krb5.conf.bak
For example, you can save the file in conflict and use the switch:
rpm -i --replacefiles<krb5 package>
Or, for example:
rpm -i --replacefileskrb5-1.6-18.2.i586.rpm
After installing the krb5 RPM you will need to restore your original krb5.conf file.
Preparing the system 25