Show Commands
show system error-id
666
Cisco Nexus 7000 Series NX-OS System Management Command Reference
OL-25806-03
show system error-id
To display the destination information for core files, use the show system error-id command.
show system error-id {error-number | list}
Syntax Description
Defaults None
Command Modes Any command mode
Supported User Roles network-admin
vdc-admin
network-operator
vdc-operator
Command History
Usage Guidelines This command does not require a license.
Examples This example shows how to display detailed information for an error message:
switch# show system error-id 0x1
Error Facility: (null)
Error Description: not enough memory
This example shows how to display brief information for all the error messages:
switch# show system error-id list
Common errors:
0x00000000 (SYSERR_SUCCESS): "success".
0x00000001 (SYSERR_NOMEM): "not enough memory".
0x00000002 (SYSERR_PSS_ERROR): "error while accessing PSS".
0x00000003 (SYSERR_CMI_NO_RESPOSE_PAYLOAD): "no cmi response payload".
0x00000004 (SYSERR_CMI_NULL_RECEIVE_BUF): "null cmi receive buffer".
0x00000005 (SYSERR_MGMT_ERROR): "unknown error".
0x00000006 (SYSERR_MGMT_NO_ENTRY): "entry not present".
0x00000007 (SYSERR_MGMT_NO_OBJECT): "object not present".
...
error-id Error number. The range is from 0x0 to 0xffffffff.
list Displays brief information for all the system error messages.
Release Modification
4.0(1) This command was introduced.