cmuseradd

Last Updated : Apr 05, 2018 |

Use the cmuseradd command to add an administrator account.

Syntax

cmuseradd <type>  [ -C profile ] [ -P key ] [ -p password ] [-S Limit] username
type

The type of account that you want to add:

  • super-user

  • nonsuper-user

  • cm-only

  • remote

-C profile

The profile for the account that you want to add. You must assign a profile to the account of type cm-only. However, do not assign a profile to the account of type remote.

-P [key]

An ASG-authenticated account. If you do not specify the key on the command line, the system generates the key. Do not use this parameter with -p.

-p [password]

A password-authenticated account. password is the encrypted password. Do not use this parameter with -P. The -p parameter requires an encrypted password. Therefore, you can use the cmuseradd command without the -p parameter, and then use cmpasswd to set the password.

-S Limit

The limit for the number of concurrent SAT sessions. You can assign up to five concurrent sessions or retain the default value none. If you retain the default value, the restriction on the number of concurrent sessions does not apply to the login. However, the restriction applies to the system.

Examples

cmuseradd super-user username 
cmuseradd cm-only -C 20 username
cmuseradd cm-only -C 20 -S 3 username