Re: KVM | Alma Linux 9.4

2024-09-02 Thread Joan g
ces. > > On 2024-09-01 16:40, Joan g wrote: > > Hi > > > > Yes done but masking them did not help. Still connection refused for > > sudo/root > > > > Jon > > > > On Sun, Sep 1, 2024 at 8:39 PM Fariborz Navidan > > wrote: > > >

Re: KVM | Alma Linux 9.4

2024-09-01 Thread Joan g
gt; > > > Hi. > > > > > > > > > Run the following command to mask the necessary services and let me > know > > > the outcome. > > > > > > > > > systemctl mask virtqemud.socket virtqemud-ro.socket > > > > > virtqe

Re: KVM | Alma Linux 9.4

2024-09-01 Thread Joan g
rtqemud.socket virtqemud-ro.socket > > > virtqemud-admin.socket virtqemud virtnetworkd virtstoraged > > Regards. > > On Sun, 1 Sept 2024, 16:42 Joan g, wrote: > > > Hi Fariborz, > > > > Thank you, I was able to manage bridge configurations. > > > > N

Re: KVM | Alma Linux 9.4

2024-09-01 Thread Joan g
; nmcli con add ifname cloudbr0 type bridge con-name cloudbr0 autoconnect yes > nmcli con add type bridge-slave ifname eth0 master cloudbr0 > nmcli con up cloudbr0 > > After creating the bridge, remove any assigned IP from the slave interface > (e.g eth0) and assign it to the bridg

KVM | Alma Linux 9.4

2024-08-27 Thread Joan g
Hello Community, Could someone provide guidance on setting up a bridge for the latest AlmaLinux 9.4? When I use `nmcli` to create a bridge, the ethernet interfaces keep going down, and I'm unable to bring them online. Any suggestions on working `nmcli` commands would be greatly appreciated and he

Re: Cloudstack 4.19 Behavior with MariaDB Galera Cluster

2024-08-14 Thread Joan g
Galera cluster. > > Could you share the value that you configured for db.usage.uri? please > make sure that you are connecting to the cloud_usage DB and not the > cloud DB. > > Best regards > > João Jandre > > On 8/13/24 08:24, Joan g wrote: > > Hello C

Cloudstack 4.19 Behavior with MariaDB Galera Cluster

2024-08-13 Thread Joan g
Hello Community, I am trying to explore the mariadb flexible URI introduced in 4.19 Ref: https://github.com/apache/cloudstack/pull/7895 My concern is on deployment with 2 or 3 Cloudstack management Servers. In the event of a server failure or restart, there's a possibility that each management se

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 manageme

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 tryin

Re: Slow Metrics output in GUI

2024-02-27 Thread Joan g
nd sharing 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 pr

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 mys

Re: Cloudstack DB using 3 Node Galrea Cluster.

2024-02-26 Thread Joan g
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 'wsr

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 o

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

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 http://docs.cloudstack.apache.org/projects/archiv

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 Utilisation

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
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
version ? > > -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,

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 o

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

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: "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:

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-06 Thread Joan g
I > made one 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

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 in

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 db.cloud.replicas=192.168

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
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: Moving Storage traffic Label To New NIC

2023-06-22 Thread Joan g
. Regards, 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 a

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 ?

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.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 ?