...
Connect to Your Slurm Head Node
To integrate Infrastructure Optimizer to your Slurm cluster we need to update the configuration and add assets to perform the integration tasks. To complete this root or sudo access on the Slurm head node (node running slurmctld
) is required.
Get a shell on the head node and navigate to the slurm configuration directory, where
slurm.conf
resides.Code Block cd $SLURM_CONF_DIR
Make subdirectories here:
Code Block mkdir -p exostellar/json cd exostellar/json