VMware Cloud Community
gzulauf
Contributor
Contributor

Get-VMHostiHba and Set-VMHostiHba

According to the Get-Help for Set-IScsiHbaTarget there are two related commands called:

Get-VMHostiHba

Set-VMHostiHba

I can find no other reference to these commands. Are they deprecated? Or are they for some future release? Not even the great Google itself has any reference to these commands.

The reason I am interested is because I am trying to associate multiple vmkernel interfaces to a single iSCSI vmhba. This is in order to make MPIO work as described by EqualLogic.

EqualLogic's documentation shows the following commands as having to be run in order to configure MPIO:

esxcli swiscsi nic add -n vmk0 -d vmhba33

esxcli swiscsi nic add -n vmk1 -d vmhba33

esxcli swiscsi nic add -n vmk2 -d vmhba33

esxcli swiscsi nic add -n vmk3 -d vmhba33

esxcli swiscsi nic add -n vmk4 -d vmhba33

esxcli swiscsi nic add -n vmk5 -d vmhba33

Is this possible to do with PowerCLI commands? Does Set-VMHostiHba accomplish this? If not, how can I configure my ESXi hosts to bind multiple vmkernels to a single vmhba?

0 Kudos
2 Replies
LucD
Leadership
Leadership

I suspect these references are some typos in the documentation.

Perhaps they could come in a future release.

Btw did you see Carter's reply in

____________

Blog: LucD notes

Twitter: lucd22


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
nikol
VMware Employee
VMware Employee

Hi,

Get-VMHostiHba and Set-VMHostiHba are typing mistakes in the documentation. The correct reference is to Get\Set-VMHostHba cmdlets.

Irina

0 Kudos