|
Setting up managed systems involves installing the required management agents and configuring the supported protocols to communicate with the HP Systems Insight Manager software. Follow the appropriate procedure below based on the managed system's operating system. Refer to:
 |  | Setting Up HP-UX Managed Systems |
Repeat these steps for each managed system. To set up an HP-UX managed system: Install and configure SSH. Install the SSH software on the managed system:
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
On the CMS, copy the SSH generated public key from the CMS to the managed system and place it in the authorized keys file of the execute-as user (root or administrator). Launch the Manage SSH Keys dialog box from the CMS command prompt:
mxagentconfig -g
Enter the managed system's Hostname. Enter root or administrator for the Username and the associated Password. Click [Connect].
Configure DMI on the managed system by adding the DNS host name of the CMS. Stop the DMI daemon on the managed system:
/sbin/init.d/Dmisp stop
Edit /var/dmi/dmiMachines by adding the host name of the CMS to the end of this file. Save the file. Start the DMI daemon:
/sbin/init.d/Dmisp start
Configure the managed system to send SNMP traps. Stop the SNMP daemon on the managed system:
/sbin/init.d/SnmpMaster stop
Edit /etc/SnmpAgent.d/snmpd.conf by removing the comment symbol and adding the IP address of the CMS:
trap-dest address
where address is the IP address for the CMS. Start the SNMP daemon:
/sbin/init.d/SnmpMaster start
Log into the HP Systems Insight Manager GUI. For assistance with this, refer to Getting Started - Logging In
Using the GUI, add the default WBEM user name and password to the Global Protocol Settings page.
Note: An account for at least one of the WBEM user name and password combinations must exist on each managed system.
Note: This step can be performed once for all the managed systems you are setting up. Select Options Protocol Settings Global Protocol Settings. In the Default WBEM settings section, ensure that the Enable WBEM checkbox is selected and add the default WBEM user name, password, and confirmation password. Click [OK].
 |  | Setting Up Linux Managed Systems |
Repeat these steps for each managed system. To set up a Linux managed system: Install and configure SSH. Verify that SSH is installed on the managed system:
rpm -qa | grep sshd
If it isn't installed, refer to your Linux provider for information on installing SSH. On the CMS, copy the SSH generated public key from the CMS to the managed system and place it in the authorized keys file of the execute-as user (root or administrator). Launch the Manage SSH Keys dialog box from the CMS command prompt:
mxagentconfig -g
Enter the managed system's Hostname. Enter root or administrator for the Username and the associated Password. Click [Connect].
Configure the system to send SNMP traps.
Note: These steps may vary slightly depending on your version of Linux. Refer to your Linux provider for details if these file paths and file names don't exist on your system. Verify that SNMP is installed:
rpm -qa | grep snmp
If it isn't installed, refer to your Linux provider for information on installing SNMP. Stop the HP Server Management Drivers and Agents daemon on the managed system if it is installed:
/etc/init.d/hpasm stop
Note: If the HP Server Management Drivers and Agents daemon isn't installed, skip this step. Stop the SNMP daemon:
/etc/init.d/snmpd stop
Edit the /etc/snmp/snmpd.conf file using any text editor. The command for opening this file in the vi editor is:
vi /etc/snmp/snmpd.conf
Remove the comment symbol from the trapsink line and add the IP address of the CMS:
trapsink IPaddress
where IPaddress is the IP address of the CMS. Add the CMS to the read only community by adding the line:
rocommunity CommunityName IPaddress
where CommunityName is the SNMP community string used by the CMS and IPaddress is the IP address of the CMS. Save the changes to the file. To save and close this file using the vi editor, press ESC, type :wq!, and press Enter.
Start the SNMP daemon:
/etc/init.d/snmpd start
Start the HP Server Management Drivers and Agents daemon if it is installed on your system:
/etc/init.d/hpasm start
Install the Linux ProLiant Support Pack. To download this software and access installation information, go to http://www.hp.com/support/files. Log into the HP Systems Insight Manager GUI. For assistance with this, refer to
Getting Started - Logging In
.
Add the default WBEM user name and password to the Global Protocol Settings page in the HP Systems Insight Manager GUI.
Note: An account for at least one of the WBEM user name and password combinations must exist on each managed system.
Note: This step can be performed once for all the managed systems you are setting up. Select Options Protocol Settings Global Protocol Settings. In the Default WBEM settings section, ensure that the Enable WBEM checkbox is selected and add the default WBEM user name, password, and confirmation password. Click [OK].
 |  | Setting Up Windows Managed Systems |
Repeat these steps for each managed system. To set up a Windows managed system: Install and configure SSH. Install SSH on the managed system. Using the HP Management CD or the installation files that you downloaded for the CMS installation, navigate to the openssh folder and execute OpenSSH_3.7.1p1-1.exe. Accept all the default prompts. Configure SSH on the managed system. Open a Command Prompt window and navigate to the following directory:
cd C:\Program Files\OpenSSH\etc
This command assumes OpenSSH was installed in the default location. Execute the following command to see which users are registered with OpenSSH:
type passwd
If the execute-as user for your CMS (root or administrator) is not listed, you need to add them. Otherwise, you can skip to the next step of copying the SSH generated public key. Navigate to the bin directory:
cd C:\Program Files\OpenSSH\bin
Add the user. For a domain account:
mkpasswd -d -u login
domain >> C:\Program Files\OpenSSH\etc\passwd
where login is the login name of the execute-as user and domain is the user domain. For a local account:
mkpasswd -l -u login >> C:\Program Files\OpenSSH\etc\passwd
where login is the login name of the execute-as user.
On the CMS, copy the SSH generated public key from the CMS to the managed system and place it in the authorized keys file of the execute-as user (root or administrator). Launch the Manage SSH Keys dialog box from the CMS command prompt:
mxagentconfig -g
Enter the managed system's Hostname. Enter root or administrator for the Username and the associated Password. Click [Connect].
Configure the managed system to send SNMP traps. Select Start Programs Administrative Tools Services. On Windows 2003 and Windows XP, the Programs submenu is All Programs. Scroll down the list and right-click SNMP Service. Select Properties from the pop-up menu. On the Security tab, either click [Add] to add a new community string or click [Edit] to modify an existing one. Enter the information for the CMS and click [Apply] to save the changes. On the Traps tab, enter a Community Name and click [Add to List]. Click [Add] to add the Trap Destination. Enter the IP Address of the CMS and Click [Add] and click [Apply] to save the changes and [OK] to close the dialog box.
Log into the HP Systems Insight Manager GUI. For assistance with this, refer to Getting Started - Logging In
.
Using the GUI, install the ProLiant Support Pack on the managed system. Select Deploy Deploy Drivers, Firmware and Agents Initial ProLiant Support Pack Install, and refer to Version Control - Initial ProLiant Support Pack Install for more information.
Note: This step can be performed once for all the Windows managed systems you are setting up. Using the GUI, add the default WBEM user name and password to the Global Protocol Settings page.
Note: An account for at least one of the WBEM user name and password combinations must exist on each managed system.
Note: This step can be performed once for all the managed systems you are setting up. Select Options Protocol Settings Global Protocol Settings. In the Default WBEM settings section, ensure that the Enable WBEM checkbox is selected and add the default WBEM user name, password, and confirmation password.
Note: The user name must include the domain.
For example: domain\user
Click [OK].
 |  | Related Topics |
|