Re: One last hurdle

2014-02-24 Thread Sebastien Goasguen
On Feb 22, 2014, at 8:13 PM, Michael Phillips wrote: > Figured it out > Apparently by default outbound traffic is blocked by egress > rule...implemented an egress rule and it's working…. Do you feel like writing some documentation :) We are moving to a new docs format and this: http://clo

Re: vCenter Patching - Stop Cloud Management Service?

2014-02-24 Thread Sean Hamilton
When I've patched vCenter servers in the past, the rough process I've followed is: If you can, disable the zone. Go to each cluster and click 'unmanage cluster' Update vCenter Go to each cluster and click 'manage cluster' Enable the zone. Allow CloudStack time to re-check the environment (a couple

unable to deploy ubuntu as guest vm

2014-02-24 Thread Tejas Gadaria
Hi, I am using CS 4.0.2 with basic zone, xenserver (6.0.2) as hypervisor. I am able to deploy Windows 7 vm from ISO but not ubuntu. Also I tried to deploy centOS 5 from ISO, where graphics doesn't supports. Any help would be appreciated. 2014-02-24 17:33:17,601 DEBUG [xen.resource.CitrixResour

Re: CS 4.2.1 Advanced network -- Guest IP range

2014-02-24 Thread Steven Liang
Thank you for updating, Daan. On 02/22/2014 05:11 AM, Daan Hoogland wrote: On Fri, Feb 21, 2014 at 11:27 PM, Steven Liang wrote: My Guest CIDR set to 10.1.1.0/24, when I created Advanced network mode CS. After I added guest network 10.3.4.0

Limit CPU flags exposed to the VM

2014-02-24 Thread Nux!
Hello, I'm having some troubles migrating VMs between certain Xenservers that are very similar, it's just the CPUs vary slightly. With KVM/libvirt I can limit the CPU flags exposed to the VM, how would I do the same with Xenserver? Lucian -- Sent from the Delta quadrant using Borg technolog

RE: One last hurdle

2014-02-24 Thread Michael Phillips
That is a very clean format. To be honest, I actually thought about putting together some documentation and posting it online. > Subject: Re: One last hurdle > From: [email protected] > Date: Mon, 24 Feb 2014 03:26:41 -0500 > To: [email protected] > > > On Feb 22, 2014, at 8:13 PM,

RE: Limit CPU flags exposed to the VM

2014-02-24 Thread Geoff Higginbottom
What version of XenServer are you using? 6.2 supports Heterogeneous Resource Pools, so this should allow some flexibility, but older versions do not. http://www.xenserver.org/overview-xenserver-open-source-virtualization/open-source-virtualization-features.html Regards Geoff Higginbottom D: +

Re: Why no use sync rather than async for NFS storage?

2014-02-24 Thread John Kinsella
Interesting - hadn’t noticed that. Async is generally faster, at the risk of data loss as the client isn’t guaranteed data write on the server. Not something I’d run in production. John On Feb 23, 2014, at 10:33 PM, Amin Samir wrote: > Hello, > > All cloudstack documentation prepares the NFS

Re: Why no use sync rather than async for NFS storage?

2014-02-24 Thread John Kinsella
Just created CLOUDSTACK-6166 to change this, or at least get a good reason for why folks think it’s OK. On Feb 24, 2014, at 8:57 AM, John Kinsella wrote: > Interesting - hadn’t noticed that. > > Async is generally faster, at the risk of data loss as the client isn’t > guaranteed data write on

RE: Limit CPU flags exposed to the VM

2014-02-24 Thread Nux!
On 24.02.2014 16:13, Geoff Higginbottom wrote: What version of XenServer are you using? 6.2 supports Heterogeneous Resource Pools, so this should allow some flexibility, but older versions do not. http://www.xenserver.org/overview-xenserver-open-source-virtualization/open-source-virtualization-

Re: One last hurdle

2014-02-24 Thread Sebastien Goasguen
On Feb 24, 2014, at 10:35 AM, Michael Phillips wrote: > That is a very clean format. > To be honest, I actually thought about putting together some documentation > and posting it online. there is a section on vsphere hypervisor that needs a lot of review. it's in restructured text format,

Infrastructure UI view for non-admin users??

2014-02-24 Thread STEENBLIK Jason
Hi, Does anyone know if it is possible to allow accounts other than root admins to see the infrastructure view in the UI. I'm happy to create domains and/or dedicate resources to domain-admin accounts if it is required, as I will probably have to create domains and dedicate anyway. Thanks, Jaso

RE: Infrastructure UI view for non-admin users??

2014-02-24 Thread Geoff Higginbottom
Hi Jason, Only Root Admins can see the infrastructure areas within the UI. Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 [email protected] -Original Message- From: STEENBLIK Jason [mailto:[email protected]] Sent: 24 Fe

Re: Limit CPU flags exposed to the VM

2014-02-24 Thread Tim Mackey
Here's a good article describing how everything behind CPU masking works: http://support.citrix.com/article/CTX127059. One key item to note is you might need to do something in your BIOS to enable the feature. Don't worry about the age of the article; everything's still relevant. (btw Citrix sup

Re: Limit CPU flags exposed to the VM

2014-02-24 Thread Nux!
On 24.02.2014 18:17, Tim Mackey wrote: Here's a good article describing how everything behind CPU masking works: http://support.citrix.com/article/CTX127059. One key item to note is you might need to do something in your BIOS to enable the feature. Don't worry about the age of the article; e

ACS + KVM + GRE + Infiniband

2014-02-24 Thread Andrei Mikhailovsky
Hello guys, I was wondering if anyone could give me some tips on how to setup an infinband network for the guests using KVM hypervisor. In particular,, I am looking at providing guest vms with the IPoIB interface which is available on the KVM hypervisor hosts. The current implementation of IP

Nginx reverse proxy to cloud stack

2014-02-24 Thread Amin Samir
Hello, I am trying to configure Nginx to reverse proxy cloud stack to offload SSL, I have done the following: Installed the NginxCreated a virtual host with the following:server { server_name amin.com.au; location / { proxy_set_header X-Forwarded-Host $host; proxy_set_heade

RE: Why no use sync rather than async for NFS storage?

2014-02-24 Thread Amin Samir
Thanks John and Krisstofer for your support. Amin > From: [email protected] > To: [email protected] > Subject: Re: Why no use sync rather than async for NFS storage? > Date: Mon, 24 Feb 2014 17:03:51 + > > Just created CLOUDSTACK-6166 to change this, or at least get a good reason

Re: Nginx reverse proxy to cloud stack

2014-02-24 Thread Marty Sweet
Hi Amin, >From first glance it seems that it could be related to your location being '/' - although I personally haven't setup CS behind NGinx before. Is there any improvement if 'proxy_pass http://localhost:8080;' is used? This should make the paths be the 'same' - although it should all be relat

RE: Nginx reverse proxy to cloud stack

2014-02-24 Thread Amin Samir
Hi Marty, thanks for you fast reply, editing the proxy_pass to be http://localhost:8080 ; does not help, in regards to the location /, when I recall the server from the browser I use "amin.com.au" and I have this domain name set in the local hosts file. One more thing to mention is cloud sta

RE: Infrastructure UI view for non-admin users??

2014-02-24 Thread Saksham Srivastava
Further, explicitly dedicating/releasing resources and listing dedicated resources are also only Root admin apis. Thanks, Saksham -Original Message- From: Geoff Higginbottom [mailto:[email protected]] Sent: Monday, February 24, 2014 11:40 PM To: [email protected]

Re: Nginx reverse proxy to cloud stack

2014-02-24 Thread Marty Sweet
Hi Amin, The error shown should have hopefully been fixed by adjusting the proxy_pass, did you restart nginx? Just to confirm, does navigating to https://amin.com.au/client/ load fully but still result in a username/password incorrect (giving the error shown above)? Thanks, Marty On Tue, Feb 25,