How to monitor a TIBCO Business Events cluster from as-admin using the "verify GMP" command.

How to monitor a TIBCO Business Events cluster from as-admin using the "verify GMP" command.

book

Article ID: KB0093485

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Description:
If users want to monitor the cluster when recovery is happening on TIBCO BusinessEvents cache nodes then they can use the "verify GMP" command.

Issue/Introduction

How to monitor a TIBCO Business Events cluster from as-admin using the "verify GMP" command.

Resolution

To run the verify GMP command :

- Start as-admin either using the JAVA lib or the as-admin executable.
- Connect to the cluster using the cluster name and the discovery URL.
- Once connected run the command "verify GMP" at the command prompt of as-admin.

Here is the sample output of "verify gmp", It has two sections.

1). Metaspace - Which explains how many members are present in metaspace.


2). Space, which shows how many spaces and how many members are part of that space and their state. The spaces which are not in a joined state are generally displayed at the end. In this example, a seeder was joining the space when the output was captured.


Metaspace Layer
  - manager     1
  - member      3
Space Layer
:: seeder_state_none
  - $advisory,seeder_state_none
    - seeder_state      4
  - $listeners,seeder_state_none
    - seeder_state      4
  - $members,seeder_state_none
    - seeder_state      4
  - $remote_client,seeder_state_none
    - seeder_state      4
  - $space_members,seeder_state_none
    - seeder_state      4
  - $space_remote_client,seeder_state
    - seeder_state      4
  - $space_state,seeder_state_none
    - seeder_state      4
  - $space_stats,seeder_state_none
    - seeder_state      4
  - $space_stats_log,seeder_state_non
    - seeder_state      4
  - $spacedef_space,seeder_state_none
    - seeder_state      4
  - $sys_stats,seeder_state_none
    - seeder_state      4
  - $transactions,seeder_state_none
    - seeder_state      4
:: seeder_join
  - myspace,seeder_join
    - leech_to_seeder_state     1
    - seeder_state      1
    - leech_state       1


Additional Information