|
SLES 9.0 Update 3: sg_reset not supported
Currently have SLES 9.0 SP3. I'm trying to issue some scsi_resets to a target device using Fibre Channel/SCSI. These commands are used primarily for testing of storage devices.
I'm using an Emulex HBA with SLES driver 8.0.16.17.
The sg driver version is: cat /proc/scsi/sg/version
30530 3.5.30 [20040124]
The command I use to send a scsi_reset and reply I receive is:
luxor:/opt/dt.d # sg_reset /dev/sdb1
sg_reset: SG_SCSI_RESET not supported
---------------------------------------
How can I allow the sg driver to support sg_resets in SLES?
The sg_reset command works in RedHat 4.0 Update 4.
|