-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[求助/Help]2层网络没有子网导致创建虚拟机时无法选择子网 #21059
Comments
似乎需要在这个2层网络下创建子网才能创建虚拟机 |
请问这个2层网络下 关联的子网如何创建? |
@ollylu 请参考 https://www.cloudpods.org/docs/guides/cmp/vmware/vmware_net 需要在二层网络创建IP子网。二层网络对应vmware的端口组,因此IP子网需要和你在vmware里端口组规划的IP网段一致。 |
需要在二层网络创建IP子网 ---- 这个是在 cloudpod上创建吗? 还是在vmware上创建 ? |
@ollylu IP子网是在cloudpods里创建,但是要和vmware里对应上。比如你在vmware里给某个端口组分配了10.168.1.0/24的IP地址,则需要在cloudpods里创建一个10.168.1.0/24的IP子网。一方面是从vmware同步过来的虚拟机就能识别出对接到这个IP子网,另一方面是如果在cloudpods里新建的虚拟机,如果选择了这个IP子网,则会在vmware里自动把网卡加入对应的端口组,这样网络才能通。 |
按照您的介绍我 创建了子网, 现在在创建阶段 报错,似乎是没有权限 访问Datacenter吗, (但是我的资源是可以同步的) |
cli.fetchDatacentersFromHosts fail v.Retrieve Datacenter: NoPermission, try cli.fetchFakeDatacenter ----- 这个日志似乎显示没有权限获取数据中心 |
@ollylu 嗯,是否可以先解决权限问题 |
但是我已经给这个账号开了管理员权限了 |
@swordqiu 请问有账号权限的参考配置吗 |
先用root账号试下,我们没有vmware的权限文档,一般都是直接用root账号 |
[D 2024-08-20 16:35:32 esxi.(*SManagedObject).findInParents(mobase.go:94)] find HostSystem:host-3519 want Datacenter 目前来看似乎是获取datacenter 递归不正确导致,请问是什么原因 |
./_output/bin/esxicli --help 有帮助信息,可以看下 --host 后面跟vmware的ip地址 |
/usr/bin/cloudpods/esxi-agent --host 172.16.31.99 --username XXXXXl --password XXX dc-list goroutine 1 [running]: |
似乎这个命令有问题 |
这个是不是代表没权限 |
这个正常,执行其他命令试下,例如 host-list |
[D 240820 17:39:10 esxi.(*SESXiClient).fetchDatacenters(manager.go:403)] cli.fetchDatacentersFromHosts fail v.Retrieve Datacenter: NoPermission, try cli.fetchFakeDatacenter |
看起来就是没权限,你换root账号试下,我对vmware权限体系也不熟 |
好的 我先用root用户尝试下 |
我关联了vware虚拟机,2层网络如下,但是该网络下没有任何子网 如图1,导致我无法创建虚拟机,如图2
请问这个问题应该如何解决
The text was updated successfully, but these errors were encountered: