vserver fpolicy disable
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Disable a policy
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver fpolicy disable
command disables an FPolicy policy for the specified Vserver.
Parameters
-vserver <Vserver Name>
- Vserver-
This parameter specifies the name of the Vserver on which you want to disable an FPolicy policy.
-policy-name <Policy name>
- Policy-
This parameter specifies the name of the FPolicy policy you want to disable.
Examples
The following command disables an FPolicy policy.
cluster1::> vserver fpolicy show Vserver Policy Name Sequence Status Engine ----------------------- ------------------------------ -------- ------ -------- vs1.example.com vs1_pol - off native vs2.example.com vs2_pol 5 on external 2 entries were displayed. cluster1::> vserver fpolicy disable -vserver vs2.example.com -policy-name vs2_pol cluster1::> vserver fpolicy show Vserver Policy Name Sequence Status Engine ----------------------- ------------------------------ -------- ------- ------- vs1.example.com vs1_pol - off native vs2.example.com vs2_pol - off external 2 entries were displayed.