ONTAP 9.12.1 commands

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

    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 and nvme .

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