</sect3>
</sect2>
- <sect2 id="example-cluster-pgpool-config-sysconfig">
- <title>/etc/sysconfig/pgpoolの設定</title>
- <para>
- <productname>Pgpool-II</productname>起動時に<filename>pgpool_status</filename>ファイルが存在する場合、<productname>Pgpool-II</productname>は<filename>pgpool_status</filename>ファイルからバックエンドの状態(up/down)を読み取ります。
- <productname>Pgpool-II</productname>起動時に<filename>pgpool_status</filename>ファイルを無視させたい場合、<filename>/etc/sysconfig/pgpool</filename>の起動オプションOPTSに「-D」を追加します。
- </para>
- <programlisting>
-[全サーバ]# vi /etc/sysconfig/pgpool
-(...省略...)
-OPTS=" -D -n"
- </programlisting>
- </sect2>
-
<sect2 id="example-cluster-start-stop">
<title>システムの起動と停止</title>
<para>
</sect3>
</sect2>
- <sect2 id="example-cluster-pgpool-config-sysconfig">
- <title>/etc/sysconfig/pgpool Configuration</title>
- <para>
- When starting <productname>Pgpool-II</productname>, if the <filename>pgpool_status</filename>
- file exists, <productname>Pgpool-II</productname> will read the backend status (up/down) from the
- <filename>pgpool_status</filename> file.
- </para>
- <para>
- If you want to ignore the <filename>pgpool_status</filename> file at startup of
- <productname>Pgpool-II</productname>, add "- D" to the start option OPTS to
- <filename>/etc/sysconfig/pgpool</filename>.
- </para>
- <programlisting>
-[all servers]# vi /etc/sysconfig/pgpool
-...
-OPTS=" -D -n"
- </programlisting>
- </sect2>
-
<sect2 id="example-cluster-start-stop">
<title>Starting/Stopping Pgpool-II</title>
<para>