Re: Nginx reverse proxy to cloud stack

2014-02-25 Thread Marty Sweet
Thanks for the configuration Amin, I'm sure it will help someone out in the future. Marty On Wed, Feb 26, 2014 at 6:23 AM, Amin Samir wrote: > Hi Marty, > > Thanks for your follow up attached is how working configuration file, I have > also hardened the nginx.conf ( by commenting server_tokens

Unable to deploy vm

2014-02-25 Thread Tejas Gadaria
Hi, I am using CS 4.0.3 with vmware hypervisor. SSVM and CPVM is running both public and private IP are pinging from management server. while trying to deploy vm from template, it.s giving , 2014-02-26 12:50:18,182 ERROR [vmware.resource.VmwareResource] (DirectAgent-418:10.129.150.22) Unable to

Re: Cloudstack RAM

2014-02-25 Thread Ahmad Emneina
self correction here: -Xmx (say -Xmx3g for 3 gigs of ram) is the flag to increase the java max memory pool, -Xms is the starting ram size of the java process. On Wed, Feb 19, 2014 at 5:50 PM, Ahmad Emneina wrote: > What the other threads are speaking about is modifying > /etc/cloudstack/managem

RE: Nginx reverse proxy to cloud stack

2014-02-25 Thread Amin Samir
Hi Marty, Thanks for your follow up attached is how working configuration file, I have also hardened the nginx.conf ( by commenting server_tokens off; ) remove server version. ## our http server at port 80 server { listen 80; server_name amin.com.au; ## redirect http to

Re: force delete compute host/node?

2014-02-25 Thread Marty Sweet
Hi Ronald, Is there any reason you can't put this node into maintenance mode via the infrastructure panel? As far as I remember if there isn't anything assigned to it, it _should_ happily work. Marty On Tue, Feb 25, 2014 at 6:21 PM, ronald higgins wrote: > Hi All, > > I've had a KVM host that I

Re: Nginx reverse proxy to cloud stack

2014-02-25 Thread Marty Sweet
Hi Amin, Did you get this sorted? I assume navigating to http://amin.com.au:8080/client works as expected, because of this I doubt it's cloudstack API issue. We could try the following: location /client { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Serve

Re: Error downloading the default CentOS template

2014-02-25 Thread ilya musayev
I've seen this happen when NFS is not mounted on SSVM, indicating firewall or ACL issue. On Tuesday, February 25, 2014, Erdősi Péter wrote: > 2014.02.25. 17:26 keltezéssel, iliyas shirol írta: >> >> Has anyone else faced a similar issue ? Btw, it took a lot of time after >> enabling this new zone

force delete compute host/node?

2014-02-25 Thread ronald higgins
Hi All, I've had a KVM host that I've had to rebuild. However because it wasn't removed from Cloudstack before rebuilding I'm having an issue removing it so i can reinsert it now that it's rebuilt. CS 4.2.1 across the board. The error I'm getting in the UI and similarly in the MGMT logs are: "c

Re: Error downloading the default CentOS template

2014-02-25 Thread Erdősi Péter
2014.02.25. 17:26 keltezéssel, iliyas shirol írta: Has anyone else faced a similar issue ? Btw, it took a lot of time after enabling this new zone for the SSVM agent to detect in an UP state How much space have you allocated for secondary storage? (try with 60GB) The time of SSVM can be normal,

Re: Error downloading the default CentOS template

