Oracle Netra Server X5-2 Installation Manual page 57

Communications session border controller. platform preparation and installation
Hide thumbs Also See for Netra Server X5-2:
Table of Contents

Advertisement

Provision a new virtual machine.
4.
# virt-install \
--name SBC739 \
--description "nnSCZ739 KVM" \
--os-type=Linux \
--os-variant=rhel7 \
--ram=8192 \
--vcpus=4 \
--disk path=/opt/nnSCZ739.64-img-
vm_kvm.qcow2,bus=virtio,size=10,format=qcow2 \
--network bridge=br-Mgmt \
--network bridge=br-Mgmt \
--network bridge=br-Mgmt \
--network bridge=br-Mgmt \
--network network=media1 \
--network network=media2 \
--import \
--cpu host
Note:
Use interface-mapping to pin the four br-Mgmt network interfaces to
wancom0, wancom1, wancom2, and spare.
--name
Identify a unique name for the virtual machine on this hypervisor.
--description
Describe this virtual machine.
--os-type
Specify the operating system type.
--os-variant
Optimize the configuration for a specific operating system.
--ram
Allocate a specific amount of RAM to this virtual machine.
--vcpus
Allocate a specific number of virtual CPUs to this virtual machine.
--disk
Specify the path to the disk image.
--network
Connect the virtual machine to a host network.
--import
Skip the operating system installation process and build a guest around the disk
image specified with --disk.
Chapter 6
Create and Deploy on KVM
6-4

Advertisement

Table of Contents
loading

Table of Contents