IN THIS EDITION Don't let the 7.0.0 promotional offer pass you by. The 7.0.0 promotional offer is only valid for a few more days. If you've been thinking about acting on the offer - Now is the time! Until September 28th you can purchase a Full SCSItoolbox Suite for 1/2 price! Yes, that's the Full SCSItoolbox Suite for $2,247.50! http://www.scsitoolbox.com/offers/STBv7PromotionalOffer.html
Here is a trace capture showing Windows housekeeping commands issued to a USB disk drive and a 1394 tape drive: In addition to BAM, all other components of the STB Suite will support USB and 1394 soon – be sure to keep your Performa coverage current so you will have access to these and other new features being added to the STB Suite.
Q. “When I want to use the MoveMedia command to move a tape cartridge from a cell to a tape drive in my Jukebox, the MoveMedia command requires the addresses of the cell and the tape drive. How do I get these addresses?" B8 04 00 00 00 80 00 00 28 00 00 00 In Byte #1 of the CDB you see the number 04 - this is the code that tells the Jukebox "return information on the tape drives". Here are the other codes: 00 (all components), 01 (media changers), 02 (storage cells), and 03 (mail slots). A difficult task is to parse the information returned by the Jukebox and get the address information. NOTE: The address of a component is just one of many pieces of information returned by the Read Element Status command. Although it is beyond the scope of this Q&A to go over all the information returned in the Read Element Status command, the returned data has 2 headers prior to the actual data (called "descriptors"), each header being 8-bytes long. In the 2nd header at Byte 10 & 11 is how long each descriptor is, and at Byte 12 thru 15 is the total length of all descriptors. Below is the raw data from one of our Jukeboxes: So in this example each descriptor is 16-bytes long and the total length of all descriptors is 16-bytes (so there is exactly 1 descriptor in this case). The descriptor starts on the row labeled 0010. The first 2 bytes (i.e. 00 52) is the address information; since we are getting information on tape drives, this indicates the address of the tape drive in the jukebox is 0x0052 (or decimal 82).
|
|