S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
59-9
Cisco MDS 9000 Family CLI Configuration Guide
OL-16184-01, Cisco MDS SAN-OS Release 3.x
Chapter 59 Monitoring System Processes and Logs
Core and Log Files
First and Last Core Verification
You can view specific information about the saved core files.
Example 59-15
to
Example 59-16
provide
further details on saved core files.
Example 59-15 Regular Service on Default-VDC on Local Node
For example, pixm crashes five times. The output of show cores vdc-all displays five core files. Three
minutes later, the second oldest core file gets deleted to comply with the number of cores defined in the
service.conf file.
switch#
show cores vdc-all
VDC No Module-num Process-name PID Core-create-time
------ ---------- ------------ --- ----------------
1 5 pixm 4103 Jan 29 01:30
1 5 pixm 5105 Jan 29 01:32
1 5 pixm 5106 Jan 29 01:32
1 5 pixm 5107 Jan 29 01:33
1 5 pixm 5108 Jan 29 01:40
switch#
show cores vdc-all
VDC No Module-num Process-name PID Core-create-time
------ ---------- ------------ --- ----------------
1 5 pixm 4103 Jan 29 01:30
1 5 pixm 5106 Jan 29 01:32
1 5 pixm 5107 Jan 29 01:33
1 5 pixm 5108 Jan 29 01:40
Example 59-16 Regular Service on vdc 2 on Active Supervisor Module
For example, there are five radius core files from vdc2 on the active supervisor module. The second and
third oldest files get deleted to comply with the number of core files defined in the service.conf file.
switch#
show cores vdc vdc2
VDC No Module-num Process-name PID Core-create-time
------ ---------- ------------ --- ----------------
2 5 radius 6100 Jan 29 01:47
2 5 radius 6101 Jan 29 01:55
2 5 radius 6102 Jan 29 01:55
2 5 radius 6103 Jan 29 01:55
2 5 radius 6104 Jan 29 01:57
switch#
show cores vdc vdc2
VDC No Module-num Process-name PID Core-create-time
------ ---------- ------------ --- ----------------
2 5 radius 6100 Jan 29 01:47
Command
Purpose
switch# show cores
Displays all the core files saved in the default-VDC.
switch# show cores vdc-all
Displays all the core files saved in the system. The number
of core files is defined in service.conf file.