Re: Ubuntu 20 Support

2020-11-11 Thread Hean Seng
Hi Abhishek Kumar , Instead of depending on the current precompile package, If I do my own compilation on Ubuntu 20, for CloudStack 4.14 , do you think it can work ? Or dependency ACS 4.14 is actually on Ubuntu 18, and doest work on Ubuntu 20 even., On Fri, Oct 30, 2020 at 2:36 PM Abhishe

Re: Changing a host's password

2020-11-11 Thread Pearl d'Silva
Hi Matthew, Based on http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/4.8/management.html#changing-the-database-configuration, seems like the database key is the content of the file /etc/cloudstack/management/key. Thanks, Pearl From: Hea

Re: Changing a host's password

2020-11-11 Thread Hean Seng
Actually you can use Cloud-Init for password reset for newer OS , doesnt not need this script On Thu, Nov 12, 2020 at 6:39 AM Matthew Smart wrote: > is the databasekey referring to the value "db.cloud.encrypt.secret" > listed in /etc/cloudstack/management/db.properties? > > Matthew Smart > Presi

Re: Changing a host's password

2020-11-11 Thread Matthew Smart
is the databasekey referring to the value "db.cloud.encrypt.secret" listed in /etc/cloudstack/management/db.properties? Matthew Smart President Smart Software Solutions Inc. 108 S Pierre St. Pierre, SD 57501 Phone: (605) 280-0383 Skype: msmart13 Email: [email protected] On 11/11/20 4

Changing a host's password

2020-11-11 Thread Matthew Smart
This process seems straightforward to me but I want to make sure I understand the parameters to pass into step 3 from the guide: http://docs.cloudstack.apache.org/en/latest/adminguide/hosts.html#changing-host-password Here is the command for encrypting the password in step 3: java -classpath /us

Re: Xenserver 8.2 Support

2020-11-11 Thread Abhishek Kumar
Hi Ammad, Adding guest mapping alone might not work as the product name has been changed by Citrix and Xenserver is now Citrix Hypervisor. This will create an issue while trying to add the host or with some operations. To support this product name change, updates have been made in CloudStack an

Re: IPv6 Support

2020-11-11 Thread Hean Seng
Hi Gabriel. For this case, : n such a network setup it is possible to deploy multiple shared guest networks, isolated via VLAN/VXLAN. These networks can be configured with only IPv4 addresses, or IPv4 + IPv6; on the second case the IPv4 address could be a either a private IP (e.g. 10.1.1.1) or a

Re: IPv6 Support

2020-11-11 Thread Hean Seng
For ipv6 implementation for Advancezone with NAT, i guess shall be allocate a ipv6 /64 subnet to it (the Virtual Router), and VirtualRouter allocate IPv6 to VM under it. So cloudstack shall allow add ipv6 /64 subnet to the zone , and when VM created , it will assign a /64 subnet to VR, and VR h

Re: IPv6 Support

2020-11-11 Thread Gabriel Beims Bräscher
I might get a bit redundant here, but here follows my 2 cents on IPv6 + CloudStack. Andrija is right. IPv6 works on Zones with Advanced Network + Security Groups + KVM. The documentation [1] also raised support provided by XenServer, but to be honest I have no experience with IPv6 + XenServer to c

Does CloudStack support PXC?

2020-11-11 Thread li jerry
Hi, dear cloudstack users I see that PXC (percona xtradb cluster) has excellent functions. But it has the following limitations: Only InnoDB storage engine is supported Lock / unlock tables is not supported Lock function (get) is not supported_ LOCK(), RELEASE_ LOCK() Does cloudstack use the abo

Re: IPv6 Support

2020-11-11 Thread Eric Lee Green
On 11/11/2020 2:01 AM, Hean Seng wrote: IPv6 do not have NAT , each VM suppose to have indiviual Ipv6 Address. NAT66 does in fact exist, and the virtual routers used for VLANs could in fact be configured with RADV to provide an IETF RFC4193 SLAAC prefix to private VPC networks then use NAT66

Re: Negative "Userd Memory" in VM Instance Listing

2020-11-11 Thread Hean Seng
I am using listVirtualMachineMetric show "id": "23babe43-669d-4246-b9da-3791d237bd50", "instancename": "i-2-655-VM", "isdynamicallyscalable": true, "memory": 512, "memoryintfreekbs": 533476, "memorykbs": 524288, "memorytargetkbs": 524288, "nam

Re: how to config cpvm ssl

2020-11-11 Thread Hean Seng
I did this before set consoleproxy.url.domain to *.mydomain.com and create the proper dns to 1-2-3-4.mydomain.com with 1.2.3.4 is your console proxy ip On Tue, Nov 10, 2020 at 9:49 PM Nicolas Vazquez < [email protected]> wrote: > Hi Munjo, > > Please check this guide: > https://w

Re: IPv6 Support

2020-11-11 Thread Hean Seng
IPv6 do not have NAT , each VM suppose to have indiviual Ipv6 Address. For NAT zone, is that any way to allocate IPv6 subnet ? On Tue, Nov 10, 2020 at 3:51 PM Andrija Panic wrote: > If not mistaken, ipv6 is only supported for Shared Networks, and not for > Isolated/VPC networks. > > On T

Re: Unable to create bridge

2020-11-11 Thread Hean Seng
Hi Andrija I manage to solve this, But not sure why CloudStack not able to accept name convention of enp130s0f1 ,which is at the PCI-card for 10G card I change the name convention of Ubuntu Netowrk card naming convention to eth0 , 1 ,2 those, and it is working fine . On Tue, Nov 10, 2020 at