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

NOTE: The initialization of Systems Insight Manager is done in the background, which takes
several minutes. To verify if the initialization is 100% complete, view the file /var/opt/
mx/logs/initconfig.log.
NOTE: After upgrading from a previous version of Systems Insight Manager, if you notice
a pre-existing collection returning an unexpected result, and Systems Insight Manager has not
been restarted since the upgrade, then stopping and restarting the Systems Insight Manager
service should resolve this.
5. Verify that the mxdomainmgr and mxdtf daemons are running:
ps -ef | grep mx
If they are not running, start them:
/opt/mx/bin/mxstart
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 23