User's Guide
Table Of Contents
- SCSI Command Support
- SCSI Commands
- Initialize Element Status - 07h
- Initialize Element Status With Range - E7h
- Inquiry - 12h
- Log Sense - 4Dh
- Mode Select (6) - 15h
- Mode Select (10) - 55h
- Mode Sense (6) - 1Ah
- Mode Sense (10) - 5Ah
- Mode Pages
- Move Medium – A5h
- Persistent Reserve In – 5Eh
- Persistent Reserve Out – 5Fh
- Position to Element – 2Bh
- Prevent Allow Medium Removal – 1Eh
- Read Buffer – 3Ch
- Read Element Status – B8h
- Release Element (6) – 17h
- Release Element (10) – 57h
- Report LUNS – A0h
- Request Sense – 03h
- Request Volume Element Address - B5h
- Reserve Element (6) - 16h
- Reserve Element (10) - 56h
- Send Diagnostic - 1Dh
- Send Volume Tag - B6h
- Test Unit Ready (00h)
- Write Buffer (3Bh)

8 SCSI Command Support
Supported Messages
The SCSI message system (Message In/Message Out) allows communication between an initiator and a
target for the purpose of physical path management. The supported messages are shown in the following
table. The direction is relative to the initiator.
Table 6 Supported SCSI Messages
Message Code Direction Description
COMMAND COMPLETE 00h In This message is sent from the target to an initiator
to indicate that the execution of a command
completed and valid status has been sent to the
initiator.
EXTENDED MESSAGE 01h Out This message is sent from an initiator to the target
to attempt to negotiate synchronous or wide data
transfers. The library supports both.
SAVE DATA POINTERS 02h In This message is issued before every disconnect
message following a Data In or Data Out phase.
The message is not sent when disconnecting after
a Command Descriptor Block (CDB) that did not
transfer data.
RESTORE POINTERS 03h In This message is sent from the target to direct the
initiator to continue sending data.
DISCONNECT 04h In This message is sent by the target to inform an
initiator that the present data transfer will be
suspended. The target will reselect the initiator at a
later time to continue the current operation.
INITIATOR DETECTED
ERROR
05h Out This message is sent from an initiator to inform the
target that an error occurred. This allows the target
to retry the operation.
ABORT 06h Out This message is sent from the initiator to the target
to clear the current or pending operation. The
target goes directly to the BUS FREE phase after
successful receipt of this message.
MESSAGE REJECT 07h Both This message is sent from the initiator or target to
indicate that the last message received was
inappropriate or not implemented.
NO-OP 08h Out This message is sent from the initiator to inform the
target that no message is valid in response to the
target request for a message.
MESSAGE PARITY
ERROR
09h Out This message is sent from the initiator to the target
to indicate that one or more bytes in the last
message received contained a parity error.
BUS DEVICE RESET 0Ch Out This message is sent from an initiator to clear all
commands, data, and status at the target. When
the target recognizes this message, it aborts the
command currently being executed and proceeds
to the BUS FREE state.