The Command Center's User Management tab in the Admin view allows administrators to peform a variety of user management tasks, including:
gpperfmon
database using a user-defined functionThis task requires Admin permission.
To create a department name and apply it to a specific role:
This task requires Admin permission.
To assign a department name to a specific role:
This task requires Admin permission.
To change a role or roles' permission level, department, and/or resource group:
NOTEThe Resource Group dropdown menu appears only if you have configured VMware Greenplum to use resource groups.
gpcc_update_department
User-Defined FunctionYou may use the gpcc_update_department
user-defined function to rename a department name, passing it the old name (from_name
) and the new name (to_name
). Once it has run, all the roles associated with the old name will now be associated with the new name.
For more information on the gpcc-rename_dept_name
user-defined function, see the gpmetrics Schema Reference documentation page.
gpcc_delete_department
User-Defined FunctionYou may use the gpcc_delete_department
user-defined function to delete a department name, passing it the name of the department you want to delete. You may only delete department names that have no roles associated with them.
For more information on the gpcc_delete_department
user-defined function, see the gpmetrics Schema Reference documentation page.