User's Manual
PurposeCommand or Action
•
critical
•
error
•
warning
•
notice
•
informational
•
debug
CIMC does not remotely log any messages with a
severity below the selected severity. For example,
if you select error, then the remote syslog server
will receive all CIMC log messages with the
severity Emergency, Alert, Critical, or Error. It will
not show Warning, Notice, Informational, or Debug
messages.
Note
Selects one of the two remote syslog server profiles and
enters the command mode for configuring the profile.
Server /cimc/log # scope server
{1 | 2}
Step 4
Specifies the remote syslog server IP address.Server /cimc/log/server # set
server-ip ip-address
Step 5
Enables the sending of CIMC log entries to this syslog
server.
Server /cimc/log/server # set
enabled {yes | no}
Step 6
Commits the transaction to the system configuration.Server /cimc/log/server # commit
Step 7
This example shows how to configure a remote syslog server profile and enable the sending of CIMC log
entries with a minimum severity level of Warning:
Server# scope cimc
Server /cimc # scope log
Server /cimc/log # set remote-syslog-severity warning
Server /cimc/log *# scope server 2
Server /cimc/log/server *# set server-ip 192.0.2.34
Server /cimc/log/server *# set enabled yes
Server /cimc/log/server *# commit
Server /cimc/log/server # exit
Server /cimc/log # show server
Syslog Server IP Address Enabled
---------------- ---------------- --------
1 0.0.0.0 no
2 192.0.2.34 yes
Server /cimc/log # show remote-syslog-severity
Remote Syslog Severity: warning
Server /cimc/log #
Cisco UCS C-Series Servers Integrated Management Controller CLI Configuration Guide, Release 1.5
OL-28893-01 169
Viewing Logs
Sending the CIMC Log to a Remote Server