Search results

  1. P

    UI freeze when opening Storage tab if one of the NFS Share is not available

    Hello, I had hoped this was fixed in 2.1 but if for some reason the an NFS storage is offline and you try to access it through the UI, the UI freezes up and the only way to get UI working again is to edit: /etc/pve/storage.cfg and comment out the nfs storage entries, then do a # service...
  2. P

    ProxMox VE 2.1 Total VE crash -never happened before!!

    Sorry to hear about your server problems. Hope replacing your RAM will fix this issue. I looked for edac errors in my syslog, kernel log but none to find. I don't think edac was actually working on my system I just installed edac-utils and assume these are needed in order to log any errors.
  3. P

    ProxMox VE 2.1 Total VE crash -never happened before!!

    Hi e100 6 Production VM servers went down not 6 Proxmox Servers :) That would be really bad. :( Thanks for the tip on on Memory!. I am using ECC RAM. I will run memory tests tomorrow.. though with 32 GB RAM it will take a long time to test. Do you have any suggestions on how I can...
  4. P

    ProxMox VE 2.1 Total VE crash -never happened before!!

    Hello, I just hard rebooted my proxmox VE 2.1 server from a total freeze up. Wow this concerns me, I have never had this happen before, have been with ProxMox since version 1.4. What I was doing right before it happened: I was uploading a new version crashplan ProE backup via the...
  5. P

    Secure configuration VM's on INSIDE and DMZ on one PVE environment

    Has anything changed in this area with 2.x? How about with a firewall on the host?
  6. P

    [SOLVED] Boot problem with latest 2.1 ISO on Intel Modular Flex Server

    Ok I just downloaded the 2.0 iso and this one works fine. After I installed 2.0 I tried the 2.1 iso again and it also worked. Is there any difference between the 2.0 and 2.1 as far as the installation environment is concerned. 2.1 failed to install on a initialized raw drive but did work...
  7. P

    [SOLVED] Boot problem with latest 2.1 ISO on Intel Modular Flex Server

    I have not tried it on single storage controller units. After posting this I was getting more and more problems with the server module I was trying to boot the iso with , so it may just be that the server module is bad. I will post back once I get the module fixed/replaced.
  8. P

    [SOLVED] Boot problem with latest 2.1 ISO on Intel Modular Flex Server

    I tried installing the latest 2.1 iso on an Intel MFSYS25 with dual storage controllers and get the following error: isolinux: disk error 20, AX =42bb, drive EF I seem to recall having similar problems with the 1.8 iso and in this case I installed from a previous version iso and then upgraded...
  9. P

    Multipath configuration in Proxmox VE 2.x

    Hi Everyone, I want to create a how-to for Multipath configuration in the wiki, specifically for the Intel Modular Flex Server and dual storage controllers but hopefully the how-to can be generalized to other hardware. I had attempted Multipath under 1.9 with limited success and with 2.0 and...
  10. P

    ProxMox VE 1.9 Windows KVM and Debian openVZ fail to start

    Ok I am dumbfounded. I went for a run and a work out and decided I was going to run a backup of all VM's and then re-install the VE + restore all VM's the backups would not run from the Web Gui so I ran it from the command line in snapshot mode. When I did this all the VM's came back up...
  11. P

    ProxMox VE 1.9 Windows KVM and Debian openVZ fail to start

    extra note: if I try to edit any settings in the web gui for the VM's that are not starting I get a "Error unable to apply VM settings"
  12. P

    ProxMox VE 1.9 Windows KVM and Debian openVZ fail to start

    I upgraded from 1.8 to 1.9 about a month ago with no issues. Since then there have been no kernel changes or other updates. I noticed the server was running slower than normal and rebooted the virtual environment. After the reboot the following happened: one of my ubuntu openVZ...
  13. P

    mcelog: warning: record length longer than expected. Consider update. PVE 1.9

    Re: mcelog: warning: record length longer than expected. Consider update. PVE 1 Hi Dietmar, I was thinking that because the PVE kernel is not a standard Debian Lenny kernel that perhaps the mcelog package that comes with Debian Lenny does not support this kernel. I am also reading...
  14. P

    mcelog: warning: record length longer than expected. Consider update. PVE 1.9

    I keep receiving these errors on my machine. I have the latest 1.9 install Does anyone have a solution? Apr 4 06:40:01 proxmox-ibm-S3 /USR/SBIN/CRON[48410]: (root) CMD (test -x /usr/sbin/mcelog -a ! -e /etc/mcelog-disabled && /usr/sbin/mcelog --ignoren odev --filter >> /var/log/mcelog) Apr...
  15. P

    Intel mfsys25 multipath configuration

    I am trying to get multipath working an Intel Multi Flex server MFSYS25 with 2 SAS storage controllers. There are other postings in this forum about this as well as how-to here but none of these seem to work in my case so I am starting from scratch. Removed multipath-tools and...
  16. P

    mfsys35 multipath config

    Hi Did you ever get this to work? I have the MFSYS25 with Proxmox 1.9 and have yet to get multipath to work.
  17. P

    Best strategy to handle strange JVM errors inside VPS

    I can confirm this issue.. I wish I had found this post earlier as I have been spending quite a bit of time with my application Vendor to solve this problem. I have a debian 6 container with Sun Java 6 and Crashplan ProE server. After upgrading Proxmox from version 1.8 to 1.9 I...
  18. P

    Intel Modular Server System MFSYS25 Installation Experiences

    Hi Udo, Here is my blkid proxmox-IN-M:~# blkid /dev/sda1: UUID="29133336-a2aa-4d47-9ccd-a4b380dff280" SEC_TYPE="ext2" TYPE="ext3" /dev/sda2: UUID="c0el2A-NQbp-INqO-l71O-KopI-EqID-ijKb1h" TYPE="lvm2pv" /dev/sdb1: UUID="p30cNP-n15d-FFQP-xq8t-3GAQ-uDhC-3K9UTX" TYPE="lvm2pv" /dev/sdc1...
  19. P

    Intel Modular Server System MFSYS25 Installation Experiences

    ok I finally got the system to boot by changing /etc/fstab to: # <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=29133336-a2aa-4d47-9ccd-a4b380dff280 /boot ext3 defaults 0 1 /dev/dm-3 /boot...
  20. P

    Hi Bittner, I was following your directions for Multipath on the intel flex server... but...

    Hi Bittner, I was following your directions for Multipath on the intel flex server... but accidentally rebooted the system before finishing the configuration.. I had installed multipath tools and boot. I posted in the forum here. Could you help me get this system back up? Thanks!