A.101 stop

Stops an Oracle VM Server or virtual machine.

Syntax

stop { Server | Vm } instance

Where instance is:

{ id=id | name=name }

Description

This command stops an Oracle VM Server or virtual machine.

Options

The following table shows the available options for this command.

Option

Description

{ Server | Vm }

The object to stop, either an Oracle VM Server or a virtual machine.

{ id=id | name=name }

The instance of the object using either the id or name option, for example name=MyVM.

Examples

Example A.143 Stopping an Oracle VM Server

OVM> stop Server name=MyServer

Example A.144 Stopping a virtual machine

OVM> stop Vm name=MyVM

See Also