HP Serviceguard A.11.20.20 for Linux Release Notes, March 2014

You can use the chkconfig command to enable xinetd:
/sbin/chkconfig --level 35 xinetd on
You may need to install additional software from the distribution, depending on the
Serviceguard components that you are installing. The following lists all the software you will
need for each distribution, if you install all the Serviceguard components. You may want to
install all of this software now, to make sure all dependencies are met.
Table 2 RPMs (pre-requisites) for installing Serviceguard for Linux A.11.20.10
SUSE Linux Enterprise ServerRed Hat Enterprise Linux
kernel-source
bash
pidentd
libblkid1
libgcc43 (SP1)
libstdc++43 (SP1)
libgcc46 (SP2)
libstdc++46 (SP2)
sblim-sfcb
sblim-sfcc
sblim-cmpi-base
net-snmp
gcc
glibc
glibc-devel
sg3_utils
xinetd
libgcc
kernel-headers
kernel-devel
krb5-libs
zlib
e2fsprogs-libs (RHEL 5)
libblkid (RHEL 6)
libstdc++
libXp
libgomp
authd
tog-pegasus
lm_sensors
net-snmp
gcc
glibc
glibc-devel
sg3_utils
xinetd
java >= 1.6 - Output of "which java" must point to JDK .
If Apache Tomcat tarball is being used, it must be untarred and a link must be provided as
shown below :
ln -s /tmp/apache-tomcat-5.5.35 /usr/share/sgmgr-tomcat, assuming
/tmp/apache-tomcat-5.5.35 is the untared directory.
6.1.4 Pre-installation checklist for Serviceguard Manager
1. Ensure Java JDK is installed (JDK 1.6 or later).
If it is not installed from your Linux distribution CD or DVD, download and install the recent
Java JDK for your Linux distribution from
http://www.oracle.com/technetwork/java/javase/downloads/index.html .
a. Ensure the command output of which Java” is pointing to the JDK >=1.6
For example:
# which java
/usr/bin/java
# /usr/bin/java -version
java version "1.7.0"
14