User`s guide

4–Non-Interactive Commands
Command Summary
4-22 SN0054614-00 K
The data pattern must be in a two-character hexadecimal pattern in the range
of 00–FF. The hexadecimal letters can be uppercase or lowercase. The default
pattern is random, for example:
# scli -kl(<hba instance> | <hba wwpn>) DP Random
To enter a customized value (in the range of 00–FF), type:
# scli -kl (<hba instance> | <hba wwpn>) DP <param value>
In addition to a hex pattern, you can enter a compliant random data pattern
(CRPAT), jitter tolerance pattern (CJTPAT), or supply noise test sequence
(CSPAT) for a loopback test. For example:
# scli -kl (<hba instance> | <hba wwpn>) DP CJTPAT
Table 4-7 lists all valid data patterns:
Table 4-7. Data Pattern Values
Hexadecimal Binary
00 00000000
55 01010101
5A 01011010
A5 10100101
AA 10101010
FF 11111111
Random
Customized (00–FF)
CRPAT
a
(loopback test only)
a
Compliant random data pattern in a valid FC frame, as defined by the
ANSI document Methodologies for Jitter and Signal Quality
Specification - MJSQ Annex A - Test bit sequences.
CJTPAT
b
(loopback test only)
b
Compliant jitter tolerance pattern in an FC frame, as defined by the ASIC
document listed above.
CSPAT
c
(loopback test only)
c
Compliant supply noise test sequence in a valid FC frame, as defined by
the ASIC document listed above.
Table Notes