zoukankan      html  css  js  c++  java
  • 重新创建KVM虚拟机VPS250/VPS241在supermicro

    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

    飞儿传媒www.firadio.com
  • 相关阅读:
    Chain of Responsibility Pattern
    Visitor Pattern
    Command Pattern
    Mediator Pattern
    Memento Pattern
    Observer Pattern
    State Pattern
    Strategy Pattern
    HTMLTestRunner修改Python3的版本
    loadrunner 检查点
  • 原文地址:https://www.cnblogs.com/firadio/p/3496191.html
Copyright © 2011-2022 走看看