There is more...

VMkernel adapters can also be created, using the ESXi CLI. The following procedure will help achieve the same:

  1. Connect to the ESXi host via SSH or via a server remote console access method.
  2. Use the following  command syntax to create a port group:
# esxcli network vswitch standard portgroup add -p <Port Group Name> -v <Name of an existing vSwitch>
  1. Use any of the following command syntaxes to create a VMkernel interface and map it to the port group:
# esxcfg-vmknic -a -i <IP Address> -n <Net Mask> -p <Name of the Port Group>
# esxcfg-vmknic -a -i DHCP -p <Name of the Port Group>
  1. Issuing the command esxcfg-vmknic -l should list the newly created VMkernel interface:
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.134.78.106