> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/sso-connect-on-prem/jp/high-availability-configuration.md).

# 高可用性 (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接続]** を選択します。
3. Windowsサービス画面でKeeper SSOコネクトを再起動します。

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

### Linux

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

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

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

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

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

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

$ systemctl restart ssoconnect

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
