ONTAP 9.12.1 commands

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

    Start a Vserver

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

    Description

    The vserver start command starts data access on a Vserver.

    Parameters

    -vserver <vserver> - Vserver

    This specifies the name of the Vserver on which the data access is to be started. This operation is only supported on a data Vserver.

    The name must be of 47 characters length or less.
    [-foreground {true|false}] - Foreground Process

    This specifies if the vserver start command should be executed in the foreground or background. If you do not enter this parameter, it is set to true , and the vserver start command is executed in the foreground.

    [-force <true>] - Force Vserver Start

    In case of a MetroCluster configuration or Vserver disaster recovery, by using this parameter you can start the Vserver that is either locked (which prevents any configuration changes) or its partner Vserver is operationally running. If you do not enter this parameter, it is set to false.

    Examples

    The following example starts data access on Vserver vs0.example.com in the background.

    cluster1::> vserver start -vserver vs0.example.com -foreground false
    Top of Page