Ensure that the iSCSI target daemon is running:
# svcadm enable iscsitgt
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: