Search results

  1. X

    Running 2 VM with same disk on DRDB

    Have you created HA Group and include the VM in that group ?
  2. X

    [SOLVED] Cluster IP

    What do you mean, there is no cluster ip? every cluster node have cluster ip for web access. or you mean virtual ip for all cluster nodes? which I think is not required in this cluster scenario
  3. X

    [SOLVED] Adding Windows-Image to virtual CD/DVD drive

    I have faced same problem some time, what I did, copy the Windows iso image with "WinSCP" to Promox "/var/lib/vz/template/iso" directory, you may try that or change the ISO with other.
  4. X

    proxmox4 - online migrate failure - unable to detect remote migration address

    Are you using DRBD9 for production environment ? is it stable ? have you ever face any problem ?
  5. X

    Windows 10 / Server 2016 Hyper-V Issues

    What physical processor/motherboard are you using? try to change the processor from within the proxmox, as shown below...
  6. X

    Cluster Setup Proxmox 4.3

    Are you asking to join the Node to Cluster with VM installed? Then according to Proxmox documentation, NO, You have to create Clusters 1st without any VM, and then create the VM inside the cluster.
  7. X

    High avalibility with no extra hardware.

    You need "Shared Storage" for High Availability to work, use either Ceph or DRBD(not recommended) whatever suits your environment.
  8. X

    [SOLVED] Where is drbd drive mounted

    DRBD usually reside in /dev/drbd/ and not mounted throw fstab
  9. X

    format disk on proxmox installation

    use terminal and use fdisk
  10. X

    Basic question new home lab

    Its completely depends on you, if you want local storage, you have option in Proxmox, if you want NAS, there's option for it. There are different benefits for different options, you have to chose what best suits you.
  11. X

    Basic question new home lab

    Proxmox is very flexible and easy to setup, just install it and point your browser to installed IP. Then you can install the required services on it.
  12. X

    Basic question new home lab

    you didn't mentioned what services you're going to test ? Proxmox have so many options and approaches, so you have to explain in detail, what exactly do you want?
  13. X

    Suggested storage setup for 3 nodes 1HD+1SSD

    Well, Thank you for posting this, it helped me to decide weather I should go for DRBD9 or Ceph.
  14. X

    Suggested storage setup for 3 nodes 1HD+1SSD

    What happened to your DRBD9 setup ? did you follow the guide here ? https://pve.proxmox.com/wiki/DRBD9 I'm also planning for 4 Node, DRBD9 Setup.
  15. X

    How to get resources if Server crashed in Cluster ?

    Thanks I will check that. & Thanks it works :D
  16. X

    How to get resources if Server crashed in Cluster ?

    Here is the Lab Scenario I have created Proxmox3.1 Two Nodes Cluster, & DRBD for Shared storage (Live & non live migration works flawlessly) & everything works as desired. what I want to know, if 1st Server in the Cluster is crashed, how can I restore the Virtual Machine image (which is of...