vserver stop
Contributors
Suggest changes
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Stop a Vserver
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The vserver stop
command stops data access on a Vserver.
Parameters
-vserver <vserver>
- Vserver-
This specifies the name of the Vserver on which the data access is to be stopped. 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
vserver stop
command should be executed in the foreground or background. If you do not enter this parameter, it is set totrue
, and the ` vserver stop` command is executed in the foreground.
Examples
The following example stops data access on Vserver vs0.example.com
in the background.
cluster1::> vserver stop -vserver vs0.example.com -foreground false