Verify that the newly deployed Client nodes are operational and include the parameter values defined in the deployment descriptor.
Procedure
- SSH into the Client node.
- Enter the login credentials for the root user account.
- View all the running containers, run the
docker ps -a
command.
- 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
- 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
- (Optional) To validate the uptime of service, list server calls.
grpcurl -plaintext localhost:6861 list
- (Optional) Select a different Client node IP address and repeat the validation steps.