Viewing Events
This functionality is not yet available in the Command Line Interface or REST REpresentational State Transfer. Application Programming Interface An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. Manager API administration tools.
To view events:
The event timeline shows the deployment life cycle of all the Processing Units This is the unit of packaging and deployment in the GigaSpaces Data Grid, and is essentially the main GigaSpaces service. The Processing Unit (PU) itself is typically deployed onto the Service Grid. When a Processing Unit is deployed, a Processing Unit instance is the actual runtime entity..
Life cycle success events for each instance
-
installation attempt: an attempt to provision a Processing Unit instance on an available GSC Grid Service Container. This provides an isolated runtime for one (or more) processing unit (PU) instance and exposes its state to the GSM..
-
instance added: a Processing Unit instance was successfully instantiated on a GSC.
-
instance uninstalled: a Processing Unit instance was successfully removed.
-
Container N/A: a Processing Unit instance is pending instantiation until an available GSC is discovered.
Life cycle success events for each Processing Unit
-
installation succeeded: deployment of a Processing Unit has been completed successfully (all instances instantiated).
-
installation uninstalled: undeployment of a Processing Unit has been completed (all instances undeployed).
Life cycle failure events for each instance
-
installation failed: a Processing Unit instance failed to instantiate.
-
installation unresponsive: a Processing Unit instance is unresponsive to “member-is-alive” attempts (failure is suspected).
-
installation crashed: an unresponsive Processing Unit instance has timed out (failure was detected).
-
installation re-detected: a Processing Unit instance was previously unresponsive but is now responsive.
From the menu bar, click Events. The list of events in the system is displayed with the following information:
Item | Description |
---|---|
Component | Service grid component where the event occurred. |
Message | Type of event that occurred. |
Description | Detailed description of the event. |
Time | Complete timestamp of the event (month, day, year and time of day). |
Status | Current status of the event (Success, In progress, Failed). |
The Event number displayed in the menu bar indicates the amount of events that have occurred since the last time you viewed events.
Refer to the Admin API topics in the Developer Guide.