You can use the command-line interface (CLI) to create and work with users.
To create and work with users, follow these steps:
svctask mkuser -name user_name -remotewhere user_name specifies the name of the user. The remote parameter specifies that the user authenticates to the remote authentication service.
svctask mkuser -name user_name -usergrp group_name_or_idwhere user_name specifies the name of the user and group_name_or_id specifies the name or ID of the user group with which the local user is to be associated. The usergrp parameter specifies that the user authenticates to the cluster using cluster authentication methods.
svctask chuser -usergrp group_id_or_name user_id_or_namewhere the group_id_or_name specifies the new group for the user and user_id_or_name specifies the user to be changed.
svctask chcurrentuser -nokeywhere the nokey parameter specifies that the SSH key of the user is to be deleted.
svctask rmuser user_id_or_namewhere user_id_or_name specifies the user to be removed.
svcinfo lsuser user_id_or_namewhere user_id_or_name specifies the ID or name of the user view. If you do not specify an ID or name, the concise view is displayed. If you do not specify a user ID or name, all users on the cluster are displayed.
svcinfo lscurrentuser
The name and the role of the user are displayed.