4.1. To create a virtual machine network

  1. Create an Ethernet-based network with the Virtual Machine role using the syntax:

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

    For example:

    OVM> create Network name=MyVMNetwork roles=VIRTUAL_MACHINE 

    For more information on the syntax and usage, see Section A.21, “create Network”.

  2. Add a port from each Oracle VM Server to the network using the syntax:

    add Port instance to { BondPort | Network | VlanGroup } instance

    For example:

    OVM> add Port id=0004fb0000200000ed75de88c4dcb296 to Network name=MyVMNetwork

    For more information on the syntax and usage, see Section A.9, “add Port”.