Expand Configuration and Management Manual (G06.24+)

Troubleshooting
Expand Configuration and Management Manual523347-008
21-34
Slow Response Time
Step 2: Display routing data
Once you have isolated the path to the nodes causing the bottleneck, use the following
Expand subsystem SCF command to display the routing data of the network control
process ($NCP) at one end of the slow path:
INFO PROCESS $NCP, NETMAP, AT \system-name
Example 21-5, SCF INFO PROCESS $NCP, NETMAP Display, on page 21-9 shows an
example of an INFO PROCESS $NCP, NETMAP display.
Step 3: Display path information
Once you have identified the best-path route, use the following Expand subsystem
SCF command to display information about the path:
INFO PROCESS $NCP, LINESET
Example 21-4, SCF INFO PROCESS $NCP, LINESET Display, on page 21-7 is an
example of an INFO PROCESS $NCP, LINESET command.
Step 4: Analyze Layer 2 statistics
You can use the logical device (LDEV) number in the following SCF command to
analyze the Layer 2 statistics and further isolate the problem:
STATS LINE $ldev_number
Example 21-2, SCF STATS Display, on page 21-6, is an example of an SCF STATS
LINE display.
If a line is causing a problem, you will see the following Layer 2 statistics:
Congestion and delays because of heavy usage (the ratio of I-Frames to RR-
Frames). I-Frames (or information frames) contain Expand packets. RR-Frames (or
receive ready frames) are used to acknowledge information frames or simply
report the link’s ready status to the other node.
Slow links because of a large number of errors (high number of BCC or FCS
errors)
When a line is under a heavy load, a STATS LINE command will typically display an
unusually large number of I-Frames and virtually no S-Frames (supervisory frames, of
which RR-Frames are the most common). RR-Frames will not be displayed because
an I-Frame is always available to carry the acknowledgment.
Step 5: Analyze Layer 4 statistics
If the Layer 2 information gathered in Step 4 indicates nothing out of the ordinary,
check the path for Layer 4 problems. Methods for gathering Layer 4 statistics are
explained in Table 21-7 on page 21-13.