This is part four of a five-part process.
zone.conf
file,
which you obtained when you untarred the release tar file.
zone.conf
as described in the comments in the file.
eth0_ADDRTYPE
variable to
v4v6 and enter both addresses. eth0_ADDRTYPE
variable to v4 and then enter the addresses. zone.conf
to xvmconf
.
# cp zone.conf xvmconf
xvmconf
file to the qcow image.
# virt-copy-in -a <absolute-path-for-zone-qcow2-file> xvmconf /etc/
virt-install --name zone201 --ram 4096 --vcpus 2 --disk path=/home/user/sbrBuilds/zone1-xvm.qcow2,bus=sata --nographics --import --os-variant centos7.0 --network bridge:<name-of-bridge> --console pty,target_type=virtio
Note
The <name-of-bridge> variable is the name of the bridge that is built into your host system. You can use the ifconfig command to identify the bridge configuration of the host.