racli add admin_user

Adds a specified ADMIN_USER system user to the RACLI admin group.

Syntax

racli add admin_user --user_name=USER_NAME [--user_uid=USER_ID --user_gid=GROUP_ID]

Options

--user_name

System user name to add to RACLI admin group.

--user_uid

Set the user identifier for the newly created admin user. Value must be >= 1003.

During the installation of RA 19.x or later, you can define the raadmin uid with ra_preinstall.pl.

--user_gid

Set the initial login group identifier for the newly created admin user. A group number must refer to an already existing group. Value must be >= 1003.

During the installation of RA 21.1 or later, you can define the gid with ra_preinstall.pl.

Details

This system user can execute RACLI commands. User is created if not already in the passwd database. This command prompts you to enter a user password.