Managing Users

Users for accessing the Web Management Interface can be added or deleted as required.

Adding a New User With Admin Access

New users with admin access can be added using the following command:

/commvaultvtl/bin/vtuser -a -u username --p passwd
  • User names and passwords can be up to 32 characters in length.

  • User names and passwords need to be ascii chars and can include _ or -.

Adding a User With Read-Only Access

A read-only user, with non administrator access, can be added using the following command:

/commvaultvtl/bin/vtuser -a -u username --p passwd -r

A logged in read only user can only view the VTL configuration, such as configured pools, disk configuration, etc., but cannot add or modify the setup.

Viewing Existing Users

Existing users can be viewed using the following command:

/commvaultvtl/bin/vtuser -l

Deleting an Existing User

Existing users can be deleted using the following command:

/commvaultvtl/bin/vtuser -x -u user name
×

Loading...