QoS of Hypervisor/Storage

2016-02-29 Thread Rui Mao
Hi, How can I know if the Hypervisor and storage support QoS feature required by CloudStack? * QoS Type: Three options: Empty (no Quality of Service), hypervisor (rate limiting enforced on the hypervisor side), and storage (guaranteed minimum and maximum IOPS enforced on the storage s

Re: cloudstack usage seems not to work - need help

2016-02-29 Thread Vladislav Nazarenko
Jeff, thanx a lot for your prompt answer, after the changes, you recommended, it started to work (y)(y)(y) Kind regards Vlad On 29.02.2016 21:08, Jeff Moody wrote: I had this same issue. It's an issue with the systemd Unit file for cloudstack-usage. Edit /usr/lib/systemd/system/cloudstack-u

Re: SOLVED: Re: Upgrade from 4.5.2 to 4.7 Vmware broken for me and now 4.8 as well.

2016-02-29 Thread Steve Searles
I did not test using a repo. I always build from source for the non-oss support. Steven Searles | ssear...@zimcom.net Zimcom Internet Solutions | www.zimcom.net O: 513.231.9500 | D: 513.233.4130 On 2/29/16, 1:02 PM, "Cristian Ciobanu" wrote: >Hello, >

Re: cloudstack usage seems not to work - need help

2016-02-29 Thread Jeff Moody
I had this same issue. It's an issue with the systemd Unit file for cloudstack-usage. Edit /usr/lib/systemd/system/cloudstack-usage.service to look like: # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements.  See the NOTICE file # distributed with t

cloudstack usage seems not to work - need help

2016-02-29 Thread Vladislav Nazarenko
Hi Everybody, need you help trying to start with the cloudstack usage ... used these instructions: http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/usage.html I see in logs no errors and the following lines are written every 10 seconds DEBUG [cloud.usage.UsageManag

Re: Management server + MySQL server requirements

2016-02-29 Thread Simon Weller
Paul, You could argue the same thing with your MySQL master. If you need to restart the server due to kernel updates et al, it's still going to require a failover to your backup MySQL server instance for all management servers. Any CS management design should be built to deal with this and al

RE: Management server + MySQL server requirements

2016-02-29 Thread Paul Angus
Hi All, I'd suggest that outside of a lab environment, the MySQL database(s) should never be in the same vm as any of the management services. The most critical reason being that if you wish to restart the management server which the MySQL master happens to be on, it will require the MySQL serv

RE: User data is not base64 encoded

2016-02-29 Thread Yacubovich, David
I tried both ways. This is what I try to put in the user-data box in the gui: env: poc service: tomcat or in base64: ZW52OiBwb2MKc2VydmljZTogdG9tY2F0Cg== Both time I get: "User data is not base64 encoded" Thanks, David -Original Message- From: Nux! [mailto:n...@li.nux.ro] Sent: Mond

Re: SOLVED: Re: Upgrade from 4.5.2 to 4.7 Vmware broken for me and now 4.8 as well.

2016-02-29 Thread Cristian Ciobanu
Hello,     From what i see you have your ACS installed from source, i'm not sure what will happen if i try to upgrade from 4.5.2 to 4.8 using repo, did someone tested  ? or you ? Regards, Cristian www.istream.today [http://www.istream.today/] www.shape.host [http://www.shape.host/] +40.733.955

SOLVED: Re: Upgrade from 4.5.2 to 4.7 Vmware broken for me and now 4.8 as well.

2016-02-29 Thread Steve Searles
I believe I have solved this issue. It appears that ./package.sh is not honoring the —pack noredist but will honor –p noredist. I noticed that the vmware module was being built during the initial compile but not when using the packager even though it echoes the proper build env back during th

Re: User data is not base64 encoded

2016-02-29 Thread Rafael Weingärtner
I used base64 in plain text, no need to escape it for URL, the data is sent to the server via a post request. On Mon, Feb 29, 2016 at 2:20 PM, Nux! wrote: > David, > > Are you sure you need to pass the base64 encoded version in the GUI? For > some reason I thought the GUI accept just plain text

Re: User data is not base64 encoded

2016-02-29 Thread Nux!
David, Are you sure you need to pass the base64 encoded version in the GUI? For some reason I thought the GUI accept just plain text scripts. Also, what error are you getting? Be advised the mailing list strips attachment from messages. -- Sent from the Delta quadrant using Borg technology! Nu

Re: UPDATE: Upgrade from 4.5.2 to 4.7 Vmware broken for me and now 4.8 as well.

2016-02-29 Thread Steve Searles
Rohit, thank you for the reply. I will grab your binaries and give it a shot. Not sure if others are seeing this build problem so I would like to get it resolved for their benefit as well. I have built CS from source for the last several versions and am aware of how to perform a non-oss build.

RE: User data is not base64 encoded

2016-02-29 Thread Yacubovich, David
I did try to add the '==' to the end of the base64 string and still get the same error. I am going to install cloudmonkey and try to pass the userdata from cli. I would appreciate if anyone has more ideas about how to resolve gui problem with userdata. Thanks, David -Original Message-

Re: Management server + MySQL server requirements

2016-02-29 Thread Simon Weller
Stavros, You need to use a Virtual IP Address (or the built in MySQL HA in Cloudstack) to point all management servers to a single MySQL instance. If the primary fails, you use the above methods with some health checking to move the VIP (or let ACS Mgmt handle it via the MySQL connector) to the

Re: Management server + MySQL server requirements

2016-02-29 Thread Stavros Konstantaras
Hi Simon, Your proposal is correct,I currently have the recommended setup: 2 machines with nice amount of cores and RAM, with management server and mysql installed. Usage server is not currently used, BUT we do use MySQL replication for some form of HA. However, the drawback that I see is th