Re: Multiple console proxy

2021-10-10 Thread Harikrishna Patnala
Hi Abhishek, Please check these two global settings "consoleproxy.capacity.standby" and "consoleproxy.session.max" which are used to configure the number of viewer sessions and accordingly new CPVM VM will be spawned. In your case, it might have hit the maximum sessions and spawned a new CPVM.

Re: Root disk resizing

2021-10-10 Thread Vivek Kumar
Did you configure LVM or standard partition on your / partition while creating the template. ? You also should not have any other partition after the / partition. I,e swap or any other. Vivek Kumar Sr. Manager - Cloud & DevOps IndiQus Technologies M +91 7503460090 www.indiqus.com > On 1

Multiple console proxy

2021-10-10 Thread Abishek
Hello All, I am using cloudstack 4.15.2 with KVM hosts. Everything is working fine but I noticed that suddenly the a new console proxy was spawned. Now there are multiple console proxy. The old console proxy was working and is current is working fine. All the request are still being served from

Root disk resizing

2021-10-10 Thread Ranjit Jadhav
Hello folks, I have implemented cloudstack with Xenserver Host. The template has been made out of VM with basic centos 7 and following package installed on it sudo yum -y cloud-init sudo yum -y install cloud-utils-growpart sudo yum -y install gdisk