Re: Agent Error

2021-05-21 Thread Serge Byishimo
Hi Edward, Yes, the problem I'm seeing is that it is checking for "br-200" when in the docs they tell us to create "cloudbr0", Even when I create that bridge called "br-200", the next command in that scripts throws this error : RTNETLINK answers: Device or resource busy Even when the bridge is

Re: Delete IP range

2021-05-21 Thread Pearl d'Silva
Hi Fariborz, I did a small test - wherein I created a basic zone - created a VM - then deleted the VM and the router, disabled the zone and deleted the system VMs and noticed that the IP previously assigned to the router continues to remain allocated despite destroying the router and hence

RE: VMware Instance Error

2021-05-21 Thread Corey, Mike
Okay - reran the deployment from "new" UI and it displays "Request Failed (530) - Request failed with status code 530". This is ACS 4.15 deploying to vCenter 6.7 using a Windows10x64 image template. Right now, I have global setting vmware.root.disk.controller as blank. If I recall the

Re: VMware Instance Error

2021-05-21 Thread Andrija Panic
Mike, there is a change in how template works now in 4.15 - so please make sure to read the documentation (this is change for VMware only) - it's a major refraction - so please check the docs. Best, On Fri, 21 May 2021 at 13:50, Corey, Mike wrote: > Understood. I only tried the old UI

Re: Centos 7.9 - cloud-init password reset?

2021-05-21 Thread Hean Seng
》〉So, what you are saying is to install cloud-init takes care of the reset password ? yes 》〉No needs to be changed on Cloud-init on CentOS. 8, 7 , Ubuntu 20 , FreeBSD13 etc. Right? No need. On Fri, May 21, 2021 at 1:40 PM 조대형 wrote: > Thanks, Hean > > > So, what you are saying is to install

Re: Agent Error

2021-05-21 Thread Edward St Pierre
Hi, Did you create the bridge interfaces on the hypervisor? com.cloud.exception.InternalErrorException: Failed to create vnet 200: ls: cannot access '/sys/class/net//brif/': No such file or directoryCommand On Fri, 21 May 2021 at 10:29, Serge Byishimo wrote: > Centos 8 > Cloudstack 4.15 > >

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
I found 1 IP was used as secondary IP. I just removed it but still one IP is left which I cannot determine where is use. On Fri, May 21, 2021 at 4:18 PM Fariborz Navidan wrote: > Hello, > There are 2 IPs from that range in user_ip+address table but vm_id for all > records is null. How do I

RE: VMware Instance Error

2021-05-21 Thread Corey, Mike
Understood. I only tried the old UI because the instance deployment failed under the new UI and there wasn't a specific error thrown to hint at an issue. I'll try again today and dig through the logs and come back with findings. MC -Original Message- From: Andrija Panic Sent:

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
Hello, There are 2 IPs from that range in user_ip+address table but vm_id for all records is null. How do I determine which vms are using them? On Fri, May 21, 2021 at 3:41 PM Pearl d'Silva wrote: > Hi Fariborz, > > Can you try listing for public IPs that are still allocated by querying > the

Re: Delete IP range

2021-05-21 Thread Pearl d'Silva
Hi Fariborz, Can you try listing for public IPs that are still allocated by querying the following: select * from user_ip_address where data_center_id = and allocated is not null; If it does return some IPs that are marked as allocated and are within the public IP range that you are

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
Zone is disabled and no system VM and router exists but still the same error. On Fri, May 21, 2021 at 3:12 PM Fariborz Navidan wrote: > I have done the same. Still get this error message. > > Please help > > On Fri, May 21, 2021 at 11:55 AM Andrija Panic > wrote: > >> You should disable the

Re: Delete IP range

2021-05-21 Thread Fariborz Navidan
I have done the same. Still get this error message. Please help On Fri, May 21, 2021 at 11:55 AM Andrija Panic wrote: > You should disable the zone and then delete SSVM and CPVM - otherwise ACS > will try to create it again and use 2 IPs again. > Then remove the range, then enable the Zone

Agent Error

2021-05-21 Thread Serge Byishimo
Centos 8 Cloudstack 4.15 2021-05-21 05:25:13,312 INFO [kvm.storage.LibvirtStorageAdaptor] (agentRequest-Handler-5:null) (logid:5fb6ba1e) Trying to fetch storage pool 26a9efbf-fb80-3f0d-a292-43bd0a3eec9d from libvirt 2021-05-21 05:25:13,314 INFO [kvm.storage.LibvirtStorageAdaptor]

6 Days to CloudStack European User Group Virtual

2021-05-21 Thread Ivet Petrova
Fellow CloudStack Users, I hope you are having a great Friday and you are ready for the weekend. We have only 6 days to the first CloudStack Virtual event and a great interest for the event. We would be happy if you register for it:

Re: Delete IP range

2021-05-21 Thread Andrija Panic
You should disable the zone and then delete SSVM and CPVM - otherwise ACS will try to create it again and use 2 IPs again. Then remove the range, then enable the Zone again. Otherwise, you can check the table in DB user_ip_address (or similar) and try to read which IP is used atm - but probably

Delete IP range

2021-05-21 Thread Fariborz Navidan
Hello, We have migrated our server and public IPs has been changed. I need to migrate all IP ranges to the new one. I have added a new IP range and changed IP of all VMs. I need to force system VMS to use new IP range. I'm trying delete the old IP range so that cloudstack assign IPs from the new