Re: Cloud Stack | Unable to add KVM host

2014-06-23 Thread Rajani Karuturi
did you do agent install? http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/hypervisor/kvm.html#install-and-configure-the-agent ~Rajani On 24-Jun-2014, at 11:32 am, Ali Ahsan mailto:ali.ah...@northbaysolutions.net>> wrote: Hi, I have configured Cloud stack but una

RE: Management Server HA & DB Replication

2014-06-23 Thread Damoder Reddy
Yes, from 4.3 onwards we enabled DB-HA within cloudstack using mysql replication and connector configurations. https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34838207 Thanks & Regards Damodar/ -Original Message- From: Ian Marshall [mailto:i...@itlhosting.co.uk] Sen

Cloud Stack | Unable to add KVM host

2014-06-23 Thread Ali Ahsan
Hi, I have configured Cloud stack but unable to add KVM host both mangment and KVM hosted on Same VM (Vmwear ). Please see the log below. INFO [c.c.a.ApiServer] (catalina-exec-19:ctx-5d9e0c4a ctx-17cfe177) Unable to add the host INFO [c.c.r.ResourceManagerImpl] (catalina-exec-20:ctx-94e1f5

Re: Management Server HA & DB Replication

2014-06-23 Thread Ian Marshall
Thanks for the info as I planned to use mariadb cluster. I presume our only option is mysql with replication as perconadb also uses galera so presume that wont work either. Regards Ian > On 24 Jun 2014, at 06:42, Damoder Reddy wrote: > > The problem with MariaDB/galera is it does not suppor

[acs-4.4] cherry-pick

2014-06-23 Thread Damoder Reddy
Hi, Please cherry-pick the following commit to 4.4 from 4.4-forward 24401e0b2b575d1aa151dbf5d4e0e0e1de4e9361 - The fix is for https://issues.apache.org/jira/browse/CLOUDSTACK-6444 Thanks & Regards Damodar/

RE: Management Server HA & DB Replication

2014-06-23 Thread Damoder Reddy
The problem with MariaDB/galera is it does not support explicit locking of tables etc.. which are used inside Cloudstack code.. https://mariadb.com/kb/en/mariadb-galera-cluster-known-limitations/ Thanks & Regards Damodar/ -Original Message- From: Ian Marshall [mailto:i...@itlhosting.co

Re: Management Server HA & DB Replication

2014-06-23 Thread Ian Marshall
Hi Tejas I suggest you try mariadb cluster v5.5. Although My only experience is using it for active-active db for openstack, it was quite easy to set up and can work with two installations. You can increase the nodes by using arbitrator if you wish. See the community website for mariadb and th

Management Server HA & DB Replication

2014-06-23 Thread Tejas Gadaria
Hi, I want to make MS on high availability, with automatic failover. I have MS & DB on same server. & planning to create slave DB on separate server. but if I create separate Slave MS for HA, how can point it to DB so command issued from any of MS will trigger to same infrastructure. Regards, Te

Re: Debian + Cloud-Init

2014-06-23 Thread Carlos Reátegui
On Jun 23, 2014, at 4:09 PM, Ian Duffy wrote: > Hi Carlos, > > I'm using 0.7.3-2 from the Debian Wheezy backports repo. > > I didn't have any issues acquiring metadata as long as I used > isc-dhcp-client as the dhcp client (Had issues when using pump). > > I believe even with your patch the p

Re: Debian + Cloud-Init

2014-06-23 Thread Ian Duffy
Hi Carlos, I'm using 0.7.3-2 from the Debian Wheezy backports repo. I didn't have any issues acquiring metadata as long as I used isc-dhcp-client as the dhcp client (Had issues when using pump). I believe even with your patch the password on the root account will not be set. On 23 June 2014 23

Re: Debian + Cloud-Init

2014-06-23 Thread Carlos Reátegui
Hi Ian, What version of cloud-init are you using? The default one that comes with ubuntu 12.04 has a bug that causes is not to work on Cloudstack (uses gateway instead of dhcp server as metadata server). I did something similar to convert the cloud images from ubuntu into a XenServer image an

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Ian Marshall
Hi Tim This is very much appreciated. From your email, if I am correct. I do the following in this order --- (1) install xenserver v6.2 (2) setup extra management network for storage (3) setup eqlx as isci and multipathing (4) install the cloudstack requirements for the cloudstack server(s) to

Re: Debian + Cloud-Init

2014-06-23 Thread Ian Duffy
Lucian, You were spot on. It is not supported. I've done similar to your work around by giving a init.d script. I've upload a automated system using packer for generating a OVA of a debian x64 template to github https://github.com/imduffy15/cloudstack-templates I included a built version of the

Re: NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread Seif Eddine Jemli
oups it is just cloudstack-databases instead of cloud-databases.. 2014-06-23 19:32 GMT+02:00 Seif Eddine Jemli : > Hi Sebastien, > > I removed he cloud-client package and installed cloudstack-management and > cloudstack-common. > > But when trying to set up the databse, this is what I get : > >

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Tim Mackey
Sounds good. For this installation, you'll want to first setup the storage network within XenServer as a separate management network. I recommend also using an MTU of 9000 (precise value will depend on the switches, and don't forget to test that packets aren't fragmenting or you'll have horrible

Re: Performance degrades when I use the StaticNAT in Virtual Router. Is there a way to speed up?

2014-06-23 Thread giraffeg forestg
Thank you for advice. :) # Isolation based on Security Groups in Advanced Zone # https://cwiki.apache.org/confluence/display/CLOUDSTACK/Security+Groups+Isolation+in+Advanced+Zone However, I'm want to improve the speed of StaticNAT in Virtual Router. Trial-1:linux kernel parameter tuning of virur

