45Drives Knowledge Base
KB450300 – Configure iSCSI multi-path on Ubuntu 20.04 LTS
https://knowledgebase.45drives.com/kb/kb450300-configure-iscsi-multi-path-on-ubuntu-20-04-lts/

KB450300 – Configure iSCSI multi-path on Ubuntu 20.04 LTS

Posted on April 8, 2021 by Mitchell Hall


Scope/Description

In this tutorial, we will show how to configure your Ubuntu iSCSI target for multi-path IO for your initiators.

Prerequisites

Steps

Note: For best practices, each iSCSI interface should have an IP address on a separate subnet to ensure there is no cross-talk between pathing.

nmtui

 

 

 

 

 

/iscsi/iqn.20.../tpg1/portals> delete 0.0.0.0 3260
Deleted network portal 0.0.0.0:3260
/iscsi/iqn.20.../tpg1/portals>

 

/iscsi/iqn.20.../tpg1/portals> create 10.10.2.75 3260
Using default IP port 3260
Created network portal 10.10.2.75:3260.
/iscsi/iqn.20.../tpg1/portals> create 10.10.3.75 3260
Using default IP port 3260
Created network portal 10.10.3.75:3260.
/iscsi/iqn.20.../tpg1/portals>

 

Verification

Troubleshooting

If the LUN's are not showing up after attempting discovery, first SSH into your ESXi node and attempt to ping the iSCSI portal IP addresses to ensure the nodes are able to communicate.