> 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/enterprise-guide/jp/keeper-msp/migration-of-mcs/mc-to-enterprise.md).

# 管理対象企業からエンタープライズへ

管理対象企業をスタンドアロンのKeeperエンタープライズへ移行

## 概要 <a href="#overview" id="overview"></a>

KeeperコマンダーCLIを使用して、管理対象企業 (MC) をMSPからスタンドアロンのKeeperエンタープライズへ移行します。

{% hint style="warning" %}
**MSPまたはMCの移行を開始する前に、まずKeeperのサポートチームにご連絡ください。**<br>

MSP Americas & APAC: <mspteamna@keepersecurity.com>\
MSP EMEA: <MSPTeamEMEA@keepersecurity.com>

承認後、Keeperコマンダーを使用して管理対象企業の移行をリクエストしてください。
{% endhint %}

**シナリオ:** 管理対象企業側が離脱を開始します。MSP側の承認は不要です。Keeper Securityが確認します。管理対象企業側が完了します。

**コマンドリファレンス:** [コマンダーCLI/SDK](/enterprise-guide/jp/keeper-msp/commander-cli-sdk.md)

## 用語 <a href="#terminology" id="terminology"></a>

| 用語          | 定義                                           |
| ----------- | -------------------------------------------- |
| **MSP**     | マネージドサービスプロバイダー。他の企業を管理するKeeper Securityテナント |
| **MC**      | 管理対象企業。現在MSPが管理しているKeeper Securityテナント       |
| **離脱対象のMC** | スタンドアロンのエンタープライズへ移行する管理対象企業                  |

#### 本ガイドで使用するアカウント例 <a href="#example-accounts-used-in-this-guide" id="example-accounts-used-in-this-guide"></a>

以下の例は、ご利用環境の管理者名とメールアドレスに置き換えてください。

| ロール         | 管理者名        | 管理者メールアドレス              |
| ----------- | ----------- | ----------------------- |
| 離脱対象のMCの管理者 | `mc-admin`  | `mc-admin@example.com`  |
| MSP管理者      | `msp-admin` | `msp-admin@example.com` |

## 要件 <a href="#prerequisites" id="prerequisites"></a>

* KeeperコマンダーCLIのインストールと構成が完了していること
* 離脱対象の管理対象企業の**主要管理者**であること
* 現在のMSP管理者の名前とメールアドレスが分かっていること

## 手順1. 管理対象企業: 離脱の開始 <a href="#step-1-mc-initiate-the-departure" id="step-1-mc-initiate-the-departure"></a>

管理対象企業の管理者がコマンダーにログインし、MSPからの離脱リクエストを送信します。

**1. 管理対象企業の管理者としてコマンダーにログインします**

```
Email: mc-admin@example.com
Password: <your password>
```

**2. 離脱リクエストを送信します**

```
mc-transfer leave-msp
```

**3. リクエストが送信されたことを確認します**

```
mc-transfer status
```

離脱リクエストが保留中と表示されます。

<figure><img src="https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2Fgit-blob-090d731386eaf30bef43ff796063be05100d4041%2FStep%201%20-%20MC%20Initiate%20the%20Departure.jpg?alt=media" alt=""><figcaption></figcaption></figure>

## 手順2. MSP: 操作は不要 <a href="#step-2-msp-no-action-required" id="step-2-msp-no-action-required"></a>

MSP側でリクエストを承認する必要はありません。そのまま法務承認へ進みます。

{% hint style="info" icon="pencil-line" %}
MSP管理者には、承認の過程でKeeper Securityの法務チームから連絡があります。コマンダー上の操作は不要です。
{% endhint %}

## 手順3. 法務承認 <a href="#step-3-legal-approval" id="step-3-legal-approval"></a>

管理対象企業がリクエストを送信すると、Keeper Securityから双方の管理者にメールが届きます。

* Keeperから求められた情報の提出
* 離脱の承認または却下
* 双方への結果のメール通知

{% hint style="info" icon="pencil-line" %}
この手順ではコマンダー上の操作は不要です。法務承認が完了してから、以降の手順へ進んでください。
{% endhint %}

## 手順4. 管理対象企業: 離脱の完了 <a href="#step-4-mc-complete-the-departure" id="step-4-mc-complete-the-departure"></a>

Keeperが移行を承認したら、管理対象企業の管理者がコマンダーで離脱を完了します。

**1. 管理対象企業の管理者としてコマンダーにログインします**

```
Email: mc-admin@example.com
Password: <your password>
```

**2. 法務承認のステータスを確認します**

```
mc-transfer status --target-name "msp-admin" --target-email msp-admin@example.com
```

**3. 移行を実行します**

```
mc-transfer perform --target-name "msp-admin" --target-email msp-admin@example.com
```

管理対象企業は、スタンドアロンのエンタープライズになります。

<figure><img src="https://3468650114-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeJwa6ByNJ2qindnPknCW%2Fuploads%2Fgit-blob-5a9c6b10463892b0f2a6a1e348aca6e959c76ac2%2FStep%204%20-%20MC%20Complete%20the%20Departure.jpg?alt=media" alt=""><figcaption></figcaption></figure>

## コマンドリファレンス <a href="#command-reference-summary" id="command-reference-summary"></a>

| 手順       | 実行者   | コマンド                                                                           |
| -------- | ----- | ------------------------------------------------------------------------------ |
| 離脱の開始    | MC管理者 | `mc-transfer leave-msp --target-name "<msp-admin>" --target-email <msp-email>` |
| ステータスの確認 | MC管理者 | `mc-transfer status --target-name "<msp-admin>" --target-email <msp-email>`    |
| 離脱の完了    | MC管理者 | `mc-transfer perform --target-name "<msp-admin>" --target-email <msp-email>`   |

{% hint style="info" icon="pencil-line" %}
このシナリオに `accept` の手順はありません。管理対象企業の離脱について、MSP側でコマンダー上の操作は不要です。
{% 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/enterprise-guide/jp/keeper-msp/migration-of-mcs/mc-to-enterprise.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
