vserver fpolicy persistent-store modify
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
Modify a Persist Store
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver fpolicy persistent-store modify
command modifies an FPolicy Persistent Store.
Parameters
-vserver <Vserver Name>
- Vserver-
This parameter specifies the name of the Vserver on which you want to modify an FPolicy Persistent Store.
-persistent-store <text>
- Persistent Store Name-
This parameter specifies name of the FPolicy Persistent Store that you want to modify.
[-volume <text>]
- Volume name of the Persistent Store-
This parameter specifies volume name for the FPolicy Persistent Store.
[-size {<integer>[KB|MB|GB|TB|PB]}]
- Size of the Persistent Store-
This parameter specifies size of the FPolicy Persistent Store.
[-delete-volume {true|false}]
- Delete the previous Volume-
This parameter specifies if the previously associated volume for the FPolicy Persistent Store has to be deleted. By default, it will be false.
Examples
The following example modifies an FPolicy Persistent Store.
cluster1::> vserver fpolicy persistent-store modify -vserver vs1.example.com -persistent-store ps1 -volume psvol -size 1GB -delete-volume true cluster1::> vserver fpolicy persistent-store show -vserver vs1.example.com -persistent-store ps1 -size 1GB Vserver: vs1.example.com Persistent Store Name: ps1 Volume name of the Persistent Store: psvol Size of the Persistent Store: 1GB