Working with Raft subgroups and PGD CLI v5
You can view the status of your nodes and subgroups with the pgd CLI command. The examples here assume a cluster as configured in Creating Raft subgroups with TPA.
Viewing nodes with pgd
The pgd command is show-nodes
.
pgd nodes list
Output
Node Name Group Name Node Kind Join State Node Status --------- ---------- --------- ---------- ------------ east1 us_east data ACTIVE Up east2 us_east data ACTIVE Up east3 us_east data ACTIVE Up west1 us_west data ACTIVE Up west2 us_west data ACTIVE Up west3 us_west data ACTIVE Up
Viewing groups (and subgroups) with pgd
To show the groups in a PGD deployment, along with their names and some attributes, use the PGD CLI command groups list.
pgd groups list
Output
Group Name Parent Group Name Group Type Nodes ---------- ----------------- ---------- ----- pgdgroup global 0 us_east pgdgroup data 3 us_west pgdgroup data 3