2014-02-25 Thread Erik Weber
Don't see any nfs mounts, what kind of secondary storage are you running? If nfs, verify that your ssvm can mount it manually. Erik 25. feb. 2014 17:26 skrev "iliyas shirol" følgende: > Greetings ! > > We have created a new zone and we're seeing the following error in the > templates section (Ce

Error downloading the default CentOS template

2014-02-25 Thread iliyas shirol
Greetings ! We have created a new zone and we're seeing the following error in the templates section (CentOS 5.6(64-bit) no GUI (XenServer)). "*No space left on device*" Following is the disk usage within the SSVM. root@s-1-VM:~# df -h Filesystem Siz

[ANNOUNCE] Schedule for CloudStack Collab Denver April 9th-11th is live

2014-02-25 Thread Sebastien Goasguen
Hi Everyone, The schedule for CloudStack Collaboration Conference in Denver April 9th-11th is live at: http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america/program/schedule The event is co-located with ApacheCon April 7th-9th. The program is looking great

RE: Cloudstack:KVM:: Snapshot stuck in Creating Status forever.

2014-02-25 Thread Rohit Kumar
Hi, I am working on CloudStack infrastructure service to build our organization framework.For this purpose, RHEL 6.4, Cloudstack 4.2.1 and KVM are being used. I have been working around for long to figure out the below mentioned Issue but unfortunately could not. Issue: Snapshot gets stuck in the

Cloudstack:KVM:: Snapshot stuck in Creating Status forever.

2014-02-25 Thread Rohit Kumar
Hi, I am working on CloudStack infrastructure service to build our organization framework.For this purpose, RHEL 6.4, Cloudstack 4.2.1 and KVM are being used. I have been working around for long to figure out the below mentioned Issue but unfortunately could not. Issue: Snapshot gets stuck in the

RE: httpd on console proxy VM

2014-02-25 Thread Vladimir Melnik
Thank you! I've found out where was the problem: the agent didn't start, because it wasn't able to connect the management server on 8290/tcp, but I fixed it and everything's fine now. Have a nice day! -Original Message- From: Erdősi Péter [mailto:f...@niif.hu] Sent: Tuesday, February

Re: httpd on console proxy VM

2014-02-25 Thread Erdősi Péter
Hy! 2014.02.25. 13:30 keltezéssel, Vladimir Melnik írta: Oops! :) Thank you so much. So, who should be listening on the 443? My proxys vm said: netstat -alnp |grep 443 tcp0 0 0.0.0.0:443 0.0.0.0:* LISTEN 3758/java Dear: Fazy

RE: httpd on console proxy VM

2014-02-25 Thread Vladimir Melnik
Oops! :) Thank you so much. So, who should be listening on the 443? -Original Message- From: Erik Weber [mailto:terbol...@gmail.com] Sent: Tuesday, February 25, 2014 2:17 PM To: users@cloudstack.apache.org Subject: Re: httpd on console proxy VM I have the same, but I don't think apache i

Re: httpd on console proxy VM

2014-02-25 Thread Erdősi Péter
2014.02.25. 13:17 keltezéssel, Erik Weber írta: I have the same, but I don't think apache is being used. atleast i don't have any apache2-processes running on my cpvm, while I do see java bind to port 443 You're right, apache does not needed to console proxy... Fazy

Re: httpd on console proxy VM

2014-02-25 Thread Erik Weber
I have the same, but I don't think apache is being used. atleast i don't have any apache2-processes running on my cpvm, while I do see java bind to port 443 -- Erik On Tue, Feb 25, 2014 at 1:13 PM, Vladimir Melnik wrote: > I have to stress, that I don't even have "10\.1\.1" in the dump of my >

RE: httpd on console proxy VM

2014-02-25 Thread Vladimir Melnik
I have to stress, that I don't even have "10\.1\.1" in the dump of my CloudStack's database, so I do NOT use it anywhere in my configuration (yes, I use another prefix as the "guest's CIDR"). But httpd is trying to bind to 10.1.1.1:80 even after destroying this VM. :( -Original Message- Fr

httpd on console proxy VM

2014-02-25 Thread Vladimir Melnik
Dear colleagues, I'm installing CloudStack-4.2.1 on the new setup and I've faced an odd thing. Alas, httpd on the console proxy VM doesn't start, because it's trying to bind to 10.1.1.1 address, but the instance does NOT have such address bound to any of its' interfaces, and that's okay, because I

RE: Nginx reverse proxy to cloud stack

2014-02-25 Thread Amin Samir
Hi Marty, I might figured out what exactly I need, is a rewrite syntax to change amin.com.au to amin.com.au/client, so whenever a browser hits the nginx with amin.com.au it will change it to be amin.com.au/client Thanks if you know how is this done. Amin. > From: aminsamira...@hotmail.com > To

RE: Nginx reverse proxy to cloud stack

2014-02-25 Thread Amin Samir
Hi Marty, I have tried to restart the nginx, i did not yet enable the ssl , it is just simple revere proxy from Nginx X back to cloud stack, and navigating to http://amin.com.au/client will not work, because it still needs the 8080 port in the URL. The problem is that it fires up an API with /