IBM Endpoint Manager, Version 9.0

Removing the Primary Server on Linux systems

To uninstall the IBM Endpoint Manager Server, you must stop the services and remove the Server, the Client, and Web Reports components, and the related databases.

About this task

To uninstall the primary server on Linux systems, perform the following steps:

Procedure

  1. Remove the Server, the Client, and Web Reports rpms files:
    rpm -e BESRootServer-xxxx_rhel.i686
    rpm -e BESClient-xxxxxx_rhel.x86-64
    rpm -e BESWebReports-xxxx-rhel.i686
  2. Remove the following directories:
    rm -fr /var/opt/BESClient
    rm -fr /etc/opt/BESClient
    rm -fr /var/opt/BESServer
    rm -fr /etc/opt/BESServer
    rm -fr /var/opt/BESWebReportsServer
  3. Remove the BFENT and BESREPOR local databases:
    su - db2inst1 
    db2 drop db BFENT
    db2 drop db BESREPOR
    or the the BFENT and BESREPOR remote databases:
    db2 uncatalog db BFENT
    db2 uncatalog db BESREPOR
    db2 uncatalog node TEM_RER


Feedback