rmclass

Purpose

Use the rmclass command to remove a user class from an administrative domain.

See Also:

Prerequisites

You must have the modify administrative domain's configuration right to use the rmclass command. The class must be empty, that is, have no users, to be deleted.

Syntax

rmclass::=

rmcl•ass [ --nq ] classname ...

Semantics

--nq

Does not display a confirmation message. If you do not specify this option, then the command displays a confirmation message. The message is described in "Command Execution in Interactive Mode".

classname ...

Specifies the name of the class to delete.

Example

Example 2-126 confirms that the bkup_admin class exists, deletes it, and then confirms that the class is deleted.

Example 2-126 Removing a Class

ob> lsclass bkup_admin
bkup_admin
ob> rmclass --nq bkup_admin
ob> lsclass bkup_admin
Error: class bkup_admin - name not found