Exporting disk image files via iSCSI on OpenSolaris

Starting the iSCSI target service

Ensure that the iSCSI target daemon is running:

  # svcadm enable iscsitgt

Adding an iSCSI target image

Add the disk image file as an iSCSI target:

  # iscsitadm create target --type disk -b /path/to/image/file.img my_target
  # iscsitadm list target

where /path/to/image/file.img is the path to your disk image file, and my_target is a short name of your choice.

You should see something like:

  Target: my_target
      iSCSI Name: iqn.1986-03.com.sun:02:8851b84b-fcae-cbf0-d50f-ca84c7b94b94.my_target
      Connections: 0

Make a note of the iSCSI target IQN (iqn.1986-03.com.sun:02:8851b84b-fcae-cbf0-d50f-ca84c7b94b94.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_via_opensolaris (generated for current page)