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)

Quantum Scalar Intelligent Libraries SCSI Reference Guide Guide 15
Inquiry - 12h
What the Library Does With This Command
In response to this command the library returns static data that describes various subsystem parameters.
Each controller device and media changer device logical unit will return its own Inquiry data. If an INQUIRY
command is received from an initiator with a pending unit attention condition, the library will perform the
INQUIRY command and will not clear the unit attention condition. An INQUIRY command will respond with
a Check Condition status only when it cannot return the requested Inquiry data.
Command Usage
This command would normally only be issued once for each logical unit as desired by the initiator to facilitate
the initialization process.
Inquiry CDB Format
The INQUIRY CDB format is shown in the following table.
Command Support Data (CMDDT) – This field is not supported and must be set to 0.
Enable Vital Product Data (EVPD) – An EVPD value of 1 indicates that the vital product data specified by
the Page Code should be returned. A value of 0 indicates that standard inquiry data should be returned.
Page Code - This field specifies which vital product data page to return if the EVPD bit is set to 1. If the
EVPD bit is set to 0, the Page Code must be 00h. The library supports the following page codes:
• 00h - Supported Vital Product Data pages (this list)
• 80h - Unit Serial Number page
• 83h – Device Identification page
Allocation Length - The Allocation Length field specifies the maximum number of bytes that the initiator
allocated for returned inquiry data. An Allocation Length of 0 indicates that no inquiry data is to be
transferred (this condition is not considered an error).
The library terminates the data transfer when it has transferred the lesser of either the number of bytes
specified by the Allocation Length field or all of the available inquiry data.
Table 9 INQUIRY CDB format
Bit
Byte
76543210
0 Op Code (12h)
1 Logical Unit Number Reserved CMDDT EVPD
2 Page Code
3 Reserved
4 Allocation Length
5 Control