Re: Xenserver cores per socket

2016-10-07 Thread Sergey Levitskiy
You need to add this values to vm_template_details or user_vm_details tables for respective objects (depending if you want to have it on a template level for all new VM deployed from a template or on an individual VM) cpuid.coresPerSocket It works great on vmware and I assume the behavior

Xenserver cores per socket

2016-10-07 Thread Jānis Andersons | Failiem . lv
Is it possible and how to set cores per socket in CloudStack 4.8.0, XenServer 6.5, Shared storage. For now only way I know is to stop VM in XenServer and set cores per socket, and start it up again - but it keeps changing back to CloudStack settings. -- J Andersons

Re: Cloudstack management server changing msid

2016-10-07 Thread Carlos Reátegui
Thanks…. That makes sense. I do have a bond for my NICs which means the OS will pick one of the underlying MACs for the bond MAC upon boot (and not always the same one). And since my NIC card has been replaced twice that is why my table looks like this: mysql> select id,hex(msid),runid,state,

VPC cant access external IP from internal.

2016-10-07 Thread Jānis Andersons | Failiem . lv
Hi! I have two instances in VPC Network with custom ACL rules and port forwarding on external IP. One is web server and second is windows server. Problem is that I cant access to my web server trough external IP from my windows server but it is possible to access to web servers internal IP. A

Re: HA-enabled VM

2016-10-07 Thread Sergey Levitskiy
You can find all service offerings used by those VM and change in service_offereing table a field ha_enabled to ’1’. After that Stop/Start VMs should make them HA. On 10/7/16, 5:40 AM, "Gian Paolo Buono" wrote: Thanks Boris, It works.. The problem is that I have 100 vm without H

Re: HA-enabled VM

2016-10-07 Thread Gian Paolo Buono
Thanks Boris, It works.. The problem is that I have 100 vm without HA, there is a charm to enable the HA to all vm ? Thanks On 10/07/2016 02:18 PM, Boris Stoyanov wrote: > Hi Gian Paolo, > > In order to have a VM in HA Enabled state you need to create that VM with > Compute Offering that has

Re: HA-enabled VM

2016-10-07 Thread Boris Stoyanov
Hi Gian Paolo, In order to have a VM in HA Enabled state you need to create that VM with Compute Offering that has “Offer HA” checked. Thanks, Boris Stoyanov > [email protected]  www.shapeblue.com 53 Chandos Place, Covent Garden, London WC2N 4HSUK @shapeblue On Oct 7, 2016,

AW: HA-enabled VM

2016-10-07 Thread Jeroen Keerl
Use tag "HA",should of course be set on the hosts as well.Might be that that'll only work if your template has the HA tag set Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Gian Paolo Buono Datum: 07.10.2016 14:03 (GMT+01:00) An: users@cloudst

HA-enabled VM

2016-10-07 Thread Gian Paolo Buono
Hi all, how can i set HA Enabled to yes, in the istance of Vm ? If can't modify that parameter. Thanks

Re: ACS 4.9.0 cloudstack.apt-get.eu Ubuntu repo doesn't work?

2016-10-07 Thread Cloud List
Thanks Jeroen. Used below repo from ShapeBlue and it works fine. === deb http://packages.shapeblue.com/cloudstack/upstream/debian/4.9 / === Many thanks! Cheers. On Fri, Oct 7, 2016 at 6:58 PM, Jeroen Keerl wrote: > Check out the ShapeBlue site,they host repos as well > > > Von meinem Samsun

AW: ACS 4.9.0 cloudstack.apt-get.eu Ubuntu repo doesn't work?

2016-10-07 Thread Jeroen Keerl
Check out the ShapeBlue site,they host repos as well Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Cloud List Datum: 07.10.2016 12:21 (GMT+01:00) An: [email protected] Betreff: ACS 4.9.0 cloudstack.apt-get.eu Ubuntu repo doesn't work

ACS 4.9.0 cloudstack.apt-get.eu Ubuntu repo doesn't work?

2016-10-07 Thread Cloud List
We are using Ubuntu and trying to upgrade to ACS 4.9, have updated /etc/apt/sources.list.d/cloudstack.list to point to: deb http://cloudstack.apt-get.eu/ubuntu precise 4.9 But apt-get update fails with below error message: === W: Failed to fetch http://cloudstack.apt-get.eu/ubuntu/dists/precise/

Re: Cloudstack management server changing msid

2016-10-07 Thread Stephan Seitz
Hi Carlos, we encountered the same issue after introducing nic-bonding on the management net which changed the MAC. The msid includes the MAC of the interface which has the service_ip bound to. If that MAC changes, your management node encounters an identity crisis ;) We solved that, by updating