Recent content by Kaya

  1. K

    gui on server

    Sure you can. The best way I know (and watch running) is to install proxmox enviroment on working debian. For example: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_Stretch I think Ubuntu should work too.
  2. K

    [SOLVED] Some VM on node inaccessible for 20 minutes. "pvestatd: status update time" in logs

    Why change to scsi? On the others VM all works without problem. And the problem was on 2 linux machine and 1 windows machine. Other Vm on the same node had no problems..
  3. K

    [SOLVED] Some VM on node inaccessible for 20 minutes. "pvestatd: status update time" in logs

    I have a proxmox installation of 3 cluster: 2 is computer inside Intel modular server and 1 inside HP DL 390 Server. Suddenly some VM inside node 3 (HP) become inaccessible. After 20 mins everything work again. Accessing to webgui on node 1 see node 3 but detailed status was unavailable (for...
  4. K

    Multipath and lvm: can't create lvm disk

    After try & fix, nothing work! I've decided to change disk mapping and avoid shared storage with multipath. Just to say, u can have a simple "a|mapper/*" cause it's like regoular expression and mapper is inside /dev/mapper (I guess)
  5. K

    Multipath and lvm: can't create lvm disk

    So, I'm in a lot of trouble with making LVM up and running. The server is the old Intel modular server with 2 compute module. Storage model is: One virtual disk with multipath for pve and root file system working great. Three virtual disk mapped as sdb, sdc and sde (and, respctively, sdf, sdg...
  6. K

    Proxmox 4.2-11 multipath issue

    For everyone, like me, that use multipath for boot disk (sda) you have to : modify /etc/lvm/lvm.conf adding: restart multipath: /etc/init.d/multipath-tools-boot restart; /etc/init.d/multipath-tools restart reboot server then update-initramfs -u -k all reboot server update-grub reboot server...
  7. K

    Proxmox 4.2-11 multipath issue

    Hi Francesco, I see your thread about this and I'm a little bit worried about that. I'm planning to reinstall Proxmox 4.3 on a running server that support multipath (due to internal SAN that support multipath). I remember that when i first installed the system, I had to install debian and then...
  8. K

    After Update to 4.2 unknown device acpi\qemu0002

    Same unknown device here after upgrading to latest proxmox. Reading here https://fossies.org/linux/qemu/docs/specs/fw_cfg.txt seems: 87 == ACPI Interface == 88 89 The fw_cfg device is defined with ACPI ID "QEMU0002". Since we expect 90 ACPI tables to be passed into the guest...
  9. K

    Network Issue: fresh proxmox 4.1 installation no network access

    Adding one more information. The place where Proxmox had to be placed is in a 172.24.25.0/24 subnet. If I put vmbr0 to get an IP according to that subnet, it didn't work. Otherwise, if I use an IP like 192.168.25.10, it work. The VM inside, who has 172.24.25.3 IP, work without problem. I cant't...
  10. K

    Network Issue: fresh proxmox 4.1 installation no network access

    Hi everyone. Strange issue today. I installed a fresh proxmox 4.1 on tower pc for testing purpouse and i can't figure out why network doesn't work. The network interface is correctly enabled and led blink in the right manner. If i try to ping a device it doesn't work. If i try to put the eth0...
  11. K

    Move LVM storage

    Yeah, now I'm trying with small (32gb) disk with live mode but I see IOWait to grow too much(till 20% ). I will try in offline mode next time to see if IOWait will be lover.
  12. K

    Move LVM storage

    YEah, you're right. I havent't seen that button. Now I try to move. Questione: better if I shut down the VM or is not necessary?
  13. K

    Move LVM storage

    Where exactly? I can find migration only in Virtual machine gui..
  14. K

    Move LVM storage

    Hi, I need to move kvm disk between LVM disk. Actually, I have 4 physical volume (each made by 2 600gb SAS disk in MIRROR mode). For disk space I need to move, for example, vm-126-disk-1 from VM4 to VM. I didn't find anything on wiki useful. Can someone show me the right way? (OMG I'm really...