Recent content by naturlight

  1. N

    Template possible for KVM

    Is it possible to create template with kickstart on proxmox ? I fond this with virsh http://www.cyberciti.biz/faq/kvm-install-centos-redhat-using-kickstart-ks-cfg/ Regards,
  2. N

    New Proxmox VE kernels - 2.6.18. 2-6-32 and 2.6.35 (pvetest)

    :O i bought this server on OVH to help the pve test repository.
  3. N

    New Proxmox VE kernels - 2.6.18. 2-6-32 and 2.6.35 (pvetest)

    I can i change that ? I did : apt-get update && install from proxmox and i see installing pve-kernel .. then i reboot.
  4. N

    New Proxmox VE kernels - 2.6.18. 2-6-32 and 2.6.35 (pvetest)

    I have 3 servers but i don't have page_shared with ksm :(
  5. N

    Backup Question (vzdump)

    Yes man qm & vzdump it's easyly possible ! create backup.sh #!/bin/sh veid=$1 qm stop $veid vzdump --dumpdir /space/backup --snapshot $veid qm start $veid ^^
  6. N

    Repair RAID1 broken

    I change my disk and do this (solution for other in my case) Copy all partition on the new disk (sda) sfdisk -d /dev/sdb | sfdisk --force /dev/sda Verify # fdisk -l /dev/sdb /dev/sda Put the new partition on the RAID mdadm --manage /dev/md2 --add /dev/sda2 mdadm --manage /dev/md1 --add...
  7. N

    Repair RAID1 broken

    Hi everybody, Tonight i get a problem with my raid My config : So let's check the raid I see [_U] , so let assume the sda2 is faultly and sda1 too to repair it, i read i have to remove this partition from the raid then i try to copy the disk but it's not working :( I get this error : If...
  8. N

    KSM proxmox 2.6.35

    Hello, Did you find why KSM don't work ? i already have 0 pages shared :(
  9. N

    KSM proxmox 2.6.35

    Hum not working on my proxmox
  10. N

    BandwidthD installation (or alternative)

    mrtg works fine to monitor bridge with kvm