|
|
Your MGS or C chassis 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 isolate the problem.
This chapter includes the following:
Typically, any problems encountered at startup will be related either to the chassis or to the network. Use the information in this chapter only to help isolate problems and to rule out the chassis as the source of the problem. For additional troubleshooting assistance, refer to the optional Troubleshooting Internetworking Systems publication.
Before you call a customer service representative, have the following information ready:
The key to problem solving in a system such as the MGS, CGS, or CPT 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 can be greatly simplified.
Consider the following subsystems of the MGS and C chassis:
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:
![]() | Time Saver In general, if a particular port will not initialize, and the LED indicator on the interface card is lit, the problem may be the applique or internal cabling; however, to save time during the troubleshooting process, check the more accessible interface card before checking the applique. |
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. The diagnostic tests for the MGS and C chassis 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 a customer 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 system in standalone bootstrap mode. The bootstrap mode prompt is an angle bracket (>). Once in bootstrap mode, enter ? to display a list of available commands and options. Following is an example of a display from a system with a CSC/4 processor card. (The display is slightly different with a CSC/3.)
> ?
$ 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
By default, the memory test examines onboard memory on the processor and memory cards. Use the Probe IO/memory space test to look at the mapped I/O space in the main memory and test for interface card responses. 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 power to the chassis and attach appropriate ESD protection.
Step 2 Remove the front access cover following the appropriate steps in the section "Opening the MGS and C Chassis" in Chapter 5.
![]() | Caution Before proceeding, read the section "Processor Card Configuration Register" in Chapter 5 to familiarize yourself with the configuration register jumpers on the processor card. |
Step 3 Remove the jumpers from the boot file number field (bits 3, 2, 1, and 0) of the processor card configuration register. (Note jumper positions before removal.)
Step 4 Turn ON power to the chassis. Wait for the system to display the banner message and prompt you with an angle bracket (>).
To test memory, enter the following at the > prompt and then press the Return key:
t m
To use the default addresses and select the default tests, press the Return key after each prompt is displayed, as in the following 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
To test I/O space, enter the following, and press the Return key:
t p
The memory probe begins at address 2000000. You can specify probe increments. Table 4-1 lists the times taken to run the memory tests.
| Memory Probe Test Times | |||
|---|---|---|---|
| Processor Card | 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 |
The following example shows a test done with 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 >
The following example shows a test done with 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 >
|
|