Starting and stopping the App Visibility server services
Windows commands to start, stop, and verify services
To start and stop the services on Windows
On the computers where the App Visibility server components are installed, use the Windows services manager (services.msc) to stop and start the App Visibility server components.
The following services are listed for their respective installed components:
- BMC App Visibility Collector
- BMC App Visibility Portal
- BMC App Visibility PostgreSQL
- BMC App Visibility Proxy
To verify that the services are running on Windows
On the computers where the App Visibility server components are installed, run services.msc and verify that the services are running.
Linux commands to start, stop, and verify services
To start and stop the services on Linux
On the computers where the App Visibility server components are installed, run the required command to start or stop a service:
Component | Start command | Stop command |
---|---|---|
App Visibility portal | service adop_portal start | service adop_portal stop |
App Visibility collector | service adop_collector start | service adop_collector stop |
App Visibility database | service av_pgsql start | service av_pgsql stop |
App Visibility proxy | service adop_apm_proxy start | service adop_apm_proxy stop |
To start and stop the services on SUSE Linux Enterprise 12
If the App Visibility server components are installed on SUSE Linux Enterprise 12, run the required command to start or stop a service:
Component | Start command | Stop command |
---|---|---|
App Visibility portal | systemctl start adop_portal.service | systemctl stop adop_portal.service |
App Visibility collector | systemctl start adop_collector.service | systemctl stop adop_collector.service |
App Visibility database | systemctl start av_pgsql.service | systemctl stop av_pgsql.service |
App Visibility proxy | systemctl start adop_apm_proxy.service | systemctl stop adop_apm_proxy.service |
To verify that the services are running on Linux
On the computers where the App Visibility server components are installed, run the following commands to verify that the processes are running:
ps -ea|grep adop_portald
ps -ea|grep adop_apm_proxyd
service av_pgsql status