Added man pages zebraidx(1), zebrasrv(8)
[idzebra-moved-to-github.git] / doc / zebrasrv-man.sgml
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2 <!-- $Id: zebrasrv-man.sgml,v 1.1 2002-09-19 21:06:51 adam Exp $ -->
3 <refentry id="zebrasrv">
4  
5  <refmeta>
6   <refentrytitle>zebrasrv</refentrytitle>
7   <manvolnum>8</manvolnum>
8  </refmeta>
9  
10  <refnamediv>
11   <refname>zebrasrv</refname>
12   <refpurpose>Zebra Server</refpurpose>
13  </refnamediv>
14  
15  <refsynopsisdiv>
16   <cmdsynopsis>
17    <command>zebrasrv</command>
18    <arg choice="opt"><option>-a <replaceable>file</replaceable></option></arg>
19    <arg choice="opt"><option>-v <replaceable>level</replaceable></option></arg>
20    <arg choice="opt"><option>-l <replaceable>file</replaceable></option></arg>
21    <arg choice="opt"><option>-u <replaceable>uid</replaceable></option></arg>
22    <arg choice="opt"><option>-c <replaceable>config</replaceable></option></arg>
23    <arg choice="opt"><option>-t <replaceable>minutes</replaceable></option></arg>
24    <arg choice="opt"><option>-k <replaceable>kilobytes</replaceable></option></arg>
25    <arg choice="opt"><option>-d <replaceable>daemon</replaceable></option></arg>
26    <arg choice="opt"><option>-w <replaceable>dir</replaceable></option></arg>
27    <arg choice="opt"><option>-ziST1</option></arg>
28    <arg choice="opt" rep="repeat">listener-spec</arg>
29   </cmdsynopsis>
30   
31   <refsect1><title>DESCRIPTION</title>
32    <para>
33     <command>zebrasrv</command> is a Z39.50 server for Zebra.
34     On Unix you can run the server from the command line - and put it
35     in the background. It may also operate under the inet daemon.
36     On WIN32 you can run the server as a console application or
37     as a WIN32 Service.
38    </para>
39   </refsect1>
40   <refsect1>
41    <title>OPTIONS</title>
42    <para>
43     The options for <command>zebrasrv</command> are the same
44     as those for YAZ' <command>yaz-ztest</command>.
45     Option <literal>-c</literal> specifies a Zebra configuration
46     file - if omitted <filename>zebra.cfg</filename> is read.
47    </para>
48   </refsect1>
49   <refsect1><title>FILES</title>
50    <para>
51     <filename>zebra.cfg</filename>
52    </para>
53   </refsect1>
54   <refsect1><title>SEE ALSO</title>
55    <para>
56     <citerefentry>
57      <refentrytitle>zebraidx</refentrytitle>
58      <manvolnum>1</manvolnum>
59     </citerefentry>,
60     <citerefentry>
61      <refentrytitle>yaz-ztest</refentrytitle>
62      <manvolnum>8</manvolnum>
63     </citerefentry>
64    </para>
65    <para>
66     Section "The Z39.50 Server" in the Zebra manual.
67    </para>
68   </refsect1>
69 </refentry>
70
71 <!-- Keep this comment at the end of the file
72 Local variables:
73 mode: sgml
74 sgml-omittag:t
75 sgml-shorttag:t
76 sgml-minimize-attributes:nil
77 sgml-always-quote-attributes:t
78 sgml-indent-step:1
79 sgml-indent-data:t
80 sgml-parent-document:nil
81 sgml-local-catalogs: nil
82 sgml-namecase-general:t
83 End:
84 -->