User Tools

Site Tools


virtualization:vmware:67:vmk0_01

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
virtualization:vmware:67:vmk0_01 [2019/10/12 08:34] rpleckovirtualization: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 info you can use esxcfg-vswitch -l and then look for vmk0. If you are in same situation as I am the output of that command can be very long, so you can use grep and awk to filter out only the value we need.+Second, you will need to find a port number on dvswitch which is used by vmk0. To list Switch info you can use \\ 
 +  esxcfg-vswitch -l  
 +   
 +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 '{print $1}'   esxcfg-vswitch -l |grep vmk0 |awk '{print $1}'
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\\ 
 +<code>esxcfg-vmknic -l 
 + or  
 +esxcfg-vswitch -l</code>
 === Configure IP settings === === Configure IP settings ===
  
virtualization/vmware/67/vmk0_01.1570869289.txt.gz · Last modified: 2019/10/12 08:34 by rplecko