ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs home-directory search-path reorder

    Change the search path order used to find a match

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

    Description

    The vserver cifs home-directory search-path reorder command moves a search path to a new position in the search path order in the CIFS home directory configuration for the CIFS-enabled Vserver.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the CIFS enabled Vserver for which you want to reorder searches.

    -path <text> - Path

    This parameter specifies the search path you want to move.

    -to-position <integer> - Target Position

    This parameter specifies the new position of the search path in the search path order.

    Examples

    The following example moves the search path /home1 to position 1 in the search path order for the CIFS home directory configuration on Vserver vs1.

    cluster1::> vserver cifs home-directory search-path reorder -vserver vs1 -path /home1 -to-position 1
    Top of Page