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 93
Write Buffer (3Bh)
What the Library Does With This Command
The library will receive a requested buffer of data and write it to the appropriate internal storage.
Command Usage
This command can be used primarily for enhanced domain validation (using the echo buffer mode). The
initiator can either transfer the data with a single WRITE BUFFER command, or it can also transfer it in
blocks utilizing offsets into the buffer.
Write Buffer CDB Format
The WRITE BUFFER CDB format is shown in the following table.
Mode – The supported modes are:
• 2h – Data
• Ah – Echo Buffer
In Data Mode, an amount of data specified by the Parameter List Length is targeted for the buffer defined
by the Buffer ID field, starting at the specified Buffer Offset. Buffer IDs are assigned beginning with zero,
and are assigned contiguously. Buffer ID code assignments for the WRITE BUFFER command are the
same as for the READ BUFFER command.
In Echo Buffer Mode, the amount of data specified by the Parameter List Length is transferred from the
initiator to the echo buffer. The Buffer ID and Buffer Offset fields are ignored in this mode.
Note: The Echo Buffer is supported only if the library control path is provided by a tape drive.
Buffer ID – This field specifies which buffer the request is for. The IDs are the same for both the READ
BUFFER and WRITE BUFFER commands. The IDs supported by the library, along with their primary use,
are listed in Table 60
on page 63.
Table 91 WRITE BUFFER CDB format
Bit
Byte
76543210
0Op Code (3Bh)
1 Logical Unit Number Rsvd Mode
2 Buffer ID
3
:
5
Buffer Offset
6
:
8
Parameter List Length
9 Control