ELS Con®guration Commands (Talk 6)

log_crit

log_err

log_warning

log_notice

log_info

log_debug

These values do NOT have any particular association with any daemons on the IBM 2210. They are merely identi®ers which are used by the syslog daemon on the remote workstation.

range subsystemname ®rst_event_number last_event_number syslog_facility syslog_level

Where ®rst_event_numberis the number of the ®rst event in the speci®ed event range, and last_event_number is the number of the last event of the speci®ed event range.

Causes the events in the speci®ed range for the speci®ed subsystem to be remotely logged based on the syslog_facility and syslog_level values. See ªthe remote event commandº on page 175.

Example:

remote range gw 19 22 log_user log_info

Causes the event gw.19, gw.20, gw.21, and gw.22 to be logged remotely on the syslog_facility value of log_user and the syslog_level value of log_info.

group group.name syslog_facility syslog_level

Allows events belonging to the speci®ed group to be logged remotely based on the syslog_facility and syslog_level values. See ªthe remote event commandº on page 175.

subsystem subsystem.name message_level syslog_facility syslog_level

Where subsystem.name is the name of the subsystem and message_level is the level of messages selected in the subsystem.

Causes the events within the speci®edsubsystem.name whose message_level agrees with the speci®edmessage_level to be logged remotely at the ®les based on thesyslog_facility and syslog_level values. See ªthe remote event commandº on page 175.

Message_level is a value such as ªALL,º ªERROR,º ªINFO,º or ªTRACEº . See ªLogging Levelº on page 149. The value speci®ed in theremote command must agree with the value as coded on the particular event within the subsystem, or that event within the subsystem will not be remotely logged.

Example:

remote subsystem TKR all log_user log_info

In the above example, all messages in subsystem TKR (ªallº includes any messages coded for ªerror,º ªinfo,º or ªtraceº) will be logged remotely based on log_user and log_info values at the remote host.

Use the list all or list status commands to display what you have set with the noremote and remote commands.

176MRS V3.2 Software User's Guide

Page 212
Image 212
IBM SC30-3681-08 manual Group group.name syslogfacility sysloglevel, Remote range gw 19 22 loguser loginfo