elcsd.conf.5

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 5 代码 · 共 126 行

5
126
字号
.\" SCCSID: @(#)elcsd.conf.5	2.1	3/10/87.TH elcsd.conf 5 .SH Name elcsd.conf \- error logging configuration file .SH Description .NXR "elcsd.conf file" "format".NXR "configuration file (error logger)".NXAM "elcsd daemon" "elcsd.conf file"The .PN elcsd.conf file contains information used by the .PN elcsd daemon to configure error logging for the system.  The system managermaintains this file.  The error logging daemon is dependent on thecurrent order of the entries in the .PN elcsd.conffile.  Do not change the order. .PPThe information in the .PN elcsd.conf file shows any defaults and describes what you can enter.  A newlineis used to delimit each entry in the file, a null entry consists of anewline alone, and comments begin with #..EX 0##    elcsd - errlog configuration file#{           # delimiter DON'T remove or comment out!1           # status 1-local,2-logrem,4-remlog,5-remlog+priloglocal            # errlog file size limit num. of blocks/usr/adm/syserr # errlog dir. path            # backup errlog dir. path/           # single user errlog dir. path/usr/adm/syserr # log remote hosts errlog dir. path            # remote hostname to log to}           # delimiter DON'T remove or comment out!#  hosts to log :S - separate file or :R - remotes file (together)remote1:Sremote2:S#remote3:S		# disabled remote4:S   .   .   ..EEThe status line of the .PN elcsd.conf file describes where you can log error packets, also called errormessages: .RS 5.TPLogs error packets locally = .BR 1, the default..TPLogs error packets from a remote system or systems to the local machine =.BR 2..TPLogs local and remote error packets locally =.BR 3..TPLogs error packets from the local system to a remote system =.BR 4. .TPLogs error packets from the local system remotely and logs highpriority messages locally =.BR 5..RE.PPThe errorlog file size defines the maximum size of an errorlog file.  Ifdisk space is limited, you can specify the maximum number of blocks(512 bytes each) you want theerrorlog file to be.  If you do not specifythe maximum number of blocks, the system will notify you when the filesystem is 98% full..PPThe default errorlog directory path is .PN /usr/adm/syserr. You can directerror packets to a different directory; if you do, you must changethe default for .PN uerf also. For further information, see .MS uerf 8 ..PPIf the error-logging daemon cannot write to the primary errorlogdirectory path, it attempts to log to the backup errorlog directorypath automatically. .PPThe root directory is the default for the single-user errorlogdirectory path.  When the system makes the transition to multiusermode, errors logged in single-user mode are transferred to the defaulterrorlog directory path .PN /usr/adm/syserr .You can direct single-usererror packets to another directory..PPTo log error packets from a remote system locally, set up anerrorlog directory path on the local system.  The default is.PN /usr/adm/syserr.  .PPErrorlog packets from remote systems can be logged to separate filesor to one file..B S sets up a separate errorlog file for each remotesystem that logs locally..B R logs packets from the corresponding remote systemto the file syserr.remotes. The default is .B S..SH RestrictionsYou must have superuser privileges to change the .PN elcsd.conffile.  However, anyone can view the file..SH Files.TP 15.PN /usr/adm/elcsdlogelcsd daemon messages.SH See Alsoelcsd(8), eli(8), uerf(8).br.I Guide to the Error Logger System

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?