Skip to main content
Answer

commvault -csname for windows client

  • April 19, 2021
  • 1 reply
  • 353 views

Forum|alt.badge.img+14

Hello,

I want to find the equivalent command as "commvault -csname" that was use on Unix client to get the hostname of the commserve used. Does the same command for Windows exists ? It is for use with ansible. 

Some client are not installed correctly the commserve Hostname stay at @@commserve@@. we Want the check on the client the name. If the name is @@commserve@@ then we Will reinstall automatically. 

Thanks !

Best answer by Gseibak

that command is not in windows but you could query the registry to see what the sCSCLIENTNAME key is using.

HKEY_LOCAL_MACHINE\SOFTWARE\CommVault Systems\Galaxy\Instance001\CommServe

it appears the client is unable to register itself with the CS and once it registers that key will get updated on the client.

1 reply

Forum|alt.badge.img+11
  • Vaulter
  • Answer
  • April 19, 2021

that command is not in windows but you could query the registry to see what the sCSCLIENTNAME key is using.

HKEY_LOCAL_MACHINE\SOFTWARE\CommVault Systems\Galaxy\Instance001\CommServe

it appears the client is unable to register itself with the CS and once it registers that key will get updated on the client.