Search results

  1. J

    Do you have some form of High Availabilty running Proxmox 1.9?

    Aside from having hardware redundancy on the host running proxmox. I'd like to know has anyone done some form of HA on the 1.x version of Proxmox using any of the open source solutions? If you have could you please share some information? I am aware HA will be a feature for the upcoming Proxmox...
  2. J

    Is this doable?

    I am using zenloadbalancer. I decided not use NFS for my web content due to permission problems when the web content is being accessed concurrently. I decided to use DRBD instead. Has anyone use this in production for deploying an HA website? In the LAB, I setup two kvm web server's using...
  3. J

    Is this doable?

    Here is my plan to create a fault tolerant Joomla website using DRBD & NFS. And two WAN links a bonded T1 and DSL. I Have three KVM machines all using DRBD storage using the Proxmox DRBD wiki. http://www.gliffy.com/pubdoc/3093368/M.png 1. Web server1 2. Web server2 3. MySQL server Both Web...
  4. J

    Update DRBD userland to 8.3.10 to match kernel in 1.9

    I do indeed have that file. Thanks e100!
  5. J

    Update DRBD userland to 8.3.10 to match kernel in 1.9

    Following the instructions I was able to create the drbd-utils debian package. After installing dpkg -i drbd8-utils_8.3.10-0_amd64.deb package I got this message "Udev found. Not creating device nodes." I checked, I have udev installed. Is this something to be concern about or did I miss a step...
  6. J

    Traffic shaping for multiple VMs

    I would second the pfsense suggestion. It comes with an incredible amount of options one of them is traffic shaping.
  7. J

    NFS error (exit code 32)

    Yes, googling the error "failed: RPC Error: Program not registered" this link came up with steps to help you troubleshoot.
  8. J

    Failed Windows 2003 KVM install

    Awesome! It [SOLVED] the problem :D I did what you said.
  9. J

    Failed Windows 2003 KVM install

    Hello, I have attempted to create a KVM type virtual machine using Windows 2003, from CD or an ISO file. Both failed with the error shown on the screen capture image I am attaching. I have no problems installing Win2k, XP, and Windows 2008. I am using the latest Proxmox stable version with the...
  10. J

    Would you suggest to use NFS over ISCSI or the other way around?

    Hello, I have had good luck using NFS when I was using VMware ESXi. Now that I have Proxmox VE 1.9 installed I want to also use NFS. My current kernel version is 2.6.32-6-pve. My NAS storage is an Synology DS1511+. This NAS is capable of doing NFS & ISCSI. The box I am currently using is only...
  11. J

    Thank you Proxmox Team!!!

    Thank you Proxmox Developers, Yippee! Can't wait to get back to work from vacation to test Proxmox 2.0!
  12. J

    OpenVZ: Quota's within VE

    You have quota package installed on the OpenVz guest? And did you enable quota in your /etc/fstab for the partition you want quota enabled?
  13. J

    Would it be best to use two identical server hardware machines for live migration?

    Re: Would it be best to use two identical server hardware machines for live migration You brought up a good point. I would think if you were doing a live migration for a Windows 2008 server it might detect a change in hardware if the host you're migrating to does not have the exact server specs...
  14. J

    Would it be best to use two identical server hardware machines for live migration?

    Re: Would it be best to use two identical server hardware machines for live migration Thank you everyone for your answers! I am trying to come up with questions most likely will be ask of us when we present Proxmox as another Virtualization solution for our conference in Wash DC, this coming...
  15. J

    Would it be best to use two identical server hardware machines for live migration?

    I heard from a tech who is supposedly an expert on VMware deployment's. He said it is best to use two identical server hardware machine's for vmotion. Is this also the recommended approach for proxmox? Thank you.
  16. J

    Anything similar to Proxmox?

    Cloudmin GPL or Pro, designed for VPS hosting companies is another one I like to use when not using Proxmox VE.
  17. J

    Hypervisors comparaisons : Proxmox Vs others

    It would be a good idea if Proxmox had a comparison chart posted on the proxmox website for potential customers to see.
  18. J

    How To implement Fail2Ban on Host

    I use fail2ban to protect my open vz containers now I can use it to protect my proxmox host. Thank you very much for the clear thorough tutorial!
  19. J

    FQDN value for a local server

    The way I have my proxmox server setup I can put in any FQDN name like banana.republic.com required during the proxmox installation. As for my Debian running containers this is where I setup a real FQDN I have already registered with godaddy. Edit /etc/hosts. vi /etc/hosts 127.0.0.1...