Network requirements, Configuration procedure – H3C Technologies H3C MSR 5600 User Manual
Page 228
215
NOTE:
Follow these guidelines while editing the file /etc/syslog.conf:
•
Comments must be on a separate line and must begin with a pound sign (#).
•
No redundant spaces are allowed after the file name.
•
The logging facility name and the severity level specified in the /etc/syslog.conf file must be
identical to those configured on the device by using the info-center loghost and info-center
source commands. Otherwise, the log information might not be output properly to the log host.
d.
Display the process ID of syslogd, kill the syslogd process, and then restart syslogd using the –r
option to make the new configuration take effect.
# ps -ae | grep syslogd
147
# kill -HUP 147
# syslogd -r &
Now, the device can output FTP logs to the log host, which stores the logs to the specified file.
Configuration example for outputting logs to a Linux
log host
Network requirements
Configure the device to output to the Linux log host 1.2.0.1/16 FTP logs that have a severity level of at
least informational.
Figure 62 Network diagram
Configuration procedure
Before the configuration, make sure the device and the log host can reach each other. (Details not
shown.)
1.
Configure the device:
# Enable the information center.
[Sysname] info-center enable
# Specify the log host 1.2.0.1/16, and specify local5 as the logging facility.
[Sysname] info-center loghost 1.2.0.1 facility local5
# Disable log output to the log host.
[Sysname] info-center source default loghost deny
To avoid outputting unnecessary information, disable all modules from outputting log information
to the specified destination (loghost in this example) before you configure an output rule.
# Configure an output rule to enable output to the log host FTP logs that have a severity level of at
least informational.