Error deleting a virtual machine

  • Thread starter Thread starter _El_Chojin_
  • Start date Start date
E

_El_Chojin_

Guest
I have 3 virtual machines.
2 Linux KVM
1 Open VZ

I would like to delete the open vz, i have tried it by the web interface, but after click on delete, appears another time on the virtual machines list.

I have tried to delete it on the command line of server i get this error:

unable to find configuration file for VM 103 - no such machine


103 is the VMID that appears on the web interface :S
How can i delete that virtual machine?

Thanks
 
I have 3 virtual machines.
2 Linux KVM
1 Open VZ

I would like to delete the open vz, i have tried it by the web interface, but after click on delete, appears another time on the virtual machines list.

I have tried to delete it on the command line of server i get this error:

unable to find configuration file for VM 103 - no such machine


103 is the VMID that appears on the web interface :S
How can i delete that virtual machine?

Thanks

do you use the latest version?
 
I think, yes: 1.3
I have installed 15 days ago.

pls run apt-get update and apt-get upgrade to make sure (the iso contains not the latest).

check the following file location after you removed the container:
/etc/vz/conf/

are there still files from the deleted container (check VMID.conf)?

and also:
/var/lib/vz/private
/var/lib/vz/root
 
I have upgranded and yes pass the same.
I have gone to /etz/vz/conf and yes there is a 103.conf file.
On /var/lib/vz/private is a file called 103
On /var/lib/vz/root is a file called 103

There another form to delete the virtual machine?

Thanks.
 
I have upgranded and yes pass the same.
I have gone to /etz/vz/conf and yes there is a 103.conf file.
On /var/lib/vz/private is a file called 103
On /var/lib/vz/root is a file called 103

There another form to delete the virtual machine?

Thanks.

manually remove all the mentioned files and folders.
 
After rebooted i could delete it from the web interface without any problems.

Thanks for your patience.