Delete Users
This article explains how to delete system administration users.
System administration users are not the same as database users.
Prerequisites
To perform this task you must be a member of the exaadm group.
Procedure
The following examples use the command-line tool confd_client, which is available on all database nodes.
Placeholder values are indicated with UPPERCASE characters. Replace the placeholders with your own values.
-
Connect to the cluster operating system (COS) using
c4 connect -i PLAY_ID -s cos
. For example:For more information about how to use
c4 connect
, see How to use c4. -
To find the exact user name, use the ConfD job user_list. In this example, the user name is ADMIN2:
-
To delete the user, use the ConfD job user_delete. For example:
Verification
To verify that the user has been deleted, use the ConfD job user_list:
The user should no longer be listed.