jan.siroky wrote:
Hello,
I have same problems in some our servers.
One interesting thing is that one server with this problem its seems to be "duplicated" - only when you want move some PCs from one boot server to other(server with this problem) -> you will see this server(server with this problem) 2x (with error)... Do you have this additional symptoms too?
Hi
If you are seeing duplicate Boot Servers then this will absolutly cause an issue and this needs to be cleaned up.
Please log a support call stating you have duplicate boot server and request test fix t1ed253
This fix provides a cmmand line utility (CCSMCMD) that can list and remove bootservers cleanly from the MDB even.
with this utility we use the following procedure to identify the bad entry in the MDB and remotve it
Step 1 identify the incorrect record
1.
On Domain Manager: apply the test fix T1ED253
2.
change into folder ...\DSM\bin
3.
Run the command
ccsmcmd listbootserver -u<user> -p<password>
This will show the two boot server entries
<bootserver>
<bootserver>
4.
On the running scalability server run the commands
caf setcomputername mybootserver
caf stop
caf start
5.
on Domain Manager run the commandto list the bootservers again:
ccsmcmd listbootserver -u<user> -p<password>
This will now show
<bootserver>
mybootserver
The incorrect entry is now identified as it has not changed with renaming of the Scalability Server
Step 2 remove the duplicate
1.
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
1.
caf setcomputername <bootserver>
2.
caf stop
3.
caf start
regards
Rich