Re: [D] KVM | Cloudstack Agent Disconnected State Post Upgrade and Rollback [cloudstack]

2025-07-02 Thread via GitHub
GitHub user midhunpjos closed a discussion: KVM | Cloudstack Agent Disconnected State Post Upgrade and Rollback Hello Community, I have tried a minor upgrade for cloudstack from 4.19.1 to 4.19.2, but the upgrade faced some issues and had to rollback. Post this the agents got disconnected

Re: [D] KVM | Cloudstack Agent Disconnected State Post Upgrade and Rollback [cloudstack]

2025-07-02 Thread via GitHub
GitHub user midhunpjos added a comment to the discussion: KVM | Cloudstack Agent Disconnected State Post Upgrade and Rollback Yes, We did a rollback for management service using the DB dump and following reconnect after removing old certificates helped to restore. Ref : https://github.com

Re: [D] KVM | Cloudstack Agent Disconnected State Post Upgrade and Rollback [cloudstack]

2025-07-02 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: KVM | Cloudstack Agent Disconnected State Post Upgrade and Rollback @midhunpjos , sorry to see your query remains unanswerred for so long. Did you find what you are looking for? On option is to force-reconnect to the host. You may

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-04-30 Thread via GitHub
GitHub user midhunpjos closed a discussion: Cloudstack Agent Java IO exception ### problem Network Actions,VM Deployments,router health checks are failing. On cloudstack agent logs below is printed 2025-02-06 09:14:09,343 WARN [kvm.resource.LibvirtComputingResource] (agentRequest-Handler-4

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2025-04-30 Thread via GitHub
GitHub user JustUse closed a discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [root@cloudstack ~]# /usr/bin/java -Djava.io.tmpdir=/usr/share/cloudstack-agent/tmp -Xms256m -Xmx2048m -cp /usr/share/cloudstack-agent/lib/*:/usr/share/cloudstack-agent/plugins/*:/etc

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2025-04-30 Thread via GitHub
GitHub user DaanHoogland closed the discussion with a comment: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid closed this for lack of interaction, please reopen or open a new item if applicable GitHub link: https://github.com/apache/cloudstack/discussions/9517

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-25 Thread via GitHub
GitHub user wverleger closed a discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck Hi, We are running ACS 4.19.2.0 with KVM hypervisors (Ubuntu 24.04 LTS), using linstor as hyperconverged storage and nfs as secondary storage. We have the phenomen, that one of our hosts seems to

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-25 Thread via GitHub
GitHub user wverleger added a comment to the discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck Hi Daan, Thank you! I've restarted qemu/libvirtd and cloudstack-agent and it works as intended for now. I will have a close look and double check next week. GitHub link:

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck @wverleger , I think you should maybe also restart qemu/libvirtd to resolve the issues. If there are no vital VMs on the machine , even reboot it, though this should not be necessary

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-24 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck these “ERROR”s you can ignore. The agent tries several strategies to retrieve the cpu-speed and the last one you see succeeding: ``` 2025-04-24 10:14:18,062 INFO

Re: [D] Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck [cloudstack]

2025-04-24 Thread via GitHub
GitHub user wverleger added a comment to the discussion: Cloudstack 4.19.2.0 - KVM Cloudstack Agent Stuck Hi, As an additional info we receive the following log entries from cloudstack-agent log now: [cloudstack-agent_log.txt](https://github.com/user-attachments/files/19891120/cloudstack

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-09 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Cloudstack Agent Java IO exception good finding @midhunpjos GitHub link: https://github.com/apache/cloudstack/discussions/10336#discussioncomment-12114482 This is an automatically sent email for users@cloudstack.apache.org

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-09 Thread via GitHub
GitHub user midhunpjos added a comment to the discussion: Cloudstack Agent Java IO exception @weizhouapache Seems like unattended-upgrades are causing this and after every upgrade we need the agent restart ref: https://bugs.launchpad.net/ubuntu/+source/openjdk-17/+bug/2055280 >From my ser

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-07 Thread via GitHub
GitHub user PPisz added a comment to the discussion: Cloudstack Agent Java IO exception After upgrading to 4.20 (which we rolled back from) we also had the bug described above. GitHub link: https://github.com/apache/cloudstack/discussions/10336#discussioncomment-12094562 This is an

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-07 Thread via GitHub
GitHub user PPisz added a comment to the discussion: Cloudstack Agent Java IO exception We have the same problem regularly, today it occurred for about 1 hour on all hosts and disappeared by itself. The environment is Ubuntu 22, CS 4.19.3 - we will test the solution given in the comment

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-06 Thread via GitHub
GitHub user midhunpjos added a comment to the discussion: Cloudstack Agent Java IO exception > googled the error , it looks like a config is needed > > ``` > -Djdk.lang.Process.launchMechanism=vfork > ``` > > maybe add to `JAVA_OPTS` in `/etc/default/cloudstack-agent`

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-06 Thread via GitHub
GitHub user weizhouapache edited a comment on the discussion: Cloudstack Agent Java IO exception googled the error , it looks like a config is needed ``` -Djdk.lang.Process.launchMechanism=vfork ``` maybe add to `JAVA_OPTS` in `/etc/default/cloudstack-agent` GitHub link: https://github.com

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-06 Thread via GitHub
GitHub user weizhouapache added a comment to the discussion: Cloudstack Agent Java IO exception googled the error , it looks like a config is needed ``` -Djdk.lang.Process.launchMechanism=vfork ``` GitHub link: https://github.com/apache/cloudstack/discussions/10336#discussioncomment

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-06 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack Agent Java IO exception I understand @midhunpjos , however for anybody to investigate the issue we must be able to replay it . You may be able to find more information in older log-entries. It is important to know how the

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-06 Thread via GitHub
GitHub user midhunpjos added a comment to the discussion: Cloudstack Agent Java IO exception @DaanHoogland It happened to all Hosts in a cluster and just restarting agent everything was back to normal in all hosts. GitHub link: https://github.com/apache/cloudstack/discussions/10336

Re: [D] Cloudstack Agent Java IO exception [cloudstack]

2025-02-06 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: Cloudstack Agent Java IO exception @midhunpjos , it looks like the agent is not allowed to write on disk. If so only restarting the agent would not solve the issue on NFS. I do not know what the behaviour on Ceph is. Can you

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user JustUse added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid > @JustUse the field > > ``` > guid= > ``` > > should have a value in the agent properties file. Did you add the host to > cloudstack? > >

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user DaanHoogland edited a comment on the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid run `uuid` to get a valid value for guid, but that is not needed. You don't need to run the agent by hand. Adding the host to a cluster in cloudstack will take ca

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid run `uuid` to get a valid value for guid, but that is not needed. You don't need to run the agent by hand. Adding the host to a cluster in cloudstack will take ca

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user JustUse added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid > @JustUse the field > > ``` > guid= > ``` > > should have a value in the agent properties file. Did you add the host to > cloudstack? > >

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user JustUse added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid > @JustUse the field > > ``` > guid= > ``` > > should have a value in the agent properties file. Did you add the host to > cloudstack? > >

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid @JustUse the field ``` guid= ``` should have a value in the agent properties file. Did you add the host to cloudstack? I am not sure, but I think you can make one up

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user JustUse added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid > @JustUse , the text "Unable to find the guid" occurs only in exceptions that > should be logged more extensively to see the stacktrace. Could you edit the

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user JustUse added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid > @JustUse , the text "Unable to find the guid" occurs only in exceptions that > should be logged more extensively to see the stacktrace. Could you edit the

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user DaanHoogland added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid @JustUse , the text "Unable to find the guid" occurs only in exceptions that should be logged more extensively to see the stacktrace. Could you edit the log4

Re: [D] cloudstack-agent-4.19.1.0 run error ,Unable to find the guid [cloudstack]

2024-08-13 Thread via GitHub
GitHub user boring-cyborg[bot] added a comment to the discussion: cloudstack-agent-4.19.1.0 run error ,Unable to find the guid Thanks for opening your first issue here! Be sure to follow the issue template! GitHub link: https://github.com/apache/cloudstack/discussions/9517

Re: cloudstack-agent mismatch size

2024-04-18 Thread Francisco Arencibia Quesada
/ > > > Regards. > > > > > > From: Francisco Arencibia Quesada > Sent: Thursday, April 18, 2024 17:10 > To: users@cloudstack.apache.org > Subject: cloudstack-agent mismatch size > > Good morning guys, > > I'm ha

Re: cloudstack-agent mismatch size

2024-04-18 Thread Rohit Yadav
try again in an hours time? Alternatively, users can use the generic deb repo: http://packages.shapeblue.com/cloudstack/upstream/debian/4.18/ Regards. From: Francisco Arencibia Quesada Sent: Thursday, April 18, 2024 17:10 To: users@cloudstack.apache.org Subj

cloudstack-agent mismatch size

2024-04-18 Thread Francisco Arencibia Quesada
Good morning guys, I'm having this problem: Get:16 https://download.cloudstack.org/ubuntu jammy/4.18 all Packages [5.626 B] Err:16 https://download.cloudstack.org/ubuntu jammy/4.18 all Packages File has unexpected size (6832 != 5626). Mirror sync in progress? [IP: 185.76.11.112 443] Hashes o

Re: cloudstack-agent setup

2024-04-05 Thread Wingrunt Platform
Understood. Yes I checked all versions. Yes I reinstalled agent. Libvirtd is running. Qemu version compatible. Java version yes without which I doubt it will even bring up the server. Disk is not full; abundant space. The only thing is to see why cloudstack agent fails occasionally. I guess the

Re: cloudstack-agent setup

2024-04-05 Thread Daan Hoogland
Hit a new wall.. My cloudstack agent suddenly started failing. > Also I see its not spitting any logs to agent.log > > I understand kvm, libvirt etc to be setup and it is all done and working. > agent simply won't start. I went through the blog configuring all kvm > proper

cloudstack-agent setup

2024-04-04 Thread Wingrunt Platform
Hit a new wall.. My cloudstack agent suddenly started failing. Also I see its not spitting any logs to agent.log I understand kvm, libvirt etc to be setup and it is all done and working. agent simply won't start. I went through the blog configuring all kvm properties also other sites to conf

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
; > > OS : Ubuntu 20.04.6 LTS > > > > > > > > root@kvm-1:~# virsh version > > > > Compiled against library: libvirt 6.0.0 > > > > Using library: libvirt 6.0.0 > > > > Using API: QEMU 6.0.0 > > > > Running hypervisor: QEMU 4.

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Wei ZHOU
; > > > > > On Wed, Dec 13, 2023 at 2:10 PM Wei ZHOU > wrote: > > > > > > > What's the OS and libvirt/qemu version ? > > > > > > > > -Wei > > > > > > > > On Wed, 13 Dec 2

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Joan g
and libvirt/qemu 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 > &g

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Wei ZHOU
c 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:

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,

Re: Cloudstack Agent 4.18.1 metrics issue

2023-12-13 Thread Wei ZHOU
What's the OS and libvirt/qemu 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,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: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-19 Thread Jayanth Reddy
; Product Development | BEXIMCO IT Subject: Re: CloudStack agent can't connect to upgraded CEPH Cluster Hello Mosharaf, Right. So, libvirt is unable to communicate with Ceph for some reason then. Would you also please tell what `ceph -s ` and what `ceph -W cephadm` say? Do you se

Re: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-19 Thread Jayanth Reddy
ur problem here. Thanks, Jayanth From: Mosharaf Hossain Sent: Tuesday, September 19, 2023 10:58:06 PM To: Jayanth Reddy Cc: users@cloudstack.apache.org ; Andrija Panic ; Product Development | BEXIMCO IT Subject: Re: CloudStack agent can't connect to upgraded

Re: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-19 Thread Mosharaf Hossain
> *From:* Simon Weller > *Sent:* Tuesday, September 19, 2023 8:25:17 PM > *To:* users@cloudstack.apache.org > *Cc:* Andrija Panic ; Product Development | > BEXIMCO IT > *Subject:* Re: CloudStack agent can't connect to upgraded CEPH Cluster > &g

Re: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-19 Thread Jayanth Reddy
nt | BEXIMCO IT Subject: Re: CloudStack agent can't connect to upgraded CEPH Cluster Mosharaf, Did you upgrade the Ceph client on your hosts as well? What does "ceph -s" report? Is your cluster healthy? Do you have any logs that indicate OSDs are disconnecting? I'm not ver

Re: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-19 Thread Simon Weller
irConnectGetVersion " - is a false >> alarm and does NOT means any errors actually. >> >> I can see that ACS agent sees different storage pools - namely >> "daab90ad-42d3-3c48-a9e4-b4c3c7fcdc84" and >> "a2d455c6-68cb-303f-a7fa-287e62a5be9c" - and I don&

Re: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-19 Thread Andrija Panic
Agent-Handler-1:null) (logid:) Connection with libvirtd is >> broken: invalid connection pointer in virConnectGetVersion " - is a false >> alarm and does NOT means any errors actually. >> >> I can see that ACS agent sees different storage pools - namely >> "daa

Re: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-18 Thread Mosharaf Hossain
ally. > > I can see that ACS agent sees different storage pools - namely > "daab90ad-42d3-3c48-a9e4-b4c3c7fcdc84" and > "a2d455c6-68cb-303f-a7fa-287e62a5be9c" - and I don't see any explicit error > message about these 2 pools (both RBD/Ceph) pools. > >

Re: CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-17 Thread Andrija Panic
-42d3-3c48-a9e4-b4c3c7fcdc84" and "a2d455c6-68cb-303f-a7fa-287e62a5be9c" - and I don't see any explicit error message about these 2 pools (both RBD/Ceph) pools. Also I can see that the cloudstack agent says it's connected to the mgmt host - which means that all pools are in place (o

CloudStack agent can't connect to upgraded CEPH Cluster

2023-09-13 Thread Mosharaf Hossain
affecting both client bandwidth and overall cluster performance. This slowdown has resulted in unresponsiveness across all virtual machines within the cluster, despite the fact that the cluster exclusively utilizes SSD storage." In the CloudStack agent, we are getting libvirrt can't

Re: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-10-02 Thread Gabriel Beims Bräscher
...@shapeblue.com> escreveu: > > >> > > >>> + Gabriel, Wido > > >>> > > >>> Hi Christoffer, thanks for reporting. > > >>> > > >>> Gabriel, Wido - can you please check and fix. Thanks. > > >>> > > >>> >

Re: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-10-02 Thread Christoffer Pedersen
s, > >>> > >>> Rohit Yadav > >>> > >>> Software Architect, ShapeBlue > >>> https://www.shapeblue.com > >>> > >>> rohit.ya...@shapeblue.com > >>> www.shapeblue.com > >>> @shapeblue > >>

Re: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-10-01 Thread Gabriel Beims Bräscher
t; Rohit Yadav >>> >>> Software Architect, ShapeBlue >>> https://www.shapeblue.com >>> >>> rohit.ya...@shapeblue.com >>> www.shapeblue.com >>> @shapeblue >>> >>> >>> >>> ---------- >&

Re: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-09-30 Thread Gabriel Beims Bräscher
rohit.ya...@shapeblue.com >> www.shapeblue.com >> @shapeblue >> >> >> >> -- >> *From:* Christoffer Pedersen >> *Sent:* Sunday, September 29, 2019 12:42 >> *To:* users@cloudstack.apache.org >> *Subject:* Failing to

Re: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-09-30 Thread Gabriel Beims Bräscher
> *From:* Christoffer Pedersen > *Sent:* Sunday, September 29, 2019 12:42 > *To:* users@cloudstack.apache.org > *Subject:* Failing to download and install cloudstack-agent from > deb-repository (Ubuntu 18.04) > > Hi all, > > Trying for the last few days to install the

Re: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-09-30 Thread Rohit Yadav
: users@cloudstack.apache.org Subject: Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04) Hi all, Trying for the last few days to install the cloudstack-agent on a poc host, however Ubuntu throws a checksum mismatch when using the repository.. Get:1 http

Failing to download and install cloudstack-agent from deb-repository (Ubuntu 18.04)

2019-09-29 Thread Christoffer Pedersen
Hi all, Trying for the last few days to install the cloudstack-agent on a poc host, however Ubuntu throws a checksum mismatch when using the repository.. Get:1 http://download.cloudstack.org/ubuntu bionic/4.13 all cloudstack-common all 4.13.0.0~bionic [55.2 MB] Err:1 http

Re: Cloudstack-agent gets the local IP address exception

2019-05-02 Thread Nux!
Cc: "users" > Sent: Wednesday, 1 May, 2019 21:52:06 > Subject: Re: Cloudstack-agent gets the local IP address exception > Hi Nux, > > It is because NetworkInterface.getInterfaceAddresses() returns the ips in > reverse order. > For example, "ip addr show dev

Re: Cloudstack-agent gets the local IP address exception

2019-05-01 Thread Wei ZHOU
e Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - > > From: "li jerry" > > To: "users" , "dev" < > d...@cloudstack.apache.org> > > Sent: Monday, 22 April, 2019 14:36:51 > > Subject:

Re: Cloudstack-agent gets the local IP address exception

2019-05-01 Thread Nux!
Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "li jerry" > To: "users" , "dev" > Sent: Monday, 22 April, 2019 14:36:51 > Subject: Cloudstack-agent gets the local IP address exception > HI

Re: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread Andrija Panic
a very short time. > > > > > > > 发件人: Andrija Panic > 发送时间: Tuesday, April 23, 2019 10:22:47 PM > 收件人: dev > 抄送: users@cloudstack.apache.org > 主题: Re: Cloudstack-agent gets the local IP address exception > > Hi Jerry, > > not a good idea, if you don't mi

答复: 答复: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread li jerry
: Cloudstack-agent gets the local IP address exception Hi Li, you can use a VM on another server for management, it does not need to be a physical server. Bit this VM needs to be not on the 3 servers which you are going to use for your Cloudstack VMs. If you have any hypervisor outside of the 3 physical

答复: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread li jerry
: Cloudstack-agent gets the local IP address exception Hi Jerry, not a good idea, if you don't mind me saying that. Are you using 4.11 release ? If so you should use the internal LB logic that is now part of Agent on KVM side - please check this one: https://www.shapeblue.com/software-based-

AW: 答复: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread Swen - swen.io
there. cu Swen -Ursprüngliche Nachricht- Von: li jerry Gesendet: Dienstag, 23. April 2019 16:01 An: d...@cloudstack.apache.org; users@cloudstack.apache.org Betreff: 答复: 答复: Cloudstack-agent gets the local IP address exception Hi Dag Sonstebo Because we only have three servers in total

Re: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread Andrija Panic
gt; > 发件人: Dag Sonstebo<mailto:dag.sonst...@shapeblue.com> > 发送时间: 2019年4月23日 17:08 > 收件人: users@cloudstack.apache.org<mailto:users@cloudstack.apache.org>; > d...@cloudstack.apache.org<mailto:d...@cloudstack.apache.org> > 主题: Re: Cloudstack-agent gets the local I

答复: 答复: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread li jerry
t;mailto:users@cloudstack.apache.org>; d...@cloudstack.apache.org<mailto:d...@cloudstack.apache.org> 主题: Re: 答复: Cloudstack-agent gets the local IP address exception Hi Li, Your configuration goes against best practice - you generally always keep management and hypervisors separate. To my knowledge

Re: 答复: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread Dag Sonstebo
all agents communicate with this VIP. 发件人: Dag Sonstebo<mailto:dag.sonst...@shapeblue.com> 发送时间: 2019年4月23日 17:08 收件人: users@cloudstack.apache.org<mailto:users@cloudstack.apache.org>; d...@cloudstack.apache.org<mailto:d...@cloudstack.apache.org> 主题: Re: Clouds

答复: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread li jerry
users@cloudstack.apache.org<mailto:users@cloudstack.apache.org>; d...@cloudstack.apache.org<mailto:d...@cloudstack.apache.org> 主题: Re: Cloudstack-agent gets the local IP address exception Li, Why do you run with this configuration? If this is for network resilience you would run a bond/te

Re: Cloudstack-agent gets the local IP address exception

2019-04-23 Thread Dag Sonstebo
ized a vip[10.226.16.10] via keepalived. After I started the cloudstack-agent, I got vip[10.226.16.10] and I couldn't get the correct IP [10.226.16.11]; Can I have any way to get the cloudstack agent to get the correct IP address? Cloudstack 4.11.2

Cloudstack-agent gets the local IP address exception

2019-04-22 Thread li jerry
HI All my kvm host [ip:10.226.16.11] virtualized a vip[10.226.16.10] via keepalived. After I started the cloudstack-agent, I got vip[10.226.16.10] and I couldn't get the correct IP [10.226.16.11]; Can I have any way to get the cloudstack agent to get the correct IP address? Cloud

Re: Ubuntu 16.04, Openvswitch, cloudstack-agent and secondary storage IP

2017-02-17 Thread Engelmann Florian
cache Secondary storage is woking fine anyway. All the best, Flo From: Engelmann Florian Sent: Friday, February 17, 2017 1:26 PM To: users@cloudstack.apache.org Subject: Ubuntu 16.04, Openvswitch, cloudstack-agent and secondary storage IP Hi, we are

Ubuntu 16.04, Openvswitch, cloudstack-agent and secondary storage IP

2017-02-17 Thread Engelmann Florian
Hi, we are currently building a new test setup: ACS + Ubuntu 16.04 KVM + OVS I am stuck with the getting the wrong secondary IP from the KVM host: [...] "publicIpAddress":"10.1.0.233","publicNetmask":"255.255.255.240","publicMacAddress":"24:8a:07:6c:75:30","privateIpAddress":"10.1.0.233","priva

Re: CloudStack agent shuts down VMs upon reconnecting to Management server

2016-05-01 Thread Simon Weller
Indra, Take a look at investigate.retry.interval and restart.retry.interval. - Si From: Indra Pramana Sent: Sunday, May 1, 2016 8:42 PM To: users@cloudstack.apache.org Subject: Re: CloudStack agent shuts down VMs upon reconnecting to Management server

Re: CloudStack agent shuts down VMs upon reconnecting to Management server

2016-05-01 Thread Indra Pramana
uspect > is related to HA. > > When a CloudStack agent gets disconnected from the management server for > any reason, CloudStack would gradually mark some or all the VMs on the > disconnected host as "Stopped" even though it's actually still running on > the disconnected VM.

CloudStack agent shuts down VMs upon reconnecting to Management server

2016-05-01 Thread Indra Pramana
Dear all, We are using CloudStack 4.2.0, KVM hypervisor and Ceph RBD storage. We have been having a specific problem, which has been happening for quite some time (may be from the first day we use CloudStack), which we suspect is related to HA. When a CloudStack agent gets disconnected from the

Re: URGENT - CloudStack agent not able to connect to management server

2016-04-06 Thread Indra Pramana
Hi Somesh, Thanks for your reply. >Instead of rebooting the KVM hosts, you may want try stopping the agent on all the hosts >and then starting the agent service one by one. We have done this, in fact, this is what we tried to do every time we want to reconnect a CloudStack agent (on Al

Re: URGENT - CloudStack agent not able to connect to management server

2016-04-06 Thread ilya
eev N >>> Chief Product Engineer, Accelerite >>> Off: +91 40 6722 9368 | EMail: sanjeev.neelar...@accelerite.com >>> >>> >>> -Original Message- >>> From: Indra Pramana [mailto:in...@sg.or.id] >>> Sent: Sunday, April 03, 2016 5:14 PM

RE: URGENT - CloudStack agent not able to connect to management server

2016-04-06 Thread Somesh Naidu
t. Regards, Somesh -Original Message- From: Indra Pramana [mailto:in...@sg.or.id] Sent: Sunday, April 03, 2016 7:44 AM To: users@cloudstack.apache.org Subject: Re: URGENT - CloudStack agent not able to connect to management server Hi Lucian, Good day to you, and thank you for your repl

Re: URGENT - CloudStack agent not able to connect to management server

2016-04-05 Thread Indra Pramana
t; > > > > -Original Message- > > From: Indra Pramana [mailto:in...@sg.or.id] > > Sent: Sunday, April 03, 2016 5:14 PM > > To: users@cloudstack.apache.org > > Subject: Re: URGENT - CloudStack agent not able to connect to management > > server > &g

Re: URGENT - CloudStack agent not able to connect to management server

2016-04-05 Thread Rafael Weingärtner
> Sent: Sunday, April 03, 2016 5:14 PM > To: users@cloudstack.apache.org > Subject: Re: URGENT - CloudStack agent not able to connect to management > server > > Hi Lucian, > > Good day to you, and thank you for your reply. Apologise for the delay in > my reply. > &

RE: URGENT - CloudStack agent not able to connect to management server

2016-04-04 Thread Sanjeev Neelarapu
: users@cloudstack.apache.org Subject: Re: URGENT - CloudStack agent not able to connect to management server Hi Lucian, Good day to you, and thank you for your reply. Apologise for the delay in my reply. Yes, I can confirm that we can access the host and port specified. Based on the logs, the

Re: URGENT - CloudStack agent not able to connect to management server

2016-04-03 Thread Indra Pramana
lta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - > > From: "Indra Pramana" > > To: users@cloudstack.apache.org > > Sent: Thursday, 31 March, 2016 03:14:59 > > Subject: URGENT - CloudStack agent not able to c

Re: URGENT - CloudStack agent not able to connect to management server

2016-03-31 Thread Nux!
> To: users@cloudstack.apache.org > Sent: Thursday, 31 March, 2016 03:14:59 > Subject: URGENT - CloudStack agent not able to connect to management server > Dear all, > > We are using CloudStack 4.2.0, KVM hypervisor and Ceph RBD storage. All our > agents got disconnected from the manag

URGENT - CloudStack agent not able to connect to management server

2016-03-30 Thread Indra Pramana
Dear all, We are using CloudStack 4.2.0, KVM hypervisor and Ceph RBD storage. All our agents got disconnected from the management server and unable to connect again, despite rebooting the management server and stopping and restarting the cloudstack-agent many times. We even tried to physically

Re: cloudstack-agent 4.5 problem with cloudbr bridges

2016-02-02 Thread Nux!
Good, we needn't all make the same mistakes. :-D -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Sebastian Gomez" > To: users@cloudstack.apache.org > Sent: Saturday, 30 January, 2016 23:30:43 > Subjec

Re: cloudstack-agent 4.5 problem with cloudbr bridges

2016-01-30 Thread Sebastian Gomez
the agent and removed the cloudstack configuration, - installed the cloudstack-agent again On cloudstack: - I added the host and... I was added without problems. The host maintained clean the network configuration. All ran perfectly. Honestly, your clue about not setting the VLAN on cloudstack

Re: cloudstack-agent 4.5 problem with cloudbr bridges

2016-01-29 Thread Nux!
No problem. Which solution did you go for? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Sebastian Gomez" > To: users@cloudstack.apache.org > Sent: Friday, 29 January, 2016 10:43:07 > Subject: Re: cloudstack-

Re: cloudstack-agent 4.5 problem with cloudbr bridges

2016-01-29 Thread Sebastian Gomez
x.ro >> >> - Original Message - >> > From: "Sebastian Gomez" >> > To: users@cloudstack.apache.org >> > Sent: Thursday, 28 January, 2016 12:51:08 >> > Subject: cloudstack-agent 4.5 problem with cloudbr bridges >> >> >

Re: cloudstack-agent 4.5 problem with cloudbr bridges

2016-01-29 Thread Sebastian Gomez
gy! > > Nux! > www.nux.ro > > - Original Message - > > From: "Sebastian Gomez" > > To: users@cloudstack.apache.org > > Sent: Thursday, 28 January, 2016 12:51:08 > > Subject: cloudstack-agent 4.5 problem with cloudbr bridges > > > Hi all, >

Re: cloudstack-agent 4.5 problem with cloudbr bridges

2016-01-28 Thread Nux!
ecommended practice. HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Sebastian Gomez" > To: users@cloudstack.apache.org > Sent: Thursday, 28 January, 2016 12:51:08 > Subject: cloudstack-agent 4.5 proble

cloudstack-agent 4.5 problem with cloudbr bridges

2016-01-28 Thread Sebastian Gomez
Hi all, I have been working with cloudstack and vmware for more than 3 years, and now I would like to test it with KVM, but I have problems with the bridges names. Summarizing, when I add the KVM host on cloudstack, the cloudstack agent creates a new bridge a part of the cloudbr0 and cloudbr1

Cloudstack Agent Error

2016-01-25 Thread Mohd Zainal Abidin Rabani
Hi, I manage to create bridge in centos7. And i success adding host in cloudstack-management server. From Home > Infrastructure > Hosts , i can host that i already add. But it's state 'ALERT'. Where i need to check? This is error from cloudstack-host: dd-8eace241e0b2 (Filesystem) in libvirt

Re: Cloudstack-agent can not start

2015-11-27 Thread Yan Bai
gt; o I want to use for : *Public network >>> * >>> * Real Private Network >>> o 1 VLAN >>> o Run in eth1 >>> o I want to use for : Management Network, Storage Network, Guest >>> Network . >>> &

Re: Cloudstack-agent can not start

2015-11-27 Thread Summer Nguyen
y.y o IP Private : 10.10.0.10 o Cloudstack Agent 4.6 I follow the instruction Here: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.6/hypervisor/kvm.html to Setup KVM Node. Network Setup as follow : *#Public Network , with VLAN TAGGED* ### ifcfg-eth0 DEVICE=e

Re: Cloudstack-agent can not start

2015-11-27 Thread Pierre-Luc Dion
ack 4.6 > * Node > o IP Public : y.y.y.y > o IP Private : 10.10.0.10 > o Cloudstack Agent 4.6 > > > I follow the instruction Here: > http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.6/hypervisor/kvm.html > to Setup KVM Node

Cloudstack-agent can not start

2015-11-26 Thread Summer Nguyen
* Node o IP Public : y.y.y.y o IP Private : 10.10.0.10 o Cloudstack Agent 4.6 I follow the instruction Here: http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.6/hypervisor/kvm.html to Setup KVM Node. Network Setup as follow : *#Public Network , wi

RE: cloudstack-agent

2015-10-17 Thread Glenn Wagner
: Friday, 16 October 2015 9:25 PM To: users@cloudstack.apache.org Subject: cloudstack-agent Hi I'm setting up a test environment for testing out cloudstack, But when I try to install cloudstack-agent I get the following error. http://cloudstack.apt-get.eu/rhel/4.5/rep

  1   2   >