|
Your ASM-CS went through extensive testing and burn-in before leaving the factory; however, if your system appears to have problems starting up, use the information in this chapter to help identify the problem.
This chapter includes the following:
Typically, any problems encountered at start up will be related to the ASM-CS or to the network. Use the information in this chapter to help isolate problems and to rule out the ASM-CS system as the source of the problem.
Before you call your service representative, have the following information ready:
The key to problem solving in a system such as the ASM-CS is to try to isolate the problem to a specific subsystem. By comparing what the system is doing to what it should be doing, the task of isolating a problem is greatly simplified.
Consider the following subsystems of the ASM-CS system:
The following troubleshooting sections discuss these subsystems in more detail.
Check the following items to help isolate the problem:
Check the following items to help isolate the problem:
This section describes how to test for problems with system memory using the bootstrap program. This program can help you isolate or rule out hardware problems encountered when installing your chassis. A summary of the bootstrap diagnostic tests and command options is provided.
The diagnostic tests for the ASM-CS help initialize the processor hardware and boot the main operating system software.
Caution Before proceeding, read through this procedure and the "Processor Card Configuration Register" section in Chapter 5. If you have any doubts about your ability to perform any part, contact your service representative for information on how to proceed. |
If you remove the jumpers from the boot file number field (bits 3, 2, 1, and 0) of the configuration register, you can start the ASM-CS in stand-alone bootstrap mode. The bootstrap mode prompt is > (angle bracket).
Once in bootstrap mode, enter ? to display a list of commands and options available to you. Following is an example of a display from a system with a CSC/4 processor card. Displays from systems with a CSC/3 processor card may vary slightly.
> ?
$ state Toggle cache state (? for help)
B [filename] Bootload filename and start it
C [address] Continue [optional address]
D /S M L V Deposit value V of size S into location L with modifier M
E /S M L Examine location L with size S with modifier M
G [address] Start up execution
H Offer help with commands
I Initialize
K Stack trace
L filename Bootload filename, but do not start it
O Show configuration register option settings
P Set break point
S Single step next instruction
T function Test device (? for help)
Deposit and Examine sizes may be B (byte), L (long) or S (short).
Modifiers may be R (register) or S (byte swap).
Following are some of the most useful bootstrap commands:
M Memory test
P Probe IO/memory space
Use the memory test command to test memory. By default, the test examines on-board memory. Use the Probe I/O memory space test to look at the mapped I/O space in main memory and test for interface card responses. The test starts at address 2000000. You can specify probe increments in order to look for specific regions. The test uses the probe increments to search for registers that can be read from and written to (see the samples following).
Follow these steps to run the bootstrap diagnostics:
Step 1: Turn off the ASM-CS and attach appropriate ESD protection.
Step 2: Remove the front access cover following steps 1-4 in the section "Chassis Access Procedure" in Chapter 5.
Step 3: Remove the jumpers from the boot file number field (bits 3, 2, 1, and 0) of the processor configuration register. (Note jumper positions before removal.)
Step 4: Restart the system. Wait for the system to print the two-line banner message and prompt you with an angle bracket (>).
To test memory, enter the following and then press the Return key.
>t m
Press the Return key after each prompt displayed to use the default addresses and select the default tests. Following is a sample of the Memory/Bus Diagnostic on the CSC/4 processor card:
Memory/Bus diagnostic
Starting Address [1000]?
Ending Address [400000]?
Hex argument for variable tests [FFFF]?
Select Tests [all]?
Number of passes to run [2]?
Message Level (0=silence, 1=summary, 2=normal)[2]?
Testing addresses between 0x1000 and 0x400000
Begin pass 0, test 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 End pass
Begin pass 1, test 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 End pass
No errors during 2 passes
Running a single pass of the diagnostic takes only a few minutes. If the program encounters memory problems, it displays appropriate error messages on the console terminal.
To test I/O space, enter the following and press the Return key.
>
t p
The probe begins at address 2000000. You can specify probe increments. The following example shows a test done in probe increments of 10:
IO/memory space probe
Starting address [2000000]?
Ending address [210FFFF]?
Probe increment (in shorts) [1]? 10
Probing from 0x2000000 to 0x210FFFF with interval 0x10
Region 0x210C000 to 0x210C060 exists (0K)
Done
>
Table 1-1 lists the times taken to run the memory tests.
Memory Probe Test Times | |||
---|---|---|---|
ProcessorCard | Memory Test Times | Probe Increment = 1 | Probe Increment1 = 10 |
CSC/4 | ~11 minutes2 | ~20 seconds | ~2 seconds |
CSC/3 | ~8 minutes | ~30 seconds | ~1 seconds |
This example shows a test done in probe increments of 1:
IO/memory space probe
Starting address [2000000]?
Ending address [210FFFF]?
Probe increment (in shorts) [1]?
Probing from 0x2000000 to 0x210FFFF with interval 0x1
Region 0x210C000 to 0x210C07E exists (0K)
Done
>
|