Creating an iSCSI target on OpenSolaris

Starting the iSCSI target service

Ensure that the iSCSI target daemon is running:

  # svcadm enable iscsitgt

Creating an iSCSI target

Create the target:

  # iscsitadm create target --size 4g my_target

where my_target is a short name of your choice. List the properties of the newly-created target:

  # iscsitadm list target
  
  Target: my_target
      iSCSI Name: iqn.1986-03.com.sun:02:8ff4de24-303f-46f9-ccb3-f09f22a6edab.my_target
      Connections: 0

Make a note of the iSCSI IQN of the newly-created target (iqn.1986-03.com.sun:02:8ff4de24-303f-46f9-ccb3-f09f22a6edab.my_target in the above example). You are now ready to:


Navigation

* [[:start|Home]] * [[:about|About our Project]] * [[:download|Download]] * [[:screenshots|Screenshots]] * Documentation * [[:howtos|HowTo Guides]] * [[:appnotes|Application Notes]] * [[:faq:|FAQs]] * [[:doc|General Doc]] * [[:talks|Videos, Talks, and Papers]] * [[:hardwareissues|Hardware Issues]] * [[:mailinglists|Mailing lists]] * [[http://support.etherboot.org/|Bugtracker]] * [[:contributing|Contributing]] * [[:editing_permission|Wiki Edit Permission]] * [[:wiki:syntax|Wiki Syntax]] * [[:contact|Contact]] * [[:relatedlinks|Related Links]] * [[:commerciallinks|Commercial Links]] * [[:acknowledgements|Acknowledgements]] * [[:logos|Logo Art]]

QR Code
QR Code sanboot:iscsi_create_via_opensolaris (generated for current page)