virt-install --name=vps250 --ram=2048 --vcpus=8 --boot=cdrom \
--os-type linux --os-variant rhel6 \
--disk path=/home/kvm/sys/vps250_centos65_x64_8g.qcow2,device=disk,cache=none,format=qcow2,bus=virtio \
--network network:net82,model=virtio,mac=52:54:0a:60:52:fa \
--network network:net83,model=virtio,mac=52:54:0a:60:53:fa \
--vnc --vncport=59250


virt-install --name=vps241 --ram=2048 --vcpus=8 --boot=cdrom \
--os-type linux --os-variant rhel6 \
--disk path=/home/kvm/sys/vps241_centos65_x64_8g.qcow2,device=disk,cache=none,format=qcow2,bus=virtio \
--network bridge:eth5-br,model=virtio,mac=52:54:c0:a8:08:5c \
--network network:net82,model=virtio,mac=52:54:0a:60:52:f1 \
--vnc --vncport=59241

 

posted on 2013-12-29 11:20  飞儿传媒  阅读(315)  评论(0编辑  收藏  举报
飞儿传媒