cancel
Showing results for 
Search instead for 
Did you mean: 

PCo - Start/Stop Multiple Agent Instances simultaneously

Former Member
0 Kudos

Hi,

Is it possible to start/stop multiple PCo agent instances simultaneously? I am using PCo 2.0.

Regards,

Chanti.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196557
Active Contributor
0 Kudos

Each Agent Instance runs as a Windows Service with the Name of the Instance as the service name.

In the Agent Instance Host Tab, set the Service Start Mode selection to Automatic after you have finished developing and testing the Agent Instance. This will place the Services in Auto mode which will start them automatically on a server restart. To start or stop multiple services, simply create a Windows command file with the 'Net Start xxxx' or Net Stop xxxx' for the appropriate Start or Start group, where xxxx is the Service Name, for each service that you want to start or stop as a group.

- Steve