Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sanboot:iscsi_via_opensolaris [2007/11/05 06:55]
mcb30 created
sanboot:iscsi_via_opensolaris [2007/11/05 06:55] (current)
mcb30 created
Line 1: Line 1:
 +====== 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
 +
 +  * [[sanboot:​iscsi_boot|Boot from your iSCSI target image]]
  

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