cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1458
Views
0
Helpful
3
Replies

how to stop ACS service on ACS appliance version 5.2 build 26

cciesec2011
Level 3
Level 3

I was able to do this ACS 4.0.1 running on Windows 2003 server.  There is a button that I can just stop ACS service on this host.

How do I achieve the same thing on ACS 5.2 build 26 appliance?

3 Replies 3

Yudong Wu
Level 7
Level 7

No GUI for this but you can do it in command line

ACS52-01/admin# acs stop ?
  adclient           Stop adclient
  database           Stop database
  management         Stop management
  runtime            Stop runtime
  view-alertmanager  Stop view-alertmanager
  view-collector     Stop view-collector
  view-database      Stop view-database
  view-jobmanager    Stop view-jobmanager
  view-logprocessor  Stop view-logprocessor
                 Carriage return.

will "acs stop" stop ALL services on the ACS appliances?

Yes, it will stop all ACS services but you have option to stop only certain process as my previous post.