RE: how to run rhel 6.x VM as PV VM on xenserver 7.1CU1?

2019-01-30 Thread Andrija Panic
Hi Yiping, As far as I can expect, patch level should not break any functionality with ACS (except, obviously, guest OS mappings...) so I assume it should work same was as unpatched/vanila version. https://cloudstack.apache.org/api/apidocs-4.11/apis/addGuestOsMapping.html Please use above API

Re: secure hosts communications

2019-01-30 Thread Ugo Vasi
Hi Rohit, I have a 4.11.2.0 ACS infrastructure (Ubuntu 16.04 with KVM hypervisor) I see that all the hosts are in unsecure state from the UI and so the live migration don't works (we had trubles with mgmt server). I read in the documentation that launching the provisionCertificate API (by

Re: secure hosts communications

2019-01-30 Thread Rohit Yadav
Hi Ugo, This will be a one-time procedure, and the KVM host and the VMs do not need a reboot but the provisionCertificate API will restart the libvirtd process (just check if that can have any side effects for your VMs/distro, on most modern distros restarting libvirtd does not have any

Re: Cloudstack troubleshooting help and general guidance

2019-01-30 Thread Dag Sonstebo
Hi Gary, Welcome to the list - and good luck with your project! With regards to getting help you've come to the right place. I would suggest maybe splitting up your queries into more specific ones in separate mail threads, but I'll try to give you a few lines of advise to get you started.

Re: secure hosts communications

2019-01-30 Thread Ugo Vasi
Hi Rohit, what I do not understand is if in this ACS version (4.11.2.0) you have to start the procedure manually or it is done during the installation. Did I skip some steps during the installation? Thanks Il 30/01/19 13:37, Rohit Yadav ha scritto: Hi Ugo, This will be a one-time

RE: [Non-DoD Source] Re: Cloudstack troubleshooting help and general guidance

2019-01-30 Thread Morrow, Gary G II CIV DISA JT (USA)
Hi Dan, Appreciate the quick response and yes we have looked into the ShapeBlue training (seems like the only one out there) and unfortunately right now our command won't go for it because the payment has to be in UK Pounds vs Dollars. Honestly I think that was just an excuse and not a good

Re: Reassigning same public IP

2019-01-30 Thread asender
Hi Makrand, You could also make an API call. The below will deploy a new virtual machine using a set network. This is useful if you have deleted an instance that has a shared network (direct attached ip) and need to use the same IP address again. note the ip address is 172.26.7.16, changed

Re: secure hosts communications

2019-01-30 Thread Rohit Yadav
Hi Ugo, If it's a fresh 4.11.2.0 installation you don't need to do anything you'll get your KVM hosts secured after you add them. TL;DR - If you're upgrading, you simply need to run the provisionCertificate API against each of your KVM hosts after installation and upgrade. Refer: