Host Dead After Restart

2012-12-06 Thread Trevor Francis
I performed a cloud-management restart on my management server. After that, all of my hosts say they are in the "Connecting" state, and I will not leave that state. I have put them into maintenance…..and then back out…no dice. I have tried rebooting hosts, no dice. Cannot force-reconnect a host as

Host Dead After Restart

2012-12-06 Thread Trevor Francis
I performed a cloud-management restart on my management server. After that, all of my hosts say they are in the "Connecting" state, and I will not leave that state. I have put them into maintenance…..and then back out…no dice. I have tried rebooting hosts, no dice. Cannot force-reconnect a host as

RE: Unable to load Windows 2008 OVA Template on Cloudstack/VMWare (PrimaryStorageException and vim.fault.InvalidDeviceSpec errors)

2012-12-06 Thread Mice Xia
This is strange. Are you sure the VM format version of local VMware workstation is compatible with your ESXi supported version? And instead of building template from VMWare workstation, have you tried building it from ESXi and importing it to CS? OVA is a zipped file which contains a bunch of V

Re: CS4.0 build failed while setting up a dev environment on windows

2012-12-06 Thread Rohit Yadav
Livio, you're using 4.0 release version. The commands you're using are for the master-git branch. Follow instructions from here: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Building#Building-ApacheCloudStack4.0 The build system in 4.0.0 was ant, so to deploy database, you would build i

Re: CS4.0 build failed while setting up a dev environment on windows

2012-12-06 Thread Livio Lv
Rohit: Yes, I am in the top level directory, but downloading the source code from the site url of http://incubator.apache.org/cloudstack/downloads.html (Official Source Code Release apache-cloudstack-4.0.0-incubating-src.tar.bz2), not by git(there are some problem of httpproxy with my computer of W

RE: CloudStack UI Login Problem

2012-12-06 Thread Pranav Saxena
Could you try pinging your MS IP from the machine where you are running your UI and check if it's pingable ? Seems you have your management server running on your local host . Also Just curious to know if 1) you are using a linux virtual box to deploy cloudstack with the network adapter set

RE: CloudStack UI Login Problem

2012-12-06 Thread Farid BinBeshr
MS IP is 192.168.1.6 netmask is 255.255.255.0 gateway is 192.168.1.1 OS is Linux (CentOS) the firewall is disabled Regards, Farid

CEPH Storage Bug

2012-12-06 Thread Trevor Francis
I am deploying a 2TB ceph cluster with nothing allocated to it. There appears to be a bug in the disable threshold that prevents pools from being created. The storage is completely clean, there is nothing allocated to it. However, cloudstack is showing a 53% usage percentage. unfortunately the disa

Unable to load Windows 2008 OVA Template on Cloudstack/VMWare (PrimaryStorageException and vim.fault.InvalidDeviceSpec errors)

2012-12-06 Thread Jim L.
Hi, I created a very basic Windows 2008 R2 x64 server instance on VMWare Workstation in Workstation 8 format, created an OVA from it and uploaded it to Cloudstack successfully. When I try to create an instance with this template, I receive a "PrimaryStorageException" error on Cloudstack (V3.0.2,

Unable to load Windows 2008 OVA Template on Cloudstack/VMWare (PrimaryStorageException and vim.fault.InvalidDeviceSpec errors)

2012-12-06 Thread Jim Leary
Hi, I created a very basic Windows 2008 R2 x64 server instance on VMWare Workstation in Workstation 8 format, created an OVA from it and uploaded it to Cloudstack successfully. When I try to create an instance with this template, I receive a "PrimaryStorageException" error on Cloudstack (V3.0.2,

RE: CloudStack UI Login Problem

2012-12-06 Thread Pranav Saxena
MS IP - management server IP which is acquired via DHCP . Could you list down the network configuration for your machine ? and the set up environment as well . PS: By environment I mean the machine details( OS and network configuration and firewall enabled by chance ) and not the cloudstack b

RE: CloudStack UI Login Problem

2012-12-06 Thread Farid BinBeshr
Thanks Pranav for your response. I've installed CloudStack 3.0.2 under CentOS 6.2 . I don not know what do you mean by MS IP. Regards, Farid > From: pranav.sax...@citrix.com > To: cloudstack-users@incubator.apache.org > Date: Fri, 7 Dec 2012 00:39:36 +0530 > Subject: RE: CloudStack UI Log

RE: CloudStack UI Login Problem

2012-12-06 Thread Pranav Saxena
Hi Farid, Could you please elaborate on the details of the environment you are using for running cloudstack ? Are you running it on windows/ linux/ Vbox / Dev Cloud ? That could help us know about the problem . What's the MS IP when you are connected to both your networks ? Thanks, Pranav -

RE: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-06 Thread Anthony Xu
Thanks for reminding me. CS is talking to XAPI/XCP on ubuntu/debain, XCP doesn't support install CentOS 6.3 into PV VM from ISO at this release. You can upload CentOS 5.5 ISO to CS, and create a PV VM from this ISO with "CentOS 5.5" guest OS Type. -Anthony > -Original Message- > From:

Re: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-06 Thread Charles Moulliard
remark - With DevCloud2, we don't use anymore ubuntu but Debian Wheezy + xen. On Thu, Dec 6, 2012 at 6:23 PM, Anthony Xu wrote: > Charles, > > Ubuntu xen cannot install CentOS 6.3 into PV VM from ISO. > I suggest you upload CentOS 5.5 ISO to CS, and create a VM from this ISO > with "CentOS 5.5"

FW: CloudStack UI Login Problem

2012-12-06 Thread Farid BinBeshr
Hi all, I'm working with CloudStack 3.0.2 and I have installed it via my home internet connection. I need to run CloudStack management server every time I turn on my device to open the CloudStack UI Login page ( via http://localhost:8080/client/). The problem is when I connect to another net

RE: MEMORY_CONSTRAINT_VIOLATIONMemory limits must satisfy:

2012-12-06 Thread Anthony Xu
Charles, Ubuntu xen cannot install CentOS 6.3 into PV VM from ISO. I suggest you upload CentOS 5.5 ISO to CS, and create a VM from this ISO with "CentOS 5.5" guest OS Type. Anthony > -Original Message- > From: Charles Moulliard [mailto:ch0...@gmail.com] > Sent: Wednesday, December 05, 2

Re: CS4.0 build failed while setting up a dev environment on windows

2012-12-06 Thread Rohit Yadav
Are you in the top level directory, within the git repo? The error suggests it cannot find the developer project, check if you see a directory with the name developer and it has a pom.xml etc. Also share your git branch. Regards. On 05-Dec-2012, at 5:21 PM, Livio Lv wrote: > Hi All: > I hav