Hi
Last month we upgraded to version 11.22.17 and we implemented a lot of hardening settings. The setting “Enable User Authentication for Agent installs” is also implemented.
Now we can’t register clients after they were installed in decoupled mode.
Here is the script:
# Register CommVault client
write-host "CommVault client registration starting"
$exe = "D:\Program Files\Commvault\ContentStore\Base\SIMCallWrapper.exe"
&$exe -OpType 1000 -CSHost wi-commserve.saxion.nl -ClientName $servername -ClientHostName "$servername.domain.local" -output D:\temp\commvault.xml
We also use these parameters:
[-user user_name] [-password password] [-passwordEncrypted]
The parameter-passwordEncrypted doesn’t work. Only -password. But then the password is not encrypted.
Chris van Oorspronk
Is er wellicht een andere manier om clients te registreren. Handmatig installeren is eigenlijk geen optie.