Neoview Workload Management Services Guide (R2.4)

DELETE RULE Command
The DELETE RULE command removes a rule from the WMS configuration on the Neoview
platform.
NOTE: Only administrators are permitted to run this command. By default, an administrator
is ROLE.DBA or the super ID (super.services or super.super).
Syntax
DELETE RULE rule-name
rule-name
is the name of an existing, user-defined rule.
Considerations
When you delete a rule, all associations with services using the rule are deleted.
You cannot delete one of the predefined rules, HPS_MANAGEABILITY1 through 9 or
HPS_TRANSPORTER1.
Examples
This command removes the COMPRULE50 rule from the WMS configuration:
DELETE RULE COMPRULE50;
DELETE RULE Command 111