Brocade Fabric OS Command Reference Guide v6.1.0 (53-1000599-02, June 2008)

Table Of Contents
682 Fabric OS Command Reference
53-1000599-02
turboRamTest
2
turboRamTest
Performs a turbo SRAM logic test.
Synopsis turboramtest [--slot slotnumber][-passcnt count][-ports itemlist]
Description This command verifies the on chip SRAM located using the turbo-RAM BIST circuitry. It also tests
one SRAM in each quadrant of every chip, in parallel.
The test flow for each SRAM is as follows:
1. Fill RAM with alternating FFFF 0000 pattern. (Subtest 1: turboram memory fill)
2. For each incrementing address, read FFFF 0000 pattern and write 0000 FFFF. (Subtest 2:
turbo-ram r-m-w inc 1)
3. For each incrementing address, read 0000 FFFF pattern and write FFFF 0000. (Subtest 3:
turbo-ram r-m-w inc 2)
4. For each decrementing address, read FFFF 0000 pattern and write 0000 FFFF. (Subtest 4:
turbo-ram r-m-w dec 1)
5. For each decrementing address, read 0000 FFFF pattern and write FFFF 0000. (Subtest 5:
turbo-ram r-m-w dec 2)
6. Repeat steps 1 through 5 with AAAA 5555 pattern.
Note The execution of this command is subject to Admin Domain restrictions that may be in place. Refer
to chapter 1, "Understanding Admin Domain Restrictions" and Appendix A, "Command Availability"
for details.
Operands This command has the following optional operands:
--slot slotnumber Specifies the slot number on which the diagnostic operates. The ports
specified are relative to this slot number. The default is 0 and designated to
operate on fixed-port-count products.
-passcnt count Specifies the number of times to perform this test. The default value is 1.
-ports itemlist Specifies a list of blade ports to test. By default, all the blade ports in the
specified slot are tested. Refer to the itemList command help page for more
information.
Examples To execute this test:
switch:admin> turboramtest -passcnt 2 -ports 2/0-2/63
Running Turbo RAM Test ........ passed.
Diagnostics When the test detects a failure, it may report one or more of the following error messages:
DIAG-WTEST
DIAG-INC_RWTEST
DIAG-DEC_RWTEST
DIAG-RAMINIT_TO
Refer to the Fabric OS Message Reference for more information.
See Also none