差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン | |||
| ja:documentation:pandorafms:complex_environments_and_optimization:05_satellite [2026/05/09 22:55] – [オンラインインストールツール] junichi | ja:documentation:pandorafms:complex_environments_and_optimization:05_satellite [2026/05/09 23:05] (現在) – [Linux システムへのサテライトサーバのインストール] junichi | ||
|---|---|---|---|
| 行 166: | 行 166: | ||
| <wrap #ks2_2 /> | <wrap #ks2_2 /> | ||
| - | ==== Linux システムへのサテライトサーバのインストール ==== | + | ==== Linux® |
| - | **The recommended GNU/Linux operating system is RedHat Enterprise -RHEL- 8 / Rocky Linux 8 (EL8)** | + | <WRAP center round info 90%> |
| - | **推奨 GNU/Linux OS は RedHat | + | **The recommended |
| - | Install **Fping**, **Nmap** | + | </ |
| - | **Fping**、**Nmap**、**libnsl** を個別にインストールしますが、まず EPEL リポジトリを設定します。次のリンクにアクセスします。 | + | <WRAP center round info 90%> |
| - | <code> | + | **推奨される Linux オペレーティングシステムは RedHat Enterprise® -RHEL®- 8 / Rocky Linux® 8**(通称**EL8**)です。**EL9** および **Ubuntu server 22.04** とも互換性があります。 |
| - | https://docs.fedoraproject.org/en-US/epel/# | + | |
| + | </WRAP> | ||
| + | |||
| + | **Systemd** is necessary for the operation of PFMS and Satellite Server. You can verify if **Systemd** is installed and started by running as //root// or equivalent user: | ||
| + | |||
| + | PFMS とサテライトサーバの動作には、**Systemd** が必要です。**Systemd** がインストールされ、起動しているかどうかは、// | ||
| + | <code bash> | ||
| + | ls -lha /sbin/init | ||
| + | cat / | ||
| </ | </ | ||
| - | and select the operating system. If Rocky Linux 8 is used: | + | With a similar result: |
| - | そしてオペレーティングシステムを選択します。Rocky Linux 8 を使っている場合は次の通りです。 | + | 次のような結果が得られrます。 |
| - | < | + | {{ : |
| + | |||
| + | Fundamental dependencies of the Satellite Server: **PandoraWMIC** (the installer also includes the necessary dependencies for **Braa** and **PandoraWMIC**), | ||
| + | |||
| + | サテライトサーバの基本的な依存関係: | ||
| + | |||
| + | * If using EL8 or EL9, the EPEL repository must be configured first (visit [[https:// | ||
| + | |||
| + | * EL8 または EL9 を使用する場合は、まず EPEL リポジトリを設定する必要があります (詳細については、[[https:// | ||
| + | |||
| + | For EL8: | ||
| + | |||
| + | EL8 向け: | ||
| + | |||
| + | < | ||
| dnf config-manager --set-enabled powertools | dnf config-manager --set-enabled powertools | ||
| dnf install epel-release | dnf install epel-release | ||
| + | </ | ||
| + | For EL9: | ||
| + | |||
| + | EL9 向け: | ||
| + | |||
| + | <code bash> | ||
| + | dnf config-manager --set-enabled crb | ||
| + | dnf install epel-release | ||
| </ | </ | ||
| - | Install Perl with the following command: | + | Install |
| - | 次のコマンドで Perl をインストールします。 | + | 以下のコマンドを使用して |
| - | < | + | < |
| dnf install perl | dnf install perl | ||
| - | |||
| </ | </ | ||
| - | Satellite Server core dependencies: **PandoraWMIC** | + | Dependencies: |
| - | サテライトサーバのコア依存ファイル: **PandoraWMIC** (バージョン 762 以降)、**Fping**、**Nmap**、**libnsl**。**Braa** および **PandoraWMIC** はインストーラーに添付されています。 | + | 依存関係: |
| < | < | ||
| - | dnf install fping nmap libnsl | + | dnf install fping nmap libnsl |
| + | </ | ||
| + | |||
| + | * If using Ubuntu Server: | ||
| + | |||
| + | * Ubuntsu Server を利用の場合: | ||
| + | <code bash> | ||
| + | apt-get install fping nmap libnsl2 snmp perl | ||
| </ | </ | ||
| - | Once you download | + | * Once the package containing the Satellite Server |
| - | サテライトサーバを含むパッケージをダウンロードしたら、**root** 権限でダウンロードフォルダに移動し、バイナリを解凍します。 | + | * サテライトサーバを含むパッケージをダウンロードしたら、root 権限でダウンロードフォルダに移動し、バイナリを解凍する必要があります。 |
| - | < | + | < |
| tar -xvzf pandorafms_satellite_server_X.XNG.XXX_x86_64.tar.gz | tar -xvzf pandorafms_satellite_server_X.XNG.XXX_x86_64.tar.gz | ||
| - | |||
| </ | </ | ||
| - | A folder named '' | + | Next, a folder named '' |
| - | '' | + | 次に、'' |
| - | < | + | < |
| cd satellite_server/ | cd satellite_server/ | ||
| - | |||
| </ | </ | ||
| - | To install the Satellite Server itself, | + | To install the Satellite Server itself, the installation |
| - | サテライトサーバ自体をインストールするには、インストールコマンドを実行します。 | + | サテライトサーバ自体をインストールするには、以下のインストールコマンドを実行する必要があります。 |
| - | < | + | < |
| ./ | ./ | ||
| - | |||
| </ | </ | ||
| - | Once the process is finished, edit the Satellite | + | Once the process is finished, |
| - | 処理が完了したら、次の場所にあるサテライト設定ファイルを編集します。 | + | 処理が完了したら、以下の場所にあるサテライト設定ファイルを編集する必要があります。 |
| - | <code> | + | <file> |
| / | / | ||
| + | </ | ||
| - | </ | + | Search for the token [[# |
| - | Search for the // | + | トークン [[# |
| - | + | ||
| - | //トークン// [[# | + | |
| - | + | ||
| - | After that, you may save the file and start the service by running the following: | + | |
| - | + | ||
| - | その後、ファイルを保存し、次のコマンドを実行してサービスを開始できます。 | + | |
| - | + | ||
| - | < | + | |
| - | + | ||
| - | sudo / | + | |
| + | <code bash> | ||
| + | systemctl start satellite_serverd | ||
| </ | </ | ||
| - | In case of any error or malfunction, | + | * In case of any error or malfunction, |
| - | エラーや不具合が発生した場合は、次のログファイルを確認してください。 | + | * エラーや不具合が発生した場合は、ログファイルを以下で確認できます。 |
| - | <code> | + | <file> |
| / | / | ||
| - | + | </file> | |
| - | </code> | + | |
| <wrap #ks2_3 /> | <wrap #ks2_3 /> | ||