ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs character-mapping delete

    Delete character mapping on a volume

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver cifs character-mapping delete command deletes the CIFS character mapping for the specified volume on a particular Vserver.

    The vserver cifs character-mapping delete command is not supported for FlexGroups.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver on which a Volume is located for which you are deleting the character mapping. If only one data Vserver exists, you do not need to specify this parameter.

    -volume <volume name> - Volume Name

    This parameter specifies the name of the volume for which you are deleting the character mapping.

    Examples

    The following example deletes all character mappings for a volume vol1 on Vserver vs1.

    cluster1::> vserver cifs character-mapping delete -volume vol1
    Top of Page