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

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

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: 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%'; > >

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

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

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

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

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

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

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

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

Appeal disapproved ad via google ads api

2023-06-23 Thread Joan G. Lares
Hi, It is possible to Appeal disapproved ad via google ads api. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

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

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 ?

Re: Curiositat sobre les IP assignades pels proveïdors

2018-08-28 Thread Joan G. Villaraco
Hola Orestes i companyia, A mi em va passar el mateix amb Pepehone (ADSL) i Yoigo (fibra) amb el CG-NAT, només has de consultar-lis com fer la petició per a que t'ho treguin i et passin a una IP legal d'internet. Jo ho vaig fer per a tots dos proveïdors sense cap problema i totes dues connexions

Re: (deb-cat) Pampallugues amb un potatil

2018-02-07 Thread Joan G. Villaraco
A mi em passa el mateix amb un HP EliteBook 840. He vist aquests bugs. Un marcat com 'critical', sembla que a la gent li passa el mateix ... https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884001 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878221 La recomanació sembla ser fer un

Re: [akka-user] akka-http Http.outgoingConnectionHttps and self-signed certs

2017-05-24 Thread Joan G
What happened at the end? I'm having the same issue and find insane that disabling all the security (just to identify where is the issue) is still not working. On Wednesday, 18 May 2016 22:13:03 UTC+1, Eric Swenson wrote: > > Apart from my prior point — that it is not practical for my test >

Re: Release Kubernetes Plugin 0.9

2016-11-02 Thread Joan G
Thanks Daniel! On Wednesday, 2 November 2016 15:56:06 UTC, Daniel Beck wrote: > > > > On 02.11.2016, at 16:48, Joan G <jo...@goyeau.com > wrote: > > > > I see in many places that the version 0.9 of the Kubernetes Plugin is > released. > > But I can'

Release Kubernetes Plugin 0.9

2016-11-02 Thread Joan G
Hi, I see in many places that the version 0.9 of the Kubernetes Plugin is released. But I can't see the new version actually released on the official page and also in the Plugin updates in Jenkins. Would it be possible to push the release button? Cheers -- You received this message because

Re: Caracters rars a pàgina web

2016-08-27 Thread Joan G. Villaraco
Hola, jo tenia en mateix problema en una maquina que venia migrant des de Debian6 i ara era una Jessie (totalment stable). S'ha solucionat configurant les fonts de paquets de backports i instal·lant el firefox d'aquests repos. En concret ara tinc el firefox a versió 45 Joan 2016-06-01 18:03

Re: Per ajudar a l'equip de neteja de SPAM....

2016-03-10 Thread Joan G. Villaraco
you want to do in the wiki.. Joan 2016-03-10 12:33 GMT+01:00 Joan G. Villaraco <joan...@gmail.com>: > Hola Oscar (i la resta), he provat a donar-me d'alta a la wiki que li has > proposat a la Rita per tal d'ajudar-vos a la gestió de l'spam. El formulari > de d'alta genera una ale

Re: Per ajudar a l'equip de neteja de SPAM....

2016-03-10 Thread Joan G. Villaraco
Hola Oscar (i la resta), he provat a donar-me d'alta a la wiki que li has proposat a la Rita per tal d'ajudar-vos a la gestió de l'spam. El formulari de d'alta genera una alerta: *Account creation failed: Due to an ongoing spam attack, this wiki is configured to not automatically create wiki

[webpy] Re: Webpy CookBook PDF

2015-01-21 Thread Joan G. Villaraco
Thanx Alejandro!!! El sábado, 2 de octubre de 2010, 20:55:03 (UTC+2), Alejandro Villanueva escribió: I just made a pdf from the web webpy.org/cookbook hopefully someone will find it useful to use it offline here is the download link

[Bug 775700] Re: Problem when upgrading Maverik to Natty

2011-05-03 Thread Joan G.
Jean-Baptiste, could you, please, assist me on how to do such a thing? I've been trying to force different versions of xserver-xorg-core and libdrm-nouveau1 via synaptic but it does not work... Thank you very much for your help. Joan -- You received this bug notification because you are a

[Bug 775370] Re: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

2011-05-02 Thread Joan G.
I am afraid that I'm in front of a similar situation. According to my apt.log: Broken libdrm-nouveau1a:i386 Rompe on libdrm-nouveau1 [ i386 ] 2.4.25~glasen~maverick~ppa1 ( libs ) Considering libdrm-nouveau1:i386 70 as a solution to libdrm-nouveau1a:i386 13 Holding Back

[Bug 775700] [NEW] Problem when upgrading Maverik to Natty

