Consultor Eletrônico



Kbase P77695: How to uninstall Fathom Management on UNIX
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/3/2010
Status: Verified

GOAL:

How to uninstall Fathom Management on UNIX

GOAL:

How to run unglue to be able to uninstall OpenEdge Management on Unix

FACT(s) (Environment):

UNIX
All Supported Operating Systems
Fathom Management
OpenEdge Management

FIX:

Uninstalling Fathom is a two-step process, because Fathom is 'glued to' a Progress installation. First you need to unglue Fathom and then you need to remove the Fathom files. It is important to do this in this exact order, otherwise the associated Progress will not run properly.

Steps:

0.) Prior to uninstalling:
- If you want to save your trending data, backup the fathom_install_dir/db beforehand.
- On the other hand, the reports and logs which are stored in the Fathom Work directory will not be removed, so these will need to be removed manually.
- backup the $DLC/properties/conmgr.properties and $DLC/properties/ubroker.properties as a precaution.

1.) Stop the AdminServer and then stop any databases that are being managed by Fathom.

2.) Log in as root and run the unglue cmd in the terminal window:

$ fathom_install_dir/bin/unglue

a warning message will appear, awaiting your confirmation, press Y to continue

3.) Remove the fathom_install_dir and the vpd.properties file if you have configured remote monitoring:

$ rm -r fathom
$ rm $HOME/vpd.properties