Search results

  1. X

    [SOLVED] vmbr-x behavior (ifdown/ifup)

    Hello, I was testing something for my environment, what I notice if I use ifdown vmbr1 all the communication take place from vmbr1 will be break (that's normal), but when I activate the vmbr1 using ifup vmbr1, it shows the link is activated, but all the virtual machines using vmbr1 cannot...
  2. X

    question about ha

    you need to start studying ... Start from here .. https://pve.proxmox.com/wiki/Storage_Model
  3. X

    Running 2 VM with same disk on DRDB

    What went wrong? Your other solution is also good as long as it serve the purpose. You can also try two nodes drbd84 cluster with heartbeat (for HA), drbd will take care of sync. while heartbeat will take care of Services, In this scenario you don't even need Proxmox.
  4. X

    [SOLVED] VM Migration Problem

    Thanks for the clarification, thought, it was necessary for migrating.
  5. X

    [SOLVED] VM Migration Problem

    Thanks for the reply, # cat /etc/pve/storage.cfg dir: local path /var/lib/vz content backup,vztmpl,iso lvmthin: local-lvm vgname pve thinpool data content rootdir,images lvm: Raid5-Storage vgname Raid5 content rootdir,images...
  6. X

    [SOLVED] VM Migration Problem

    Hello, Its a weird problem, I am trying to migrate Windows Server "Offline" the migration takes only 2 seconds, and it shows the Task OK, but it didn't migrate the HDD (raw disk), Both Servers use Local Disk not shared storage. The Proxmox Server is up to date. I don't know how to explain it...
  7. X

    Controll more proxmox from same GUI

    yes, I did, just notice...
  8. X

    Controll more proxmox from same GUI

    I think, you are looking for HA-Proxy on Proxmox. http://acidrop.biz/wp/?p=654
  9. X

    Controll more proxmox from same GUI

    Now, you are talking about High Availability, the scenario is changed. it is not what you initially asked.
  10. X

    Controll more proxmox from same GUI

    No, you don't need third server, if you just want to control them from one gui. in your scenario it can be done.
  11. X

    Controll more proxmox from same GUI

    Yes, you can control from the Same GUI, but need to be Clustered all the servers, its not necessary to be HA cluster.
  12. X

    PVE 4.4: live migration

    No, its still not supported without Shared Storage.
  13. X

    Cluster

    Multicast is not depend on the servers, it depend on your network switch. https://pve.proxmox.com/wiki/Multicast_notes
  14. X

    /var/lib/vz contains a file system with errors

    Hello wolfgang, Is it only for "Software Raid5" or do you think Hardware Raid5 is also bad combination ? Just want to make sure...
  15. X

    I can not migrate.

    I can conform, simulator is available at proxmox repo, I guess you didn't configure the proxmox repo ? do you have enterprise repo subscription ? (its paid) https://pve.proxmox.com/wiki/Package_Repositories If no then follow the guide to enable the no subscription repo...
  16. X

    I can not migrate.

    Looking at your screen shots, I think you have two Servers for proxmox, and Local Storage, (you don't have NAS?) Follow this guide for more information, https://pve.proxmox.com/wiki/High_Availability_Cluster_4.x https://pve.proxmox.com/wiki/DRBD9 Proxmox team recommend at least 3 nodes.
  17. X

    I can not migrate.

    Yes sir, you need to remove that CD/DVD Drive (ide2). and one more thing, if the "local-lvm" is not shared storage between Server1 and Server2, you need offline migration, online migration only works on "shared-storage"
  18. X

    I can not migrate.

    The reason might be the "CD Rom" attached to the VM, you may need to remove any "disk" which is attached to "local storage" instead of shared storage.
  19. X

    Running 2 VM with same disk on DRDB

    before you do this, I suggest to revert back all the changes you made in 100.conf files.
  20. X

    Where are the virtual machines held?

    That's all depends on how did you install the storage, if you are using local storage, the path will be /var/lib/vz if you are using LVM, the path will be /dev/YOUR-LVM, if you are using shared storage, the path is different, depends on what you're using.