Modifying a User
-
Set the configuration to read/write mode:
# haconf -makerw
-
Modify the user:
# hauser -update user
-
Enter a new password when prompted.
-
Reset the configuration to read-only:
# haconf -dump -makero
Note
Users in the category Cluster Guest cannot modify users.
Deleting a User
-
Set the configuration to read/write mode:
# haconf -makerw
-
For users with Administrator and Operator access, remove their privileges:
# hauser -delpriv user Adminstrator|Operator [-group
service_groups]
-
Delete the user from the list of registered users:
# hauser -delete user
-
Reset the configuration to read-only:
# haconf -dump -makero
|