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 remove-protocols
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
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}
- 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