Verify that the newly deployed Client nodes are operational and include the parameter values defined in the deployment descriptor.

Prerequisites

Verify that the VMware Blockchain nodes are deployed. See Deploy VMware Blockchain Nodes Using VMware Blockchain Orchestrator.

Procedure

  1. SSH into the Client node.
  2. Enter the login credentials for the root user account.
  3. View all the running containers, run the docker ps -a command.
  4. Verify that the following containers are running.
    • daml_ledger_api

    • daml_index_db

    • wavefront-proxy (optional)

      If you have set up metrics and enabled a Wavefront service account, then this container appears.

    • Fluentd

    • Agent

    • telegraf

    • jaeger-agent

  5. To view the DAML ledger container logs, run the docker logs –daml_ledger_api command.

    Sample messages appear.

    INFO c.d.d.o.v.w.s.TRClient - Thin Replica Client INFO Started Index Server
  6. (Optional) To validate the uptime of service, list server calls.
    grpcurl -plaintext localhost:6861 list
  7. (Optional) Select a different Client node IP address and repeat the validation steps.