The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
vserver fpolicy disable
Contributors
-
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.