Performing the Presentation Server uninstallation silently
- Log on to the system where you want to uninstall the Presentation Server.
- In a command line, navigate to the UninstallBMCTrueSightPServer directory under the installation directory, for example:
- Windows
cd "%TRUESIGHTPSERVER_HOME%\UninstallBMCTrueSightPServer"
for example:
cd "C:\Program Files\BMC Software\TrueSightPServer\UninstallBMCTrueSightPServer" Linux
cd $TRUESIGHTPSERVER_HOME/UninstallBMCTrueSightPServer
for example:
cd /opt/bmc/TrueSightPServer/UninstallBMCTrueSightPServer
- Windows
- Run the following command:
Windows
uninstall.exe -i silent -DOPTIONS_FILE="<Full File Path>\server-silent-options-windows-uninstall.txt"
Linux
./uninstall.bin -i silent -DOPTIONS_FILE="<Full File Path>\server-silent-options-linux-uninstall.txt"
4. It is recommended to restart the server after the uninstallation process is completed.