Re: Cloudstack VM HA

2023-10-11 Thread Joan g
Hi Nux, My deployment is using KVM on centos 7 and NFS as primary storage. Even after enabling HA HA State is showing as "Ineligible" on all 3 KVM hosts. Did I miss something? Reg, Jon On Tue, 10 Oct, 2023, 19:06 Nux, wrote: > Hello, > > You need a stable NFS primary storage for the hearbeat

Re: Cloud init settings for Config Drive on L2 networks

2023-10-05 Thread Joan g
nfigdrive.in > > > > -Wei > > On Thu, 5 Oct 2023 at 09:38, Joan g wrote: > > > Hello Community, > > > > Can someone guide me on configuration that should be added to cloud-init > > settings for creating password enabled templates using configdrive

Re: Cloud init settings for Config Drive on L2 networks

2023-10-06 Thread Joan g
e ansible that fix this problem. But, I think you could run > virt-customize and truncate them. > > Maybe: > virt-customize --run-command 'truncate -s0 /etc/machine-id > /var/lib/dbus/machine-id' -a jammy-server-cloudimg-amd64.img > > Em qui., 5 de out. de 2023 às 0

Cloud init settings for Config Drive on L2 networks

2023-10-05 Thread Joan g
Hello Community, Can someone guide me on configuration that should be added to cloud-init settings for creating password enabled templates using configdrive in ubuntu 20,22. We need to deploy passsword and sshkey enabled templates on ubuntu that will be using L2 networks. Thanks joan

Database High Availablity With Automatic failover

2023-08-21 Thread Joan g
Hi, Community, I would like to know if it is possible to enable Database High Availability With Automatic failover in cloudstack 4.18. In my Lab, I have setup Mysql With master master replication, cloudstack db.properties are changed from default as === db.ha.enabled=true

Getting Usage Response from deleted Root-Disk: Cloudstack 4.16.1

2023-03-20 Thread Joan g
Hi, I am using cloudstack 4.16 and usage records are generated and wrong hours are available for cloudstack deleted root disks in usage response. Can someone explain to me how to stop those invalid responses ?

Enabling UEFI secure Boot on ACS 4.17.2 KVM+Ubuntu

2023-03-21 Thread Joan g
Hello, I am trying to deploy a Windows machine with Secure boot. But its getting failed with message " Cannot deploy to specified host as host does n't support uefi vm deployment, returning." OVMF is already installed in KVM node and uefi.properties are updated with below details:

Getting Usage Response from deleted Root-Disk: Cloudstack 4.15

2023-03-22 Thread Joan g
Hi, I am using cloudstack 4.16 and usage records are generated and wrong hours are available for cloudstack deleted root disks in usage response. Can someone explain to me how to stop those invalid responses ?

Retrive admin Password from

2023-08-09 Thread Joan g
Hi community, Is there any way for retriving encrypted user password from cloudstack database? Regards Jon

Re: Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
, Jon On Thu, Jun 22, 2023 at 10:19 PM Jithin Raju wrote: > Hi Joan, > > Could you try this: > > > 1. Disable the zone > 2. Delete the SSVM > 3. Delete the Ip range and the storage traffic from the old Physical > network. > > > > -Jithin > >

Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
Hi Community, I am having a cloudstack 4.17.2 deployment with 4 KVM hosts and its running fine. The Setup was done using a single NIC. Now A new better NIC card was added to servers and I wish to use this NIC for the storage traffic. I have added a New Physical network using the UI but I am not

Re: Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
e same: > > > > > > I reported this as an improvement: > https://github.com/apache/cloudstack/issues/7677 > > > > [1] > https://cloudstack.apache.org/api/apidocs-4.18/apis/deleteTrafficType.html > > > > -Jithin > > > > > > > > >

Re: VM utilisation issues

2024-02-06 Thread Joan g
Palash, Does CPU Capping enabled in compute offering? We are observing similar issues in VM with cpu capping. Joan. On Wed, 7 Feb, 2024, 10:33 Palash Biswas, wrote: > Hi Daan, > > We measure by using Zabbix Agent inside the VM. Zabbix Agent is calling > these keys for accurate CPU

Update Password For Existing XEN Host

2024-02-14 Thread Joan g
Hello Community, My cloudstack Setup is Using Xen server. Due to security reasons i was forced to change my xen root password. Can someone let me know how I can update the password for my host in cloudstack DB ? Following blow link does not help

Re: Update Password For Existing XEN Host

