qosremove Command
Purpose
Removes a QoS (Quality of Service) Service Category or Policy Rule.
Syntax
To remove a Service Category:
qosremove [ServiceCategory] service
To remove a Policy Rule:
qosremove [ServicePolicyRule] policy
To remove all the Policies and Service categories installed in the kernel:
qosremove all
Description
The qosremove command removes the specified Service Category or Policy Rule entry in the policyd.conf file and the associated policy or service in the QoS Manager.
Exit Status
Item | Description |
---|---|
0 | Successful completion |
Positive Integer | An error occurred. |
Security
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.
Examples
- To remove the sc01 service, type:
qosremove sc01 service
- To remove the pr01 policy, type:
qosremove pr01 policy