Chapter 14. Troubleshooting Data Grid for OpenShift

14.1. Launching the Command Line Interface (CLI)

Access the Data Grid Management CLI to troubleshoot Data Grid for OpenShift as follows:

  1. Open a remote shell session to the running pod.

    $ oc rsh ${POD_NAME}
  2. Launch the Data Grid CLI from the remote shell.

    $ /opt/datagrid/bin/cli.sh
Note

The Data Grid Management CLI is bound to the pod in which it runs. Changes that you make with the CLI are not saved if the container restarts.

14.2. Viewing Pod Logs

Run the following command to view log messages for a running pod:

$ oc logs -f ${POD_NAME}