Recent content by rolypoly

  1. R

    how do we get additional ip range to work on proxmox ?

    how do we get additional ip range to work on proxmox ? a simple tutorial will be appreciate..
  2. R

    need solution - to have both harddrives to have proxmox install and rsync data

    How about rename the volumegroup on the second drive from 'pve' to 'pve2' .. this will not cause confilct and the system still can have both drive using the same file system without going through RAID1.. do you think it is possible?
  3. R

    need solution - to have both harddrives to have proxmox install and rsync data

    I have follow the guide on setting up software RAID1.. got into some error . # sfdisk -d /dev/sda | sfdisk -f /dev/sdb Checking that no-one is using this disk right now ... WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util sfdisk doesn't support GPT. Use GNU...
  4. R

    need solution - to have both harddrives to have proxmox install and rsync data

    # blkid /dev/sda2: UUID="9fee9ff2-3adb-4600-8400-18a1347987da" TYPE="ext3" /dev/sda3: UUID="G1gTfz-nm0f-jUBj-dpex-bH2q-Y5IV-p7pqBx" TYPE="LVM2_member" /dev/mapper/pve-root: UUID="1404ec6a-a201-455b-bc56-e0808a0f8aee" TYPE="ext3" /dev/mapper/pve-swap...
  5. R

    Anyone know how long does restore of lvm snapshot take? for eg. 80gb data

    Hello, Anyone know how long does restore of lvm snapshot take? for eg. 80gb data I took a lvm snapshot of volumegroup of primary drive and store it in my secondary drive. How long does it take to restore the lvmsnap if data is large... eg. 80gb
  6. R

    need solution - to have both harddrives to have proxmox install and rsync data

    if i would to rename the lvm on primary drive from /dev/pve/data /dev/pve/root /dev/pve/swap to /dev/pve2/data /dev/pve2/root etc will proxmox still be able to recognise the new path?
  7. R

    KVM - reload OS, increase memory / diskspace questions

    the console is java based and the 'send key' doesn't have f12.. how do you send 'f12' to the system?
  8. R

    need solution - to have both harddrives to have proxmox install and rsync data

    by using: Filter /dev/sdX (second disk) from LVM scan. Edit /etc/lvm/lvm.conf change filter = [ "a|/dev/sdX|", "r|.*|" ] will it be enough to stop proxmox from detect the 2nd drive? do i still need to modify/make changes to LVM volumes ? (i hope i don't have to..this sound...
  9. R

    KVM - reload OS, increase memory / diskspace questions

    Any screenshot or tutorial on ths reinstall of OS?
  10. R

    getting error when do 'apt-get update'

    my /etc/apt/sources.list --------------------------------------------------------------------------------- deb http://ftp.us.debian.org/debian wheezy main contrib # security updates deb http://security.debian.org/ wheezy/updates main contrib...
  11. R

    KVM - reload OS, increase memory / diskspace questions

    Hello Mr holmes, Thanks you , once again. You have been so helpful throughout my journey through using proxmox. I tried to reset the vm but it is still giving me black screen. It did not reload the OS (i mean brand new windows again) How do we reload to another OS for the vm? eg. change...
  12. R

    KVM - reload OS, increase memory / diskspace questions

    Hello, This question is in regard to KVM. how do we reload the OS , increase memory(RAM) and diskspace for the kvm vm? Any tutorial/reference/tricks that we ca refer to for managing kvm on proxmox?