Sunday, May 19, 2013

Veritas Cluster Server (VCS) - Adding a user account

Many faced problems while adding a user account to the Veritas Cluster Server online.

Here is what you need to do.


Make the configuration read-write
#haconf -makerw

Add the user admin1
#hauser -add admin1

Add the user admin1 to the Administrators Group
#haclus -modify Administrators -add admin1

Then again make the VCS configuration read-only.(It is always important to make it readonly)
#haconf -makero

No comments: