Removes an object class.
odmdrop -o ClassName
The odmdrop command removes an entire object class and all of its objects. No checking is done to see if other object classes are linked to this one.
Item | Description |
---|---|
-o ClassName | Specifies the object class to remove. |
Attention RBAC users and Trusted AIX® users: This command can perform privileged operations. Only privileged users can run privileged operations. For more information about authorizations and privileges, see Privileged Command Database in Security. For a list of privileges and the authorizations associated with this command, see the lssecattr command or the getcmdattr subcommand.
Assuming that an object class named MyObjectClass exists, the following command removes the object class:
odmdrop -o MyObjectClass