{
  "id": "verify",
  "title": "rladmin verify",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/cli-utilities/rladmin/verify/",
  "summary": "Prints verification reports for the cluster.",
  "content": "\nPrints verification reports for the cluster.\n\n## `verify balance`\n\nPrints a balance report that displays all of the unbalanced endpoints or nodes in the cluster.\n\n```sh\nrladmin verify balance [ node \u003cID\u003e ]\n```\n\nThe [proxy policy]() determines which nodes or endpoints to report as unbalanced.\n\nA node is unbalanced if:\n- `all-nodes` proxy policy and the node has no endpoint\n\nAn endpoint is unbalanced in the following cases:\n- `single` proxy policy and one of the following is true:  \n    - Shard placement is [`sparse`]() and none of the master shards are on the node\n    - Shard placement is [`dense`]() and some master shards are on a different node from the endpoint\n- `all-master-shards` proxy policy and one of the following is true:  \n    - None of the master shards are on the node\n    - Some master shards are on a different node from the endpoint\n\n### Parameters\n\n| Parameter | Type/Value | Description |\n|-----------|------------|-------------|\n| node | integer | Specify a node ID to return a balance table for that node only (optional) |\n\n### Returns\n\nReturns a table of unbalanced endpoints and nodes in the cluster.\n\n### Examples\n\nVerify all nodes:\n\n```sh\n$ rladmin verify balance       \nThe table presents all of the unbalanced endpoints/nodes in the cluster\nBALANCE:\nNODE:ID  DB:ID  NAME  ENDPOINT:ID  PROXY_POLICY  LOCAL SHARDS   TOTAL SHARDS\n```\n\nVerify a specific node:\n\n```sh\n$ rladmin verify balance node 1\nThe table presents all of the unbalanced endpoints/nodes in the cluster\nBALANCE:\nNODE:ID  DB:ID  NAME  ENDPOINT:ID  PROXY_POLICY  LOCAL SHARDS   TOTAL SHARDS\n```\n\n## `verify rack_aware`\n\nVerifies that the cluster complies with the rack awareness policy and reports any discovered rack collisions, if [rack-zone awareness]() is enabled.\n\n```sh\nrladmin verify rack_aware\n```\n\n### Parameters\n\nNone\n\n### Returns\n\nReturns whether the cluster is rack aware. If rack awareness is enabled, it returns any rack collisions.\n\n### Example\n\n```sh\n$ rladmin verify rack_aware\n\nCluster policy is not configured for rack awareness.\n```\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

