A.21 create Network

Creates an Ethernet-based network.

Syntax

create Network [roles= { MANAGEMENT | LIVE_MIGRATE | CLUSTER_HEARTBEAT | VIRTUAL_MACHINE | STORAGE }] [vlanSegment=value] [server=value] name=value [description=value]

Description

This command creates an Ethernet-based network.

Options

The following table shows the available options for this command.

Option

Description

roles= { MANAGEMENT | LIVE_MIGRATE | CLUSTER_HEARTBEAT | VIRTUAL_MACHINE | STORAGE }

The network roles. Enter options separated by commas (,), for example:

roles='VIRTUAL_MACHINE,STORAGE'

vlanSegment=value

The name or ID of a VLAN segment.

server=value

The name or ID of an Oracle VM Server.

name=value

A name to identify the network.

description=value

Optional description for the network.

Note

Any create command only creates a single instance of an object, and therefore only accepts a single object instance as an attribute. Providing more than one object of the same attribute type as a parameter always results in the last attribute value taking precedence.

Examples

Example A.28 Creating a network

OVM> create Network name=MyVMNetwork roles=VIRTUAL_MACHINE 

See Also