From 4a1484c2caf27e43742e78a62405165162a99451 Mon Sep 17 00:00:00 2001 From: PeninaR Date: Mon, 19 Mar 2018 10:27:19 +0200 Subject: [PATCH] added Web UI instructions on generating a dump file --- .../admin-service-grid-generate-dump.markdown | 47 +++++++++++++++++-- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/site/content/howto/admin-service-grid-generate-dump.markdown b/site/content/howto/admin-service-grid-generate-dump.markdown index 515546242..5bf70ee5e 100644 --- a/site/content/howto/admin-service-grid-generate-dump.markdown +++ b/site/content/howto/admin-service-grid-generate-dump.markdown @@ -22,12 +22,53 @@ N/A {{%/tab%}} {{%tab "Web Management Console"%}} -TBD + +The Web Management Console supports generating the following types of dump files: + +* Overview (provides time of dump, XAP build and version, license information, number of host machines, number of grid components, service grid information, and host information) +* Hosts (complete information dump per host, generated per XAP grid component) +* Containers (container information per host) +* Per component (select a specific XAP component from any of the console views) + +**To generate a dump file:** + +1. From the menu bar, click **Generate Dump** and select from the following options: + +
    +
  1. Generate hosts dump - This is the most comprehensive dump file, generated per host with an overview file, summary file, and all information defined by the user per XAP component.
  2. +
  3. Generate GSCs dump only - Partial dump file generated per host of the containers with an overview file, summary file, and all information defined by the user.
  4. +
  5. Generate Overview - Generates only the overview file, which provides system and application information.
  6. +
+ + OR + +1. In one one the console views, click the **Actions **icon for the required component and select **Generate dump**. +1. If you selected **Generate Overview**, either open or save the zip file that was generated. +1. If you selected any other dump file type, do the following: + +
    +
  1. In the Cause for dump retrieval box, type a reason for generating the dump file. This text will appear in the summary file for each XAP component.
  2. +
  3. In the Select Dump Types area, check the options for the information you want in the dump file, which provides a summary file plus the following: +
      +
    • JVM Thread Dump - container state and thread information per container.
    • +
    • Network Dump - network statistics per container.
    • +
    • Log Dump - log files for all services or only live services (If the **Only Live Services Log Dump** is checked)
    • +
    • Processing Unit Dump - pu.xml file per Processing Unit, event container information per Processing Unit instance, and a summary file per Space.
    • +
    • JVM Heap Dump - binary heap dump file.
    • +
    +
  4. Click Generate. +
+ +1. When the dump file has been generated (indicated by the status bar in the dialog box), define another dump file to generate or click **Close**. +1. Open or save the zip file that was generated. + {{%/tab%}} -{{%tab "GigaSpaces Management Console"%}} -TBD +{{%tab "GigaSpaces Management Center"%}} + +Refer to the [GigaSpaces Management Center](./gigaspaces-management-center.html) topics in the Administration section. + {{%/tab%}}