Hi all,

I have a few questions about CloudStack deployment.

1. I am trying to deploy CloudStack, use CloudStack to start a cluster and run hadoop on it. Now I have only one computer with virtulization extension support in hardware and the OS is ubuntu 12.04.

what would be a good deployment suit?

Devcloud? It seems like the tiny linux guest VM in devcloud won't be sufficient to play with hadoop.

Install Xenserver on my desktop, using one VM as the management server and other VMs as guest VMs.

Install management server on my ubuntu desktop. Using KVM to provision guest VMs. This is the guide I found for this solution: http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Quick_Install_Guide/index.html

Or anything else?


2. When I try to deploy management server on my desktop. I encountered below error when running the command "mvn -P developer -pl developer,tools/devcloud -Ddeploydb" in this tutorial: https://cwiki.apache.org/CLOUDSTACK/devcloud.html


========> WARNING: Provided file does not exist: /home/meng/cloudstack/developer/../utils/conf/db.properties.override ========> Initializing database=cloud with host=localhost port=3306 username=cloud password=cloud
============> Running query: drop database if exists `cloud`
SQL exception in trying initDB: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)


I am running the mvn command as root.  Mysql is setup locally.


Thanks a bunch folks!

Cheers,
Meng



Reply via email to