2011-05-02 Thread Joan G.
Public bug reported: ould not calculate the upgrade An unresolvable problem occurred while calculating the upgrade: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages. This can be caused by: * Upgrading to a pre-release version of Ubuntu * Running the

[Bug 775700] Re: Problem when upgrading Maverik to Natty

2011-05-02 Thread Joan G.
** Attachment added: apt.log https://bugs.launchpad.net/bugs/775700/+attachment/2106429/+files/apt.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775700 Title: Problem when upgrading Maverik

[Bug 775700] Re: Problem when upgrading Maverik to Natty

2011-05-02 Thread Joan G.
** Attachment added: main.log https://bugs.launchpad.net/ubuntu/+bug/775700/+attachment/2106430/+files/main.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775700 Title: Problem when

[Bug 775370] Re: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

2011-05-02 Thread Joan G.
First of all, I'm sorry for my rudeness in the first message I posted... @Jean I do really appreciate you help, however it didn't work or I didn't know how to do it but I've followed your suggestion and I've posted a new bug (https://bugs.launchpad.net/ubuntu/+bug/775700)! Thank you very much

Re: [Admpub] Resum de la reunió

2008-05-11 Thread Joan G. Villaraco
interessades hauriem de anar-nos encarregant de les diferents tasques que varem proposar. Fins aviat! Salut i PL! -- Joan G. Villaraco ___ Admpub mailing list Admpub@llistes.softcatala.org http://llistes.softcatala.org/mailman/listinfo/admpub

Re: [admpub] Estat de salut del programari lliure a Catalunya

2006-09-26 Thread Joan G. Villaraco
(perdoneu per l'expressió) perquè tot això arribi a bon port, o si més no és el que m'agradaria. Gràcies a tothom que està seguint els escrits i s'està sumant a l'iniciativa. -- -- Joan G. Villaraco Linux User: #374073 (http

[Compu-Ads] Online Work FT/PT approx. $500/day with limited positions!

2005-06-01 Thread Joan G .
Online Work FT/PT approx. $500/day with limited positions! Sign up now at http://sigurd58.daisyd555.hop.clickbank.net You WILL make $500 a day with this online program spending less than an hour day! Do not be scammed by other programs out there that promise you money and never give you it.

Borrar o sobreescribir CD-RW

2001-02-01 Thread Joan G. Villaraco
Hola lista, Mi intención es hacer copia de la info que desarrollo en CDRW, pero no se cual puede ser el mejor proceso: 1.- Hago una imagen de los directorios que me interesen , borro una copia anterior (con las rotaciones que toquen) y escribo la imagen ... Aqui viene mi primer problema, como

Re: Objetivos Linux

2001-01-02 Thread Joan G. Villaraco
Hola, 1) Yo lo hice diferente, empece con SUSE y tambien me canse de que me tocara los ficheros de configuración, asi que tambien pasé a Debian ... 2) Mutt permite utilizar IMAP seguro? y de varias cuentas? 3) Si, existe un executable (nada de GNU o abierto) de real que permite escuchar la

Re: A vueltas con el modem ...

2000-12-22 Thread Joan G. Villaraco
configurando el ttyS0 y el ttyS1). 3.- En el minicom.log no parece nada de nada ... a alguien se le ocurre algun cosa ... Gracias por anticipado ... --- Jon Noble [EMAIL PROTECTED] escribió: Hola, El sáb, 09 dic 2000 11:25:13 Joan G. Villaraco escribió: Despues de un par de semanas

Re: A vueltas con el modem ...

2000-12-22 Thread Joan G. Villaraco
Bueno, por lo menos asi ya sabemos que el modem está conectado al PC :-) Vale, vale, hasta aqui si ... ;) 2.- Cuando le digo ctrl-a+d para que haga un marcado, ... si ejecuto espacio dice que no le es posible marcar No connection, cancelled. (esto ocurre configurando el ttyS0

Re: modem Supra interno

2000-12-10 Thread Joan G. Villaraco
1.- Es comatible es modem con linux? (http://www.linuxhardware.net/ creo que aqui puedes encontrar algo, sino habia una algo asi como linuxmodems.com pero no la he encontrado, busca en google). 2.- Si lo es, a configurar: http://www.linuxdoc.org/HOWTO/Modem-HOWTO.html En castellano no lo se

A vueltas con el modem ...

2000-12-09 Thread Joan G. Villaraco
Hola todos, Despues de un par de semanas a vueltas el modem (estoy preparando un sistema de proxy-fw para una salida a inet de una red con cable [por ahora solo modem]), ya no se que hacer. He leido (y releido y releido y ...) el modem-HOWTO, pero no saco en claro pq no funciona