Question:
When the Windows Name of the Scalability Server is changed, what values in the comstore must be manually changed to update the comstore from the old name to the new name ?
Environment:
CA Client Automation - All Versions
Answer:
Open a DOS prompt and execute following command to check if it returns previous Windows name :
1. ccnfcmda.exe -cmd Getparametervalue -ps itrm/agent -pn agentname
2. ccnfcmda.exe -cmd GetParameterValue -ps itrm/usd/shared/ -pn msiadminpathunc
3. ccnfcmda.exe -cmd GetParameterValue -ps itrm/usd/shared/ -pn ExportArchive
4. ccnfcmda.exe -cmd GetParameterValue -ps itrm/usd/shared/ -pn ExportOutput
According to the results above, execute 1,2,3 or all of these following commands to correct the new Operating System in comstore:
1. ccnfcmda.exe -cmd setparametervalue -ps itrm/agent -pn agentname -v %COMPUTERNAME%
2. ccnfcmda.exe -cmd SetParameterValue -ps itrm/usd/shared/ -pn msiadminpathunc -v \\%COMPUTERNAME%\SDMSILIB
3. ccnfcmda.exe -cmd SetParameterValue -ps itrm/usd/shared/ -pn ExportArchive -v \\%COMPUTERNAME%\SDLIBRARY
4. ccnfcmda.exe -cmd SetParameterValue -ps itrm/usd/shared/ -pn ExportOutput -v \\%COMPUTERNAME%\SDOUTPUT
Then restart caf on the machine in order to take in account the new settings :
caf stop
caf start