Configuring root as a SAL User
To add the root user on the remote host, island.universe.com, as a SAL user with SAL administrator privileges on the SAL primary, private.universe.com, perform these steps on the remote host as root:
-
Create a file, such as /tmp/add_user, that contains the following single line definition of the new SAL user:
user add root@island.veritas.com clydenw Admin
This defines root on the system island.universe.com as a SAL user with SAL administrator privileges, and with a password set to clydenw.
-
Use the following command to add the new SAL user on the SAL primary:
# vxsalcmd private.universe.com:2802 -u admin -f /tmp/add_user
You are prompted to enter the password for the SAL administrator, in this example named admin.
To view the new SAL user account, enter the following command:
# vxsalcmd private.universe.com:2802 -u admin user list
Again, you are prompted for the SAL administrator's password.
-
To allow ISP to communicate transparently with SAL, a local copy of the encrypted account information for the SAL user must be set up. Create a file, such as /tmp/maintain_user, that contains the following single line definition of the SAL user's password:
user rem clydenw
-
Use the following command to create the local SAL account file:
# vxsalcmd private.universe.com:2802 -f /tmp/maintain_user
To confirm that the password has been set up correctly, enter the following command:
# vxsalcmd private.universe.com:2802 user list
This command should now list all the configured users without prompting for the SAL administrator's password.
-
Remove the /tmp/add_user and /tmp/maintain_user files as these contain passwords in clear text.
Note
If the SAL user's password is not stored locally, ISP attempts to authenticate with SAL as the user admin with the password passwd.
If ISP fails to authenticate with SAL, it can neither see nor use any of the associated storage attributes.
|