How to Create a Disk Partition SCSI Logical Unit
Raw storage devices can also be used as a backing store, just like regular files. Examples are raw storage devices under the /dev/rdsk directory. This procedure describes how to create a logical unit by using a disk partition.
- Create a logical unit by using a specific disk partition. In this example, the disk partition specified is c1t0d0s2.
# sbdadm create-lu /dev/rdsk/c1t0d0s2
- Verify the creation of the logical unit.
# sbdadm list-lu


Comments (2)
Nov 11
mwedel says:
Minor editing note - there is no space between the list and -lu - it should be: ...Minor editing note - there is no space between the list and -lu - it should be: 'sbdadm list-lu'
Nov 11
DenaSteward says:
Fixed. Thanks so much for pointing this out.Fixed. Thanks so much for pointing this out.