Starting a Proxy

Start the proxy processes that mediate between application processes and the data grid.

Prerequisites

  • The realm server must be running and reachable.
  • The data grid definition in the realm server must be complete and valid.
  • The state keeper must be running and reachable.
  • At least one node of each copyset must be running and reachable.

Procedure

  1. Start the proxy process.
    tibdgproxy -n name -r realm_server_URL

    The Proxy process name is required. Supply one of the proxy names you assigned in Defining a Data Grid.

  2. Verify whether the proxy process is ready by checking the status using the administration tool.
  3. Repeat the previous steps for all the proxy names assigned in the data grid definition.

What to do next

The data grid is ready to support data operations. You can start application program processes.