IN THIS EDITION
Ask Dr. SCSI - "What OS and controller do you recommend for SAS/SATA testing?" Q. "What OS and controller do you recommend for SAS/SATA testing?" A. "The STB Suite version 8.1 officially supports:
However, we have seen very high throughputs with Windows Server 2003 Server 64bit version. The STB Suite will work with any off the shelf HBA. The SCSItoolbox Suite supports, SCSI, Fibre Channel (FC), SAS, and SATA. For SAS and SATA testing the STB Suite works very well with LSI 3801E controllers. For SATA Task Register commands an onboard Intel based chipset SATA controller works best."
We quoted “erase” because there can be different meanings for that word in the world of tapes. If by “erase” you mean “make the tape unreadable by any normal tape drive” you can use method #1, which is to simply rewind the tape to BOT and then write a FILEMARK. A normal tape drive will not space or read past this filemark – any READ command will return an error with End Of Data (EOD) encountered. This method is very fast – but be aware that with special firmware it may be possible to read past this FILEMARK and retrieve data. Most drive manufacturers have this type of firmware in-house for diagnosing media problems. This type of firmware shouldn’t be loose “in the wild” but you never know. So – for most cases any old data on the drive will be unreachable – but the data is still there. Method #3 is the method to use if you need absolute auditing proof that the tape has been overwritten. This method consists of sequentially writing a specific data pattern to the entire tape until End Of Medium (EOM) is reached. At this point rewind the tape, then sequentially read until reaching EOM, doing a data compare of each block read to insure that if any data error occurs it is documented. Using the STB Suite Tape Manufacturing Module (TMM) will do this process and create an excellent audit trail with the log file showing all steps used to overwrite and read/confirm the overwrite. Since this method involves two complete passes of the entire tape it will take the longest to complete. There you have it – as usual a balance between time to accomplish the task versus the level of auditable security obtained. Obviously there is also a Step #4 if you never want to use the tape again – physical destruction or degaussing. Very quick – but permanent.
In last month’s newsletter we described some new DTB api calls which implement a Command Probability Sequencer test. These new DTB api calls will be in the STB Suite version 8.2. This month we will introduce a stand-alone application which uses these same api calls to implement an interactive test application – we will call this application CPS. CPS will be available at the same time STB Suite version 8.2 is released.
Here is a screenshot showing CPS: CPS is very useful for performing tasks like command compliance testing, performance measuring – particularly measuring performance in a real-world situation where disk read or write cycles may be intermixed with random other commands, such as occasional LOG SENSE commands, or occasional READ or WRITE commands to other areas of a drive. It is also very useful for stress-testing storage system components such as HBAs, bridges, and backplanes by issuing extremely high I/O rate command sequences to many drives at once. Defining CommandsThe CDB Parameters area is used to define the CDB’s which will make up your test. You specify the CDB size, the individual bytes which make up the CDB (you can define a “legal” or an “illegal” CDB), the data direction, the data transfer length, the data pattern, whether you want an LBA overlay applied to READ or WRITE commands, the command timeout in seconds, the queue depth you hope to attain, whether you want the LBA field in READ or WRITE commands to be automatically incremented, and by what amount they should increment, and finally what probability percentage should this command have. Plan ahead because the total probability numbers of all commands MUST equal 100. Here is an example of adding a READ and a WRITE command to the command list: Here is an example of seven commands take a close look at the way the Data Direction and Data Lengths look – having either of this incorrect can cause Windows to abort the command and possibly issue a bus reset - : Next month we will look at executing the CPS test and look at some BAM traces showing the results.
Here is a list of some recent customer training sessions that STB has conducted - live, interactive web sessions presented by STB programmers:
Contact Jeremy Wolfe at (720) 249-2641 today to schedule your own custom training session!
|
|