A.156 start

Starts an Oracle VM Server or virtual machine.

Syntax

start { Server | Vm } instance

Where instance is:

{ id=value | name=value }

Description

This command starts 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 start, either an Oracle VM Server or a virtual machine.

{ id=value | name=value }

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

Examples

Example A.212 Starting an Oracle VM Server

OVM> start Server name=MyServer

Example A.213 Starting a virtual machine

OVM> start Vm name=MyVM

See Also