Skip to main content
The 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
The command invokes a script from the command line on operating systems supported by Ocient. The script sends output to standard output (STDOUT) and standard error (STDERR). To specify the file option, use this flag: --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 the precheck 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
This example shows output in JSON format.
JSON
Ocient System Bootstrapping Ocient Application Configuration
Last modified on May 20, 2026