HP 6125G HP 6125G & 6125G/XG Blade Switches Network Management and Mon - Page 56

Outputting log information to a Linux log host, Network requirements, Configuration procedure

Page 56 highlights

147 # kill -HUP 147 # syslogd -r & Now, the system can record log information into the log file. Outputting log information to a Linux log host Network requirements Configure the device to send log information that has a severity level of at least informational to the Linux log host at 1.2.0.1/16. Figure 19 Network diagram Configuration procedure Before the configuration, make sure that the device and the PC can reach each other. 1. Configure the device: # Enable the information center. system-view [Sysname] info-center enable # Specify the host 1.2.0.1/16 as the log host. Use the channel loghost to output log information (optional, loghost by default), and use local5 as the logging facility. [Sysname] info-center loghost 1.2.0.1 channel loghost facility local5 # Disable the output of log, trap, and debugging information of all modules on channel loghost. [Sysname] info-center source default channel loghost debug state off log state off trap state off To avoid outputting unnecessary information, disable the output of log, trap, and debugging information on the specified channel (loghost in this example) before you configure an output rule. # Configure an output rule to output to the log host the log information that has a severity level of at least informational. [Sysname] info-center source default channel loghost log level informational state on 2. Configure the log host: a. Log in to the log host as a root user. b. Create a subdirectory named Device in directory /var/log/, and create file info.log in the Device directory to save logs of Device. # mkdir /var/log/Device # touch /var/log/Device/info.log c. Edit the file /etc/syslog.conf and add the following contents. # Device configuration messages local5.info /var/log/Device/info.log 49

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157

49
147
# kill -HUP 147
# syslogd -r &
Now, the system can record log information into the log file.
Outputting log information to a Linux log host
Network requirements
Configure the device to send log information that has a severity level of at least informational to the Linux
log host at 1.2.0.1/16.
Figure 19
Network diagram
Configuration procedure
Before the configuration, make sure that the device and the PC can reach each other.
1.
Configure the device:
# Enable the information center.
<Sysname> system-view
[Sysname] info-center enable
# Specify the host 1.2.0.1/16 as the log host. Use the channel
loghost
to output log information
(optional,
loghost
by default), and use
local5
as the logging facility.
[Sysname] info-center loghost 1.2.0.1 channel loghost facility local5
# Disable the output of log, trap, and debugging information of all modules on channel
loghost
.
[Sysname] info-center source default channel loghost debug state off log state off
trap state off
To avoid outputting unnecessary information, disable the output of log, trap, and debugging
information on the specified channel (
loghost
in this example) before you configure an output rule.
# Configure an output rule to output to the log host the log information that has a severity level of
at least
informational
.
[Sysname] info-center source default channel loghost log level informational state
on
2.
Configure the log host:
a.
Log in to the log host as a root user.
b.
Create a subdirectory named
Device
in directory
/var/log/
, and create file
info.log
in the
Device
directory to save logs of
Device
.
# mkdir /var/log/Device
# touch /var/log/Device/info.log
c.
Edit the file
/etc/syslog.conf
and add the following contents.
# Device configuration messages
local5.info
/var/log/Device/info.log