Uninstalling the App Visibility server
You can uninstall the App Visibility server by using the uninstallation wizard, or the silent (unattended) mode. This section provides the following procedures:
If you want to uninstall the entire App Visibility server, the order does not matter. Otherwise, uninstall the server component or components in the following order:
- App Visibility proxy
- App Visibility collector. In a high-availability environment, uninstall the standby node before the active node.
- App Visibility portal. In a high-availability environment, uninstall the standby node before the active node.
Perform the following procedure to uninstall one or more App Visibility server components by using the uninstall wizard.
Before you begin
(Portal or collector) If you want to retain data, back up the database.
(Portal or collector) In a high-availability environment, uninstall the standby node.
If you want to uninstall only an active node, first stop the component service and wait up to five minutes to confirm failover before uninstalling the component.
- (Windows) Use the Windows services manager (services.msc) to stop the required component:
- BMC App Visibility Collector
- BMC App Visibility Portal
- (Linux) Run the required command:
- service adop_collector stop
- service adop_portal stop
- (Windows) Use the Windows services manager (services.msc) to stop the required component:
To uninstall the App Visibility server components using the wizard
- Log on with administrator privileges to the computer on which App Visibility is installed.
- Launch the uninstallation wizard:
(Windows)
Use one of the following procedures:
To uninstall from the uninstallation utility- Navigate to the installationDirectory\UninstallBMCADOPServer directory.
- Right-click uninstall.exe and select Run as administrator.
To uninstall from the Control Panel- From the Control Panel, select Programs and Features (Windows 2008) or Uninstall a program (Windows 2012).
- Right-click BMC App Visibility Server 10.x and click Uninstall.
- (Linux)
- Ensure that you have set the DISPLAY environment variable.
- In a command line, navigate to the folder in which App Visibility is installed.
For example, /opt/bmc/App_Visibility/UninstallBMCADOPServer - Run the following command
./uninstall.bin
- On the Welcome screen, click Next.
- On the Features screen, select the components you want to uninstall and then click Next.
- Confirm that you are aware that data will be deleted from the database by clicking Next.
- In the Uninstallation Preview screen, review the features selected, and click Uninstall to proceed.
- In the Uninstallation Summary screen, click Done to complete the uninstallation process.
If you want to verify the uninstallation process before exiting the uninstallation wizard, click View Log to view the adopserver_uninstall_log.txt file.
You can also view the uninstallation log files in the %temp% (Windows) directory or in the /tmp (Linux) directory. - Select to restart your computer now or later and click Done.
To uninstall all App Visibility server components silently
The silent uninstallation does not require user interaction.
- Log on with administrator privileges to the computer on which App Visibility server is installed.
- In a command line, navigate to the UninstallBMCADOPServer directory under the installation directory, for example:
- Windows
C:\Program Files\BMC Software\App Visibility\UninstallBMCADOPServer - Linux
/opt/bmc/App_Visibility/UninstallBMCADOPServer
- Windows
- To silently uninstall all the App Visibility server components, run the following command:
Windows
uninstall.exe -i silent -DOPTIONS_FILE="C:\Program Files\BMC Software\App Visibility\UninstallBMCADOPServer\adop-silent-option-uninstall.txt"Linux
./uninstall.bin -i silent -DOPTIONS_FILE=/opt/bmc/App_Visibility/UninstallBMCADOPServer/adop-silent-option-uninstall
To uninstall a specific App Visibility component silently
- Log on with administrator privileges to the server on which App Visibility server is installed.
- Navigate to the UninstallBMCADOPServer directory under the installation directory, for example:
- Windows
C:\Program Files\BMC Software\App Visibility\UninstallBMCADOPServer - Linux
/opt/bmc/BMC Software/App_Visibility/UninstallBMCADOPServer.
- Windows
- Open the adop-silent-option-uninstall file in edit mode.
Add a hash sign (#) before the component that you do not want to uninstall:
# Uninstall App Visibility Manager Portal
-U bmc_application_diagnostics_portal
# Uninstall App Visibility Manager Collector
-U bmc_application_diagnostics_collector
# Uninstall App Visibility Manager Proxy
-U bmc_application_diagnostics_proxy- Run the silent uninstall command:
Windows
uninstall.exe -i silent -DOPTIONS_FILE="C:\Program Files\BMC Software\App Visibility\UninstallBMCADOPServer\adop-silent-option-uninstall.txt"Linux
./uninstall.bin -i silent -DOPTIONS_FILE=/opt/bmc/App_Visibility/UninstallBMCADOPServer/adop-silent-option-uninstall
You can view the uninstallation log files in the %temp% directory (Windows) or the /tmp directory (Linux).
Where to go from here
For information on uninstalling other TrueSight Operations Management components, see Uninstalling
For information on installing TrueSight Operations Management components, see Installing