Guest VM connecting DC NAS

2024-04-26 Thread Nixon Varghese K S
Hi All, The optimum way to get NFS storage on the ACS guest VM is what we're attempting to determine.This test environment is set up for advanced networking on ACS (4.19.1). ACS Portal: 10.10.40.252 NFS server: 10.10.40.250 KVM host: 172.16.0.100 (Have two network interface cards, one for private

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Wei ZHOU
Hi Pearl and Ruben, I think the main issue is that both networks (same gateway/cidr but under different accounts) should work. Pearl's idea is good, we can add some steps as below - backup the database - remove a Free IP from `user_ip_address` table - create a shared network with startip/endip =

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Pearl d'Silva
I did not hit the issue with overlapping IP ranges as the network in the destination domain / account was initially created with a different vlan and then they were updated (or swapped) with the VLAN in the source domain. However, I did not test with IPv6.

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
Hi Pearl, Thanks for the suggestion. Yes, assignVirtualMachine is an option, but in this case the used network is not accessible by the destination domain/account. Creating the same network twice also doesn't seem like an option due to NetUtils.ipRangesOverlap. It also seems to not be a possibilit

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Pearl d'Silva
Hi Ruben, Have you tried the 'Assign Instance to Another Account' (assignVirtualMachine API) operation on the stopped VMs. This would help in moving the VM(s) from one domain/account to another. I did a small test to see if we could preserve the IP and it seemed to work but I may be wrong in my

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
Wei, the use cases may vary. In some cases it will be moved completely to a different domain+account, in other cases not. On Fri, Apr 26, 2024 at 2:48 PM Wei ZHOU wrote: > Hi Ruben, > > Will you move all VMs on the network to another account, or just some > of the VMs ? > > -Wei > > On Fri, Apr

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Wei ZHOU
Hi Ruben, Will you move all VMs on the network to another account, or just some of the VMs ? -Wei On Fri, Apr 26, 2024 at 2:44 PM Ruben Bosch wrote: > > Thanks Daan :-) Hope there are others with some ideas as well! > > On Fri, Apr 26, 2024 at 2:42 PM Daan Hoogland > wrote: > > > ok, from what

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
Thanks Daan :-) Hope there are others with some ideas as well! On Fri, Apr 26, 2024 at 2:42 PM Daan Hoogland wrote: > ok, from what I know now I have exhausted my clues. Hope you get your > migration done expediently. > > On Fri, Apr 26, 2024 at 2:29 PM Ruben Bosch wrote: > > > > Hmm, that migh

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Daan Hoogland
ok, from what I know now I have exhausted my clues. Hope you get your migration done expediently. On Fri, Apr 26, 2024 at 2:29 PM Ruben Bosch wrote: > > Hmm, that might be possible. However we would like to automate as much as > possible. Changing existing IPs to unused ones is not an option, no.

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
Hmm, that might be possible. However we would like to automate as much as possible. Changing existing IPs to unused ones is not an option, no. On Fri, Apr 26, 2024 at 2:25 PM Daan Hoogland wrote: > ok, and you probably can't redistribute the IPs in the domain or > define the order of migration t

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Daan Hoogland
ok, and you probably can't redistribute the IPs in the domain or define the order of migration to be in line with the range? On Fri, Apr 26, 2024 at 2:01 PM Ruben Bosch wrote: > > The target domain already exists with VMs running in it > > On Fri, Apr 26, 2024 at 1:46 PM Daan Hoogland > wrote: >

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
The target domain already exists with VMs running in it On Fri, Apr 26, 2024 at 1:46 PM Daan Hoogland wrote: > so probably a stupoid suggestion, but why ot rename the domain then? > > On Fri, Apr 26, 2024 at 1:04 PM Ruben Bosch wrote: > > > > Hi Daan, cases may vary. For our first migration in

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Daan Hoogland
so probably a stupoid suggestion, but why ot rename the domain then? On Fri, Apr 26, 2024 at 1:04 PM Ruben Bosch wrote: > > Hi Daan, cases may vary. For our first migration in the end all VMs will > move to the other domain. > > On Fri, Apr 26, 2024 at 12:32 PM Daan Hoogland > wrote: > > > Ruben

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
Hi Daan, cases may vary. For our first migration in the end all VMs will move to the other domain. On Fri, Apr 26, 2024 at 12:32 PM Daan Hoogland wrote: > Ruben, do you need to move domainA completely to domainB or do you > need to move *some* VMs from it? > > On Fri, Apr 26, 2024 at 11:00 AM Ru

Re: Shared guest network assigned to multiple domains

2024-04-26 Thread Daan Hoogland
Ruben, do you need to move domainA completely to domainB or do you need to move *some* VMs from it? On Fri, Apr 26, 2024 at 11:00 AM Ruben Bosch wrote: > > Hi all, > > We're looking into the following. We are using advanced networking on ACS > 4.16.1 (upgrading soon to 4.18.1). We have a guest ne

Re: CloudStack management server as a VM on KVM hypervisor

2024-04-26 Thread Ruben Bosch
Hi Kapil, It can be done but it's not wise. You'd need to manually start the VM. We run a small Proxmox cluster to host our ACS supporting VMs: management, rabbitmq, influxdb, secondary storage nfs. Kind regards, Ruben Bosch On Fri, Apr 26, 2024 at 10:46 AM Kapil Bhuskute wrote: > Hello, > We

Shared guest network assigned to multiple domains

2024-04-26 Thread Ruben Bosch
Hi all, We're looking into the following. We are using advanced networking on ACS 4.16.1 (upgrading soon to 4.18.1). We have a guest network that is assigned to a specific domain A (ROOT/foo/domainA). Now we will need to move VMs from domain A to domain B (ROOT/bar/domainB) while preserving IP add

CloudStack management server as a VM on KVM hypervisor

2024-04-26 Thread Kapil Bhuskute
Hello, We need to know about below two possibilities for setting up the cloud stack environment. 1. Can we setup the 'Cloudstack Management Server' as a VM hosted on the same set of KVM hypervisor cluster that we need to manage in CloudStack? 2. How do we recover the cloud stack management

Re: Avoid re-redownloading URLs when migrating secondary storage

2024-04-26 Thread Mevludin Blazevic
Hi Pearl, I think due to download errors from some of the public templates (official linux cloud templates are affected), the migration process stucks is not proceeding. I have deleted these templates and redownloaded them manually. Still, the job is still in status "scheduled". @Jithin: Yes

Re: Deploy Cloudstack on Debian 12

2024-04-26 Thread Rohit Yadav
I've some notes on Debian here - https://gist.github.com/rohityadavcloud/fc401a0fe8e8ea16b4b3a4e3d149ce0c Last time I tested it worked for me. Regards. From: lists Sent: Thursday, April 25, 2024 13:25 To: users Subject: Re: Deploy Cloudstack on Debian 12