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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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`
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
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
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
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
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
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?
>
>
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
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
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?
>
>
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?
>
>
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
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
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
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
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
/
>
>
> 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
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
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
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
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
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
; > > 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.
; > >
> > > 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
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
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:
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,
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
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
; 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
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
> *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
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
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&
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
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.
>
>
-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
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
...@shapeblue.com> escreveu:
> > >>
> > >>> + Gabriel, Wido
> > >>>
> > >>> Hi Christoffer, thanks for reporting.
> > >>>
> > >>> Gabriel, Wido - can you please check and fix. Thanks.
> > >>>
> > >>>
>
s,
> >>>
> >>> Rohit Yadav
> >>>
> >>> Software Architect, ShapeBlue
> >>> https://www.shapeblue.com
> >>>
> >>> rohit.ya...@shapeblue.com
> >>> www.shapeblue.com
> >>> @shapeblue
> >>
t; Rohit Yadav
>>>
>>> Software Architect, ShapeBlue
>>> https://www.shapeblue.com
>>>
>>> rohit.ya...@shapeblue.com
>>> www.shapeblue.com
>>> @shapeblue
>>>
>>>
>>>
>>> ----------
>&
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
> *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
: 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
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
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
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:
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
> 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.
>
&
: 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
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
> 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
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
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
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
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-
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
>>
>> >
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,
>
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
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
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
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 .
>>>
&
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
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
* 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
: 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 - 100 of 126 matches
Mail list logo