Troubleshooting A Memory Leak - Cisco CRS-1 - Carrier Routing System Router Troubleshooting Manual

Ios xr troubleshooting guide
Hide thumbs Also See for CRS-1 - Carrier Routing System Router:
Table of Contents

Advertisement

Chapter 8
Process Monitoring and Troubleshooting
Command or Action
Step 3
show log
Example:
RP/0/RP0/CPU0:router# show log
Step 4
show exception

Troubleshooting a Memory Leak

To troubleshoot a memory leak, use the show processes {files} [job-id ] [detail] command to display
detailed information about open files and open communication channels. The job-id argument displays
the job identifier information for only the associated process instance.
The following example shows output from the show processes command with the files and detail
keywords:
RP/0/RP0/CPU0:router# show processes files 351 detail
Sun Jan 21 04:35:18.451 EDT
Jid: 351
-------------------------------------------------------------
File Descriptor
---------------
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OL-21483-02
Total open files: 352
Process Name
------------
pid: 1
pid: 1
syslog_dev
dllmgr
pid: 1
pid: 1
sysdb_svr_local
sysdb_svr_local
sysmgr
sysdb_svr_local
sysdb_svr_local
sysdb_mc
sysdb_svr_local
sysdb_mc
sysdb_svr_local
sysdb_mc
sysdb_mc
sysdb_mc
pid: 1
tcp
pid: 1
tcp
Cisco IOS XR Troubleshooting Guide for the Cisco CRS-1 Router
Troubleshooting High CPU Utilization and Process Timeouts
Purpose
Provides a background on what was going on at the time of
the crash. You can find syslog messages from the dumper
process at the time of the crash. This provides a list of
dynamic libraries which were loaded by the process and the
addresses where they were mapped. This is required to
decode the program counters in the stack trace which are a
part of a DLL. Also, the location where the core dump has
been saved is available.
The core dump is the .Z file mentioned in the log.
If you dont have the log, use the show exception command
to find out where it is saved.
If the problem is not resolved, contact Cisco Technical
Support. For Cisco Technical Support contact information,
see the
"Obtaining Documentation and Submitting a
Service Request" section on page viii
Name: tacacsd
in the Preface.
8-193

Advertisement

Table of Contents

Troubleshooting

loading

Table of Contents