Installation guide

{ limit n }
{ records n }
The alias bs (block size) is accepted for the
size
keyword.
The
test-control
parameters control aspects of the test operation. The
test-control
parameters supported are:
{ align Align-Offset }
{ compare { on | off } }
scu> command [ { errors Error-Limit }]
{ passes Pass-Limit }
{ pattern Data-Pattern }
{ recovery { on | off } }
B.3 General SCU Commands
This section describes the general-purpose scu utility commands. For more
information on each command, see the online help that is part of the scu
utility.
evaluate
expression
This command evaluates the given expression and displays values in
decimal, hexadecimal, blocks, kilobytes, megabytes, and gigabytes.
The expression argument is the same as that described for test
parameter values. The output depends on whether the verbose display
flag is set.
The following examples show the output of the evaluate command.
Verbose mode is turned on for the first two evaluate commands and
turned off for the last one.
scu>set verbose on
scu>evaluate 0xffff
Expression Values:
Decimal: 65535
Hexadecimal: 0xffff
512 byte Blocks: 128.00
Kilobytes: 64.00
Megabytes: 0.06
Gigabytes: 0.00
scu>evaluate 64k*512
Expression Values:
Decimal: 33554432
Hexadecimal: 0x2000000
512 byte Blocks: 65536.00
Kilobytes: 32768.00
Megabytes: 32.00
Gigabytes: 0.03
scu>set verbose off
scu>evaluate 0xffff
Dec: 65525 Hex: 0xffff Blks: 128.00 Kb: 64.00 Mb: 0.06 Gb: 0.00
SCSI/CAM Utility Program B–3