How to register/redirect a Scalability Server to new Domain Manager?
search cancel

How to register/redirect a Scalability Server to new Domain Manager?

book

Article ID: 54909

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

How to redirect a Scalability Server to a new Domain Manager? Redirecting a Scalability Server from one Domain Manager to another.

Environment

Client Automation - All versions

Resolution

The following commands will move a Scalability Server from one Domain Manager to another:

  1. cserver unregister
  2. cserver config -h <new_manager> -j
  3. cserver register -a
  4. caf register all
  5. caf stop
  6. caf start

Once the Scalability Server is registered to the new Domain Manager, check the output of "caf setserveraddress", it should return "localhost". If it shows the name of the Domain Manager then type 'caf setserveraddress localhost' on the Scalability Server and change it to localhost.

Sometimes, it takes a while for the move operation to complete based on the number of records for the SS (agents + packages + history). While it is in 'Locked by Move' state we can not send any jobs to it.

Note: These commands have to be executed directly on the Scalability Server.