ONTAP 9.12.1 commands

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

    Display character mapping on volumes

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

    Description

    The vserver cifs character-mapping show command displays information about character mapping configured for volumes. The command output depends on the parameter or parameters specified with the command. If you do not specify any parameters, the command displays the following information about character mapping configured for volumes:

    • Vserver name

    • Volume name

    • Character mapping

    Parameters

    { [-fields <fieldname>,…​]

    If you specify this parameter, the command displays only the fields that you specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all entries.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays information about character mapping configured for all the volumes that belong to the specified Vserver.

    [-volume <volume name>] - Volume Name

    If you specify this parameter, the command displays information about the character mapping configured for all the volumes that match the specified volume name.

    [-mapping <text>,…​] - Character Mapping

    If you specify this parameter, the command displays information about the character mapping configured for all volumes that match the specified mapping.

    Examples

    The following example displays information about all character mappings configured for volumes

    cluster1::> vserver cifs character-mapping show
    
    Vserver         Volume Name  Character Mapping
    --------------  -----------  ------------------------------------------
    vs1             vol1         3c:e17d, 3e:f17e
    Top of Page