To uninstall Platform Suite for SAS (Platform LSF 6.0/Process manager 3.0) in UNIX environments, follow these steps:
lsadmin limshutdown
lsadmin resshutdown
badmin hshutdown
jadmin stop
Note: The services must be stopped by the root user.
2. Remove the following directories with the RM –R command:
To find the path to JS_TOP and LSF_TOP, run the CAT or the MORE command on the install.config file that is located in the pm3.0_sas_pinstall directory.
In the install.config file, the JS_TOP path is in Section 1, which should look similar to the following example:
************************************************
# SECTION 1 - PROCESS MANAGER
# ************************************************
# --------------------------
JS_TOP=/path
# --------------------------
The LSF_TOP path is in Section 3, which looks similar to this example:
***********************************************************
# SECTION 3 - LSF
# ***********************************************************
# -----------------
LSF_TOP="/path"
# -----------------