HP Systems Insight Manager 7.0 Installation and Configuration Guide for HP-UX

6. (Optional) To use the CMS as a managed system, install WBEM, if it is not already installed.
WBEM requires OpenSSL, so be sure that OpenSSL is installed on the CMS by running the
following command:
swlist OpenSSL
If this command returns Error: Software OpenSSL was not found on host,
then OpenSSL is not installed.
OpenSSL is available on Software Depot at http://www.hp.com/go/softwaredepot or on
your operating system media.
a. Install the OpenSSL Software:
swinstall -s/directory/OpenSSL_depot OpenSSL
where directory is the path to the depot file, and OpenSSL_depot is the name of the
OpenSSL depot file.
b. Install WBEM:
swinstall -s /directory/depot B8465BA
where directory is the path to the depot file and depot is the name of the depot file. For
example:
swinstall -s /tmp/WBEM_download.depot B8465BA
NOTE: To verify if WBEM (cimserver, cimserverd) daemons are running, run the following
command:
ps -ef | grep wbem.
NOTE: On HP-UX 11i v2 (September 2004 or later) (B. 11 .23) WBEM is installed by
default.
7. (Optional) Configure the CMS to send SNMP traps to itself.
a. Add the name of the CMS as a trap-dest in the file /etc/SnmpAgent.d/snmpd.conf
trap-dest: <cms_full_hostname_or_ip_address>
b. Stop the SNMP Master agent and all subagents with the following command:
/sbin/init.d/SnmpMaster stop
c. Restart the SNMP Master agent and all subagents with the following command:
/usr/sbin/snmpd
Installing and configuring the software 25