Adding a user

Users in the category Cluster Guest cannot add users.

To add a user

  1. Set the configuration to read/write mode:
    # haconf -makerw
  2. Add the user:

    # hauser -add user [-priv <Administrator|Operator> [-group 
            service_groups]]
  3. Enter a password when prompted.
  4. Reset the configuration to read-only:
    # haconf -dump -makero

To add a user with cluster administrator access

To add a user with cluster operator access

To add a user with group administrator access

To add a user with group operator access

To add a user on only one node with cluster administrator access

  1. Set the configuration to read/write mode:
    # haconf -makerw
  2. Add the user:
    # hauser -add user@node.domain -priv Administrator

    For example,

    # hauser -add user1@sys1.domain1.com -priv  Administrator
  3. Reset the configuration to read-only:
    # haconf -dump -makero

To add a user on only one node with group administrator access