HP Serviceguard for Linux Version A.11.18 Deployment Guide, August 2008

15
If xinetd is not installed, there will be no output when running this command. If it is already
installed, you will see output. For example:
xinetd-2.3.14-10.el5
2. If not installed, locate the xinetd rpm on one of the Linux OS CDs (probably CD#2) under the
Server directory, and install it. For example:
rpm –ivh xinetd-2.3.14-10.el5.i386.rpm
The Serviceguard for Linux SNMP subagent requires the lm_sensors and net-snmp packages.
lm_sensors must be installed before net-snmp. Instructions for net-snmp follow later.
1. To check if lm_sensors is installed, run the following command:
rpm –qa | fgrep lm_sensors
2. If not installed, locate the lm_sensors rpm on one of the Linux OS CDs (probably CD#2) under
the Server directory, and install it. For example:
rpm –ivh lm_sensors-2.10.0-3.1.i386.rpm
The libXp package is required for Serviceguard Manager.
1. To check if libXp is installed, run the following command:
rpm –qa | fgrep libXp-
2. If not installed, locate the libXp rpm on one of the Linux OS CDs (probably CD#2) under the
Server directory, and install it. For example:
rpm -Uhv libXp-1.0.0-8.1.el5.i386.rpm
The HP Device Mapper Multipath requires several packages. The two that were not installed by
default are identified here.
1. To check if the required libraries are installed, use the following command:
rpm –qa | fgrep –e libsysfs-devel –e libaio-devel
2. If the dependencies are missing, locate them on the Linux OS CDs (probably CD#2) under the
Server directory, and install. For example:
rpm –ivh libaio-devel-0.3.106-3.2.i386.rpm
rpm –ivh libsysfs-devel-2.0.0-6.i386.rpm
NOTE: Not all required dependencies are listed here. Refer to the “Installation and
Reference Guide Device Mapper Enablement Kit for HP StorageWorks Disk Arrays” for more
detail.
The Serviceguard for Linux SNMP subagent requires the net-snmp and lm_sensors packages.
lm_sensors must be installed before net-snmp. Instructions for net-snmp are here.
1. To check if net-snmp is installed, run the following command:
rpm –qa | fgrep net-snmp
NOTE: By default, net-snmp-libs is already installed. Inspect the output carefully to determine
if net-snmp-5.3.1-19.el5, for example, is installed.
2. If not installed, locate the net-snmp rpm on one of the Linux OS CDs (probably CD#3) under
the Server directory, and install it. For example:
rpm –ivh net-snmp-5.3.1-19.el5.i386.rpm
The Serviceguard CIM provider requires the tog-pegasus package.
1. To check if tog-pegasus is installed, run the following command:
rpm –qa | fgrep tog-pegasus
2. If not installed, locate the tog-pegasus rpm on one of the Linux OS CDs (probably CD#4)
under the Server directory, and install it. For example:
rpm –ivh tog-pegasus-2.6.1-2.el5.i386.rpm