> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/ja/library-packs/hardware-management/physical-endpoint-rightsizing/configuration-guide-physical-endpoint-rightsizing.md).

# 設定ガイド：物理エンドポイントの適正サイジング

{% hint style="warning" %}
このページの構成オプションは[管理者](https://docs.nexthink.com/platform/ja/user-guide/administration/account-management/roles#roles-administration)のみが見ることができます。

ライブラリのコンテンツを標準ユーザーとして使用するには、[使用ガイド: 物理エンドポイントの適正化](/platform/ja/library-packs/hardware-management/physical-endpoint-rightsizing/usage-guide-physical-endpoint-rightsizing.md) を参照してください。
{% endhint %}

## **前提条件** <a href="#documentation-pre-requisites" id="documentation-pre-requisites"></a>

このライブラリパックには、以下の必要な[拡張製品](https://docs.nexthink.com/platform/ja/overview/products)のコンテンツが含まれます:

{% hint style="info" %}
これらの製品の中には、それぞれのコンテンツへのデフォルトアクセスを提供し、[拡張製品](https://docs.nexthink.com/platform/ja/overview/products)がなくても使用可能な場合があります。

Nexthink Infinity の拡張製品の標準しきい値については、[Nexthink Infinity しきい値および制限の概要](https://edocs.nexthink.com/ja/nexthink-infinity/infinity-specifications/nexthink-infinity-default-thresholds-overview) ドキュメントをご参照ください。
{% endhint %}

## **含まれるコンテンツと依存関係** <a href="#documentation-contentanddependencies" id="documentation-contentanddependencies"></a>

このライブラリパックには以下のコンテンツと依存関係が含まれています；

| コンテンツの種類                                                                                                           | 名前                     | 説明                                                                                                            | 依存関係                                                                                   |
| ------------------------------------------------------------------------------------------------------------------ | ---------------------- | ------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [ライブダッシュボード](https://nexthink.gitbook.io/opd/user-guide/live-dashboards/managing-live-dashboards)                  | **物理エンドポイントの適正化**      | 物理エンドポイントの適正化の機会を評価するために使用する情報を表示します。                                                                         | <p><strong>物理エンドポイントの適正化</strong>ワークフローから返されるデータに依存します。<br></p>                        |
| [ワークフロー](https://nexthink.gitbook.io/opd/user-guide/workflows/managing-workflows)                                  | **物理エンドポイントの適正化**      | スケジュールされた調査から返されたデバイスについて、プロセッサおよびモニター情報を収集します。                                                               | **Start** Thinkletでスケジュールを設定する必要があります。スケジュールでは、指定された**NQL**クエリおよび出力パラメーターを使用する必要があります。 |
| [カスタムフィールド](https://nexthink.gitbook.io/opd/user-guide/administration/content-management/custom-fields-management) | **CPU パフォーマンス クラス**    | CPUパフォーマンス階層に従って各デバイスを自動的に分類します。**物理エンドポイントの適正化**ワークフローは、デバイスで検出された論理プロセッサの数に基づいてこのフィールドを更新します。               | 特定のダッシュボードウィジェットにデータを入力するために必要です。                                                      |
|                                                                                                                    | **デバイス更新: 外部ディスプレイ更新** | 外部ディスプレイの特性に基づいてデバイスを更新する必要があるかどうかを自動的に識別します。**物理エンドポイントの適正化**ワークフローは、検出された最小外部モニターサイズを使用してこのフィールドを更新します。     | 特定のダッシュボードウィジェットにデータを入力するために必要です。                                                      |
|                                                                                                                    | **デバイス更新: デバイスタイプ**    | 更新に関する推奨事項のためにデバイスタイプを自動的に分類します。**物理エンドポイントの適正化**ワークフローは、収集したハードウェア情報を使用してこのフィールドを更新し、デバイスの適正化に関する意思決定を支援します。 | 特定のダッシュボードウィジェットにデータを入力するために必要です。                                                      |

## **物理エンドポイントの適正化**の設定 <a href="#documentation-configurationguide" id="documentation-configurationguide"></a>

{% hint style="info" %}
この提案された設定ステップを適応させて、組織のニーズに応じてコンテンツを編集およびカスタマイズしてください。
{% endhint %}

Skynet をシステムにインストールするための手順に従ってください:

* [ ] 設定前 - [Nexthink Library](https://docs.nexthink.com/platform/latest/library)からライブラリパックのコンテンツをインストールします
* [ ] [ステップ1 - ワークフロースケジュールの設定](#step-1-configuring-the-workflow-schedule)
* [ ] [ステップ2 - ダッシュボードデータの検証](#documentation-step3-editcampaigns)
* [ ] [ステップ3 - （オプション）カスタムフィールドの設定](#step-3-optional-configuring-custom-fields)

### **ステップ1 -** ワークフロースケジュールの設定

**物理エンドポイントの適正化**ワークフローの**Start** Thinkletでスケジュールを設定します。このクエリは、ワークフローで必要なプロセッサおよびモニターの値を提供します。

1. メインメニューから**ワークフロー**を開きます。
2. **物理エンドポイントの適正化**ワークフローを開きます。
3. **Start** Thinkletを選択します。
4. スケジュールを追加します。
5. **名前**に`Daily_hour`と入力します。
6. 次のクエリを**NQL**エディターに貼り付けます：

```
devices
| include device.cpus
| compute num_process_ = number_of_logical_processors.sum()
| include device.monitors
| compute min_screen_size_ = diagonal_size.min()
| list device.name, device.uid, num_process_, min_screen_size_
```

> 出力エイリアスは変更しないでください。ワークフローでは、`num_process_`および`min_screen_size_`パラメーターが必要です。

7. **繰り返し**で、**毎日**を選択します。
8. **パラメーター**で、次のクエリ出力を選択します：
   * **パラメーター1**: `num_process_`
   * **パラメーター2**: `min_screen_size_`
9. **追加**を選択します。
10. ワークフローを保存して公開します。

<figure><img src="https://3549141153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeLm8O7QKZDn6z806e7Sv%2Fuploads%2Fgit-blob-14b118ad5ccdcbd88aedc3ce7d5905111378713a%2Fimage%20(1254).png?alt=media" alt="" width="375"><figcaption></figcaption></figure>

### **ステップ2 -** ダッシュボードデータの検証 <a href="#documentation-step3-editcampaigns" id="documentation-step3-editcampaigns"></a>

適正化の判断にダッシュボードを使用する前に、ワークフローを検証します。

1. **物理エンドポイントの適正化**ワークフローが公開されていることを確認します。
2. スケジュールが有効であることを確認します。
3. スケジュールされた実行が少なくとも一度完了するまで待ちます。
4. メインメニューから**ライブダッシュボード**を開きます。
5. **Install Physical endpoint rightsizing**を開きます。
6. プロセッサおよび最小画面サイズのデータが表示されることを確認します。
7. データがない場合は、ワークフローの実行履歴を確認します。

> 対象デバイスがオンラインのときにワークフローをスケジュールしてください。これにより、クエリで最新のデバイス情報を返すことができます。

### **ステップ3 - （オプション）カスタムフィールドの設定**

**物理エンドポイントの適正化**ワークフローは、**Install Physical endpoint rightsizing**ダッシュボードで使用される三つの**カスタムフィールド**を自動的に更新します。ワークフローを変更する前に、分類基準を確認してください。

#### CPU パフォーマンス クラス

ワークフローは、論理プロセッサの総数に従って各デバイスを分類します。

| CPU パフォーマンス クラス | 論理プロセッサ     |
| --------------- | ----------- |
| 低               | ≤ 4         |
| Standard        | > 4 かつ ≤ 8  |
| 高               | > 8 かつ ≤ 16 |
| ワークステーション       | > 16        |

> これらのしきい値を変更する場合は、表示される分類の一貫性を維持するため、**CPU パフォーマンス クラス**カスタムフィールドを使用するダッシュボードウィジェットを確認してください。

<figure><img src="https://3549141153-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeLm8O7QKZDn6z806e7Sv%2Fuploads%2Fgit-blob-c25cc89be2083d440123d66467b910536d6e5f44%2Fimage%20(1255).png?alt=media" alt=""><figcaption></figcaption></figure>

#### デバイス更新: 外部ディスプレイ

ワークフローは、接続されている最小モニターのサイズに従ってデバイスを分類します。

| ディスプレイプロファイル      | 最小モニター対角サイズ    |
| ----------------- | -------------- |
| シンプルなディスプレイプロファイル | < 16"          |
| 中程度のディスプレイプロファイル  | ≥ 16" かつ < 20" |
| 高度なディスプレイプロファイル   | ≥ 20"          |

#### デバイス更新: デバイスタイプ

ワークフローは、**デバイス更新: デバイスタイプ**カスタムフィールドも更新します。

| ディスプレイプロファイル | 最小モニター対角サイズ      |
| ------------ | ---------------- |
| 軽量           | ノートPC < 16"      |
| Standard     | ≥ 16" かつ < 20"   |
| ワークステーション    | ≥ 20" またはノートPC以外 |

***

関連トピック

* [概要: 物理エンドポイントの適正化](/platform/ja/library-packs/hardware-management/physical-endpoint-rightsizing.md)
* [使用ガイド: 物理エンドポイントの適正化](/platform/ja/library-packs/hardware-management/physical-endpoint-rightsizing/usage-guide-physical-endpoint-rightsizing.md)
* [ライブダッシュボードを管理する](https://nexthink.gitbook.io/opd/user-guide/live-dashboards/managing-live-dashboards)
* [ワークフローを管理する](https://nexthink.gitbook.io/opd/user-guide/workflows/managing-workflows)


---

# 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.nexthink.com/platform/ja/library-packs/hardware-management/physical-endpoint-rightsizing/configuration-guide-physical-endpoint-rightsizing.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.
