Ignore:
Timestamp:
Mar 1, 2010, 3:05:48 PM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3.x to 3.3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/docs/htmldocs/manpages/eventlogadm.8.html

    r368 r411  
    1 <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>eventlogadm</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="eventlogadm"><a name="eventlogadm.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>eventlogadm &#8212; push records into the Samba event log store</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">eventlogadm</code> [<code class="option">-d</code>] [<code class="option">-h</code>]  <code class="option">-o</code>
     1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>eventlogadm</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en"><a name="eventlogadm.8"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>eventlogadm &#8212; push records into the Samba event log store</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="literal">eventlogadm</code> [<code class="option">-d</code>] [<code class="option">-h</code>]  <code class="option">-o</code>
    22                <code class="literal">addsource</code>
    33                <em class="replaceable"><code>EVENTLOG</code></em>
     
    77                <code class="literal">write</code>
    88                <em class="replaceable"><code>EVENTLOG</code></em>
    9                  </p></div></div><div class="refsect1" title="DESCRIPTION"><a name="id2489354"></a><h2>DESCRIPTION</h2><p>This tool is part of the <a class="citerefentry" href="samba.1.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(1)</span></a> suite.</p><p><code class="literal">eventlogadm</code> is a filter that accepts
     9                 </p></div></div><div class="refsect1" lang="en"><a name="id2483376"></a><h2>DESCRIPTION</h2><p>This tool is part of the <a class="citerefentry" href="samba.1.html"><span class="citerefentry"><span class="refentrytitle">samba</span>(1)</span></a> suite.</p><p><code class="literal">eventlogadm</code> is a filter that accepts
    1010        formatted event log records on standard input and writes them
    1111        to the Samba event log store. Windows client can then manipulate
    12         these record using the usual administration tools.</p></div><div class="refsect1" title="OPTIONS"><a name="id2489516"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term"><code class="option">-d</code></span></dt><dd><p>
     12        these record using the usual administration tools.</p></div><div class="refsect1" lang="en"><a name="id2483530"></a><h2>OPTIONS</h2><div class="variablelist"><dl><dt><span class="term"><code class="option">-d</code></span></dt><dd><p>
    1313                The <code class="literal">-d</code> option causes <code class="literal">eventlogadm</code> to emit debugging
    1414                information.
     
    3232                </p></dd><dt><span class="term"><code class="option">-h</code></span></dt><dd><p>
    3333                Print usage information.
    34                 </p></dd></dl></div></div><div class="refsect1" title="EVENTLOG RECORD FORMAT"><a name="id2489631"></a><h2>EVENTLOG RECORD FORMAT</h2><p>For the write operation, <code class="literal">eventlogadm</code>
     34                </p></dd></dl></div></div><div class="refsect1" lang="en"><a name="id2483646"></a><h2>EVENTLOG RECORD FORMAT</h2><p>For the write operation, <code class="literal">eventlogadm</code>
    3535        expects to be able to read structured records from standard
    3636        input. These records are a sequence of lines, with the record key
    3737        and data separated by a colon character. Records are separated
    38         by at least one or more blank line.</p><p>The event log record field are:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p>
     38        by at least one or more blank line.</p><p>The event log record field are:</p><div class="itemizedlist"><ul type="disc"><li><p>
    3939                <code class="literal">LEN</code> - This field should be 0, since <code class="literal">eventlogadm</code> will calculate this value.
    40                 </p></li><li class="listitem"><p>
     40                </p></li><li><p>
    4141                <code class="literal">RS1</code> - This must be the value 1699505740.
    42                 </p></li><li class="listitem"><p>
     42                </p></li><li><p>
    4343                <code class="literal">RCN</code> -  This field should be 0.
    44                 </p></li><li class="listitem"><p>
     44                </p></li><li><p>
    4545                <code class="literal">TMG</code> - The time the eventlog record
    4646                was generated; format is the number of seconds since
    4747                00:00:00 January 1, 1970, UTC.
    48                 </p></li><li class="listitem"><p>
     48                </p></li><li><p>
    4949                <code class="literal">TMW</code> - The time the eventlog record was
    5050                written; format is the number of seconds since 00:00:00
    5151                January 1, 1970, UTC.
    52                 </p></li><li class="listitem"><p>
     52                </p></li><li><p>
    5353                <code class="literal">EID</code> - The eventlog ID.
    54                 </p></li><li class="listitem"><p>
     54                </p></li><li><p>
    5555                <code class="literal">ETP</code> - The event type -- one of
    5656                "INFO",
    5757                "ERROR", "WARNING", "AUDIT
    5858                SUCCESS" or "AUDIT FAILURE".
    59                 </p></li><li class="listitem"><p>
     59                </p></li><li><p>
    6060                <code class="literal">ECT</code> - The event category; this depends
    6161                on the message file. It is primarily used as a means of
    6262                filtering in the eventlog viewer.
    63                 </p></li><li class="listitem"><p>
     63                </p></li><li><p>
    6464                <code class="literal">RS2</code> - This field should be 0.
    65                 </p></li><li class="listitem"><p>
     65                </p></li><li><p>
    6666                <code class="literal">CRN</code> - This field should be 0.
    67                 </p></li><li class="listitem"><p>
     67                </p></li><li><p>
    6868                <code class="literal">USL</code> - This field should be 0.
    69                 </p></li><li class="listitem"><p>
     69                </p></li><li><p>
    7070                <code class="literal">SRC</code> - This field contains the source
    7171                name associated with the event log. If a message file is
    7272                used with an event log, there will be a registry entry
    7373                for associating this source name with a message file DLL.
    74                 </p></li><li class="listitem"><p>
     74                </p></li><li><p>
    7575                <code class="literal">SRN</code> - The name of the machine on
    7676                which the eventlog was generated. This is typically the
    7777                host name.
    78                 </p></li><li class="listitem"><p>
     78                </p></li><li><p>
    7979                <code class="literal">STR</code> - The text associated with the
    8080                eventlog. There may be more than one string in a record.
    81                 </p></li><li class="listitem"><p>
     81                </p></li><li><p>
    8282                <code class="literal">DAT</code> - This field should be left unset.
    83                 </p></li></ul></div></div><div class="refsect1" title="EXAMPLES"><a name="id2487492"></a><h2>EXAMPLES</h2><p>An example of the record format accepted by <code class="literal">eventlogadm</code>:</p><pre class="programlisting">
     83                </p></li></ul></div></div><div class="refsect1" lang="en"><a name="id2481512"></a><h2>EXAMPLES</h2><p>An example of the record format accepted by <code class="literal">eventlogadm</code>:</p><pre class="programlisting">
    8484        LEN: 0
    8585        RS1: 1699505740
     
    104104                my_program_to_parse_into_eventlog_records | \\
    105105                eventlogadm SystemLogEvents
    106         </pre></div><div class="refsect1" title="VERSION"><a name="id2487542"></a><h2>VERSION</h2><p>This man page is correct for version 3.0.25 of the Samba suite.</p></div><div class="refsect1" title="AUTHOR"><a name="id2487553"></a><h2>AUTHOR</h2><p> The original Samba software and related utilities were
     106        </pre></div><div class="refsect1" lang="en"><a name="id2481562"></a><h2>VERSION</h2><p>This man page is correct for version 3.0.25 of the Samba suite.</p></div><div class="refsect1" lang="en"><a name="id2481573"></a><h2>AUTHOR</h2><p> The original Samba software and related utilities were
    107107        created by Andrew Tridgell.  Samba is now developed by the
    108108        Samba Team as an Open Source project similar to the way the
Note: See TracChangeset for help on using the changeset viewer.