check-ib
InfiniBand network validation suite with health checks for different validation scenarios.
Available Health Checks
| Check | Purpose | Key Feature |
|---|---|---|
| check-ibstat | Link state validation | Quick verification using ibstat - no manifest required |
| check-ib-interfaces | Interface count validation | Verify expected number of UP interfaces using ip command |
| check-iblink | Comprehensive validation | Full 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