Uninstalling
You can uninstall BMC Release Process Management (BRPM) or
using an interactive installation wizard or a silent (command-line) installation.
Uninstalling BRPM
To uninstall BRPM, you can use a direct uninstallation through an interactive wizard or a silent (unattended) uninstallation, as described in the following procedures.
To uninstall BRPM directly
- Log in as administrator or root only if you installed the product with administrator or root privileges. Otherwise, log in as a normal user.
- Set the BRPM_HOME and the JAVA_HOME environment variables.
- Java Runtime Environment (JRE) is required to run the uninstallation. The JAVA_HOME variable must be other than the one that already exists in the BRPM directory in your installed location. Alternatively, you can also copy the JRE executable from the <installationDirectory>/RLM/lib/jre directory and paste it in an appropriate location outside the RLM directory to be able to run the uninstaller. Delete the executable after the uninstallation is complete.
- You can use the following commands to set the BRPM_HOME variable.
Windows: set "BRPM_HOME=<Product installation directory>"
Linux: export BRPM_HOME=<Product installation directory>
Solaris: BRPM_HOME=<Product installation directory>
export BRPM_HOME
- Go to RLMhome/UninstallBMCBRLM and run the following command:
- Windows: uninstall.cmd
Linux or Solaris: uninstall.sh
To perform a silent uninstallation of BRPM Classic UI
- Ensure that you have administrator (for Windows) or superuser (for Linux) privileges only if you installed the product with administrator or superuser privileges.
- Set the BRPM_HOME and the JAVA_HOME environment variables.
- Java Runtime Environment (JRE) is required to run the uninstallation. The JAVA_HOME variable must be other than the one that already exists in the BRPM directory in your installed location. Alternatively, you can also copy the JRE executable from the <installationDirectory>/BRPM/lib/jre directory and paste it in an appropriate location outside the BRPM directory to be able to run the uninstaller. Delete the executable after the uninstallation is complete.
- You can use the following commands to set the BRPM_HOME variable.
Windows: set "BRPM_HOME=<Product installation directory>"
Linux: export BRPM_HOME=<Product installation directory>
Solaris: BRPM_HOME=<Product installation directory>
export BRPM_HOME
- Locate the options file that you created during the installation process, or create a similar file.
For more information about the options file, see Installing RPM silently. - In the options file, change all -A switches (used for installation) to -U switches (for uninstallation).
- Run the following command from any directory outside the installation folders:
<fullPathToUninstallFile> -i silent -DOPTIONS_FILE=<fullPathToOptionsFile>
The path to the Uninstall file points to the UninstallBRPM directory within the installation folders.
Uninstalling
To uninstall the
, you can use a direct uninstallation through an interactive wizard or a silent (unattended) uninstallation, as described in the following procedures.
To uninstall
directly
- Log in as administrator or root only if you installed the product with administrator or root privileges. Otherwise, log in as a normal user.
- Go to RLMUIhome/uninstall and run the following command:
- Windows: uninstall.cmd
- Linux: ./uninstall.bin
- On the welcome page of the
5.0.x Uninstaller wizard, click Next.
- On the feature selection page, select the features that you want to uninstall, and then click Next.
- On the Uninstallation Preview page, view the uninstallation details, and then click Uninstall.
- On the Uninstallation Summary page, click Done.
To perform a silent uninstallation of
- Ensure that you have administrator (for Windows) or superuser (for Linux) privileges only if you installed the product with administrator or superuser privileges.
- Set the BRPM_HOME and the JAVA_HOME environment variables.
- Java Runtime Environment (JRE) is required to run the uninstallation. The JAVA_HOME variable must be other than the one that already exists in the BRPM directory in your installed location. Alternatively, you can also copy the JRE executable from the <installationDirectory>/BRPM/lib/jre directory and paste it in an appropriate location outside the BRPM directory to be able to run the uninstaller. Delete the executable after the uninstallation is complete.
- You can use the following commands to set the BRPM_HOME variable.
Windows: set "BRPM_HOME=<Product installation directory>"
Linux: export BRPM_HOME=<Product installation directory>
- Locate the options file that you created during the installation process, or create a similar file.
For more information about the options file, see Installing RLM Requester UI silently. - In the options file, change all -A switches (used for installation) to -U switches (for uninstallation).
- Run the following command from any directory outside the installation folders:
<fullPathToUninstallFile> -i silent -DOPTIONS_FILE=<fullPathToOptionsFile>
The path to the Uninstall file points to the uninstall directory within the installation folders.
Related topic