Replies: 19 comments 4 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! |
Beta Was this translation helpful? Give feedback.
-
Could you please take look at the /var/log/cloudstack/management/management-server.log for any other exceptions and can you provide the log to investigate further |
Beta Was this translation helpful? Give feedback.
-
Here is the recent logs: root@ubuntu:~# tail -f /var/log/cloudstack/management/management-server.log
|
Beta Was this translation helpful? Give feedback.
-
Additionally, I found that the port 8250 is not listening in my cloudstack host server. |
Beta Was this translation helpful? Give feedback.
-
the logs show
there should be some errors in log like |
Beta Was this translation helpful? Give feedback.
-
@weizhouapache Sorry I didn't get your point. Also, I couldn't find any errors related to the cloud stack agent on the cloud stack management-server.log. |
Beta Was this translation helpful? Give feedback.
-
the logs shows the mgmt server has connected to the host and configured security (for cloudstack-agent and libvirt). so it is not a connectivity issue. please upload the full log by keyword |
Beta Was this translation helpful? Give feedback.
-
@weizhouapache Here is the full log with keyword: ctx-6dbc68fe: root@ubuntu:~# cat /var/log/cloudstack/management/management-server.log | grep ctx-6dbc68fe
|
Beta Was this translation helpful? Give feedback.
-
@subincb30 |
Beta Was this translation helpful? Give feedback.
-
@weizhouapache Please find the log below: root@host:~# tail -f /var/log/cloudstack/agent/setup.log
|
Beta Was this translation helpful? Give feedback.
-
Someone please help me to resolve the issue. |
Beta Was this translation helpful? Give feedback.
-
@subincb30 |
Beta Was this translation helpful? Give feedback.
-
Can you give me complete guide for that? I got some doc for for that but it was not clear. But, I found one new network interface in my server. 5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default qlen 1000
|
Beta Was this translation helpful? Give feedback.
-
@subincb30 |
Beta Was this translation helpful? Give feedback.
-
@weizhouapache I already checked this earlier. But, I am little bit confussed on it. I will paste my current netplan settings below. root@host:~# cat /etc/netplan/00-installer-config.yaml This is the network config written by 'subiquity'network:
|
Beta Was this translation helpful? Give feedback.
-
@subincb30 |
Beta Was this translation helpful? Give feedback.
-
@weizhouapache Yes I saw that. But some parameters are confusing for me. Can you check my current settings which I shared earlier and give an example accordingly? |
Beta Was this translation helpful? Give feedback.
-
I added cloudbr0. Now I am able to add the host server to management server. |
Beta Was this translation helpful? Give feedback.
-
新版的 Ubuntu 22.04.5 LTS,已经没有这个 /etc/network/interfaces 文件了,/usr/lib/python3/dist-packages/cloudutils/serviceConfig.py 文件中 还是去寻找这个 文件 和 network-manager 服务 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using 4.19 version on cloudstack management and cloudstack host server. But, I am unable to add the host server to management server. Both are Ubuntu 22.04 server.
Getting the following error:
Error 530
Unable to add the host: Cannot find the server resources at http://192.168.200.238
Able to get ping response from host and management server:
From management server
root@ubuntu:~# ping 192.168.200.238
PING 192.168.200.238 (192.168.200.238) 56(84) bytes of data.
64 bytes from 192.168.200.238: icmp_seq=1 ttl=64 time=2.00 ms
64 bytes from 192.168.200.238: icmp_seq=2 ttl=64 time=1.42 ms
From the hots server
root@host:~# ping 192.168.200.215
PING 192.168.200.215 (192.168.200.215) 56(84) bytes of data.
64 bytes from 192.168.200.215: icmp_seq=1 ttl=64 time=1.98 ms
64 bytes from 192.168.200.215: icmp_seq=2 ttl=64 time=1.98 ms
64 bytes from 192.168.200.215: icmp_seq=3 ttl=64 time=2.00 ms
Beta Was this translation helpful? Give feedback.
All reactions