Search results

  1. R

    How can I have this type of redundancy failover ???

    for this, you will need at least 3 proxmox nodes, and some type of shared storage. Read more here: http://pve.proxmox.com/wiki/High_Availability_Cluster
  2. R

    Win 2012 on HP Proliant DL360 G4 results in 'Your PC needs to restart' error message.

    Re: Win 2012 on HP Proliant DL360 G4 results in 'Your PC needs to restart' error mess If you can wait a week, I will get proxmox setup on my G4, and will try to figure it out.
  3. R

    Win 2012 on HP Proliant DL360 G4 results in 'Your PC needs to restart' error message.

    Re: Win 2012 on HP Proliant DL360 G4 results in 'Your PC needs to restart' error mess I have the same server. Issue is the G4 may be 64 bit, but it does not support VT-X. To get the VM to boot, go to the VM, Options, and disable KVM Hardware Virtualization.
  4. R

    Happy Birthday - Proxmox VE is 5 years old!

    And here is to another 5 great years! Keep up the awesome work guys!
  5. R

    What is the best iSCSi SAN for you ?

    I currently use openmediavault with NFS for my proxmox cluster, and its been working great! Only complaint is the lack of VLAN support from the web GUI, but you can still do it manually from the CLI.
  6. R

    [SOLVED]2 Node Cluster, Unable to use Console on VM's hosted on other node.

    Re: 2 Node Cluster, Unable to use Console on VM's hosted on other node. Thanks, was able to get it working. Mark this as solved! For others, the quickest way to fix this is to sync time on the servers then restart the services, or do a reboot (what I did) to sync time, I had to use ntpdate -u...
  7. R

    Suggestion for Graphical Console ( VNC )

    +1 This would make managing proxmox from a linux system so much easier!
  8. R

    [SOLVED]2 Node Cluster, Unable to use Console on VM's hosted on other node.

    Re: 2 Node Cluster, Unable to use Console on VM's hosted on other node. Just tried, still the same error. There were no problems with the restart though on either nodes. root@srv-1-02:~# service cman restartStopping cluster: Stopping dlm_controld... [ OK ] Stopping fenced... [ OK...
  9. R

    [SOLVED]2 Node Cluster, Unable to use Console on VM's hosted on other node.

    Hello, I am having a strange issue with the Console feature in proxmox. I currently have a 2 node cluster, node srv-1-02 and srv-1-03. When I signin to the web GUI on srv-1-02 I am able to access the console on all VM's on that node, as well as the shell for srv-1-03, but if I try to access a VM...
  10. R

    Proxmox 2.3, Windows Storage Server 2012, Samba Shares, and File Lock Troubles

    Nope, still have the same problem. (just a note, I decided to give up and moved my storage box to a new distro, all working now) I still have a box with server 2012 with the same problem though when mounted. if you care to continue debugging this we can, but technically its no longer required.
  11. R

    Proxmox 2.3, Windows Storage Server 2012, Samba Shares, and File Lock Troubles

    yes, restores and creations to local storage work without a hitch. Also, here is what is in my fstab to mount the drive //10.1.8.1/Storage /mnt/NFS-SMB cifs username=user,password=pass 0 0
  12. R

    Proxmox 2.3, Windows Storage Server 2012, Samba Shares, and File Lock Troubles

    pvecm nodes mroot@srv-1-02:~# pvecm nodes Node Sts Inc Joined Name 1 M 632 2013-03-21 17:12:49 srv-1-02 2 M 672 2013-03-21 17:13:21 srv-1-03 pvecm status root@srv-1-02:~# pvecm statusVersion: 6.2.0 Config Version: 2 Cluster Name: Cluster-1...
  13. R

    Proxmox 2.3, Windows Storage Server 2012, Samba Shares, and File Lock Troubles

    Hello, So long story short I am trying to use a SMB network storage to host VM's from for live migration. I created the share in the /etc/fstab, mounted it successfully, and am able to read and write from the share with no problem. I am even able to create and restore backups without a...