Note: This is a Japanese translation of an Adobe Experience League Knowledge Base article. Click this link for the original English version.
【目的】
OSGiのWeb Consoleでは、AEMにインストールされているOSGi設定やバンドルのステータス、システムプロパティなどの各種情報を取得できます。
これらの情報はトラブルシューティングに役立ちます。
本記事では具体的な取得方法を説明します。
【環境】
AEM 6.5
【対応方法】
1. Web Consoleにアクセス(http://localhost:4502/system/console)
2. Statusメニューから下記の項目を選択
- Bundlelist : バンドルリストとステータス
- Bundles : バンドルの詳細情報
- Configurations : OSGi 設定情報
- Product Information : AEM Version、Service Pack、ライセンス情報
- System Properties : Java システムプロパティ(起動オプションなど)
- OSGi Installer : OSGi 設定情報の保存場所、読み込みステータス
- Uploaded Packages : パッケージインストール情報
- Oak Index Definitions : インデックス定義情報
- Oak Index Stats : インデックスステータス
- Topology Management : AEM トポロジ情報(Sling ID など)
3. "Download As Zip"をクリックしてzipファイルをダウンロード
4. zip ファイルを展開して内容を確認する
なお、curl コマンドでも取得可能です。
$ curl -u admin:password -o status-Bundlelist.zip http://localhost:4502/system/console/status-Bundlelist.zip
$ curl -u admin:password -o status-Bundles.zip http://localhost:4502/system/console/status-Bundles.zip
$ curl -u admin:password -o status-Configurations.zip http://localhost:4502/system/console/status-Configurations.zip
$ curl -u admin:password -o status-productinfo.zip http://localhost:4502/system/console/status-productinfo.zip
$ curl -u admin:password -o status-System-Properties.zip http://localhost:4502/system/console/status-System%20Properties.zip
$ curl -u admin:password -o status-osgi-installer.zip http://localhost:4502/system/console/status-osgi-installer.zip
$ curl -u admin:password -o status-uploaded-packages.zip http://localhost:4502/system/console/status-uploaded-packages.zip
$ curl -u admin:password -o status-oak-index-defn.zip http://localhost:4502/system/console/status-oak-index-defn.zip
$ curl -u admin:password -o status-oak-index-stats.zip http://localhost:4502/system/console/status-oak-index-stats.zip
$ curl -u admin:password -o status-topology.zip http://localhost:4502/system/console/status-topology.zip
<留意事項>
・上記は以下記事の抄訳/翻訳となります。
KB記事タイトル(英語). Adobe Experience Manager: Collecting status information for troubleshooting in Web Console, March 20, 2023, https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-21738.html, (参照 2023-03-23).
・本記事にいただいたコメントへの返信はお約束できません。あらかじめご了承ください。