ONTAP 9.12.1 commands

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

    Delete a name mapping

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

    Description

    The vserver name-mapping delete command deletes a name mapping.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver from which you want to delete the name mapping.

    -direction {krb-unix|win-unix|unix-win|s3-unix|s3-win} - Direction

    This parameter specifies the direction of the name mapping that you want to delete.

    -position <integer> - Position

    This parameter specifies the position of the name mapping that you want to delete. Specify the position as a positive integer.

    Examples

    The following example deletes a name mapping on a Vserver named vs1. The name mapping is from UNIX to Windows and is at position 5.

    cluster1::> vserver name-mapping delete -vserver vs1 -direction unix-win -position 5
    Top of Page