precheck command helps capture critical node health states and metrics before bootstrapping your installation.
You can run the command as shown in this example. The flags included after the precheck command are optional. See Optional Flags for Command Execution for descriptions.
Shell
--logfile-location <directory> where <directory> is the directory where the precheck command creates the log file. Critically, this script captures information about huge page configuration.
Optional Flags for Command Execution
Use theprecheck command to run the script that checks the system configuration. You can execute the command using the optional flags shown in this table.
Command Output
The command has two types of output, silent or verbose, which you can specify by using the--print-level flag at the command line.
Silent
The silent value for the --print-level flag only produces a status code. The code is 0 for success, 1 for error, and 2 for warning.
Verbose
The verbose value for the --print-level flag prints either human-readable output by default or output in JSON format (if you specify the --json flag). The output contains all status details.
This example shows human-readable output.
Text
JSON

