Identify and remove duplicate boot server records:
Step 1. Identify the incorrect record
- Log a support case and request T1ED253
- On Domain Manager: apply the test fix T1ED253 ( Please note this test fix is version independent)
- Change into folder ...CA\DSM\bin
- Run the command:
- ccsmcmd listbootserver -u<user> -p<password>
- This will show the two boot server entries
- <bootserver>
- <bootserver>
- On the running Scalability Server run the commands
- caf setcomputername %computername%temp
- caf stop
- caf start
- on Domain Manager run the command to list the bootservers again:
- ccsmcmd listbootserver -u<user> -p<password>
- This will now show
- <bootserver>
- <bootservertemp>
- The incorrect entry is now identified as it has not changed with renaming of the Scalability Server.
- It is possible to use a script to run step 1D if there are many SS to rename.
If you receive the message “This setting cannot be changed because it is controlled by DSM Policy” on Step 1D above, you need to change this to locally managed in configuration policy.
- Create a new config policy that can be applied to all Scalability servers
- In this policy expand DSM\Agent
- Right Click on "Use Operating system name for this agent" and choose "Setting" "Locally Managed"
- Seal and apply this policy to your Scalability Servers and you can now run the “caf setcomputername” command
Step 2. Remove the duplicate records:
- Delete the "old" boot server <bootserver> by running the command:
- ccsmcmd deletebootserver -n <bootserver> -u<user> -p<password>
Step 3. Rename Scalability Server back to desired name
- On the Scalability server run the commands
- caf setcomputername <bootserver>
- caf stop
- caf start