A.100 start

Starts an Oracle VM Server or virtual machine.

Syntax

start { Server | Vm } instance

Where instance is:

{ id=id | name=name }

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=id | name=name }

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

Examples

Example A.141 Starting an Oracle VM Server

OVM> start Server name=MyServer

Example A.142 Starting a virtual machine

OVM> start Vm name=MyVM

See Also