# 高可用性 (HA) 設定

KeeperオンプレミスSSOコネクトは、マルチインスタンスHA環境で動作するようにオプションで設定できます。最初のインスタンスを (このドキュメントの[Windows](/sso-connect-on-prem/jp/installation-and-setup/install-keeper-sso-connect.md)および[Linux](/sso-connect-on-prem/jp/installation-and-setup/installation-linux/linux-gui-configuration.md)の手順に従って) 設定し、起動時にサービスを開始できるようにすると、このインスタンスを複製して、ロードバランサーの背後で新たなインスタンスを起動できます。

{% hint style="warning" %}
各HAインスタンスは、同じバージョンのSSOコネクトを実行する必要があります。
{% endhint %}

### Windows

1. KeeperオンプレミスSSOコネクトを新しいインスタンスにインストールします。
2. SSOコネクトインスタンスの設定画面にログインし、ログイン後にドロップダウンメニューからSSO接続 (SSO Connection) を選択します。
3. Windowsサービス画面でKeeper SSOコネクトを再起動します。

起動すると、SSOコネクトサービスがこのインスタンスに同期され、ユーザートランザクションの処理を開始します。

### Linux

コマンドラインインターフェースを使用して、以下の手順でインスタンスを初期化します。\
\
$ java -jar SSOConnect.jar -config

プロンプトが表示されたら、以下の項目を入力します。

* Keeper管理者のメールアドレス
* Keeper管理者のマスターパスワード
* 二要素認証コード (アカウントで有効な場合)
* SSOドメイン名 (この属性はKeeper管理コンソールのSSOコネクトのプロビジョニング画面で定義します)

設定手順が完了すると、SSL証明書とIDP XMLファイルを含む現在の設定がサーバーから同期されるため、それらの設定情報を入力する必要はありません。ただし、プライベートIPを使用している場合は、設定ダイアログで設定する必要があります。「...を設定しますか」 と尋ねられたら、「Y」と入力します。Enterキーを押して、プライベートIPとプライベートポートの入力を求めるプロンプトが表示されるまで、既存の値を保持します。適切な値を入力します。

Enterキーを繰り返し押して、現在の設定を承認し、すべてのプロンプトに返答します。

サービスを再起動します。

$ systemctl restart ssoconnect

起動すると、SSOコネクトサービスがこのインスタンスに同期され、ユーザートランザクションの処理を開始します。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.keeper.io/sso-connect-on-prem/jp/high-availability-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
