We''ve hit an issue one one of our nodes where we can''t get VM''s to boot. When starting we get something similar to [root@6 vm3024]# xm create vm3024.cfg Using config file "./vm3024.cfg". Error: Device 768 (vbd) could not be connected. Hotplug scripts not working. Gooling seems to say its a xenstore problem so I''ve tried the following to find the phantom domains and remove them xenstore-ls /local | grep -A10 vm3024 | grep front | cut -d\" -f2 | grep ^[0-9] | sort -u | while read line ; do xenstore-rm /local/domain/0/backend/vbd/$line ; done The VM is still getting the same error and I''m scratching my head. Anyone with more knowledge ok of pointing me in the right direction? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users