Default is <literal>''</literal>(empty): which means virtual
IP will never be brought up.
-->
- (アプリケーションサーバなど)クライアントサーバから接続されるpgpool-IIの仮想IP(VIP) アドレスを指定します。
+ (アプリケーションサーバなど)クライアントサーバから接続される<productname>Pgpool-II</productname>の仮想IP(VIP) アドレスを指定します。
<productname>Pgpool-II</productname>がスタンバイからアクティブに切り替わった時、<productname>Pgpool-II</productname>はこのVIPを引き継ぎます。
+ <xref linkend="guc-failover-require-consensus">がオンの場合(デフォルトです)、クォーラムが存在しなければVIPは立ち上がりません。
デフォルトは<literal>''</literal>(空文字)で、この場合仮想IPは決して立ち上がりません。
</para>
<para>
</term>
<listitem>
<para>
- Specifies the virtual IP address (VIP) of pgpool-II that is
- connected from client servers (application servers etc.).
- When a <productname>Pgpool-II</productname> is switched from standby to active,
- the <productname>Pgpool-II</productname> takes over
- this VIP.
- Default is <literal>''</literal>(empty): which means virtual
- IP will never be brought up.
+ Specifies the virtual IP address (VIP) of
+ <productname>Pgpool-II</productname> that is connected from
+ client servers (application servers etc.). When a
+ <productname>Pgpool-II</productname> is switched from standby to
+ active, the <productname>Pgpool-II</productname> takes over this
+ VIP. If <xref linkend="guc-failover-require-consensus"> is on
+ (the default), VIP will not be brought up in case the quorum
+ does not exist. Default is <literal>''</literal>(empty): which
+ means virtual IP will never be brought up.
</para>
<para>
This parameter can only be set at server start.