Configure the VMkernel Adapters for Witness Traffic
Enable witness traffic for the witness traffic VMkernel adapter on each ESXi
host
- Log in to the vSphere Client.
- Click.
- For each host in the stretched cluster, clickto determine which VMkernel adapter to use for witness traffic. For example,vmk5.
- In a web browser, log in to the first ESXi host in the stretched cluster using the VMware Host Client.
- In the navigation pane, clickManageand click theServicestab.
- Select theTSM-SSHservice and clickStartif not started.
- SSH to the first ESXi host in the stretched cluster.
- Log in as root and run the following command:
For example:esxcli vsan network ip add -i<vmkernel_adapter>-T=witnessesxcli vsan network ip add -i vmk5 -T=witness - Verify that the VMkernel adapter is configured for witness traffic:esxcli vsan network list
- Verify that the ESXi host can access the witness host:
Replacevmkping -I<vmkernel_adapter><witness_host_ip_address><vmkernel_adapter>with the VMkernel adapter configured for witness traffic, for examplevmk5. Replace<witness_host_ip_address>with the witness host IP address. - In the VMware Host Client, select theTSM-SSHservice for the ESXi host and clickStop.
- Repeat for each ESXi host in the stretched cluster.