Search results

  1. Y

    guest KVM access to both subnets

    it's weird but i readded the virtual NIC bridget to SAN physical NIC gave it static IP on SAN network and i'm able to ping the SAN network thus able to access SAN machine for managment. THANKS!
  2. Y

    guest KVM access to both subnets

    Hi I have SAN + one proxmox host setup with multiple KVM guests. SAN ISCSI is on it's own 192.168.1.0 network, proxmox host has two nics set up with static ip for each network (san, lan) iface eth0 inet manual iface eth1 inet manual auto vmbr0 iface vmbr0 inet static address...
  3. Y

    move KVMs from local storage server 1 to server 2 connected to SAN, 1 and 2 not clstr

    Re: move KVMs from local storage server 1 to server 2 connected to SAN, 1 and 2 not c well im not sure if im doing it the right way but im using dd with combination of netcat on server 1 i shutdown the KVM i want to dd on the server 2 with SAN i create in GUI KVM same size/options (MAC GB ETH...
  4. Y

    move KVMs from local storage server 1 to server 2 connected to SAN, 1 and 2 not clstr

    Hi what would be the best approach to transfer 4 KVMs on local storage on server 1 to server 2 connected to SAN storage (with LVM over it). command on server 2 with SAN pvs PV VG Fmt Attr PSize PFree /dev/sda2 pve lvm2 a-- 297.59g 16.00g /dev/sdb SANGROUP lvm2...
  5. Y

    can't restore KVM from one host to another - tar: Unexpected EOF in archive

    ok i tested the hard drive WD with manufacturers utility and it passed both short and long tests. so it's probably not the hardware causing the kernel panic. if I do regular tar and gzip backup im getting kernel panic with not much info in logs. if i do lzo backup completes but the archive is...
  6. Y

    can't restore KVM from one host to another - tar: Unexpected EOF in archive

    everything is local for now. getting kernel panic if i don't set compression flag on kernels 2.6.32.16-pve, 2.6.32.11-pve and 2.6.32.7-pve when i use lzop as compression the archive is corrupt when i try to decompress it, same thing with tar.gz im going to test if hard drive is bad, but it's...
  7. Y

    can't restore KVM from one host to another - tar: Unexpected EOF in archive

    hmm im getting kernel panic - not syncing: Fatal exception when i do vzdump 101 --dumpdir /back on stopped KVM with the newest kernel 2.6.32.16-pve also with 2.6.32.11-pve
  8. Y

    can't restore KVM from one host to another - tar: Unexpected EOF in archive

    update the backup worked without setting compression flag, so it did it that way. worked well. thanks
  9. Y

    can't restore KVM from one host to another - tar: Unexpected EOF in archive

    good point. nope it didn't work. getting the same message when trying to restore with different vmid and also when doing lzop -d vzdump-qemu-101-2012_11_12-17_03_26.tar.lzo im getting lzop: vzdump-qemu-101-2012_11_12-17_03_26.tar.lzo: Compressed data violation so it the archive...
  10. Y

    can't restore KVM from one host to another - tar: Unexpected EOF in archive

    Hi, I have two Proxmox hosts box1 pve-manager: 2.1-1 (pve-manager/2.1/f9b0f63a) box2 pve-manager: 2.2-24 (pve-manager/2.2/7f9cfa4c) and i can't move the KVM (25GB in size) over to the newer box (box2). command vzdump 101 --compress lzo --dumpdir /back completes successfully on box 1 and...