Re: How to clean deployed system vm on xen host

2013-08-01 Thread Prasanna Santhanam
On your xen host $ xe vm-uninstall --force --multiple And reconnect the MS again, it should kick in HA for systemVMs and restart them. On Fri, Aug 02, 2013 at 06:36:09AM +, Fang Wang wrote: > Hi, > I started running MS , host is xen hypervisor. After 2 system vms are up, > there were issues.

Re: How to clean deployed system vm on xen host

2013-08-01 Thread Wei ZHOU
Fang, You can use these commands on Xenserver/XCP xe vm-list xe vm-destroy uuid= For the opensource Xen, you can use xm list xm destroy -Wei 2013/8/2 Fang Wang > Hi, > I started running MS , host is xen hypervisor. After 2 system vms are up, > there were issues. So I made changes in sour

How to clean deployed system vm on xen host

2013-08-01 Thread Fang Wang
Hi, I started running MS , host is xen hypervisor. After 2 system vms are up, there were issues. So I made changes in source code, rebuild, did deploydb to clean DB. Now I am running ms again, but failed to bring up ssvm and cpvm, because of the existing old system vm from previous run. I kno