Starting and stopping the Diagnostics Server services
The BMC Application Diagnostics Server comprises the BMC Application Diagnostics Portal, and the BMC Application Diagnostics Collector. After making any manual changes to the configuration files of these components, you must restart the component.
This topic provides the Microsoft and Linux commands for stopping and starting the BMC Application Diagnostics Server services.
Linux commands
To stop the BMC Application Diagnostics Portal service, run the following command:
service adop_portal stopTo start the BMC Application Diagnostics Portal service, run the following command:
service adop_portal startTo stop the BMC Application Diagnostics Collector service, run the following command:
service adop_collector stopTo start the APM Proxy service, run the following command:
service adop_apm_proxyTo start the BMC Application Diagnostics Collector service, run the following command:
service adop_collector startTo verify that the services have started, run the following command:
ps -ea | grep adopAll running processes are displayed. Verify that the installed components (adop_portal or adop_collector, or both) are displayed.
Windows commands
You can use the Windows services manager (services.msc) to stop and start the BMC Application Diagnostics Server components.
The following services are listed for their respective installed components:
- BMC Application Diagnostics Portal
- BMC Application Diagnostics Collector
- BMC Application Diagnostics APM Proxy
Related topic
Importing-a-KeyStore-file-to-replace-the-self-signed-certificate
Starting-and-stopping-services