To configure Software iSCSI, it can be done via HTML5 Web UI. But when you need to setup or configure Software iSCSI for many esxi host, it will take long time to do via HTML5 Web UI.
This job can be speed by setting up Software iSCSI with esxcli command line tool.
Below are most common esxcli command that i used to setup Software iSCSI
1) Enable software iSCSI
Command:
esxcli iscsi software set -e true
2) To view host’s iSCSI adapter
Command:
esxcli iscsi adapter list
3) Rename the ISCSI adapter IQN according to your desired name
Continue reading