2024-02-14 Thread Joan g
ease try that > > Regards, > Harikrishna > > From: Joan g > Date: Wednesday, 14 February 2024 at 7:22 PM > To: users@cloudstack.apache.org > Subject: Update Password For Existing XEN Host > Hello Community, > > My cloudstack Setup is Using Xen server. Due to secu

Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Hi, Recently below is getting logged in my cloudstack agent and the manager is not able to get any VM metrics. Can Someone help on below 2023-12-13 03:23:37,318 WARN [cloud.agent.Agent] (agentRequest-Handler-1:null) (logid:58ef1261) Caught: java.lang.ArrayIndexOutOfBoundsException: Index 7 out

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
d ? If it does not work, can you share the result of > "virsh list" command ? > > > > -Wei > > On Wed, 13 Dec 2023 at 09:48, Joan g wrote: > > > Hi Wei. > > > > OS : Ubuntu 20.04.6 LTS > > > > root@kvm-1:~# virsh version > > Compi

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
Thanks Wei, Unsuspending helped Cheers Jon :) On Wed, Dec 13, 2023 at 4:07 PM Wei ZHOU wrote: > yes. > > the domain state is not supported in libvirt-java > I just created a PR > https://gitlab.com/libvirt/libvirt-java/-/merge_requests/40 > > > -Wei > > On Wed

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
ion ? > > -Wei > > On Wed, 13 Dec 2023 at 09:30, Joan g wrote: > > > Hi, > > > > Recently below is getting logged in my cloudstack agent and the manager > is > > not able to get any VM metrics. Can Someone help on below > > > > 2023-12-13 03:23:37,318 W

VM/Disk Metrics Prometheus Export

2023-12-07 Thread Joan g
Hi Team, I could see that we have prometheus exporter plugin available with cloudstack. Do we have any plans to export VM,VR and disk metrices ? Regards, Jon

Re: VM/Disk Metrics Prometheus Export

2023-12-07 Thread Joan g
al > settings. > > > https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/server/StatsCollector.java > < > https://cwiki.apache.org/confluence/display/CLOUDSTACK/StatsCollector+output+to+Graphite > > > > Met vriendelijke groet / Kind regards, &g

Re: "Crashed" vm hypervisor

2023-11-16 Thread Joan g
Similar issues are observed in our cloudstack v4.17.2 KVM with NFS. If we poweroff the hypervisor the host status will show disconnected. But all the guest VM's status still shows as running, actual case is VM's are not available anywhere -jon On Thu, Nov 16, 2023 at 6:47 PM Wei ZHOU wrote:

Cloudstack DB using 3 Node Galrea Cluster.

2024-02-23 Thread Joan g
Hi Community, I need some suggestions on using 3 node Mariadb *Galera Cluster or percona xtradb* for Cloudstack Databases. In My setup the Databases are behind a LB and write happens only to a single node With new Cloudstack 4.18.1 install initial database migration is always failing because

ISO Mount NFS Version Cloudstack 4.18 + xcpng 8.2.1

2024-03-24 Thread Joan g
Hi Community, My cloudstack deployment has NFS server that support NFS V4 only. The Secondary Storage is attached successfully and we are able to deploy VM's. Its Getting Mounted to XenServer as Ver=4.1. The Actual issue is happening when we try to mount an ISO to a deployed VM. It's always

Re: Cloudstack DB using 3 Node Galrea Cluster.

2024-02-26 Thread Joan g
> binlog_format=ROW > > default_storage_engine=InnoDB > > innodb_autoinc_lock_mode=2 > > EOF > > > > $systemctl start mysql > > > > > Login back to node 1 check the status of the xtradb cluster > > mysql >show status like 'wsrep%'; > >

Re: Slow Metrics output in GUI

2024-02-26 Thread Joan g
I am facing the same problem in my 4.17.2 version. We are manually clearing the stats table to make the instance list page load faster :( Joan On Mon, 26 Feb, 2024, 22:24 Andrei Mikhailovsky, wrote: > Hello everyone, > > My setup: ACS 4.18.1.0 on Ubuntu 20.04.6. Two management servers and

Re: Slow Metrics output in GUI

2024-02-27 Thread Joan g
ring how you are doing it? > > Thanks > > - Original Message - > > From: "Joan g" > > To: "users" > > Sent: Monday, 26 February, 2024 18:06:58 > > Subject: Re: Slow Metrics output in GUI > > > I am facing the same problem

Cloudstack Managment service Self Fencing

2024-05-27 Thread Joan g
Hello team, I have 2 node cloudstack management server deployment, the issue that is happening frequently is that Node_2 is always shutting down itself as a part of self fencing. Can someone guide on the possible reason for this, I can observe there is no network disconnection between the