vserver add-protocols
Contributors
Suggest changes
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|s3}
- Protocols-
This parameter specifies the list of protocols to be allowed to run on the Vserver. Possible values include nfs, cifs, fcp, iscsi, ndmp and nvme.
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