ja:documentation:pandorafms:installation:01_installing

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
ja:documentation:pandorafms:installation:01_installing [2026/04/25 23:13] – [ポート要件] junichija:documentation:pandorafms:installation:01_installing [2026/04/25 23:23] (現在) – [Ubuntu Server 向けのカスタムパラメータ] junichi
行 400: 行 400:
    * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful when you already have a database installed, either local or remote, and use its credentials to create the Pandora FMS database; defaults to ''SKIP_DATABASE_INSTALL=0''.    * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful when you already have a database installed, either local or remote, and use its credentials to create the Pandora FMS database; defaults to ''SKIP_DATABASE_INSTALL=0''.
    * **SKIP_KERNEL_OPTIMIZATIONS**: Skip recommended kernel optimization, for advanced users only. By default ''SKIP_KERNEL_OPTIMIZATIONS=0''.    * **SKIP_KERNEL_OPTIMIZATIONS**: Skip recommended kernel optimization, for advanced users only. By default ''SKIP_KERNEL_OPTIMIZATIONS=0''.
-   * **MYVER**: Defines the version of MySQL to installif **80** is defined MySQL 8 will be installed. By default ''MYVER=80'' (deploys MySQL 8.0). +  * **MYVER**: Specify the version of MySQL to installif you specify **84**MySQL 8.4 will be installed. By default''MYVER=80'' (installs MySQL 8.0). 
-   * **PHPVER**: Defines the version of PHP to install, by default ''PHPVER=8'' (displays PHP 8).+  * **PHPVER**: Specifies the PHP version to install; if **82** is specifiedPHP 8.2 will be installed (the version compatible with PFMS //legacy//). By default''PHPVER=84'' (installs PHP 8.4).
    * **PANDORA_SERVER_PACKAGE**: Defines the URL of the RPM package of the Pandora FMS server that you want to install. By default, the latest available version is defined.    * **PANDORA_SERVER_PACKAGE**: Defines the URL of the RPM package of the Pandora FMS server that you want to install. By default, the latest available version is defined.
    * **PANDORA_CONSOLE_PACKAGE**: Defines the URL of the Pandora FMS Web Console RPM package that you want to install. By default, the latest available version is defined.    * **PANDORA_CONSOLE_PACKAGE**: Defines the URL of the Pandora FMS Web Console RPM package that you want to install. By default, the latest available version is defined.
行 407: 行 407:
    * **PANDORA_BETA**: If it is set to ''1'' the packages of the latest available beta version will be installed (only for test environments). By default ''PANDORA_BETA=0'' (if specific packages are defined, this option is ignored).    * **PANDORA_BETA**: If it is set to ''1'' the packages of the latest available beta version will be installed (only for test environments). By default ''PANDORA_BETA=0'' (if specific packages are defined, this option is ignored).
    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).
 +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:
  
   * **TZ**: マシンの [[https://en.wikipedia.org/wiki/Time_zone|タイムゾーン]] を定義します。デフォルトは ''Europe/Madrid''  です。   * **TZ**: マシンの [[https://en.wikipedia.org/wiki/Time_zone|タイムゾーン]] を定義します。デフォルトは ''Europe/Madrid''  です。
行 418: 行 419:
   * **SKIP_DATABASE_INSTALL**: データベースのインストールをスキップします。これは、ローカルまたはリモートのデータベースがすでにインストールされていて、そのデータベースの認証情報を使用して Pandora FMS データベースを作成する場合に役立ちます。 デフォルトでは、''SKIP_DATABASE_INSTALL=0''  です。   * **SKIP_DATABASE_INSTALL**: データベースのインストールをスキップします。これは、ローカルまたはリモートのデータベースがすでにインストールされていて、そのデータベースの認証情報を使用して Pandora FMS データベースを作成する場合に役立ちます。 デフォルトでは、''SKIP_DATABASE_INSTALL=0''  です。
   * **SKIP_KERNEL_OPTIMIZATIONS**: 推奨する kernel の最適化をスキップするオプションで、上級ユーザ向けです。デフォルトは、''SKIP_KERNEL_OPTIMIZATIONS=0''  です。   * **SKIP_KERNEL_OPTIMIZATIONS**: 推奨する kernel の最適化をスキップするオプションで、上級ユーザ向けです。デフォルトは、''SKIP_KERNEL_OPTIMIZATIONS=0''  です。
-  * **MYVER**: インストールする MySQL のバージョンを定します。**80** 義されてい場合、MySQL 8 がインストールされます。 デフォルト''MYVER=80'' (MySQL 8.0 をデプロします)。 +  * **MYVER**: インストールする MySQL のバージョンを定します。**84** を指、MySQL 8.4 がインストールされます。デフォルトは ''MYVER=80'' (MySQL 8.0 をインストール)です。 
-  * **PHPVER**: インストールする PHP のバージョンを定します。デフォルトでは、''PHPVER=8'' です(PHP 8 をデプロしま)+  * **PHPVER**: インストールする PHP のバージョンを定します。**82** を指定すると、PHP 8.2(PFMS //レガシー// と互換性のあるバージョン)がインストールされます。デフォルトでは、''PHPVER=84''PHP 8.4をインストール)です。
   * **PANDORA_SERVER_PACKAGE**: インストールする Pandora FMS サーバーの RPM パッケージの URL を定義します。 デフォルトでは、最新のバージョンが定義されています。   * **PANDORA_SERVER_PACKAGE**: インストールする Pandora FMS サーバーの RPM パッケージの URL を定義します。 デフォルトでは、最新のバージョンが定義されています。
   * **PANDORA_CONSOLE_PACKAGE**: インストールする Pandora FMS Web コンソールの RPM の URL を定義します。 デフォルトでは、最新のバージョンが定義されています。   * **PANDORA_CONSOLE_PACKAGE**: インストールする Pandora FMS Web コンソールの RPM の URL を定義します。 デフォルトでは、最新のバージョンが定義されています。
行 438: 行 439:
  DBPORT='3306' \  DBPORT='3306' \
  DBROOTPASS='Pandor4!' \  DBROOTPASS='Pandor4!' \
- MYVER=80 + MYVER=84 
- PHPVER=\+ PHPVER=84 \
  SKIP_PRECHECK=0 \  SKIP_PRECHECK=0 \
  SKIP_DATABASE_INSTALL=0 \  SKIP_DATABASE_INSTALL=0 \
行 454: 行 455:
  
    * **TZ**: Defines the time zone of the machine, by default it is ''Europe/Madrid''.    * **TZ**: Defines the time zone of the machine, by default it is ''Europe/Madrid''.
-  * **PHPVER**: It defines the PHP version to install. By default ''PHPVER=8''  (installs PHP 8). +  * **PHPVER**: Specifies the PHP version to install; if **82** is specified, PHP 8.2 will be installed (the version compatible with PFMS //legacy//). By default''PHPVER=84'' (installs PHP 8.4). 
-  * **DBHOST**: The host of the database, by default ''DBHOST=127.0.0.1''  +   ***DBHOST**: The host of the database, by default ''DBHOST=127.0.0.1''
-  * **DBNAME**: The name of the database to be created, by default ''DBNAME=pandora''+   * **DBNAME**: The name of the database to create, by default ''DBNAME=pandora''
-  * **DBUSER**: The user of the database to be created, by default ''DBUSER=pandora''  +   * **DBUSER**: The database user to be created, by default ''DBUSER=pandora''
-  * **DBPASS**: The password for the user to be created, by default ''DBPASS=pandora''+   * **DBPASS**: The password (password) for the user that will be created, by default ''DBPASS='Pandor4!' ''
-  * **DBPORT**: Port number of the database to be connected, by default ''DBPORT=3306''+   * **DBPORT**: Port number of the database to connect, by default ''DBPORT=3306''
-  * **DBROOTPASS**: Password for the database root user, by default ''DBROOTPASS=pandora''+   * **DBROOTPASS**: Password of the **root** user of the database, by default ''DBROOTPASS='Pandor4!' ''
-  * **SKIP_PRECHECK**: Skip the check if a previous Pandora FMS installation already exists, useful to create a new database and point the installation to this one; by default ''SKIP_PRECHECK=0''+   * **SKIP_PRECHECK**: Skip the check if there is already a previous installation of Pandora FMS, useful to create a new database and point the installation to it; by default ''SKIP_PRECHECK=0''
-  * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful for when you already have a database installed, either local or remote and you use its credentials to create the Pandora FMS database; by default ''SKIP_DATABASE_INSTALL=0''+   * **SKIP_DATABASE_INSTALL**: Skip the database installation, useful when you already have a database installed, either local or remoteand use its credentials to create the Pandora FMS database; defaults to ''SKIP_DATABASE_INSTALL=0''
-  * **SKIP_KERNEL_OPTIMIZATIONS**: Skip the recommended kernel optimization, only for advanced users. Default ''SKIP_KERNEL_OPTIMIZATIONS=0''+   * **SKIP_KERNEL_OPTIMIZATIONS**: Skip recommended kernel optimization, for advanced users onlyBy default ''SKIP_KERNEL_OPTIMIZATIONS=0''
-  * **POOL_SIZE**: It specifies memory value to be used, by default it is done automatically. +   * **POOL_SIZE**: Specifies a value of memory to use, by default it is done automatically. 
-  * **PANDORA_BETA**: If set to ''1''the packages of the latest beta version available will be installed (only for test environments). By default ''PANDORA_BETA=0''.+   * **PANDORA_BETA**: If it is set to ''1'' the packages of the latest available beta version will be installed (only for test environments). By default ''PANDORA_BETA=0'' .
    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).    * **PANDORA_LTS**: Installs the latest version of Long Term Support (**LTS**), a version with maximum stability that incorporates major bug fixes. By default it is active (''PANDORA_LTS=1''), if it is set to zero it installs the latest regular version, Feature Release (**FR**).
  
   * **TZ**: マシンのタイムゾーンを定義します。デフォルトは ''Europe/Madrid''  です。   * **TZ**: マシンのタイムゾーンを定義します。デフォルトは ''Europe/Madrid''  です。
-  * **PHPVER**: インストールする PHP のバージョンを定します。デフォルトでは、''PHPVER=8'' です (PHP 8 をインストールしま)+  * **PHPVER**: インストールするPHPのバージョンを定します。**82** を指定すると、PHP 8.2(PFMS //レガシー//と互換性のあるバージョン)がインストールされます。デフォルトでは、''PHPVER=84''PHP 8.4 をインストール)です。
   * **DBHOST**: データベースホストです。デフォルトは、''DBHOST=127.0.0.1''  です。   * **DBHOST**: データベースホストです。デフォルトは、''DBHOST=127.0.0.1''  です。
   * **DBNAME**: 作成されるデータベース名です。デフォルトは、''DBNAME=pandora''  です。   * **DBNAME**: 作成されるデータベース名です。デフォルトは、''DBNAME=pandora''  です。
行 495: 行 496:
  DBPORT='3306' \  DBPORT='3306' \
  DBROOTPASS='Pandor4!' \  DBROOTPASS='Pandor4!' \
- PHPVER='8.0' \+ PHPVER='84' \
  SKIP_PRECHECK=0 \  SKIP_PRECHECK=0 \
  SKIP_DATABASE_INSTALL=0 \  SKIP_DATABASE_INSTALL=0 \
行 501: 行 502:
  PANDORA_BETA=0 \  PANDORA_BETA=0 \
  PANDORA_LTS=1 \  PANDORA_LTS=1 \
- bash -c "$(curl -SsL <your_link_for_trial>)"+ bash -c "
 </code> </code>
  
  • ja/documentation/pandorafms/installation/01_installing.1777158834.txt.gz
  • 最終更新: 2026/04/25 23:13
  • by junichi