Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Rafael Weingärtner
Can you also post the result of: select * from cloud.storage_pool where removed is null On Wed, Jun 6, 2018 at 3:06 PM, Dag Sonstebo wrote: > Hi Jon, > > Still confused where your primary storage pools are – are you sure your > hosts are in cluster 1? > > Quick question just to make sure -

Re: How exactly does CloudStack stop a VM?

2018-06-06 Thread Yiping Zhang
Our VM instances do have xentools installed, though still at 6.2 version, whereas our hypervisors have been upgraded to XenServer 6.5 since the VM instances were created On 6/6/18, 4:20 PM, "Jean-Francois Nadeau" wrote: If the xentools are installed and running in the guest OS it should

Re: How exactly does CloudStack stop a VM?

2018-06-06 Thread Jean-Francois Nadeau
If the xentools are installed and running in the guest OS it should detect the shutdown sent via XAPI. On Wed, Jun 6, 2018 at 6:58 PM, Yiping Zhang wrote: > We are using XenServers with our CloudStack instances. > > On 6/6/18, 3:11 PM, "Jean-Francois Nadeau" > wrote: > > On KVM, AFAIK

Re: How exactly does CloudStack stop a VM?

2018-06-06 Thread Yiping Zhang
We are using XenServers with our CloudStack instances. On 6/6/18, 3:11 PM, "Jean-Francois Nadeau" wrote: On KVM, AFAIK the shutdown is the equivalent of pressing the power button. To get the Linux OS to catch this and initiate a clean shutdown, you need the ACPID service running

Re: How exactly does CloudStack stop a VM?

2018-06-06 Thread Jean-Francois Nadeau
On KVM, AFAIK the shutdown is the equivalent of pressing the power button. To get the Linux OS to catch this and initiate a clean shutdown, you need the ACPID service running in the guest OS. On Wed, Jun 6, 2018 at 6:01 PM, Yiping Zhang wrote: > Hi, all: > > We have a few VM instances which

How exactly does CloudStack stop a VM?

2018-06-06 Thread Yiping Zhang
Hi, all: We have a few VM instances which will hang when issue a Stop command from CloudStack web UI or thru API calls, due to the app’s own startup/stop script in guest OS was not properly invoked. The app’s startup/stop script works properly if we issue shutdown/reboot command in guest OS

FINAL REMINDER: Apache EU Roadshow 2018 in Berlin next week!

2018-06-06 Thread sharan
Hello Apache Supporters and Enthusiasts This is a final reminder that our Apache EU Roadshow will be held in Berlin next week on 13th and 14th June 2018. We will have 28 different sessions running over 2 days that cover some great topics. So if you are interested in Microservices, Internet of

FINAL REMINDER: Apache EU Roadshow 2018 in Berlin next week!

2018-06-06 Thread sharan
Hello Apache Supporters and Enthusiasts This is a final reminder that our Apache EU Roadshow will be held in Berlin next week on 13th and 14th June 2018. We will have 28 different sessions running over 2 days that cover some great topics. So if you are interested in Microservices, Internet of

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Dag Sonstebo
Hi Jon, Still confused where your primary storage pools are – are you sure your hosts are in cluster 1? Quick question just to make sure - assuming management/storage is on the same NIC when I setup basic networking the physical network has the management and guest icons already there and I

Re: vSphere/vCenter 6.7 Support

2018-06-06 Thread Suresh Kumar Anaparti
Hi Carlos, I think the current vmware api in Cloudstack supports till 6.5. Thanks, Suresh On Wed, Jun 6, 2018 at 11:15 PM, Carlos Cesario wrote: > Hi guys, > > > Is it vSphere 6.7 supported by Cloudstack!?! > > > regards > > > Carlos >

vSphere/vCenter 6.7 Support

2018-06-06 Thread Carlos Cesario
Hi guys, Is it vSphere 6.7 supported by Cloudstack!?! regards Carlos

Openldap authentication issues

2018-06-06 Thread Jon Brooks
Cloudstack version: 4.11.0OpenLdap version: 2.4.44-5OS: Centos 7.4.1708 Cloudstack LDAP Configuration: ldap.basedn : ou=People,dc=test,dc=net ldap.bind.password : XXXldap.bind.principal :  cn=LDAPAdmin,ou=People,dc=test,dc=netldap.email.attribute : mailldap.firstname.attribute :

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Jon Marshall
Dag Do you mean check the pools with "Infrastructure -> Primary Storage" and "Infrastructure -> Secondary Storage" within the UI ? If so Primary Storage has a state of UP, secondary storage does not show a state as such so not sure where else to check it ? Rerun of the command - mysql>

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Dag Sonstebo
Looks OK to me Jon. The one thing that throws me is your storage pools – can you rerun your query: select * from cloud.storage_pool where cluster_id = 1; Do the pools show up as online in the CloudStack GUI? Regards, Dag Sonstebo Cloud Architect ShapeBlue On 06/06/2018, 12:08, "Jon Marshall"

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Jon Marshall
Don't know whether this helps or not but I logged into the SSVM and ran an ifconfig - eth0: flags=4163 mtu 1500 inet 169.254.3.35 netmask 255.255.0.0 broadcast 169.254.255.255 ether 0e:00:a9:fe:03:23 txqueuelen 1000 (Ethernet) RX packets 141 bytes 20249 (19.7 KiB)

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Jon Marshall
Hi Rafael Thanks for the help, really appreciate it. So rerunning that command with all servers up - mysql> select * from cloud.storage_pool where cluster_id = 1 and removed is null; Empty set (0.00 sec) mysql> As for the storage IP no I'm not setting it to be the management IP when I

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Jon Marshall
Hi Dag Thanks for joining in. I did use a separate network for management (172.30.3.0/27) and storage (172.30.5.0/28) when I configured the zone it is just for some reason it is not referencing the 172.30.5.x subnet anywhere in the SQL output. My compute nodes have 3 NICs, one for

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Rafael Weingärtner
Jon, do not panic we are here to help you :) So, I might have mistyped the SQL query. You you use select * from cloud.storage_pool where cluster_id = 1 and removed is not null ", you are listing the storage pools removed. Therefore, the right query would be " select * from cloud.storage_pool where

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Dag Sonstebo
Hi John, I’m late to this thread and have possibly missed some things – but a couple of observations: “When I add the zone and get to the storage web page I exclude the IPs already used for the compute node NICs and the NFS server itself. …..” “So the range is 172.30.5.1 -> 15 and the range I

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Jon Marshall
I will disconnect the host this morning and test but before I do that I ran this command when all hosts are up - select * from cloud.host;

Re: advanced networking with public IPs direct to VMs

2018-06-06 Thread Rafael Weingärtner
That is something, but it does not explain why that same message does not appear when he is using everything in a single NIC On Tue, Jun 5, 2018 at 7:08 PM, Andrija Panic wrote: > Zone-wide NFS storage ? in this case the SQL returns no results (cluster_id > field in table is NULL) > > On 5 June