Search results

  1. P

    mfsys35 multipath config

    Hi Toz, I am getting ready to try this on the mfsys25. I have a few questions before I continue and hope you can answer them: 1. how do the packages from Wheezy behave during any updates to the system. 2. How stable is your configuration how has it been running in production? 3. I noticed...
  2. P

    Multipath configuration in Proxmox VE 2.x

    Ok thanks Kaya I will give it a try!
  3. P

    Multipath configuration in Proxmox VE 2.x

    Hi Kaya, I know this thread is old, but if you could post your configuration and steps that would be great! I am also interested in knowing if this can now be done on an existing Proxmox 2.x install, I really don't want to have to rebuild all my servers. Thanks!
  4. P

    Unable to stop container: operation timed out

    Here is a nice little script to quickly do method 1 #!/bin/sh echo "Enter the parent process ID" read ppid for i in `ps -ef| awk '$3 == '${ppid}' { print $2 }'` do echo killing $i kill -9 $i done sadly .. I am unable to kill any child processes in my containers!!
  5. P

    Multipath configuration in Proxmox VE 2.x

    Hi Kaya, did have any luck with this and if so, can you share your configuration?
  6. P

    Multipath configuration in Proxmox VE 2.x

    the bug in multipath tools is fixed but Grub2 would need to updated to correctly detect multipath partitions so would need to install legacy grub. I have not had a chance to test yet.
  7. P

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

    Thanks.. I will do this if I can only install the patch, I do not want to run my full environment with test repositories as I still need this environment for migrating my vms from 1.9. Is there a way to just install the patch, I can edit the config files if need be.
  8. P

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

    I can try a test though have not used the pvetest repository can you point me to what I need to do? I actually have a empty pve 2.1 server that would be good for this.
  9. P

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

    SOLVED Re: Boot problem with latest 2.1 ISO on Intel Modular Flex Server Booting from USB stick worked perfectly!! Seems with the latest firmware update on the Intel Modular Flex Server MFSYS25 the iso and cd-rom redirect does not work very well anymore. I have submitted a report to INTEL...
  10. P

    add node that conatins vm's to cluster

    Because I currently can't add Node B to the cluster because it contains 6 VM's, I don't want to move the VM's manually to NODE A and then Add Node B. I want to recreate the cluster on NODE B and then add NODE A (empty Node) to the cluster and use live migration to to move the VM's. To do...
  11. P

    add node that conatins vm's to cluster

    OK understood. so in the above case scenario ( node A no VM's Node B 6 VM's )I would create the cluster on the Node with active VM's and then add the Node with no VM's correct? Or would any new cluster creation have to occur on an node with no VM's? Also .. if I have already created...
  12. P

    QEMU image not bootable after restore

    I tried this on PVE 2.1 with no luck. IDE, VIRTIO and SCSI all do not work for a restored Ubuntu KVM machine and SCSI HD.
  13. P

    add node that conatins vm's to cluster

    Hi Dietmar, I just ran into this issue myself. If the reasoning is that you cannot add a node with existing VM's to a cluster because of potential problems with overlapping VMID's why can one not add a node with non overlapping VMIDs for example Node A = has no VM's Node=B has 6 VM's...
  14. P

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

    this is from my storage.cfg nfs: IN-S1 path /mnt/pve/IN-S1 server <ip_address> export /srv/backup options vers=3 content backup maxfiles 2 nfs: Crashplan_STORE path /mnt/pve/Crashplan_STORE server <ip_address> export...
  15. P

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

    Yes I looked in /var/log/messages also but no edac errors Really.. I have heard solar flares can cause problems, but the one that just occurred did not have much effect on us earthlings according to NASA. Who knows my issues occurred on Friday July 13th around 17:45 EST any flare...
  16. P

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

    OK that is good to know! I have always installed through Remote KVM & CD either via virtual iso image or cd/dvd-ROM. I will try via USB on Monday when I am in the office again.
  17. P

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

    Hi Spirit, Thanks for taking a look at this. Step 1. add NFS storage to Proxmox VE 2.1 Step 2. shutdown NFS server or otherwise block connection to NFS server. Step 3. Go to Storage View and click on the NFS storage you added in Step 1. Step 4. Click on the "Contents" tab. <--- I...
  18. P

    Multipath configuration in Proxmox VE 2.x

    I have tried configuring this but it looks like the multipath-tools-boot package in Debian 6 is buggy and not fully developed for grub2. see http://wiki.debian.org/DebianInstaller/MultipathSupport I am going to wait either until they develop it or until I have time to test with grub legacy...
  19. P

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

    I have been trying to install VE 2.1 or 2.0 on another server module with no luck. Bot using the 2.0 and 2.1 iso images. I even removed one storage controller to see if this was causing the problem. I continue either get: isolinux: Disk error 20, Ax =421D, drive EF or the installation...