Stopping a Data Grid Gracefully

To stop a data grid, stop all its component processes in this order.

See also, Sample Scripts.

Procedure

  1. Optional. Back up the grid definition to a file.
  2. Stop all proxies.
    Stopping all proxies prevents clients from accessing the data grid. Open objects in client programs become invalid, and their methods throw exceptions.
  3. Stop all nodes.
  4. Stop all state keepers.
  5. Optional. Stop the realm service.