Re: IP Route is empty

2012-10-24 Thread Charles Moulliard
apt-get install mysql-connector-python is not able to retrieve it On Thu, Oct 25, 2012 at 8:19 AM, Edison Su wrote: > Need to install mysql-connector-python. > > Sent from my iPhone > > On Oct 24, 2012, at 10:44 PM, "Charles Moulliard" > wrote: > > > Works better but I get now after doing what

Re: CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
Problem fixed. I can connect using SSH to the IP address of the DevCloud VM : 192.168.56.2 On Thu, Oct 25, 2012 at 8:43 AM, Rohit Yadav wrote: > > On 24-Oct-2012, at 6:58 PM, Charles Moulliard wrote: > > > Hi Rohit, > > > > I have followed instructions here (( > > > https://cwiki.apache.org/con

Re: Maven reactor error

2012-10-24 Thread Rohit Yadav
On 25-Oct-2012, at 1:44 AM, Charles Moulliard wrote: > Hi, > > When I try to use this command, I get this error with last code in github : > > mvn -P deploysvr -pl tools/devcloud -Ddeploysvr > [INFO] Scanning for projects... > [ERROR] Could not find the selected project in the reactor: tools/d

Re: CloudStack running in Virtualbox

2012-10-24 Thread Rohit Yadav
On 24-Oct-2012, at 6:58 PM, Charles Moulliard wrote: > Hi Rohit, > > I have followed instructions here (( > https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcloud+environment+setup) > but I cannot ping the DevCloud VM machine at this address 192.168.56.2 from > the machine w

Re: View console button

2012-10-24 Thread Rohit Yadav
Edison, can we update and upload the devcloud ova keeping the same url? On 24-Oct-2012, at 9:52 PM, Edison Su wrote: > The console proxy only works when you are using "ant rdebug" to launch mgt > server. > BTW, I'd suggest to use the latest devcloud > instruction(https://cwiki.apache.org/conf

Re: IP Route is empty

2012-10-24 Thread Edison Su
Need to install mysql-connector-python. Sent from my iPhone On Oct 24, 2012, at 10:44 PM, "Charles Moulliard" wrote: > Works better but I get now after doing what you suggest > > mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr -DskipTests=true > [INFO] Scanning for projects... > [I

Re: IP Route is empty

2012-10-24 Thread Charles Moulliard
Works better but I get now after doing what you suggest mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr -DskipTests=true [INFO] Scanning for projects... [INFO] [INFO] [INFO] Building Apache CloudStack Developer Too

Re: backup a cloudstack deployment

2012-10-24 Thread Julien Garet
Hello, > De: "Paco Orozco" > À: cloudstack-users@incubator.apache.org > Envoyé: Mardi 23 Octobre 2012 08:22:29 > Objet: Re: backup a cloudstack deployment > Hi Julien, > Good point! We have a private IaaS cloud and we have the same > question. > At the beginning documentation and forums recomm

RE: IP Route is empty

2012-10-24 Thread Edison Su
"mvn -P developer install" should create " cloudstackAPI " folder under tools/marvin/marvin > -Original Message- > From: Charles Moulliard [mailto:ch0...@gmail.com] > Sent: Wednesday, October 24, 2012 1:26 PM > To: cloudstack-users@incubator.apache.org > Subject: Re: IP Route is empty >

Re: IP Route is empty

2012-10-24 Thread Charles Moulliard
BTW, when I run in a seperate terminal of my laptob the script to start the jetty web server, I get this info INFO [cloud.api.ApiServer] (Thread-16:) ApiServer listening on port 8096 2012-10-24 22:29:39.698:INFO::Started SelectChannelConnector@0.0.0.0:8080 [INFO] Started Jetty Server INFO [cloud

Re: IP Route is empty

2012-10-24 Thread Charles Moulliard
Solved ip empty issue (used network as netmask in etc/network/interfaces file) Step 8 generates this error : mvn -P developer,deploysvr -pl tools/devcloud -Ddeploysvr [INFO] Scanning for projects... [INFO] [INFO] [INFO] Bu

RE: IP Route is empty

2012-10-24 Thread Donal Lafferty
Hi Charles, I do apologise if you've already accounted for these problems, but here goes... Can you double check step 8? I updated it recently, possibly after you walked through the steps. Also, I think you have to do step 8 from a separate shell, because step 7 seems to end with the cloudsta

Maven reactor error

2012-10-24 Thread Charles Moulliard
Hi, When I try to use this command, I get this error with last code in github : mvn -P deploysvr -pl tools/devcloud -Ddeploysvr [INFO] Scanning for projects... [ERROR] Could not find the selected project in the reactor: tools/devcloud -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the

RE: Missing piece in the doc

2012-10-24 Thread Edison Su
Step 8 will do all the hacking for you, it will create zone, add host etc automatically. > -Original Message- > From: Charles Moulliard [mailto:ch0...@gmail.com] > Sent: Wednesday, October 24, 2012 10:25 AM > To: cloudstack-users@incubator.apache.org > Subject: Missing piece in the doc >

IP Route is empty

2012-10-24 Thread Charles Moulliard
Hi, I have installed on a ubuntu machine a Virtual Box and follow instructions here to install DevCloud image ( https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcloud+environment+setup). I cannot connect to the DevCloud VM and when I check the config I just discovered that "ip

Missing piece in the doc

2012-10-24 Thread Charles Moulliard
Hi, I have been able to configure devcloud VM according to procedure defiend here ( https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcloud+environment+setup) but with last code committed in gir repo (master), when we boot up locally the web server (mvn -pl :cloud-client-ui jett

Re: CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
I do not re initialize the mac address On Wed, Oct 24, 2012 at 6:14 PM, Edison Su wrote: > When you import devcloud image into virtualbox, please do NOT select > "re-initialize the MAC address of all network cards" > I'll add it on the document. > > > -Original Message- > > From: Charles

RE: View console button

2012-10-24 Thread Edison Su
The console proxy only works when you are using "ant rdebug" to launch mgt server. BTW, I'd suggest to use the latest devcloud instruction(https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcloud+environment+setup), console proxy works fine. > -Original Message- > Fro

RE: CloudStack running in Virtualbox

2012-10-24 Thread Edison Su
When you import devcloud image into virtualbox, please do NOT select "re-initialize the MAC address of all network cards" I'll add it on the document. > -Original Message- > From: Charles Moulliard [mailto:ch0...@gmail.com] > Sent: Wednesday, October 24, 2012 6:29 AM > To: cloudstack-user

Re: Primary Storage - DATA-ROT IS MORE TO WORRY ABOUT

2012-10-24 Thread Nik Martin
On 10/24/2012 08:29 AM, Trevor Francis wrote: Seems my original post has taken a detour. Who knew storage could be so controversial! Since we are a Centos house and it would be nice to have a standard OS across our platform, but many people have been singing ZFS' praises. To bridge that gap, evi

Re: backup a cloudstack deployment

2012-10-24 Thread Gavin Lee
Below is just my assumption: Storage hardware should make sure no data lost, the solution in this layer may be easy but expensive in CloudStack's perspective. CloudStack provides schedule snapshot[1] is just for your convenience, with backuped DB, you can easily restore the whole cloud. But hardwar

Re: CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
Hi Rohit, I have followed instructions here (( https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcloud+environment+setup) but I cannot ping the DevCloud VM machine at this address 192.168.56.2 from the machine where VB is running. Host = LinuxMint running VirtualBox ping 192.1

Re: CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
Hi Rohit, Thx for the update. Additional questions : - If the machine containing the VB is linked by example to the following network 192.168.1.x/255.255.255.0 and has access to internet using a DHCP server, do you think that the network to be used for the host only adapter should be 192.168.56.x

Re: View console button

2012-10-24 Thread Charles Moulliard
On 24/10/12 13:33, Rohit Yadav wrote: Alright, I think now I know the reason; since it's inside NAT, even if the dns succeeds to resolve the 10-0-2-187.realhostip.com to 10.0.2.187, the console proxy servlet won't be able to reach that IP, hence it would fail. A workaround would be to install g

RE: CloudStack running in Virtualbox

2012-10-24 Thread Rohit Yadav
I think the bridge mode may not be a good idea, as it may pollute your LAN. I suggest you try the host-only adapter: https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+devcloud+environment+setup Note: this for the latest asf master where we use maven and ant is only used till 4.0

RE: View console button

2012-10-24 Thread Rohit Yadav
Alright, I think now I know the reason; since it's inside NAT, even if the dns succeeds to resolve the 10-0-2-187.realhostip.com to 10.0.2.187, the console proxy servlet won't be able to reach that IP, hence it would fail. A workaround would be to install gnome-desktop or any window manager on it

Re: CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
Damned. By changing the network adapter from NAT to bridge adapter in VB, I cannot anymore connect to the management server from the browser running in the host machine (= ubuntu machine) using localhost or 192.168.1.3 or 10.0.2.15 followed by 8080/client ssh works well from ubuntu to the VB image

Re: CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
I will change from NAT to bridge adapter. DHCP is configured on the DSL router (= LAN where the machine is plugged) On Wed, Oct 24, 2012 at 12:18 PM, Donal Lafferty wrote: > This seems to explain the problem you are seeing. > > "The disadvantage of NAT mode is that, much like a private network be

Re: View console button

2012-10-24 Thread Charles Moulliard
The IP address of the management server defined in Global Settings is : 10.0.2.15 What do you mean by iptables rules ? I don't see that in global settings. Please find in attachment (OpenOffice Sheet) the values that I have On Wed, Oct 24, 2012 at 11:59 AM, Rohit Yadav wrote: > Check one thing, g

RE: CloudStack running in Virtualbox

2012-10-24 Thread Donal Lafferty
This seems to explain the problem you are seeing. "The disadvantage of NAT mode is that, much like a private network behind a router, the virtual machine is invisible and unreachable from the outside internet; you cannot run a server this way unless you set up port forwarding (described below).

RE: CloudStack running in Virtualbox

2012-10-24 Thread Rohit Yadav
Since the VM is on its private/guest network and the whole setup is inside virtualbox's NAT from your host 10.0.2.2 (gateway, or guessing 10.0.2.50 vbox ip), you won't be able to reach the internal network. You're able to ssh, open client n browser into devcloud/mgmgt server as they are port for

RE: View console button

2012-10-24 Thread Rohit Yadav
Check one thing, goto global settings and check the host, it should be the IP address of your management server. Next check ports [0] used by management server and console proxy and remove any iptables rules that may drop those packets. If this is the case that host IP was localhost and not x.x.

Re: CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
Are you connecting from the host running virtual box to the VM running the management server over SSH or HTTP? > No. 10.0.2.50 = VirtualBox IP address 10.0.2.15 = CloudStack management server 10.0.2.179 = an instance created using the console ( http://localhost:8080/client/). I can connect to t

Re: View console button

2012-10-24 Thread Charles Moulliard
I have access to internet from the machine (and reason why you get my response). But google chrome cannot find 'realhotip.com' On Wed, Oct 24, 2012 at 11:02 AM, Mice Xia wrote: > CloudStack uses a public DNS server to resolve your console proxy VM > address. > <10-0-2-187.realhostip.com> will be

RE: CloudStack running in Virtualbox

2012-10-24 Thread Donal Lafferty
Hi Charles, Need more information. Are you connecting from the host running virtual box to the VM running the management server over SSH or HTTP? For HTTP, AFAIK you not to include the port and virtual path. E.g. http://10.0.2.179:8080/client Also, can you confirm what IP addresses you have?

RE: View console button

2012-10-24 Thread Mice Xia
CloudStack uses a public DNS server to resolve your console proxy VM address. <10-0-2-187.realhostip.com> will be resolved as 10.0.2.187. Please check if you can access internet and domain 'realhostip.com'. Regards Mice -Original Message- From: Charles Moulliard [mailto:ch0...@gmail.com]

CloudStack running in Virtualbox

2012-10-24 Thread Charles Moulliard
Hi, Hi. I have installed successfully the following image in virtualbox ( http://download.cloud.com/templates/devcloud/DevCloud.ova) and created an instance. Unfortunately, I cannot connect to it with its IP address (10.0.2.179). VirtualBox uses NAT and a host only adapter + vboxnet (10.0.2.50). I

RE: Primary Storage - DATA-ROT IS MORE TO WORRY ABOUT

2012-10-24 Thread Fabrice Brazier
Hi, @bruce, it's pretty fun because you bought 30 discs but only 2 LSI 9280-8i or the 8i mean 8 internals ports (so with 2 lsi you can have only 16 disks). After that a velociraptor disk it's only a 10k discs so we can count 120 IOPs by disks. If we put them in a raid 5 (by the way everybody know

Re: Location of jars files

2012-10-24 Thread Charles Moulliard
Thx a lot. On Wed, Oct 24, 2012 at 9:18 AM, Prasanna Santhanam < prasanna.santha...@citrix.com> wrote: > On Wed, Oct 24, 2012 at 03:05:25AM -0400, Charles Moulliard wrote: > > Hi, > > > > The following wiki page ( > > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven >

Re: Location of jars files

2012-10-24 Thread Prasanna Santhanam
On Wed, Oct 24, 2012 at 03:05:25AM -0400, Charles Moulliard wrote: > Hi, > > The following wiki page ( > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building+with+Maven) > mentions > that we should install the additional jars files required for > build/installation process. Can you plea

Re: missing GUID in cluster table

2012-10-24 Thread Bryan Whitehead
I took a backup and gave it a shot: 1. shutdown cloud-manager 2. ran update cloud.cluster set guid=UUID() where id=1; 3. started cloud-manager all works well. On Tue, Oct 23, 2012 at 11:30 PM, Bryan Whitehead wrote: > I forgot to mention that this is cloudstack 3.0.2. > > On Tue, Oct 23, 2012