Search results

  1. P

    windows apci shutdown

    HI Vlad, I have tried the registry entries and though the w2k3 servers now do not show any dialog on the logon screen, they still hang when trying to shut them down via the proxmox ve webgui. I have to go to the vnc viewer then they shutdown.... do your w2k3 server shutdown without any...
  2. P

    ProxMox VE and APC UPS PowerChute : gracefull shutdown of vm's

    with powerschute biz edition you can monitor and configure multiple ups's. I am not familiar with apcupsd, will check it out. Another thing that powerschute does is shut down different windows applications at set times, IIS, SQL, exchange as well as running a custom script at a user...
  3. P

    ProxMox VE and APC UPS PowerChute : gracefull shutdown of vm's

    I am adding APC powerchute to my ProxMox VE 1.7 can anyone share with me configuring gracefull shutdown of all VM's and the environment in case of a power faillure?
  4. P

    VM container won't start-up after VE hard shut-down

    SOLVED: Re: VM container won't start-up after VE hard shut-down It turns out the containers quota system was crashed and I had to reset it by the doing the following command: # vzquota off 101 # vzquota on 101 101 is the VMID so fill in your own ID of your crashed VM After that the...
  5. P

    VM container won't start-up after VE hard shut-down

    Some more info: command logs /usr/sbin/vzctl start 101 Starting container ... vzquota : (warning) Incorrect quota shutdown for id 101, recalculating disk usage vzquota : (error) quota check : lstat `sess_1c7d0cab3baa429af3a6a632785c40ec': No such file or directory vzquota on failed [1] VM 101...
  6. P

    VM container won't start-up after VE hard shut-down

    My Proxmox VE 1.7 environment was accidentally shutdown by accidental pulling out of the plug. Now my proxmox container will not start and the only error I get in the logs is: VM 101 start failed. can someone help me trouble shoot this?
  7. P

    windows apci shutdown

    Hi vlad, some of the above keys are not already in the registry, is that correct? We have to create them from scratch?
  8. P

    Reverting from 2.6.24 to 2.6.18

    Thanks for the responses to this.. sorry I forgot to respond last year.
  9. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    Re: stop and process initialization errors Windows server 2003 guest after upgrade to Ok great. Do you know of any tests done with IDE vs Virtio on windows guests. I had been running Virtio block drivers on a windows guest for over a year now with no issues but never compared performance...
  10. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    Re: stop and process initialization errors Windows server 2003 guest after upgrade to Ok that worked :p Thanks Tom and MrJack! Is it currently recommended to use the latest VIRTIO block drivers for windows disks or IDE? Also I have been using e1000 for networking but read that VIRTIO...
  11. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    Re: stop and process initialization errors Windows server 2003 guest after upgrade to Ok sorry for the confusion it is late over here. The boot disks are virtio not IDE. I did not install the latest VIRTIO drivers before upgrade. I will try to reinstall them as ide see what happens.
  12. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    Re: stop and process initialization errors Windows server 2003 guest after upgrade to the boot disk is IDE I upgraded from 1.6
  13. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    Re: stop and process initialization errors Windows server 2003 guest after upgrade to Correction: I use IDE for boot disk on local drive and use virtio for mounted drive on storage. Last
  14. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    Re: stop and process initialization errors Windows server 2003 guest after upgrade to Hi Tom, I use IDE for boot disk on local drive and use virtio for on storage for mounted drive.
  15. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    Re: stop and process initialization errors Windows server 2003 guest after upgrade to proxmox-flex-1:~# pveversion -v pve-manager: 1.7-11 (pve-manager/1.7/5470) running kernel: 2.6.32-4-pve proxmox-ve-2.6.32: 1.7-30 pve-kernel-2.6.32-4-pve: 2.6.32-30 pve-kernel-2.6.18-2-pve: 2.6.18-5...
  16. P

    stop and process initialization errors Windows server 2003 guest after upgrade to 1.7

    I am running a w2k3 server as guest on on an intel flex server. The disks are running on storage after upgrading to 1.7 I get stop and process initialization errors at boot of my w2k3 servers. Is this a pve kernel issues? I am hoping that the quick fix is to downgrade the kernel. I...
  17. P

    windows apci shutdown

    Hi Vlad, How are you using this application? Just scheduling it or are you calling it somehow when a shutdown is sent from the proxmox webgui? I am having problems with a w2k3 server that keeps hanging with the prompt about other users being logged on. seems there should be a more elegant...
  18. P

    Local disk made available to OpenVZ container

    I have mounted storage to my PVE environment and shared it out via NFS to my other PVE servers. I have an OpenVZ container running locally on the same PVE server to which the storage is mounted. I can either: 1. access the storage via NFS 2. access the storage by exposing it to the...
  19. P

    Status mounted after reboot

    Hi Tom, why is this standard behaviour? Is there any way to bypass it with a command?
  20. P

    Re-numbering Container and Full Virtual Machines

    I need to join two PVE physical servers into a cluster, but both have the same numbering scheme for the KVM and OpenVZ vms: (101, 102, 103, 104, 105, 106, etc) Is there an easy way to renumber these VMS say 101 = 121 102 = 122 and so on? The hard way would be to backup and restore...