virtualization:vmware:67:vmk0_01
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| virtualization:vmware:67:vmk0_01 [2019/10/12 08:29] – rplecko | virtualization:vmware:67:vmk0_01 [2019/10/12 08:39] (current) – rplecko | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| === Find Port ID === | === Find Port ID === | ||
| - | Second, you will need to find a port number on dvswitch which is used by vmk0. To list Switch | + | Second, you will need to find a port number on dvswitch which is used by vmk0. To list Switch |
| + | | ||
| + | |||
| + | and then look for **vmk0**. The output of that command can be very long, so you can use grep and awk to filter out only the value you need. | ||
| esxcfg-vswitch -l |grep vmk0 |awk ' | esxcfg-vswitch -l |grep vmk0 |awk ' | ||
| Line 41: | Line 44: | ||
| Of course you will need to replace **DVSWITCHNAME** with your Distributed Switch name and **PORT_ID_FROM_STEP_TWO** with the Port ID we acquired in step 2. | Of course you will need to replace **DVSWITCHNAME** with your Distributed Switch name and **PORT_ID_FROM_STEP_TWO** with the Port ID we acquired in step 2. | ||
| - | Again, we can check if port was created using esxcfg-vmknic -l or esxcfg-vswitch -l. | + | Again, we can check if port was created using\\ |
| + | < | ||
| + | or | ||
| + | esxcfg-vswitch -l</ | ||
| === Configure IP settings === | === Configure IP settings === | ||
virtualization/vmware/67/vmk0_01.1570868946.txt.gz · Last modified: 2019/10/12 08:29 by rplecko
