Skip to main content

check-ib

InfiniBand network validation suite with health checks for different validation scenarios.

Available Health Checks

CheckPurposeKey Feature
check-ibstatLink state validationQuick verification using ibstat - no manifest required
check-ib-interfacesInterface count validationVerify expected number of UP interfaces using ip command
check-iblinkComprehensive validationFull hardware validation with firmware/rate checks against manifest

Quick Start

# Link state check
health_checks check-ib check-ibstat [CLUSTER] app

# Interface count check
health_checks check-ib check-ib-interfaces --interface-num 8 [CLUSTER] app

# Full validation with manifest
health_checks check-ib check-iblink --manifest_file /etc/manifest.json [CLUSTER] app