HP Systems Insight Manager 6.2 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
Tuning Systems Insight Manager (Optional)
Using SAM or the HP-UX Kernel Configuration tool (kcweb) or kctune, complete the following optional manual
parameter adjustments, if needed.
Set the dbc_max_pct kernel parameter. This is the percentage of physical memory that can be
dynamically allocated for the data buffer cache. It defaults to 50%, which is usually too high. Set this
variable to the percentage of your system physical memory that equals approximately 200 MB. For
example, a server with 1 GB of RAM should have this value set at 20%. Refer to the dbc_max_pct man
page for additional details in tuning this parameter.
NOTE: This value cannot be less than dbc_min_pct, which cannot be less than 1%. For more
information, see the dbc_max_pct man page for additional details.
NOTE: For HP-UX 11i v2 (September 2004 or later) (B. 11 .23), these parameters are dynamic,
when you modify the parameters, you do not have to reboot of the system.
NOTE: The kernel tunable parameter dbc_max_pct is obsolete for HP-UX 11i v3.
Next steps
Install and configure the required Management software on the
systems
that will be managed by the CMS.
For more information, see Chapter 3 “Setting up managed systems”. Next, complete the initial setup of
Systems Insight Manager which involves using the First Time Wizard to perform the initial configuration of
Tuning Systems Insight Manager (Optional) 21