ca_auth - Examples
The following are examples of syntax for the ca_auth command:
- Use the following command to change the password for the caroot user:
- Use the following command to add a user:
- Use the following command to delete a user:
- Use the following command to validate a user and the associated password:
- Use the following command to add a user (administrator) and a password (caroot):
- Note:You are prompted to enter the password for administrator in non-echo mode.
- Use the following command to list all Arcserve Backup users:
- Use the following command to add a Windows user (administrator) that has a caroot equivalency to Arcserve Backup Domain Server DOMAIN. The user name is caroot and the password is ccb:
- Use the following command to show the current Arcserve Backup user:
ca_auth -user chgpasswd caroot [passwd]
ca_auth -user add username [passwd]
ca_auth -user delete username
ca_auth -user validate username [password]
ca_auth -user add administrator caroot
ca_auth -user getall
ca_auth -equiv add administrator DOMAIN caroot ccb
ca_auth -equiv whoami
ca_auth Equivalence Examples
- Use the following command to set up equivalency:
- For example, to add an equivalency for the Administrator on machine dev02-vir2:
- Use the following command to display the equivalence for the user you are logged in as:
- Use the following command to display the equivalence for a user on a particular host machine:
- Use the following command to delete the equivalency for a user:
- Use the following command to see the user name you are logged in as on the local machine:
- To use command line interface on one machine to manage another, you must add equivalency.
- To add equivalency, perform the following steps:
- Open the command line interface from <Machine A>
- Enter the following command:
ca_auth -cahost <hostnameB> -equiv add <domainnameA\NT user(administrator)> <hostnameA> caroot caroot <passwordofcaroot>
ca_auth -equiv add ntuser hostName ARCserveUser [caroot username] [caroot password]
ca_auth -equiv add Administrator dev02-vir2 'caroot' 'caroot password'
ca_auth -equiv getequiv
ca_auth -equiv getequiv [ntuser hostName]
ca_auth -equiv delete ntuser hostName [caroot username] [caroot password]
ca_auth -equiv whoami
More information: