vserver remove-protocols
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
Remove protocols from the Vserver
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The vserver remove-protocols
command removes the specified protocols from the specified Vserver. When you remove the protocols from a Vserver, the data access with respect to the removed protocols is disrupted.
Parameters
-vserver <vserver>
- Vserver-
Specifies the Vserver that is to be modified.
-protocols {nfs|cifs|fcp|iscsi|ndmp|nvme|s3}
- Protocols-
This parameter specifies the list of protocols to be removed. on the Vserver. Possible values include
nfs
,cifs
,fcp
,iscsi
,ndmp
andnvme
.
Examples
The following example shows removing protocol 'cifs' from a Vserver named vs0.example.com.
cluster1::> vserver remove-protocols -vserver vs0.example.com -protocols cifs