Moving a Scalability Server Collect job from one Engine to another using the command line.
search cancel

Moving a Scalability Server Collect job from one Engine to another using the command line.

book

Article ID: 52824

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

The default System Engine is overloaded with multiple Scalability Server collect tasks. Is there a way to move the collect job to a different engine instance using the command line without being on the Domain Manager?

 

Environment

Client Automation - All Versions

Resolution

The following command specifies the Engine name that you want to assign a Scalability Server collect job to:
cserver config -g <engine name>

To actually move the existing collect job to the new engine run the command:
cserver register -a

NOTE: If the engine name is misspelled, the command will still be executed but the collect job will not be moved. There is NO validation when you run the above commands and therefore care should be taken while entering the engine instance name. The above commands have to be run on the Scalability Server and are not case-sensitive.