A.144 restart

Restarting an Oracle VM Server or virtual machine.

Syntax

restart { Server | Vm } instance

Where instance is:

{ id=value | name=value }

Description

This command restarts 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 restart, 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.193 Restarting an Oracle VM Server

OVM> restart Server name=MyServer

Example A.194 Restarting a virtual machine

OVM> restart Vm name=MyVM

See Also