I'm not sure if this will help you but is there any chance its an /etc/driver_aliases problem? At least with fcp and iscsi to map a target under sgen you need to make sure this entry exists.
In /etc/driver_aliases make sure there is a mapping of the sgen driver to the scsi inquiry dtype of your target. The below entry should already exist in /etc/driver_aliases. sd "scsiclass,00" For a media changer you would want something like the below. sgen "scsiclass,08" The following link has the values for other dtypes, http://fxr.watson.org/fxr/source/scsi/scsi_all.h?v=OPENBSD#L188 I'm sure OpenSolaris has a similar file this is just the first one google found. This message posted from opensolaris.org _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
