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 4.2 Installation and User Guide > Chapter 5 Installing on Linux

Installing and Configuring the Software

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

Installation of HP Systems Insight Manager includes the PostgreSQL software dependency.

Manually Installing HP Systems Insight Manager

  1. Extract the rpm files from the bin file. Be sure you set the permissions to include the right to execute the bin for the following step.

    chmod +x *.bin; ./T2416BA_4.02.0.0_Linux.bin --keep --confirm

    Note: Refer to Step 5 in the "Installing on Linux - Preparing the System" section for information on setting permissions.

  2. Respond negatively to the prompt to run scripts for an automatic install. The extracted files are placed in an mxserver subdirectory.

  3. Enter cd mxserver.

  4. Install the PostgreSQL database, using the appropriate rpm files in the following order.

    Note: The rpm -U command updates older versions of PostgreSQL or installs the package if it is not already installed on your system.

    • For Red Hat Enterprise Linux AS/ES 3 U1(this command is entered with no carriage returns).

      rpm -U postgresql-libs-7.4.1-1PGDG.i386.rpm \ postgresql-7.4.1-1PGDG.i386.rpm \ postgresql-server.7.4.1-1PGDG.i386.rpm

    • For Red Hat Enterprise Linux AS/ES 2.1 U3 (this command is entered with no carriage returns).

      rpm -U postgresql-libs-7.4-0.3PGDG.i386.rpm \ postgresql-7.4-0.3PGDG.i386.rpm \ postgresql-server-7.4-0.3PGDG.i386.rpm

    • For SUSE Enterprise Server 8 (this command is entered with no carriage returns).

      rpm -U postgresql-libs-7.4-0.i586.rpm \ postgresql-7.4-0.i586.rpm \ postgresql-server-7.4-0.i586.rpm

    • For SUSE Enterprise Server 9 (this command is entered with no carriage returns).

      rpm -U postgresql-libs-7.4.2-36.3.i586.rpm \ postgresql-7.4.2-36.3.i586.rpm\ postgresql-server-7.4.2-36.3.i586.rpm

  5. Verify that the PostgreSQL status reads running.

    • For Red Hat Enterprise Linux (all versions):

      1. Execute the serviceconf command.

      2. Using the GUI, scroll down to the postgresql entry.

      3. Select the checkbox, save the changes, and start the service.

      4. Verify that the PostgreSQL daemon status is running:

        /etc/rc.d/init.d/postgresql status

    • For SUSE Enterprise Server 8 and SUSE Enterprise Server 9:

      1. View the status:

        /etc/init.d/postgresql status

      2. If the status is unused, start the daemon:

        /etc/init.d/postgresql start

      3. To configure postgresql to run during startup:

        chkconfig postgresql 345

  6. Install HP Systems Insight Manager using the rpm files by executing the following command:

    rpm -ivh hpsim-C.4.02.0.0 -1.i386.rpm \ hpsim-pgsql-config-C.4.02.0.0 -1.i386.rpm

    Note: Both files must be installed concurrently with a single command.

    Note: To install HP Systems Insight Manager on a system without OpenSSH or a purchased version of SSH, use the --nodeps option on rpm.

    For example rpm --nodeps -ivh...

Automatically Installing HP Systems Insight Manager

Extract the rpm files from the bin folder. Be sure you set the permissions to include the right to execute in the following section.

chmod +x *.bin; ./T2416BA_4.02.0.0_Linux.bin --keep --confirm

Note: Refer to Step 5 for information on setting the permission.

Enter y to install automatically.

NOTE: After installation is complete, you must logout of the operating system and then log back in to set all the correct file permissions and system environmentals.

After Installing HP Systems Insight Manager

  1. Test the prerequisites:

    /opt/mx/bin/mxinitconfig -l

    This utility should report that all server components are Acceptable and that it completed all tasks successfully.

    Note: HP recommends removing any warnings before continuing with the setup process.

  2. Initialize and configure HP Systems Insight Manager:

    /opt/mx/bin/mxinitconfig -a

    Note: This step could take several minutes. After it completes, view the file /var/opt/mx/logs/initconfig.log to verify the initialization completed logs.

  3. Verify that the mxagent, mxdomainmgr, and mxdtf daemons are running:

    ps -ef | grep mx

    If they are not running, start them:

    /opt/mx/bin/mxstart

  4. Configure the system to send SNMP traps.

    Note: These steps might vary slightly, depending on your version of Linux. Refer to 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, refer to your Linux provider for information on installing SNMP.

    2. If you have not installed the HP Server Management Drivers and Agents from the ProLiant Support Pack for Linux, omit this step. Otherwise, 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 SLES 8 run the following command for opening this file in the vi editor: vi /usr/share/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
© 2004-2005 Hewlett-Packard Development Company, L.P.