Entering content frame

 Logging On to the XUSER Program: -ux 

Use

You use the DBM option –ux to log on to the XUSER program from the Database Manager CLI, using the data stored under the DEFAULT XUSER key.

You can use this DBM option to change (DBM option –us) or delete (DBM option –ud) XUSER entries.

We recommend that you use the XUSER tool directly.

See also: XUSER

Syntax

-ux <default_user>,<default_user_password>

Example

Changing an Existing XUSER Entry

dbmcli -ux <default_user_name>,<default_user_password> -uk <user_key> –us <new_user_name>,<new_user_password> [options]

Call the Database Manager CLI, log on as user MONA with password RED (stored under the DEFAULT XUSER key), specify the XUSER entry to be changed with the key name DAKEY, specify the new user name and password – BORIS and PINK:

dbmcli –ux MONA,RED –uk DAKEY –us BORIS,PINK

Deleting an Existing XUSER Entry

dbmcli -ux <default_user_name>,<default_user_password> -uk <user_key> -ud

Call the Database Manager CLI, log on as user MONA with password RED (stored under the DEFAULT XUSER key), specify the XUSER entry to be deleted with the key name DAKEY, specify the DBM option –ud to delete this entry:

dbmcli –ux MONA,RED –uk DAKEY –ud

 

 

Leaving content frame