Working with Raft subgroups and PGD CLI v5.7.0
Warning: You are not reading the most recent version of this documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
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