to an initiator that specifies an incorrect Buffer ID, Mode, Length or Buffer Offset. The Mode is
always Data (0x2), the Buffer ID is always 0 and the Buffer Offset is always 0.
Exhibit
Initiator/Host |
|
|
|
|
|
Goal: reserve the |
|
|
SCSI cdb: Reserve LUN 0 | => |
|
| <= | SCSI success |
|
|
|
Goal: retrieve the |
|
|
1. Issue the command: |
|
|
SCSI cdb: WriteBuffer LUN 0, bid=’AA’, “get Temperature\n” | => | places “Temperature=28C\n\r” into |
|
| the |
| <= | SCSI success |
2. Retrieve the results: |
|
|
SCSI cdb: ReadBuffer LUN 0, bid=’AA’ | => |
|
| <= | Returns “Temperature=28C\n\r” from |
|
| the |
| <= | SCSI success |
|
|
|
Goal: release the |
|
|
SCSI cdb: Release LUN 0 | => |
|
| <= | SCSI success |
|
|
|
18