Re: Template or root Volume VHD not able to run on standalone xenserver

2014-08-11 Thread Carlos Reategui
Wherever you found the vhd do (I.e the original location of it): vhd-util scan -p -v -f -m /path/to/vhd This (p)rints (v)erbose (f)ast scan results. This works for me with the vhd-util that is part of blktap-utils on Ubuntu (which is what I run my NSF server on hence the files being there) but

Re: unable to create VM in ACS 4.4 hypervisor XenServer

2014-08-11 Thread Harikrishna Patnala
Hi, You are trying to deploy a FreeBSD 10 instance right ! Try following the steps mentioned in the blog http://shankerbalan.net/blog/freebsd-10-on-cloudstack-xenserver/ I think you are using the FreeBSD-10.0-RELEASE-amd64-disc1.iso

Re: Template or root Volume VHD not able to run on standalone xenserver

2014-08-11 Thread Tejas Gadaria
Hi Carlos, Yes I am trying to run vhd file of template or root volume on standalone XS server not under CS control. how can i make sure it's complete file & not part of chain.? Let me correct myself I am using *ACS 4.3 not 4.2* Regards, Tejas On Tue, Aug 12, 2014 at 5:20 AM, Carlos Reategui

Re: working howto for building cloudstack from sources

2014-08-11 Thread Rajani Karuturi
Can you share the error messages? I do not see any exception while running the mvn command on master. Can you share the docs you followed? The one in the install doc worked for me a long time ago http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/building_from_source.html

Re: error api-doc

2014-08-11 Thread Rajani Karuturi
This is the latest commit I see for cloud-apidocs commit 5ddd0cff32c6ea417f31daa82f88b02f0a440c36 Author: Hugo Trippaers AuthorDate: Thu Jul 31 12:05:25 2014 +0200 Commit: Hugo Trippaers CommitDate: Thu Jul 31 12:06:54 2014 +0200 Fix dependency issue in apidoc, depends on server as

Re: Import instances from previous deployment

2014-08-11 Thread Carlos Reátegui
On Aug 11, 2014, at 6:23 PM, Nitin Mehta wrote: > This is superb Carlos. thank you > So you created dummy vms to create records in CS db > and then changed the volume path to reflect the old vhds. Exactly. > Yes, I think it should be fine to delete the dummy vids created with the > new instance

Re: Import instances from previous deployment

2014-08-11 Thread Nitin Mehta
This is superb Carlos. So you created dummy vms to create records in CS db and then changed the volume path to reflect the old vhds. Yes, I think it should be fine to delete the dummy vids created with the new instance. Thanks, -Nitin On 11/08/14 5:49 PM, "Carlos Reategui" wrote: >Hi Nitin, >I

Re: Import instances from previous deployment

2014-08-11 Thread Carlos Reategui
Hi Nitin, I created a new primary store share in NFS for the new deployment and removed the old one from exports. The XS hosts where re-used and installed fresh so nothing was using the old primary store. The new CS deployment only knows about the new primary store. I used 'vhd-util scan -f -p -

Re: Import instances from previous deployment

2014-08-11 Thread Nitin Mehta
Carlos - This looks fine to me. Have a couple of questions though So you reintroduced the old storage pool back on the new MS instance - make sure the old instances are shutdown and do not access the same storage else they can corrupt the volumes ? Did you mean that you changed the path in the volu

Re: Template or root Volume VHD not able to run on standalone xenserver

2014-08-11 Thread Carlos Reategui
Andrei, I think what he is trying to do is take the vhd from an instance on CS+XS and take it to a standalone XS server not under CS control, so doubt that is the prob. On Mon, Aug 11, 2014 at 4:31 PM, Andrei Mikhailovsky wrote: > Not sure if this is related, but the only time i've had issues w

Re: recreate iptables rules on hosts

2014-08-11 Thread Carlos Reategui
I have tried to restart the network with and without the cleanup option and this doesn't work for me. With cleanup option the vr is destroyed and recreated and I see entries made for the virtual router in the host's iptables however I see nothing else for the other instances. With cleanup option

Re: Template or root Volume VHD not able to run on standalone xenserver

2014-08-11 Thread Andrei Mikhailovsky
Not sure if this is related, but the only time i've had issues with starting vms with XenServer + CloudStack was vhd-utils were not copied to /opt/xensource/bin folder. Make sure the file is there. Andrei - Original Message - From: "Tejas Gadaria" To: users@cloudstack.apache.org, d..

working howto for building cloudstack from sources

2014-08-11 Thread Andrei Mikhailovsky
Hello guys, I was hoping someone could share a working howto on building cloudstack from sources. In particular, I am planning to build 4.4.0 .deb packages with several cherrypicks and my build server is Ubuntu 12.04 with the latest updates. I've followed two different howtos, both from the c

Re: adding kvm host to cluster

