do reboot more flexibly
[unix-history] / usr / src / old / implogd / implogd.8
CommitLineData
c0c5c666
KM
1.\" Copyright (c) 1983 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
63c183b7 5.\" @(#)implogd.8 6.2 (Berkeley) %G%
c0c5c666 6.\"
2e0e8ab9 7.TH IMPLOGD 8C ""
c0c5c666
KM
8.UC 5
9.SH NAME
10implogd \- IMP logger process
11.SH SYNOPSIS
12.B /etc/implogd
13[
14.B \-d
15]
16.SH DESCRIPTION
17.I Implogd
63c183b7 18is program which logs error messages from the IMP,
c0c5c666
KM
19placing them in the file
20.IR /usr/adm/implog .
21.PP
22Entries in the file are variable length. Each log
23entry has a fixed length header of the form:
24.PP
25.ta 0.5i 1.0i 1.5i
26.nf
27struct sockstamp {
28 short sin_family;
29 u_short sin_port;
30 struct in_addr sin_addr;
31 time_t sin_time;
32 int sin_len;
33};
34.fi
35.PP
36followed, possibly, by the message received from the
37IMP. Each time the logging process is started up it
38places a time stamp entry in the file (a header with
39.I sin_len
40field set to 0).
41.PP
42The logging process will catch only those message from
43the IMP which are not processed by a protocol module,
44e.g. IP. This implies the log should contain only
63c183b7
MK
45status information such as ``IMP going down'' messages,
46``host down'' and other error messages,
c0c5c666
KM
47and, perhaps, stray NCP messages.
48.SH "SEE ALSO"
49imp(4P),
50implog(8C)