Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行此命令时出现错误:
vim-cmd vmsvc/devices.createnic 1 e1000e
错误是:
找不到匹配的网络 ID 或类型
您必须指定一个端口组作为第三个参数,即类似这样
vim-cmd vmsvc/devices.createnic 1 e1000e "VM Network"
端口组通常在标准或分布式交换机上创建。