ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver add-protocols

    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
    Top of Page