alejandro-g
13 years agoLevel 3
Veritas Cluster Server 6.0 -- hauser -update
Dear All,
I had added a new administrator user on vcs , like that, (#hauser -add clusteruser -pirv -Administrator ), but I cannot use the command (#hauser -update), because doesnt have that option, Do you know how can I get a password? I am trying using Veritas Cluster Manager Java Console to manage the cluster.
I am using VCS 6.0 on RedHat Linux 6.1.
Thanks in advance
Alejandro
Hi Alejandro,
The hauser man page describes the available options for hauser.
The section on Adding a User in the VCS Administrator's Guide provides the following information about adding users:
To add a user
- Set the configuration to read/write mode:
# haconf -makerw
- Add the user:
# hauser -add user [-priv <Administrator|Operator> [-group service_groups]]
- Enter a password when prompted.
- Reset the configuration to read-only:
# haconf -dump -makero
Here is some more information:
Please let us know if you need additional information or clarifications.
- Set the configuration to read/write mode: