Re: Disable redudant VR

2020-07-23 Thread Thomas Joseph
Hello Marcos, You will have to: update the cloud db table name: vpc to toggle the flag for the column redundant then manually delete the backup VR and proceed with a vpc restart with a cleanup. Regards On Thu, 23 Jul 2020, 6:16 pm marcos, wrote: > Hello, > Quickly doubt, how do I disable

Disable redudant VR

2020-07-23 Thread marcos
Hello, Quickly doubt, how do I disable the redundant VR backup? Version 4.13.1 Thank you

RE: InsufficientServerCapacity - system vm's

2020-07-23 Thread Corey, Mike
Ajit, Do you see any errors regarding the permissions or access to the secondary storage mount in the logs? Check the ownership/permissions on /var/cloudstack/mnt AND /secondarystorage/template directories. Mike -Original Message- From: Ajit Singh Sent: Thursday, July 23, 2020 3:59

Re: Cloudstack guest password

2020-07-23 Thread Andrija Panic
cloud-init has the "plugin" for cloudstack, so it "behaves" well with it. best, On Thu, 23 Jul 2020 at 12:48, Craig Dunn wrote: > Thanks Andrija i`ll have a look into that, does the platform need to > support it, or does cloudstack support it by default? > > @Vivek strangely its generated a

Re: Cloudstack guest password

2020-07-23 Thread Andrija Panic
that script used to work only with initd and not systemd, so better invest some time in cloud-init, and achieve the same thing (and more if needed). You can i.e. download the http://dl.openvm.eu/cloudstack/macchinina/ template and see how the cloud-init is configured there (afaik, it uses

Re: Cloudstack guest password

2020-07-23 Thread Vivek Kumar
That won’t help because it fetch the password from router . Can you just run “dhclient” and check the lease folder wether you are getting lease file generated or not. Vivek Kumar Manager - Cloud & DevOps IndiQus Technologies 24*7 O +91 11 4055 1411 | M +91 7503460090 www.indiqus.com

Re: Cloudstack guest password

2020-07-23 Thread Craig Dunn
Hi, I have found a leases file BUT it only specifies the IP of the VM itself and not the gateway (which is where DHCP is served) [root@VM-222c78e8-a8f7-4746-b28b-6f1b66bdf34b NetworkManager]# cat internal-3e6e8f47-404a-46a9-9ad2-1b2a9217384a-ens35.lease # This is private data. Do not parse.

Re: Cloudstack guest password

2020-07-23 Thread Craig Dunn
Hi Vivek, thanks for the response, seems its fallen at the first hurdle the /var/lib/dhclient folder is empty so, i`ll look into why thats not being generated. I have password enabled set on the template, I thought cloud init and the script were two different ways of achieving the same thing? Or

Re: InsufficientServerCapacity - system vm's

2020-07-23 Thread Ajit Singh
Hi Vivek Kindly find below the upper part of logs of the error shared before. 2020-07-23 12:54:51,627 DEBUG [c.c.c.CapacityManagerImpl] (Work-Job-Executor-74:ctx-4483f427 job-37133/job-38762 ctx-2d729b09) VM state transitted from :Starting to Stopped with event: OperationFailedvm's original host

Re: InsufficientServerCapacity - system vm's

2020-07-23 Thread Vivek Kumar
Hello Ajit, Can you share the upper part of logs from this error. Just check on what steps is it failing. Best way to grep the job-id and follow the job id and see where it went wrong. I am assuming that you have already registered the VMware system VM templates in your secondary storage

Re: Cloudstack guest password

2020-07-23 Thread Vivek Kumar
Hello Craig, So setup-password scripts works from inside of the VM. If you just look on the script - 1- First it finds the DHCP server IP from lease file. So make sure that you are getting you lease file in your any of the folder mentioned in script - i.e DHCP_FOLDERS="/var/lib/dhclient/*

Cloudstack guest password

2020-07-23 Thread Craig Dunn
Hi all, Just subscribed and after some advise. I'm trying to setup a new Centos8 template for our cloud platform. I want to use the guest password script so we can deploy and a password is generated on deployment but I'm having issues getting it to work. I'm following this guide:

InsufficientServerCapacity - system vm's

2020-07-23 Thread Ajit Singh
Hi I have created a new zone in an existing cloud stack by adding VMware and esxi host and it got successfully created with pod and cluster. but system vm's (console proxy and storage vm) are not getting created and they are spawning endlessly. From the logs, it says InsufficientServerCapacity