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.0 Installation and User Guide > Chapter 9 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. (Optional) Back up the HP Systems Insight Manager database:

    pg_dump -f directory/filename

    where directory is a unique location for the file outside of the HP Systems Insight Manager directory structure and filename is the name of the back up file.

    Note: If you plan to remove the HP Systems Insight Manager directories later in the process, save this back up in a location outside of the default product directories.

  4. Remove the HP Systems Insight Manager software:

    rpm -qa | grep hpsim | xargs rpm -e

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

    rpm -qa | grep postgresql | xargs rpm -e

    To remove the PostgreSQL folder:

    rm -rf /var/lib/pgsql

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