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

7 Configuring managed systems
Perform step 4 to configure the protocols for the managed systems
1. Install and configure the CMS. The procedure to complete this step is in "Chapter 3, Installing HP SIM
on the CMS for the first time."
2. Install and configure the required management software on the systems that will be managed by the
CMS. For more information on this step, see "Chapter 4, Setting up managed systems" for details.
3. Configure HP SIM for your environment. See chapter "Chapter 5, Configuring HP SIM using the First
Time Wizard" or "Chapter 6, Configuring HP SIM using the Options menu" for the recommended tasks.
4. Configure the protocols for the managed systems. The procedure to complete this step is in this chapter.
Setting up managed systems manually
The steps to manually configure HP-UX managed systems are detailed below.
To configure an HP-UX system manually:
Configure SNMP settings
Configure SNMP to send traps to the CMS:
1. Add the full host name or IP address of the CMS as a trapdest in the following file:
/etc/SnmpAgent.d/snmpd.conf
trap-dest: hostname_or_ip_address
2. Stop the SNMP Master agent and all subagents with the command:
/sbin/init.d/SnmpMaster stop
3. Restart the SNMP Master agent and all subagents with the command:
/usr/sbin/snmpd
Trust relationship: Set to "Trust by Certificate." See
System Management Homepage Online Help
at
http://h18013.www1.hp.com/products/servers/management/agents/documentation.html.
Configure secure shell (SSH) access.
On the CMS, copy the SSH-generated public key from the CMS to the managed system using the
mxagentconfig:
Use one of the following commands:
mxagentconfig -a -n <hostname> -u root -f <file_with_root_password>
or
mxagentconfig -a -n <hostname> -u root -p <root_password>
Note: Using the -p option exposes the password through ps output, so use of the -f option (with
a file only readable by root, and containing only the managed system root password) is highly
recommended when using mxagentconfig -a. If the -p option is used, enclose the password
in single quotes if the password has any special characters, such as & or $. For more information
and options, see the mxagentconfig manpage with man mxagentconfig.
Install SSH on the managed system if not previously installed.
swinstall -s /directory/depot T1471AA where directory is the path to the depot file
and depot is the name of the depot file. For example:
swinstall -s /tmp/HPSIM_download.depot T1471AA
Create subscriptions for WBEM events.
To subscribe to WBEM Indications/Events:
Setting up managed systems manually 48