ja:documentation:pandorafms:installation:01_installing

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:installation:01_installing [2024/12/15 13:07] – [必要最低ハードウエアスペック] junichija:documentation:pandorafms:installation:01_installing [2025/02/26 02:31] (現在) – [Enterprise サーバのインストール] junichi
行 179: 行 179:
 Pandora FMS をインストールする**前に**、動作する MySQL サーバが必要です。 MySQL サーバーと同時に Pandora FMS をインストールする場合は、MySQL を起動して root でアクセスできる設定をする必要があります。 Pandora FMS をインストールする**前に**、動作する MySQL サーバが必要です。 MySQL サーバーと同時に Pandora FMS をインストールする場合は、MySQL を起動して root でアクセスできる設定をする必要があります。
  
-   - Start with **systemd**: ''systemctl start mysql'' (alternatively you can use ''/etc/init.d/mysql start'').+   - Start with **systemd**: ''systemctl start mysql''.
    - Set the password for the admin user **root**: ''mysqladmin password < password >''. This password will be requested throughout the installation process.    - Set the password for the admin user **root**: ''mysqladmin password < password >''. This password will be requested throughout the installation process.
  
-   - **systemd** での起動: ''systemctl start mysql'' (''/etc/init.d/mysql start'' でも可能です)+   - **systemd** での起動: ''systemctl start mysql''
    - 管理者ユーザ **root** のパスワードを設定: ''mysqladmin password < password >'' このパスワードは、インストールプロセス全体を通じて必要です。    - 管理者ユーザ **root** のパスワードを設定: ''mysqladmin password < password >'' このパスワードは、インストールプロセス全体を通じて必要です。
 +
 +<wrap #ks1_8_2 />
  
 === Pandora FMS のインストール順 === === Pandora FMS のインストール順 ===
