Enable software ISCSI Adapter on esxi



1.Check iscsi adapter enabled using

esxcli iscsi adapter list
2.Enable iscsi adapter
 ~ # esxcli iscsi software set -e true
Software iSCSI Enabled
3.Verify the iqn number using:
esxcli iscsi adapter get -A vmhba | grep iqn




No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...