Hardware >> iSCSI >> VTL >> How to present an iSCSI VTL to a Linux iSCSI client (initiator)

To present the tape library and its drive to a client using iSCSI just do on the client:
 

# iscsiadm --mode discovery --type sendtargets --portal <VTL IP>

take note the name e.g. if the output is

10.10.2.6:3620,1 iqn.2001-04.com.mhvtl:vtl

then note the part on the right hand side i.e. iqn.2001-04.com.mhvtl:vtl


# iscsiadm --mode node --targetname <FROM ABOVE> --portal <VTL IP> --login