2014-08-11 Thread mo
My apologies, I attached my response to the wrong person.  =( - Mo On August 11, 2014 at 5:50:28 PM, mo (m...@daoenix.com) wrote: I asked if it was necessary to always permit root access, and/or if it was okay to lock it down once setup was complete. It was told to me, that it was okay to loc

Re: adding kvm host to cluster

2014-08-11 Thread mo
I asked if it was necessary to always permit root access, and/or if it was okay to lock it down once setup was complete. It was told to me, that it was okay to lock it down; as root will only access it at initial setup. Therefore, with what you state; it seems to be necessary to permit access al

Re: adding kvm host to cluster

2014-08-11 Thread Yiping Zhang
My research so far indicates that this host user has to be root, and the management server will ssh to port 22 of hypervisor hosts to do its magic. So my follow on question is: does management server require the ability to ssh to hypervisor host all the time, or just during initial setup phase ?

Re: UI 404 Error

2014-08-11 Thread mo
This is one of the errors I mentioned:  Unable to connect to remote: is there a server running on port 8250 Also this one. https://gist.github.com/anonymous/ea821c3e00d9b2baa7b6 - Mo On August 11, 2014 at 4:05:23 PM, mo (m...@daoenix.com) wrote: Hello, Curious, I am getting this message, it’

UI 404 Error

2014-08-11 Thread mo
Hello, Curious, I am getting this message, it’s worked for 10 days without issue. No reboots or changes really made by me. Rebooting agent / management resolves it. Agent log shows it cannot connect, but no firewall rules have been altered.  Any information would be appreciated. - Mo

adding kvm host to cluster

2014-08-11 Thread Yiping Zhang
Hi All: When adding a new kvm host to a cluster in GUI, it asks for a user name and password. The doc just says that “user name (usually root)”. How is this username used by management server? Can it be a non-root user ? If so, what privileges does this user require? Thanks, Yiping

Import instances from previous deployment

2014-08-11 Thread Carlos Reategui
Hi All, Follow-up on my recovery process. After failing to upgrade to 4.4 I did a fresh install and decided to go ahead and also do fresh installs of XenServer to upgrade those to XS6.2. Instead of importing each of the vhd from all my instances as templates and creating instances from those, I c

Cloudstack with DMZ and physical subnet

2014-08-11 Thread Alin Ilie
Hello, I have the following network: External provider IP: 82.x.x.19 Router internal IP: 192.168.50.1 (it is an ASUS SOHO router) DMZ IP on router: 86.x.117.33 DMZ Provider Assigned network: 86.x.117.32/27 The servers are allocated from 192.168.50.5 to 192.168.50.30 The workstations are allocat

Re: Template or root Volume VHD not able to run on standalone xenserver

2014-08-11 Thread Carlos Reategui
Hi Tejas, Where did you get the VHD file from? Just making sure it is a complete file and not part of a chain. regards, -Carlos On Mon, Aug 11, 2014 at 5:27 AM, Tejas Gadaria wrote: > Hi, > > I am using ACS 4.2 with Xenserver 6.2 SP1.. > Also I have .vhd of template & root volume & want to ru

Re: help Adding Host - private ip of the server not compatible with the CIDR

2014-08-11 Thread Hollman Enciso R.
On Mon, Aug 11, 2014 at 10:11 AM, Ahmad Emneina wrote: > Correct, its a hard rule. You can create another pod to house 10.0.x.x > hardware to overcome this... Or re-IP the new host to fit in the 172 > network. > Thanks Ahmed. I have tom make some changes now :( regards -- Hollman Eduardo Enc

error api-doc

2014-08-11 Thread sandeep khandekar
Dear cloud stackers, I was building cloudstack I got the following error during build everything was success, but cloudapidocs i got the error - can anyone tell me why I got these error. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information availab

Re: help Adding Host - private ip of the server not compatible with the CIDR

2014-08-11 Thread Ahmad Emneina
Correct, its a hard rule. You can create another pod to house 10.0.x.x hardware to overcome this... Or re-IP the new host to fit in the 172 network. On Aug 11, 2014 5:42 AM, "Hollman Enciso R." wrote: > On Sun, Aug 10, 2014 at 8:51 PM, Ahmad Emneina wrote: > > > I believe your host is expected t

Re: unable to create VM in ACS 4.4 hypervisor XenServer

2014-08-11 Thread motty cruz
Hi Erik, the attached file is my log, virtual router started, I can ping anywhere from virtual router; System VMs are up as well, except I can't build any instances. On Sat, Aug 9, 2014 at 3:44 AM, Erik Weber wrote: > Yes, paste your log :-) > > Erik > 9. aug. 2014 00:25 skrev "motty cruz" fø

Re: Zones, Domains and Templates

2014-08-11 Thread Xerex Bueno
You could create a different domain for each department, or you could create separate projects for every department. I would think projects would be easier in terms of user management if you have lateral movement between those groups. On 8/11/14, 5:36 AM, "Giri Prasad" wrote: >Hi, > > I have

Re: help Adding Host - private ip of the server not compatible with the CIDR

2014-08-11 Thread Hollman Enciso R.
On Sun, Aug 10, 2014 at 8:51 PM, Ahmad Emneina wrote: > I believe your host is expected to be in the same subnet as your pod. In > this case a172.16.0.x address. > Ahmad thanks for your reply. it's not possible to route the traffic and that's it ? On this case the hosts can reached. it is a r

Template or root Volume VHD not able to run on standalone xenserver

2014-08-11 Thread Tejas Gadaria
Hi, I am using ACS 4.2 with Xenserver 6.2 SP1.. Also I have .vhd of template & root volume & want to run on standalone xen server but, while trying to import vhd from import wizard in xencenter it says, 'VHD is not suitable for xenserver' . Is it related to vhd-util, what we are importing in CS M

Zones, Domains and Templates

2014-08-11 Thread Giri Prasad
Hi,  I have a customer with several departments like : dept1, dept2, dept3 etc etc. I installed CS and am done with the provisioning process.  Now, I want to create a vm for each dept. For ex: vm1->for->dept1, vm2->for->dept2, vm3->for->dept3. Each vm's will have its own set of application sui