You can use various commands and scripts to verify the status of the EFA system, to help troubleshoot, and to view details of EFA nodes, PODs, and services.
device# show efa status NAME STATUS ROLES AGE VERSION TPVM Ready primary 6m59s v1.14.5-k3s.1 admin@10.24.51.226's password: NAME READY STATUS RESTARTS AGE pod/godb-service-wk57h 1/1 Running 0 6m11s pod/gofabric-service-8v8b2 1/1 Running 3 6m12s pod/goinventory-service-4kggf 1/1 Running 3 6m12s pod/gotenant-service-xcqf6 1/1 Running 3 6m12s pod/rabbitmq-0 1/1 Running 0 6m12s pod/rabbitmq-1 1/1 Running 0 4m51s
On a multi-node installation:
$ efa status +-----------+---------+--------+ | Node Name | Role | Status | +-----------+---------+--------+ | tpvm | active | up | +-----------+---------+--------+ | tpvm2 | standby | up | +-----------+---------+--------+ --- Time Elapsed: 2.318350499s ---
On a single-node installation:
$ efa status +-----------+---------+--------+ | Node Name | Role | Status | +-----------+---------+--------+ | tpvm | active | up | +-----------+---------+--------+ --- Time Elapsed: 2.224282775s ---
# k3s kubectl get pods -n efa NAME READY STATUS RESTARTS AGE goswitch-service-958fcfb4f-qddnw 1/1 Running 4 72d godb-service-57bd99747-f4cxb 1/1 Running 4 83d efa-api-docs-6bb5dbcc74-br485 1/1 Running 4 72d filebeat-service-86ddd654b6-z9zhr 1/1 Running 4 72d goopenstack-service-554c57548f-bjwtb 1/1 Running 8 72d rabbitmq-0 1/1 Running 7 72d govcenter-service-f6b49d9b9-s24wk 1/1 Running 19 72d gohyperv-service-854654f6b9-m9mv8 1/1 Running 20 72d goinventory-service-59d9b798d8-s9wn6 1/1 Running 20 72d gotenant-service-55fd8889d8-g8rgb 1/1 Running 19 72d gofabric-service-69d8995fc6-swnqw 1/1 Running 19 72d metricbeat-service-76c4874887-mbm7h 1/1 Running 32 72d
$ systemctl status hostauth.service hostauth.service - OS Auth Service Loaded: loaded (/lib/systemd/system/hostauth.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2020-04-23 07:56:20 UTC; 23 h ago Main PID: 23839 (hostauth) Tasks: 5 CGroup: /system.slice/hostauth.service 23839 /apps/bin/hostauth Apr 23 07:56:20 tpvm2 systemd[1]: Started OS Auth Service