Proxmox VE 1.6 VM No longer starting

  • Thread starter Thread starter hpja
  • Start date Start date
H

hpja

Guest
I have a single proxmox server running multiple VMs: freenas(vm101), ubuntuserver(vm102), fedora(vm103), and Windows Server 2008(vm105). Came in this morning to the server frozen. After a restart Proxmox comes up and will only run VMs freenas, and fedora. Trying to start the others fails. Searched the forums and came accross this thread:

http://forum.proxmox.com/threads/2044-Virtual-machine-no-longer-starts?highlight=vm+failed+to+load

ran the command from ssh

qm start 105

and returns this:

proxmox3:~# qm start 105
mount.nfs: mount to NFS server '192.168.1.202' failed: RPC Error: Program not registered
command '/bin/mount -t nfs 192.168.1.202:/mnt/nas /mnt/pve/freenasiso' failed with exit code 32

if i run the command on a running server i get

qm start 103

proxmox3:~# qm start 103
VM 103 already running - start failed

also ran

proxmox3:~# vzctl start 105
Container config file does not exist

Is the VM lost? Hopefully there is a way to restore this.

Thanks
 
looks like its already running. (pls note, vzctl is only for manageing OpenVZ containers)

do you have any ISO mounted in your VM? and if yes, is this iso still available - it looks like your nfs storage is gone? check this.
 
if i go to iso images on web page, local shows 1 image:

FreeNAS-amd64-LiveCD-0.7.2.5543.iso

however i had some stored on the freenas nfs storage and when i click that i get

[h=1]Internal Server Error[/h] The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root and inform them of the time the error occurred, and anything you might have done that may have caused the error.
[2537]ERR: 24: Error in Perl code: command '/bin/mount -t nfs 192.168.1.202:/mnt/nas /mnt/pve/freenasiso' failed with exit code 32

Apache Embperl 2.2.0 [Thu Sep 1 10:25:53 2011]

The freenas is a vm running on this install of proxmox, the freenas is up and fully functional. I have a windows share that is working fine off of it, and can browse to its web page and configure it.
 
looks like you NFS is the problem. what do you get here:

Code:
pvesm list
 
proxmox3:~# pvesm list
mount.nfs: mount to NFS server '192.168.1.202' failed: RPC Error: Program not registered
freenasiso nfs 0 0 0 0 100%
local dir 0 1 841688448 153303664 18%


Thanks for quick replies!!
 
try removing the storage in /etc/pve/storage.cfg and add again via admin gui.