could not start the cloud stack usage server.

2016-02-28 Thread kotipalli venkatesh
Hi All, After upgrade(Management server) 4.3.1 to 4.5.2. could not start the cloud stack usage server. *Please find the below error we are getting:* *[image: Inline image 1]* Starting CloudStack Usage Monitor cloudstack-usage29/02/2016 11:54:03 9305 jsvc error: Cannot set user id for user 'clou

Re: A question on Ip Addresses

2016-02-28 Thread Nux!
Hello, Cloudstack can use private IPs for all networks, including "public" if that suits the situation, that's why many demos use them. If you want to be really economical about IPs which seems like the case, you can use private IP space for guest/secondaryStorage/management and just use the fe

A question on Ip Addresses

2016-02-28 Thread Jose I Quinones
I see there are plenty of questions regarding this topic. Read some of the answers and am still confused. I am quite the newbie here, so please excuse my utter ignorance! 1. Signed up for a server which has two NICs and has been assigned with up to 8 public IP addresses. 2. On the information

Re: User data is not base64 encoded

2016-02-28 Thread Nux!
Ah, roger. Thanks for the explanation! -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Remi Bergsma" > To: users@cloudstack.apache.org > Sent: Sunday, 28 February, 2016 15:48:12 > Subject: Re: User data is not base64 encoded > It mea

Re: User data is not base64 encoded

2016-02-28 Thread Remi Bergsma
It means: make it safe to be passed in an url. Base64 encoded data can still contain "+", "=" and “/" which may confuse the browser/server. Example: data: "some data" becomes base64 encoded: ZGF0YTogInNvbWUgZGF0YSI= and url encoded: ZGF0YTogInNvbWUgZGF0YSI%3D To play with it, see: https://www.b

Re: User data is not base64 encoded

2016-02-28 Thread Nux!
Suresh, Can you please rephrase that? What's "urlencoded"? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Suresh Sadhu" > To: users@cloudstack.apache.org > Sent: Sunday, 28 February, 2016 14:49:08 > Subject: RE: User data is not bas

RE: User data is not base64 encoded

2016-02-28 Thread Suresh Sadhu
Hi, After converting userdata to base64 format and make it urlencoded then pass the userdata string as api parameter. Regards Sadhu From: Yacubovich, David Sent: Thursday, February 25, 2016 12:30 PM To: users@cloudstac

Re: Advanced network configuration

2016-02-28 Thread cloudstackhelp
I forgot to add that I wanted 2 links for storage to have redundancy (separate switches to cut down on points of failure. On Sun, Feb 28, 2016 at 5:55 AM -0800, wrote: Hi, I have no idea why my emails don't turn out like they should. They are exactly like what you formatted when

Re: Advanced network configuration

2016-02-28 Thread cloudstackhelp
Hi, I have no idea why my emails don't turn out like they should. They are exactly like what you formatted when I send them out. Really apologise for that. I will try to send them from another device and I apologise in advance if there's still an issue. I'm using Dell Cloud servers as the

Re: User data is not base64 encoded

2016-02-28 Thread Rafael Weingärtner
I had the same problem last week. It turns out that the code is considering anything that ends with "==" as base 64 encoded. That can be a bit picky because sometimes you can encode something in base 64 and not get the "==" at the end, but still you will have to add it to use that functionality.

Re: User data is not base64 encoded

2016-02-28 Thread Nux!
Hello David, First I'd transform my script in base64 (cat script.sh | base64) then append that string into cloudmonkey similar to the below example: deploy virtualmachine zoneid=8aadc947-d30e-4414-99f8-f8638df2eaf9 hypervisor=KVM rootdisksize=20 securitygroupids=241cbc66-a41b-476c-9d23-8dcc948

Re: Advanced network configuration

2016-02-28 Thread Nux!
Here's the readable version, so others waste less time on this. Mate you really need to learn how to format emails, if you expect any kind of positive response. == Hi all, I've decided to go with the advanced network. I have some questions: 1. Should the HV management interface be on a publ

Advanced network configuration

2016-02-28 Thread Josh Davis
Hi all, I've decided to go with the advanced network. I have some questions: 1. Should the HV management interface be on a public IP or is it sufficient to have it on the private management network?2. I have 2 NICs on each HV to be split between Public, Guest & Management traffic (Storage traffic

RE: Failed to add VMware DC to zone due to : This DC is being managed by other CloudStack deployment. Cannot add this DC to zone.

2016-02-28 Thread Suresh Sadhu
This is as your are adding same datacenter details again on different ms. On vcenter side you need to set the datacenter (zone)managed flag to false . once you added datacenter details in ccp, it is set as true. Due to that if you try to add /reuse the same vcenter/datacenter details then