Registering Laptops

If the package was configured for decoupled installation, then after the package is successfully installed, notify the end-users to register their laptops with the CommServe database using the Commvault Edge Monitor tool.

Another way to register laptop clients is to configure the third-party software to perform the registration. Specify the following post-installation command in the third-party software (which should be run from the software_installation_directory\Base directory)

Windows

SIMCallWrapper.exe -optype 1000 -user username -password mypass -ClientName laptop1 -output C:\temp\output.xml

where:

  • ClientName is the name of the laptop where you installed the package. The name will be automatically registered to the CommServe.

  • user and password are the user account details used to register the laptop to the CommServe.

UNIX

./SIMCallWrapper -optype 1000 -user 'username' -password 'mypass' -ClientName laptop1 -output /tmp/output.xml

where:

  • ClientName is the name of the laptop where you installed the package. The name will be automatically registered to the CommServe.

  • user and password are the user account details used to register the laptop to the CommServe. The user name and password might require single quotes (' ') and escapes (\) if special characters are used. For example, 'domain\\user'.

Loading...