Hi All,
I’m working on a decoupled image template (FR20) that we want to register using SIMCallWrapper after deployment using a script.
In this scenario, The comms to the CS must go via a Network Gateway Proxy.
Whenever we use the “-ConnectionInfo” parameter with SIMCallWrapper, We get error output: “Invalid arguments received”.
Using the same format as documentation: m-ConnectionInfo GatewayHostname:Port].
Ref: Registering the Client Using the Command Line (commvault.com)
See below example:
SIMCallWrapper.exe -OpType 1000 -CSHost CSHOSTNAME -CSNAME CSNAME -clientName CLIENTNAME -ClientHostName CLIENTHOSTNAME -authcode AUTHCODE -overwriteClientInfo -output C:\install\install.xml -ConnectionInfo PROXYHOSTNAME:8403
I have managed to work around this issue by manually adding a rule to communicate to the CS via Proxy to the FwConfigLocal file, then removing “-ConnectionInfo” parameter from the SIMCallWrapper command to register the Client successfully.
Wondering if anyone has also seen this with the “-ConnectionInfo” parameter?
Thanks & Regards,
Michael