Re: Reseting cloudstack

2013-03-16 Thread Ahmad Emneina
> > > > On 15 Mar 2013, at 23:21, "Carlos Reategui" car...@reategui.com>> wrote: > > Hi, > As I am experimenting with different host configurations I am reseting > cloudstack with the following script: > > DBPWD=mypassword > /etc/init.d/cloud-manage

Re: Reseting cloudstack

2013-03-16 Thread Geoff Higginbottom
bot...@shapeblue.com> | www.shapeblue.com ShapeBlue Ltd, 53 Chandos Place, Covent Garden, London, WC2N 4HS On 15 Mar 2013, at 23:21, "Carlos Reategui" mailto:car...@reategui.com>> wrote: Hi, As I am experimenting with different host configurations I am reseting cloudstack wit

Reseting cloudstack

2013-03-15 Thread Carlos Reategui
Hi, As I am experimenting with different host configurations I am reseting cloudstack with the following script: DBPWD=mypassword /etc/init.d/cloud-management stop mysql -p$DBPWD -e 'drop database cloud' mysql -p$DBPWD -e 'drop database cloud_usage' rm -rf /var/log/cloud