Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

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

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]