ONTAP 9.12.1 commands

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

    Start a CIFS server

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

    Description

    This command starts the CIFS server on the specified Vserver. The CIFS server must already exist. To create a CIFS server, run vserver cifs create .

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies a Vserver containing a configured CIFS server that has been stopped.

    Examples

    The following example starts the CIFS server on Vserver vs1:

    cluster1::> cifs start -vserver vs1
    Top of Page