1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-sip</title>
4 <productname>Koha</productname> is the first free software library automation package.
6 <orgname>The Koha Community</orgname>
7 <uri>https://koha-community.org/</uri>
11 <refentry xml:id="koha-sip">
14 <refentrytitle>koha-sip</refentrytitle>
15 <manvolnum>8</manvolnum>
19 <refname>koha-sip</refname>
20 <refpurpose>Handle SIP server for named Koha instances.</refpurpose>
21 <refclass>UNIX/Linux</refclass>
26 <command>koha-sip</command>
27 <arg><option>--start</option>|<option>--stop</option>|<option>--restart</option></arg>
28 <arg><option>--status</option></arg>
29 <arg><option>--enable</option></arg>
30 <arg><option>--verbose</option>|<option>-v</option></arg>
31 <arg><option>-h</option>|<option>--help</option></arg>
35 <refsect1><title>Options</title>
36 <para>All option switches are mutually exclusive</para>
39 <term><option>--start</option></term>
41 <para>Starts the SIP server for the specified Koha instances.</para>
45 <term><option>--stop</option></term>
47 <para>Stops the SIP server for the specified Koha instances.</para>
51 <term><option>--restart</option></term>
53 <para>Restarts the SIP server for the specified Koha instances.</para>
57 <term><option>--enable</option></term>
59 <para>Copies the default SIP configuration file (/etc/koha/SIPconfig.xml) to the instance's configuration directory (/etc/koha/sites/)</para>
63 <term><option>--status</option></term>
65 <para>Show status information about the SIP server for the specified Koha instances.</para>
69 <term><option>-v</option>|<option>--verbose</option></term>
71 <para>Display progress messages.</para>
75 <term><option>-h</option>|<option>--help</option></term>
77 <para>This help.</para>
83 <refsect1><title>Description</title>
84 <para>This script handles SIP servers for Koha instances.</para>
87 <refsect1><title>See also</title>
88 <simplelist type="inline">
89 <member><command>koha-list(8)</command></member>