Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP Systems Insight Manager 5.3 with Update 1 Installation and Configuration Guide for Linux > Chapter 7 Configuring managed systems

Configuring the Managed System Software

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

The HP Systems Insight Manager Configure or Repair Agents tool is a quick and easy way to configure Linux, HP-UX and Windows managed systems from a Linux CMS.

Running the Configure or Repair Agents feature from the CMS

To run Configure or Repair Agents remotely against multiple systems simultaneously, you must have authorizations to run the Configure or Repair Agents tool.

You must have full CMS configuration privileges to modify the HP Systems Insight Manager community strings in the node security file. In addition, you must enter root or administrator level user credentials for the target system.

Setting up Linux managed systems manually

You can use the HP Systems Insight Manager Configure or Repair Agents tool to configure Linux managed systems simultaneously, or you can configure each managed system manually.

To manually configure Linux managed systems, perform the following on each managed system:

  1. Install and configure SSH.

    1. Verify that SSH is installed on the managed system:

      rpm -qa | grep ssh

      If it is not installed, see your Linux provider for information on installing SSH.

    2. 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).

      IMPORTANT: On a non-English CMS, ensure that an administrator account (spelled exactly as follows, administrator) exists on the CMS, and that mxagentconfig has been run on the CMS for the created administrator account.
      1. Launch the Manage SSH Keys dialog box from the CMS command prompt:

        mxagentconfig -a -n hostname -u username -p Password

      2. Click Connect.

  2. Configure the system to send SNMP traps.

    NOTE: These steps might vary slightly, depending on your version of Linux. See your Linux provider for details if these file paths and file names do not exist on your system.
    1. Verify that SNMP is installed:

      rpm -qa | grep snmp

      If it is not installed, see your Linux provider for information on installing SNMP.

    2. Stop the HP Server and Management Drivers and Agents daemons on the platform where you are installing HP Systems Insight Manager using the following command:

      /etc/init.d/hpasm stop

      NOTE: If the HP Server Management Drivers and Agents daemon is not installed, omit this step and step F.
    3. Stop the SNMP daemon:

      /etc/init.d/snmpd stop

    4. Edit the snmpd.conf file using any text editor.

      For Red Hat Linux, run the following command for opening this file in the vi editor:

      vi /etc/snmp/snmpd.conf

      For SUSE Linux Enterprise Server 9 Service Pack 3, run the following command for opening this file in the vi editor:

      vi /etc/snmpd.conf

      For SUSE Linux Enterprise Server 10, run the following command for opening this file in the vi editor:

      vi /etc/snmp/snmpd.conf

      1. 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.

      2. 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.

      3. Save the changes to the file. To save and close this file using the vi editor, press the Esc key, enter :wq!, and press the Enter key.

    5. Start the SNMP daemon:

      /etc/init.d/snmpd start

    6. Start the HP Server Management Drivers and Agents daemon if it is installed on your system:

      /etc/init.d/hpasm start

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 2003-2009 Hewlett-Packard Development Company, L.P.