Stopping Server Processes on one server with Service Manager commands also makes a second server go down
book
Article ID: 87876
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
Error Message : N/A
When bringing down server processes (CPs and WPs) on one server with the command line program UCYBSMCL, server processes are also being stopped on other servers.
For instance running a shell script like this on server 1:
Cause type: Configuration Root Cause: Parameter "-m S" of STOP_PROCESS stands for 'shutdown', which means that it will shutdown the entire AE system. Hence if you have 2 servers, processes running on the other server will also be affected.
Resolution
Use parameter "-m C" (CLOSE) instead of "-m S" (SHUTDOWN) so the command looks like this:
ucybsmcl -c STOP_PROCESS -h computer name -n phrase-s name of the service -m C [-p password]