Re: Debian + Cloud-Init

2014-06-23 Thread Ian Duffy
Thanks Lucian! I'm currently digging through the cloud-init documentation. I'll let you know if I find another way. On 23 June 2014 18:34, Nux! wrote: > Yes, the Cloudstack root password feature is (to my knowledge) totally > unsupported by cloud-init. > So only ssh keys and user data works. >

Re: Debian + Cloud-Init

2014-06-23 Thread Nux!
Yes, the Cloudstack root password feature is (to my knowledge) totally unsupported by cloud-init. So only ssh keys and user data works. To work around it, I usually throw the cloudstack-set-root-password script in /var/lib/cloud/scripts/per-boot so cloud-init will execute it every time the VM bo

Re: NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread Seif Eddine Jemli
Hi Sebastien, I removed he cloud-client package and installed cloudstack-management and cloudstack-common. But when trying to set up the databse, this is what I get : cloud-setup-databases cloud:@localhost --deploy-as=root:password *cloud-setup-databases: command not found* cloud-setup-databa

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Ian Marshall
Hi Tim I was hoping to utilise iscsi. The SAN is a PS4110X which is on the hcl list. Just need to check firmware. Otherwise would have to setup as NSF. Plan is to use separate storage network as switches and network cards are 10gbe ( 4 in each server + 4 1gbe) so plenty. I cant setup a stora

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Tim Mackey
Ian, A couple of quick questions: - Is this going to be NFS or iSCSI (I've used EQL with iSCSI)? - Do you require a separate storage network on XenServer to access the EQL, or is it accessible from the same network as the management server? - Is you EQL on the XenServer HCL, including the firmwar

Re: NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread sebgoa
Seif, looks like you are on ubuntu/debian assuming you set up the repos properly try: apt-get install cloudstack-management and if you have setup your db's properly then: service cloudstack-management start Ps: please just email one list dev@ or users@ On Jun 23, 2014, at 6:43 PM, Seif Eddi

Debian + Cloud-Init

2014-06-23 Thread Ian Duffy
Hi All, In the past i've used the community supplied scripts over at https://github.com/shankerbalan/cloudstack-scripts for doing injection of password / ssh keys. I'm trying to move to cloud-init to handle this for me however I am having some issues. I modified my /etc/cloud/cloud.cfg file to u

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Ian Marshall
Thanks Carlos I have read these but a little unsure of the specific order of deployment configuration if using xenserver. I was intending to setup KVM hosts, but after spending about 6 weeks trying to get Openstack deployed, I want to be 100% sure how to deploy C;loudstack before I pull the plug o

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Ian Marshall
Thanks Dean I did find this guide http://en.community.dell.com/techcenter/extras/m/white_papers/20438058.aspx Which seems quite good but not 100% sure if i shoudl follow it for a cloudstack deployment. I like the idea I can utilise the SAN for primary and secondary storage as the SAM is RAID10 w

Re: Performance degrades when I use the StaticNAT in Virtual Router. Is there a way to speed up?

2014-06-23 Thread Nux!
Depending on your circumstances, you could move to an Advanced Zone with Security Groups, this way traffic will bypass the Virtual Router and go directly to the VMs. HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - From: "giraffe

NoClassDefFoundError while trying to access the cloudstack UI

2014-06-23 Thread Seif Eddine Jemli
Hi everyone, I installed the cloudstack management server using the *: apt-get install cloud-client.* I have this exception when I try to log in the UI : *exception* javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/tomcat/util/descriptor/LocalResolver org.apach

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Carlos Reátegui
Hi Ian, I used XenCenter to setup my network on the first host and then added the others to the cluster within XenCenter. When you add the primary host to CloudStack all hosts will get added. If you follow the install instructions on the site (http://docs.cloudstack.apache.org/projects/cloudst

Re: Error in listHosts - Infrastructure Tab in UI

2014-06-23 Thread Mike Tutkowski
What version of the code are you using? On Mon, Jun 23, 2014 at 1:51 AM, Mark van der Meulen wrote: > Hi, > > Does anyone know where I can start looking to resolve this error? It occurs > whenever we visit the Infrastructure page in the CS UI ever since we > removed > a host(which was apparentl

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Pierre-Luc Dion
Dell EQL work well as iSCSI primary storage with XenServer in CloudStack. Don't use iSL(Storage Link) which is deprecated in XenServer 6.2 and not suported in CloudStack. As Dean is saying, you can export an EQL volume as NFS share for the Secondary Storage which require NFS. *Pierre-Luc DION*

Performance degrades when I use the StaticNAT in Virtual Router. Is there a way to speed up?

2014-06-23 Thread giraffeg forestg
Hi All Performance degrades when I use the StaticNAT in Virtual Router. Is there a way to speed up? Environment: Apache CloudStack 4.3.0 SystemVM:systemvm64template-2014-01-14-master-xen.vhd HyperVisor:XenServer 6.2SP1 Network:1Gbps (Catalyst3550-12G) System Offering: CPU:2000 MHz Memor

Re: Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Dean Kamali
You could ​export shares via NFS and add your shares as primary or secondary storage to your CS accordingly, you may export your shares via ISCSI volumes as well. There is not specific guide for Dell EQLX. cheers Dean ​ On Mon, Jun 23, 2014 at 3:01 AM, Ian Marshall wrote: > Hi Everyone > > D

Re: Unable to delete virtual router

2014-06-23 Thread Tejas Gadaria
Hi, I am getting the similar log after deleting the Network it says "Unable to destroy network because of virtual router" & VR is in expunging state. 2014-06-23 13:02:21,589 WARN [c.c.n.r.VirtualNetworkApplianceManagerImpl] (Job-Executor-16:ctx-011048ba ctx-55af37fa) Unable to apply ip associati

RE: Unable to delete virtual router

2014-06-23 Thread Suresh Sadhu
Yes. -Original Message- From: Tejas Gadaria [mailto:refond.g...@gmail.com] Sent: 23 June 2014 12:53 To: users@cloudstack.apache.org Cc: d...@cloudstack.apache.org Subject: Re: Unable to delete virtual router Hi, Should I update the state in "networks" table in cloud db ? Regards, Tejas

Error in listHosts - Infrastructure Tab in UI

2014-06-23 Thread Mark van der Meulen
Hi, Does anyone know where I can start looking to resolve this error? It occurs whenever we visit the Infrastructure page in the CS UI ever since we removed a host(which was apparently successful). It means we can¹t add more hosts or perform any functions which would be performed from the Infrastr

Re: Unable to delete virtual router

2014-06-23 Thread Tejas Gadaria
Hi, Should I update the state in "networks" table in cloud db ? Regards, Tejas On Mon, Jun 23, 2014 at 12:46 PM, Suresh Sadhu wrote: > > HI, > > It looks your network in stuck in transition state(implementing) as log > clearly says it should either implemented or allocate . > > You can updat

RE: Unable to delete virtual router

2014-06-23 Thread Suresh Sadhu
HI, It looks your network in stuck in transition state(implementing) as log clearly says it should either implemented or allocate . You can update the network state in db as implemented and perform again network restart with cleanup option. -sadhu -Original Message- From: Tejas Ga

Cloudstack-4.3 xenserver-6.2 equallogic SAN

2014-06-23 Thread Ian Marshall
Hi Everyone Does anyone have a guide to help a new user setup a cloudstack with xenserver and equallogic SAN? I've read the guides on the cloudstack site and found a link to the Dell guide for integrating EQLX to xenserver but unsure if this is correct for cloudstack setup. Also not sure what