Skip to content

Traceable System Check

Overview

Before proceeding with the installation, it's recommended to run the Traceable System Check to validate that your environment meets all the prerequisites.

Download

Download the system check package:

https://downloads-onprem.traceable.ai/signed/TOKEN/downloads/platform/traceable-system-check.tgz

Note: Replace the TOKEN with your actual token.

Installation Steps

1. Extract the tar file

tar -xzf traceable-system-check.tgz
cd traceable-system-check

2. Configure the check

Edit the appropriate configuration file based on your installation type:

# For single-node installation
vi examples/single-node.yaml

# For multi-node installation
vi examples/multi-node.yaml

Update the fields marked with # Update me according to your environment.

3. Run the binary

Execute the system check:

# For single-node
./traceable-system-check-linux_amd64 examples/single-node.yaml

# For multi-node
./traceable-system-check-linux_amd64 examples/multi-node.yaml

4. Review Results

The tool will:

  • Output validation results to standard output
  • Create a zip file with detailed system information

5. Share Results

Share both the standard output and the created zip file with the Traceable Team for review and validation.

What Gets Checked

The system check validates:

  • Operating system compatibility
  • Required packages and dependencies
  • Disk space and mount points
  • Network configuration
  • Kernel parameters
  • DNS resolution
  • Time synchronization
  • Storage provisioners
  • And more...

Support

If you encounter any issues during the system check, contact support@harness.io with the generated output and zip file.