Search results

  1. P

    container won't stop and is unaccessible

    I have a container that won't stop and is not accessible via the network. Here is what I could find in the logs Nov 21 15:43:37 PROXMOX-IN-1 pvestatd[2928]: command '/usr/sbin/vzctl exec 122 /bin/cat /proc/net/dev' failed: exit code 8Nov 21 15:43:37 PROXMOX-IN-1 pvestatd[2928]: status update...
  2. P

    INTEL MFSYS25 OR MFSYS35 server module fail-over

    Hi Tom I know you guys have an mfsys25 for testing.. have you tested the Intel built-in fail-over between server modules on debian squeeze and is this working. I am currently unable to test since my modules are in production. If you haven't tested would you be willing to do so?
  3. P

    INTEL MFSYS25 OR MFSYS35 server module fail-over

    Hi everyone, Has anyone tested server module fail-over with ProxMox 2.x on the Intel mfsys25 or mfsys35. I am assuming the fail-over module needs to be identical as far motherboard and Processors to the primary server module. I am not sure if the RAM has to be identical. That is, if...
  4. P

    no video on system console

    Re: SOLVED Re: no video on system console also edit /etc/default/grub and change the following line to look like this: GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset" and do a update-grub to make it permanent
  5. P

    no video on system console

    SOLVED Re: no video on system console I think it is driver issue: Try this if you can see grub try appending "nomodeset" to the kernel line by pressing e at the boot prompt. see: http://forums.debian.net/viewtopic.php?f=17&t=63844#p368886 This worked for me.
  6. P

    root partition too big ?

    Tom can you clarify "depends on your usage" for the sizing of /dev/mapper/pve-root I have a 500 GB drive and 95 GB is being used for the /dev/mapper/pve-root I usually set the /dev/mapper/pve-root to 20 GB no matter what the size of the system, but never end up using more than 10 %...
  7. P

    Multipath configuration in Proxmox VE 2.x

    SOLVED: Added HOW-TO to WIKI I created a Multi-Path How-to specific for the INTEL MFSYS25/35 on the PVE Wiki HERE please take a look and provide any feedback for improvements! Thanks everyone for your help!! Thanks KAYA!
  8. P

    ProxMox on a direct attached shared storage system

    Added HOW-TO to WIKI for Multi-path I created a Multi-Path How-to specific for the INTEL MFSYS25/35 on the PVE Wiki HERE please take a look and provide any feedback for improvements! Thanks everyone for your help!!
  9. P

    Intel mfsys25 multipath configuration

    SOLVED: Added HOW-TO to WIKI I created a Multi-Path How-to specific for the INTEL MFSYS25/35 on the PVE Wiki HERE please take a look and provide any feedback for improvements! Thanks everyone for your help!!
  10. P

    Intel Modular Server System MFSYS25 Installation Experiences

    SOLVED: Added HOW-TO to WIKI I created a Multi-Path How-to specific for the INTEL MFSYS25/35 on the PVE Wiki HERE please take a look and provide any feedback for improvements! Thanks everyone for your help!!
  11. P

    mfsys35 multipath config

    SOLVED: Added HOW-TO to WIKI I created a Multi-Path How-to specific for the INTEL MFSYS25/35 on the PVE Wiki HERE please take a look and provide any feedback for improvements! Thanks everyone for your help!!
  12. P

    mfsys35 multipath config

    Updated links to grub packages in case anyone needs them: wget http://ftp.us.debian.org/debian/pool/main/e/eglibc/multiarch-support_2.13-38_amd64.deb wget http://ftp.us.debian.org/debian/pool/main/x/xz-utils/liblzma5_5.1.1alpha+20120614-2_amd64.deb wget...
  13. P

    mfsys35 multipath config

    OK I figured it out the new fstab now looks like this: # <file system> <mount point> <type> <options> <dump> <pass> /dev/pve/root / ext3 errors=remount-ro 0 1 /dev/pve/data /var/lib/vz ext3 defaults 0 1 #UUID=294b7d72-4dea-4549-97c9-4320a55f3fb5 /boot ext3 defaults 0 1...
  14. P

    mfsys35 multipath config

    OK so my /etc/fstab currently looks like this # <file system> <mount point> <type> <options> <dump> <pass> /dev/pve/root / ext3 errors=remount-ro 0 1 /dev/pve/data /var/lib/vz ext3 defaults 0 1 UUID=294b7d72-4dea-4549-97c9-4320a55f3fb5 /boot ext3 defaults 0 1 /dev/pve/swap none swap sw 0 0...
  15. P

    mfsys35 multipath config

    Ok I think I fixed the grub-legacy error, I had to do a and re-install grub2-common and grub-pc now I don't have any errors.
  16. P

    mfsys35 multipath config

    Thanks Tozz.. after I posted I figured as much.. otherwise how could the other storage controller see the vmdisks drive! Did you get this error: Errors were encountered while processing: grub-legacy ? see post #15
  17. P

    mfsys35 multipath config

    Is there a difference between the "legacy" one vs the non legacy package.. which is at 097.64 I am asking because when Install the packages I get the following error: OK thanks!
  18. P

    Hi Alex, I see you were able to do it. Sorry I did not reply, I am not getting update emails...

    Hi Alex, I see you were able to do it. Sorry I did not reply, I am not getting update emails from this forum anymore for some reason. I am currently working on this using: http://forum.proxmox.com/threads/8123-mfsys35-multipath-config
  19. P

    mfsys35 multipath config

    I have three disks assigned to a blade: sda - root and boot partition, some local storage for containers sdb - vmdisks raw storage LVM group for Virtual KVM disks sdc - vzdumps, templates, iso image shared via nfs with other PVE hosts in cluster. I can see how to add sda and sdc to the...
  20. P

    mfsys35 multipath config

    Thanks for your answers Tozz!! I am updating the links to the packages and cannot find http://ftp.de.debian.org/debian/pool/main/g/grub/grub_0.97-66_amd64.deb or better. I do see this package: http://ftp.de.debian.org/debian/pool/main/g/grub/grub-legacy_0.97-67_amd64.deb Do you know if...