行 246: 行 248:
 オペレーティングシステムとしては **Red Hat (RHEL)** を推奨しますが、**Rocky Linux**、**AlmaLinux**、**Ubuntu** も公式にサポートされています ([[#最低ソフトウエア要件|最低ソフトウエア要件を参照]])。 オペレーティングシステムとしては **Red Hat (RHEL)** を推奨しますが、**Rocky Linux**、**AlmaLinux**、**Ubuntu** も公式にサポートされています ([[#最低ソフトウエア要件|最低ソフトウエア要件を参照]])。
  
-The minimum hardware requirements for this installation are: 1 core, 2 gigabytes of RAM and 20 gigabytes of free disk space, preferably a Solid State Drive (SSD).+To properly size the monitoring environment we recommend going to the [[#ks1_2|section of minimum hardware requirements]].
  
-ンストールの最小ハードウェア要件は、1コア、2ギガバイトの RAM、よび 20ギガバイトの空きディスクで、できれば SSD です。+監視環境のサズを適切に決定するには、[[#ks1_2|最小ハードウェア要件のセクション]] を参照することを勧めします。
  
-These requirements are the minimum installation requirements, to properly size the monitoring environment we recommend going to the [[#ks1_2|section of minimum hardware requirements]]. +<wrap #ks1_9_1_1 />
- +
-これらの要件は最小インストール要件です。監視環境のサイズを適切に設定するには、[[#ks1_2|必要最低ハードウエアスペック]] を確認することをお勧めします。+
  
 == オンラインインストールツールを利用する場合の要件 == == オンラインインストールツールを利用する場合の要件 ==
行 313: 行 313:
  
 == RHEL および Rocky Linux 向けのカスタムパラメータ == == RHEL および Rocky Linux 向けのカスタムパラメータ ==
 +
 +<WRAP center round info 90%>
 +
 +\\ 
 +
 +This tool can be requested [[https://pandorafms.com/en/free-trial/|through from this link]] for get a free trial (demo).
 +
 +\\ 
 +
 +</WRAP>
 +
 +<WRAP center round info 90%>
 +
 +\\ 
 +
 +このツールは、[[https://pandorafms.com/en/free-trial/|こちらのリンクから]]リクエストして無料トライアルを受けることができます。
 +
 +\\ 
 +
 +</WRAP>
  
   * **TZ**: Defines the [[https://en.wikipedia.org/wiki/Time_zone|time zone]] of the machine, default is ''Europe/Madrid''.   * **TZ**: Defines the [[https://en.wikipedia.org/wiki/Time_zone|time zone]] of the machine, default is ''Europe/Madrid''.
行 350: 行 370:
   * **PANDORA_LTS**: 主な不具合修正をした安定版である長期サポート版(LTS)をインストールします。デフォルトでは有効(''PANDORA_LTS=1'') です。ゼロに設定すると、最新の通常のローリングリリース版(RRR)をインストールします。   * **PANDORA_LTS**: 主な不具合修正をした安定版である長期サポート版(LTS)をインストールします。デフォルトでは有効(''PANDORA_LTS=1'') です。ゼロに設定すると、最新の通常のローリングリリース版(RRR)をインストールします。
  
-To use these environment variables just define them before executing the installation script, for example, in an installation in **RHEL 8**  with defined variables, execute the block:+To use these environment variables, it is enough to define them before executing the installation script, **for example**, in an installation in **EL 9** with defined variables, execute the block:
  
-これらの環境変数の使用は、インストールスクリプトを実行する前にそれらを定義するだけです。たとえば、変数を定義しての **RHEL 8**  でインストールでは次のように実行します。+これらの環境変数の使用は、インストールスクリプトを実行する前にそれらを定義するだけです。たとえば、変数を定義しての **EL 9**  でインストールでは次のように実行します。
  
 <code> <code>
行 367: 行 387:
   SKIP_DATABASE_INSTALL=0 \   SKIP_DATABASE_INSTALL=0 \
   SKIP_KERNEL_OPTIMIZATIONS=0 \   SKIP_KERNEL_OPTIMIZATIONS=0 \
-  PANDORA_SERVER_PACKAGE="https://firefly.pandorafms.com/pandorafms/latest/RHEL_CentOS/pandorafms_server-7.0NG.noarch.rpm"+ PANDORA_AGENT_PACKAGE="https://firefly.pandorafms.com/pandorafms/latest/pandorafms_one_agent_linux_bin-latest.el9.x86_64.rpm" \
-  PANDORA_CONSOLE_PACKAGE="https://firefly.pandorafms.com/pandorafms/latest/RHEL_CentOS/pandorafms_console-7.0NG.noarch.rpm"+
-  PANDORA_AGENT_PACKAGE="https://firefly.pandorafms.com/pandorafms/latest/RHEL_CentOS/pandorafms_agent_linux-7.0NG.noarch.rpm" \+
   PANDORA_BETA=0 \   PANDORA_BETA=0 \
   PANDORA_LTS=1 \   PANDORA_LTS=1 \
行 375: 行 393:
  
 </code> </code>
 +
 +<wrap #ks1_9_1_4 />
  
 == Ubuntu Server 向けのカスタムパラメータ == == Ubuntu Server 向けのカスタムパラメータ ==
行 682: 行 702:
   * **powershell** がインストールされている   * **powershell** がインストールされている
  
-Execute the following commands in a terminal window with Powershell and with administrator permissions:+Run the following commands in a terminal window with PowerShell and with administrator permissions (**administrator**):
  
 Powershell と administrator 権限を使用して、ターミナルウィンドウで次のコマンドを実行します。 Powershell と administrator 権限を使用して、ターミナルウィンドウで次のコマンドを実行します。
  
-<code> +<code powershell
-Invoke-WebRequest -Uri https://firefly.pandorafms.com/pandorafms/latest/Windows/Pandora%20FMS%20Windows%20Agent%20v7.0NG.x86_64.exe -OutFile ${env:tmp}\pandora-agent-windows.exe; & ${env:tmp}\pandora-agent-windows.exe /S --ip [PANDORASERVER IP or NAME] --group [GROUPNAME] --remote_config 1+Invoke-WebRequest -Uri https://firefly.pandorafms.com/pandorafms/LTS/PandoraFMS_One_Agent_Windows-lts.x86_64.exe -OutFile ${env:tmp}\pandora-agent-windows .exe; & ${env:tmp}\pandora-agent-windows.exe /S --ip [PANDORASERVER IP or NAME] --group [GROUPNAME] --remote_config 1
  
 </code> </code>
行 700: 行 720:
 </code> </code>
  
 +<wrap #ks1_10 />
  
 ==== パッケージインストール ==== ==== パッケージインストール ====
行 901: 行 922:
  
 <code> <code>
-/etc/init.d/pandora_server restart+systemctl restart pandora_server
  
 </code> </code>
  • ja/documentation/pandorafms/installation/01_installing.1734268074.txt.gz
  • 最終更新: 2024/12/15 13:07
  • by junichi