Search results

  1. G

    HA with PVE cluster and shared storage

    Hello, Thanks for all your answers, now I have one more questions : - Will it be possible to migrate from PVE 1.X to 2 without formatting ? The idea to sync config file is good, I'll try this solution.
  2. G

    HA with PVE cluster and shared storage

    Hello, I've a PVE cluster of two servers with DRBD and I want to have High Availability between them. For example I want to pull out the power cord of one server and virtual machines that were running on it starts automatically on the other node. Is it possible ? If not, how to start...
  3. G

    PVE on new Dell server (R410)

    Ok fully working with this ISO. Now I'll try DRBD and PVE Cluster :) Many thanks for your work and for your support ! :)
  4. G

    PVE on new Dell server (R410)

    Ok thanks,I'll try this afternoon. Is there a way to choose the partitioning schema with the ISO installer ?
  5. G

    PVE on new Dell server (R410)

    You're right, everything seem working. Is here known problems to run PVE on top of squeeze and not lenny ?
  6. G

    PVE on new Dell server (R410)

    I can't it's the firmware for network cards. If I do it, I won't have network connectivity...
  7. G

    PVE on new Dell server (R410)

    Hello, We brought 4 new dell servers, R410 with RAID controller H700. Debian Lenny is not supported (missing firmwares for NICs and RAID). I managed to get Debian squeeze fully working on them but I can't install PVE on top of squeeze. The kernel I tried to install is 2.3.32 and the...
  8. G

    Proxmox default login page location

    Yes but it's not a good idea, you've better to have your website hosted in a VM and not on the host. Anyway, you have to look at /etc/apache2/sites-enabled/pve.conf For example you can reconfigure the default vhost as you want and add something like Alias /proxmox/ /usr/share/pve-manager/...
  9. G

    How to use different networks, public and private

    But is it possible to have the two network in one OpenVZ VM ? For example I have a server with 2 NICs, one for each network (one private and one public). I want to have my proxmox server responding in the private network but I want to give my VMs the two networks, is it possible ?
  10. G

    Here are some improvements ideas

    Hello, I'm using proxmox VE for some time now and I really like this projet. So here are some ideas I have for the bare-metal system: - Add snmp support on the host (and maybe some pretty graphs) - Add IPv6 support for both (host and VMs) - Stabilize the network because for now loadbalancing...
  11. G

    bond0 works only in round-robin. BUG?

    Yes, the server was a netinstall debian lenny and it was working like a charm. I've used the bare-metal CD installer when I've moved to OpenVZ. valshare: thanks so I'm not alone! Also tried ESXi but too resources intensive. On the server's screen I've a lot (lot) of this message: Here is the...
  12. G

    bond0 works only in round-robin. BUG?

    I mean, I've tried this way (which is much more logic than the way I've found) on a netinstall debian lenny (with ifenslave-2.6) but the switch doesn't see LACP and the network is blocked on the server. But my problem is not the way to do it, I just want it to work..... For now I've set...
  13. G

    bond0 works only in round-robin. BUG?

    I've the same problem here in v.3 My server is a Dell PowerEdge SC1435 and my switch is a Cisco 2960G. I've tried to set bond_mode 4 but now the switch has blocked the network ports of this server... Your way to set the bonding settings is strange because it won't work on a Debian lenny...