SuperPod Validation
After the installation is completed, using the bcm-validate-pod
command, one can verify whether all the settings are applied correctly according to the specification.
1root@vikinghead-01:~# module load bcm-post-install/
2root@vikinghead-01:~# bcm-validate-pod --verbose
3Checking slurm on head node:
4Run: /cm/shared/apps/slurm/current/bin/sinfo --version
5slurm 23.02.7
6Passed
7Checking ubuntu on head node:
8Run: /usr/bin/lsb_release -a
9Distributor ID: Ubuntu
10Description: Ubuntu 22.04.2 LTS
11Release: 22.04
12Codename: jammy
13Passed
This module validates the completed pod setup with the expected configuration.