Thebobkin
First thank you for responding.
The command failed and all hosts are at same version as you can see below. Any other command to try?
[root@TGCSESXI-7:~] esxcli vsan network ip add -i list
Unable to complete Sysinfo operation. Please see the VMkernel log file for more details.: Sysinfo error: Not foundSee VMkernel log for details.
[root@TGCSESXI-7:~] esxcli vsan network list
[root@TGCSESXI-7:~] esxcli system version get
Product: VMware ESXi
Version: 6.5.0
Build: Releasebuild-13635690
Update: 2
Patch: 88
[root@TGCSESXI-5:~] esxcli system version get
Product: VMware ESXi
Version: 6.5.0
Build: Releasebuild-13635690
Update: 2
Patch: 88
[root@TGCSESXI-6:~] esxcli system version get
Product: VMware ESXi
Version: 6.5.0
Build: Releasebuild-13635690
Update: 2
Patch: 88
[root@TGCSESXI-8:~] esxcli system version get
Product: VMware ESXi
Version: 6.5.0
Build: Releasebuild-13635690
Update: 2
Patch: 88
Thank you
Tom
Update I tried this VMK3 is the interface that I am trying to add VSAN to
[root@TGCSESXI-7:~] esxcli network ip interface tag get -i vmk0
Tags: Management
[root@TGCSESXI-7:~] esxcli network ip interface tag get -i vmk1
Tags:
[root@TGCSESXI-7:~] esxcli network ip interface tag get -i vmk2
Tags: VMotion
[root@TGCSESXI-7:~] esxcli network ip interface tag get -i vmk3
Tags:
So then I ran this
[root@TGCSESXI-7:~] esxcli network ip interface tag add -i vmk3 -t VSAN
[root@TGCSESXI-7:~] esxcli network ip interface tag get -i vmk3
Tags: VSAN
[root@TGCSESXI-7:~]
Now it has the Tag but when I look on vcenter the vmkernal still does not show the VSAN
Thoughts