AEM: Samla in statusinformation för felsökning i webbkonsolen
Statusmenyn för Adobe Experience Manager Web Console innehåller olika felsökningsinformation, till exempel OSGi-paket, konfigurationer och systemegenskaper. I den här artikeln beskrivs de vanligaste objekten som ska kontrolleras och hur du samlar in dem.
Beskrivning description
Miljö
Adobe Experience Manager (AEM) 6.5
Problem/symtom
I den här artikeln listas vanliga objekt som ska kontrolleras på statusmenyn i AEM Web Console och beskrivs hur du samlar in dem.
Upplösning resolution
Steg 1. Navigera till webbkonsolen (http://localhost:4502/system/console) Status.
Menyn Status har alternativ som visar instansens status.
Steg 2. Navigera till varje objekt.
- Paketlista : Paketlista och status
- Paket : Information om paket
- Konfigurationer : OSGi-konfiguration
- Produktinformation : AEM, Service Pack och licens
- Systemegenskaper : Java-systemegenskaper
- OSGi Installer : Plats och status för OSGi-konfigurationen
- Överförda paket : Paketlista
- Oak-indexdefinitioner : Indexdefinition
- Oak Index Stats : Indexstatus
- Topologihantering : Sling ID och kluster-ID
Steg 3. Klicka på Hämta som zip och spara den hämtade zip-filen.
Steg 4. Kontrollera att zip-filen innehåller rätt information.
Här är de vändkommandon som utför samma sak:
$ 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