コントローラコンポーネントバージョン

このページでは、バージョン情報と、バンドルされたコンポーネントのバージョンを確認する方法について説明します。この情報は、システムのトラブルシューティングやその他の管理タスクを実行する場合に役立ちます。

警告: Splunk AppDynamics では、バンドルされているコンポーネントを Splunk AppDynamics オンプレミス プラットフォームの一部として維持および更新しています。バンドルされているコンポーネントをプラットフォームのアップグレード手順以外でアップグレードしないでください。

コントローラのバージョン

コントローラバージョンは、次の 2 つの方法で取得できます。

  1. コントローラ UI で、以下の手順を実行します。
    1. [Settings] をクリックします
    2. [About AppDynamics] を選択します。
    3. [Controller build] 番号をメモします。
  2. コントローラマシンのコマンドラインから:
    1. コントローラのホームディレクトリにある README.txt ファイルにアクセスします。

バンドルされる Jetty サーバーのバージョン

Jetty サーバー 9.0 は、<controller_home>/appserver にインストールされています。

Bundled MySQL Database Version

The Controller uses MySQL as its default database, where it stores configuration data, metrics data, transaction snapshot data and events, and the history of incidents that occurred (both resolved and unresolved incidents are stored). The MySQL database files are installed in <controller_home>/db by default.

The latest Splunk AppDynamics On-Premises release bundles MySQL version 8.0.

Check MySQL Version

To check what your MySQL version is in your Controller, you can run the following command:

<controller_home>/bin/controller.sh login-db
select version();

Upgrade MySQL Version

Optionally, after you install or upgrade the Controller, you can upgrade the MySQL version with the Enterprise Console. Note that you cannot reverse this process.

注:
  • If the Controller MYSQL version is less than 5.7 version, you must upgrade Controller's MYSQL to 5.7 version.
  • Any fresh installations or upgrades from older Controller versions to 23.7 continue to use MYSQL 5.7 version by default.
  • You can upgrade the Controller MYSQL to version 8.0 after you upgrade the Enterprise Console and the Controller.
You can upgrade the MySQL to the version 8.0 on the Controller page in the GUI or with the following command:
Linux
bin/platform-admin.sh submit-job --job mysql-upgrade --service controller --args mysqlRootPassword=<database root password>
Windows
bin/platform-admin.exe cli submit-job --job mysql-upgrade --service controller --args mysqlRootPassword=<database root password>

バンドルされるJavaのバージョン

コントローラでは、zulu_8.74.0.18 がバンドルされているため、Java Runtime Environment 1.8.0_392 が使用されます。

Enterprise Consoleのバージョン

<Enterprise Console installation directory>/platform-admin でコマンドを実行し、バージョンを確認します。
Linux
bin/platform-admin.sh show-platform-admin-version
Windows
bin\platform-admin.exe cli show-platform-admin-version

その他のコンポーネントのバージョン

Splunk AppDynamics オンプレミスの製品とモジュールに含まれる最新のコンポーネントについては、「法律上の注意事項」を参照してください。