error: path 'LAN_CLI_B' resolves to multiple networks #3525
dikobrazsd
started this conversation in
General
Replies: 1 comment
-
Using A few more options in the doc here: Lines 798 to 809 in c737066 The tree command also shows % govc tree -p network
network
├── [Network] VM Network
├── [VmwareDistributedVirtualSwitch] network-1-vds
│ ├── [DistributedVirtualPortgroup] network-1
│ └── [DistributedVirtualPortgroup] network-1-vds-DVUplinks-60
└── [VmwareDistributedVirtualSwitch] primary-vds
├── [DistributedVirtualPortgroup] primary
└── [DistributedVirtualPortgroup] primary-vds-DVUplinks-54 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While trying to clone VM, getting this error:
path 'LAN_CLI_B' resolves to multiple networks.
I am using -net "LAN_CLI_B".
LAN_CLI_B resolves to two different networks with the same name:
# govc find . -type n |grep CLI_B
/DC1/network/LAN_CLI_B
/DC1/network/LAN_CLI_B
One is distributed port group.
How do I clone a VM and select one network over another? Can I use an ID or something similar to identify a specific network?
VSphere search shows this:
Search for "LAN_CLI_B"
(2 results , including 1 Network, 1 Distributed Port Group)
Beta Was this translation helpful? Give feedback.
All reactions