Neoview Workload Management Services Guide (R2.5)

DELETE ADMIN Command
The DELETE ADMIN command removes a Neoview role from the list of administrators in WMS.
NOTE: Only the default administrators, ROLE.DBA, SUPER.SERVICES, and SUPER.SUPER,
are permitted to run this command. The default administrators are added during installation
and cannot be deleted.
Syntax
DELETE ADMIN role-name
role-name
Specifies a string of 1 to 50 characters and may not contain multibyte characters. role-name
must be a valid Neoview role.
Considerations
Only the default administrators, ROLE.DBA, SUPER.SERVICES, and SUPER.SUPER, can
delete other administrators using the DELETE ADMIN command.
The ROLE.DBA, SUPER.SERVICES, and SUPER.SUPER roles are default administrators
added during installation and cannot be deleted.
Any administrator can view the current list of administrators by using the “STATUS ADMIN
Command” (page 228).
Example
This DELETE ADMIN command removes ROLE.MGR from the list of administrators:
DELETE ADMIN ROLE.MGR;
DELETE ADMIN Command 209