Looks like my 4.2 experiment is not going well and I should wait for 4.2.1.
I would like to go back to 4.1.1. My setup: Management Server on Ubuntu 12.04, Hosts using XS6.0.2 Would the following steps work? 1) apt-get remove cloudstack-management cloudstack-common 2) vi /etc/apt/sources.list.d/cloudstack.list change 4.2 to 4.1 3) mysql -u root -p -e "drop database cloud" 4) mysql -u root -p -e "drop user cloud" 5) apt-get install cloudstack-management 6) cloudstack-setup-databases cloud:cloud@localhost --deploy-as=root:<pw> -i 127.0.0.1 7) mysql -u root -p < cloudstack-backup.sql 8) Use Xencenter to remove all tags on my XS hosts 9) service cloudstack-management start thanks, Carlos