Node Verification Utility (rlcheck)
rlcheck is a utility that runs various health checks on an Redis Enterprise Software (RS) node and alerts on any issues found. This utility can be useful to confirm a successful installation or to verify that the node is functioning properly.
You can access rlcheck from the host command-line interface (CLI). The output of rlcheck shows information specific to the host that you run it on.
To open the rladmin CLI:
-
Login to the RS host with an account that is a member of the redislabs OS group.
-
Run:
rlcheck
The utility runs and reports the result of each check.
Note -
To see the rlcheck optional flags, run:
rlcheck --help
Specifically, the --continue-on-error
flag runs all tests to completion and shows all errors when complete.To resolve issues reported by rlcheck, contact Redis Labs support.