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

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

  2. Verify that the proxy process is ready.
    Check 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 may start application program processes.