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 9 Uninstalling HP Systems Insight Manager

Uninstalling HP Systems Insight Manager from an HP-UX 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:

    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, note their process IDs (PIDs) in the ps -ef output, and kill them:

    kill -9 PID

    where PID is the process ID of the daemon. For example, if the ps -ef | grep mx command displays a line that looks like

    root 18582 1 0 Jan 12 ? 00:13:18 /opt/mx/mxagent, then the command to kill this daemon is

    kill -9 18582.

  3. (Optional) Back up the HP Systems Insight Manager database:

    mxrepositorysave -f filename

    where filename is the name of the backup file.

  4. Remove the HP Systems Insight Manager software:

    swremove -x enforce_dependencies=false T2414BA

  5. (Optional) If other applications are not using the following dependencies, you can remove them. If you want to manage this system using another HP Systems Insight Manager CMS, you might want to leave SSH and WBEM installed on this system.

    1. Remove Java:

      swremove T1458AAventi

    2. Remove PostgreSQL:

      swremove -x enforce_dependencies=false ixPostgreSQL

    3. Remove SSH:

      swremove -x enforce_dependencies=false T1471AA

    4. Remove WBEM:

      swremove -x enforce_dependencies=false B8465BA

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