racli add db_user

Adds a database administration user (db_user) who can manage and configure the Recovery Appliance.

Syntax

racli add db_user --user_name=USER_NAME --user_type=admin|replication|monitor|vpc [ --insecure=VALUE ] 
 [ --password_hash ] [ --wallet=VALUE ]

Options

--user_name

User name for the database user.

--user_type

Can be admin, replication, monitor, or vpc. Admin user can manage and configure the Recovery Appliance. Replication user has permissions to copy and retrieve associate backup files between Recovery Appliances, and associated wallet access. Monitor user has read-only access to Enterprise Manager. VPC user is the virtual private catalog user.

--insecure

This option can only be used with the VPC user_type.

VPC users created with this option will have the DEFAULT profile and will not have password rollover support.

--ip_list

This option is only applicable to cloud systems.

A list of comma separated IP addresses that the database user can connect from

Using this option will automatically assign a database service to the user. The user can then connect to the database from any of the allowed IPs using the name of their assigned service.

--passwod_hash

Specifies whether a hash password value is provided.

--wallet

Specifies the wallet that stores the password.