Re: 回复: 问题 InsufficientServerCapacityException: Unable to create a deployment for VM[User|vm1]

2014-06-23 Thread Yujiang Pang
我通过给第二个xen cluster新添加一个主存储解决了这个问题。VM被创建起来了。 On 20 June 2014 17:25, Yujiang Pang yujiang.p...@tieto.com wrote: 成功了的。初步判断是 “No storage pools available for shared volume allocation, returning” 日志里面的这个问题。 现在Google了下,有个帖子 http://comments.gmane.org/gmane.comp.apache.cloudstack.user/7871

Re: Unable to delete virtual router

2014-06-23 Thread Tejas Gadaria
I am using CS 4.3. Before restarting the Guest network, Network state : Implementing I will post logs once i will restart the Network. Regards, Tejas On Mon, Jun 23, 2014 at 10:18 AM, Suresh Sadhu suresh.sa...@citrix.com wrote: Try restart the network with cleanup option .it will recreate

Re: Unable to delete virtual router

2014-06-23 Thread Tejas Gadaria
Hi, After restarting the Network it says, Network is not in the right state to be restarted. Correct states are: Implemented, Setup 2014-06-23 12:04:29,112 DEBUG [c.c.h.d.HostDaoImpl] (ClusteredAgentManager Timer:ctx-993ca065) Completed acquiring hosts for clusters not owned by any management

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

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

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 suresh.sa...@citrix.com wrote: HI, It looks your network in stuck in transition state(implementing) as log clearly says it should either implemented or allocate .

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

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

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

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

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*

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 m...@fivenynes.com 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

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

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

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:

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

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

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

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

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

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*

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

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

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! n...@li.nux.ro wrote: Yes, the Cloudstack root password feature is (to my knowledge) totally unsupported by cloud-init. So only ssh keys and user

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

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: 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 seifeddineje...@gmail.com: Hi Sebastien, I removed he cloud-client package and installed cloudstack-management and cloudstack-common. But when trying to set up the databse, this

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: 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 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

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

Re: Debian + Cloud-Init

2014-06-23 Thread Carlos Reátegui
On Jun 23, 2014, at 4:09 PM, Ian Duffy i...@ianduffy.ie 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

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,

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

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

[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/