A newer release of this product is available.
vserver add-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
Add protocols to the Vserver
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The vserver add-protocols
command adds given protocols to a specified Vserver.
Parameters
-vserver <vserver>
- Vserver-
This 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 allowed to run on the Vserver. Possible values include
nfs
,cifs
,fcp
,iscsi
,ndmp
andnvme
.
Examples
The following example shows adding protocol 'cifs' to a vserver named vs0.example.com.
cluster1::> vserver add-protocols -vserver vs0.example.com -protocols cifs