> 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/migrating-to-a-new-sso-connect-server.md).

# 新しいSSOコネクトサーバーに移行

プロビジョニングメソッドに後から追加した各サーバーは、SSO権限を持つ管理者としてSSOコネクトの認証に成功すると、設定とユーザーのSSOデータが自動的にダウンロードされます。これにより、新しいサーバーへの移行やHA環境への組み込みに必要な再設定の手間を減らせます。

{% hint style="danger" %}
管理コンソールでSSOコネクトのプロビジョニングインスタンスを削除しないでください。インスタンスを削除すると、設定も削除され、SSOコネクトサーバーが切り離されます。
{% endhint %}

1. WindowsまたはLinuxで以前行ったように、新しいSSOコネクトサーバーをインストールします。

{% hint style="warning" %}
各サーバーのKeeper SSOコネクトは、同じバージョンである必要があります。別のサーバーをインストールする前に、最初 (または稼働中) のSSOコネクトを最新バージョンにアップグレードしてください。
{% endhint %}

2. 設定によっては、**プライベートIP**アドレスフィールドに新しいサーバーのローカルIPアドレスを入力する必要がある場合があります。最初のSSOコネクトサーバーにプライベートIPアドレスが設定されていた場合、その値はSSOコネクトの設定と同期されません。通常、プライベートIPはサーバーごとに固有の値であるためです。

{% hint style="info" %}
設定ページで新しいサーバーを認証した後、サービスが **\[停止]** になる場合は、NICのローカルIPにバインドできるようプライベートIPアドレスが正しく設定されていない可能性が高いです。
{% endhint %}

3. ホスト名をDNS上で変更しない場合、DNSレコードを新しいサーバー向けに切り替えるだけで済むため、再設定は不要です。新しいサーバーでホスト名自体を変更する場合は、SSOコネクトの設定でホスト名を更新してください。
4. ホスト名を変更すると、SSL証明書への影響が出る場合があります。ワイルドカード証明書を使用しており、新しいサーバーがその証明書の対象に含まれる場合は、追加の作業は不要です。サーバー名に紐づくSSL証明書を使用しており、ホスト名が新しいサーバー名 (またはIPアドレス) に変わる場合は、新しいSSL証明書が必要になることがあります。
5. 新しい設定を更新したら、 **\[保存]** をクリックします。これで、新しいサーバーでSSO認証プロセスが利用できるようになります。

{% hint style="warning" %}
1台のサーバーに設定が保存されると、クラウドに複製されて、他のサーバーに同期されます。
{% endhint %}


---

# 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/migrating-to-a-new-sso-connect-server.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.
