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 Installation and Configuration Guide for Linux > Chapter 6 Uninstalling HP Systems Insight Manager

Uninstalling HP Systems Insight Manager from a Linux system

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

CAUTION: Removing HP Systems Insight Manager permanently deletes the information in the database unless you back it up before removing the software.
  1. Stop the HP Systems Insight Manager daemons:

    /opt/mx/bin/mxstop

  2. Verify that the daemons are no longer running:

    ps -ef | grep mx

    If any of the HP Systems Insight Manager daemons are running, record the PID and kill the process:

    kill -9 pid

    where pid is the PID of the daemon. For example,

    kill -9 3456

  3. Remove the HP Systems Insight Manager software:

    rpm -qa | grep hpsim | xargs rpm -e

  4. (Optional) If other applications are not using PostgreSQL, you can remove it:

    1. Verify that the daemons are no longer running:

      ps –ef | grep post

      If any of the Postmaster/Postgres daemons are running, record the PID and kill all the process:

      kill -9 pid

      where pid is the PID of the daemon. For example,

      kill -9 3456

  5. Now remove the PostgreSQL database:

    rpm -qa | grep postgresql | xargs rpm -e

    To remove the HP SIM and PostgreSQL folder:

    rm -rf /var/opt/mx /etc/opt/mx /opt/mx /var/lib/pgsql /usr/lib/pgsql /etc/sysconfig/postgresql

  6. Restart the system.

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