Managing the System Event Log
This chapter includes the following sections:
System Event Log Policy
Cisco UCS Central supports a global system event log (SEL) policy.
System Event Log
The system event log (SEL) resides on the CIMC in NVRAM. It records most server-related events, such as over and under voltage, temperature events, fan events, and events from BIOS. The SEL is mainly used for troubleshooting purposes.
The SEL file is approximately 40KB in size, and no further events can be recorded when it is full. It must be cleared before additional events can be recorded.
You can use the SEL policy to backup the SEL to a remote server, and optionally clear the SEL after a backup operation occurs. Backup operations can be triggered based on specific actions, or they can occur at regular intervals. You can also manually backup or clear the SEL.
The backup file is automatically generated. The filename format is sel-SystemName-ChassisID-ServerID-ServerSerialNumber-Timestamp; for example, sel-UCS-A-ch01-serv01-QCI12522939-20091121160736.
![]() Tip |
For more information about the SEL, including how to view the SEL for each server and configure the SEL policy, see the Cisco UCS Manager configuration guides, which are accessible through the Cisco UCS B-Series Servers Documentation Roadmap. |
Configuring the SEL Policy
The following example shows how to configure the SEL policy to back up the system event log (in ascii format) every 24 hours or when the log is full and clear the system event log after a backup operation occurs and commit the transaction
UCSC# connect policy-mgr UCSC(policy-mgr)# scope domain-group UCSC(policy-mgr) /domain-group #scope ep-log-policy sel UCSC(policy-mgr) /domain-group/ep-log-policy # set backup destination scp://user@192.168.1.10/logs Password: UCSC(policy-mgr) /domain-group/ep-log-policy* # set backup action log-full UCSC(policy-mgr) /domain-group/ep-log-policy* # set backup clear-on-backup yes UCSC(policy-mgr) /domain-group/ep-log-policy* # set backup format ascii UCSC(policy-mgr) /domain-group/ep-log-policy* # set backup interval 24-hours UCSC(policy-mgr) /domain-group/ep-log-policy* # commit-buffer UCSC(policy-mgr) /domain-group/ep-log-policy #

Feedback