Recent content by pmard

  1. P

    Automating VM creation

    Hello! As I am trying to copy the string displayed when creating a VM using the Proxmox web interface, put the string in a script and copy/change the variables to create e.g. 64 VM's in one go the resulting VM's does not seem to be "healthy" as they do not appear in the Proxmox web...
  2. P

    Suggestion: Add a Cloning tab in Proxmox VE beside the migration tab. Please?

    With amazement I have just experienced the online migration at work in KVM. It took 45 seconds to do the full w2k8r2 online migration in my Supermicro/Scale setup. Great!!! I would like to suggest a new tab in the Proxmox web interface. Beside the Migration tab: a Clone tab. This tab would...
  3. P

    Assigning iSCSI disk trafic to a virtual bridge

    Hello Kameleon, Thank you for your prompt and helpful reply. If I understand the file you submitted correct something like this is what I could use: --- # Content of /etc/network/interfaces file auto lo iface lo inet loopback # Physical interfaces installed in the...
  4. P

    Assigning iSCSI disk trafic to a virtual bridge

    Hello Proxmoxers I have successfully installed proxmox on Supermicro/Scale hardware. - The server has six (6) NIC's available. Two internal and four on an Intel Quad card. - I have created two bonds, eth4,eth5 as bond0, eth0,eth1,eth2,eth3 as bond1. - vmbr0 uses bond0, vmbr1 uses bond1 - I...