HP XC System Software Administration Guide Version 4.0

Table Of Contents
7. Execute the following command to reconfigure SLURM:
# scontrol reconfigure
8. Verify the configuration with the following command:
# sinfo
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
lsf up infinite 9 idle n[1-9]
NOTE: If SLURM is not started on the new node, the sinfo command output shows it as
down. Restart SLURM in that instance.
15.10 Removing SLURM
The HP XC system installation process offers a choice of two different types of LSF. The default
choice, LSF with SLURM, requires that SLURM is installed and configured. The other choice is
standard LSF, which does not require nor interact with SLURM. If you choose standard LSF,
SLURM is not configured.
If SLURM has been installed and configured but is not required, use the following procedures
to deactivate it:
1. Log in as superuser (root) on the head node.
2. Shut down SLURM:
# scontrol shutdown
3. Run the configuration scripts to remove SLURM from the head node:
# /opt/hptc/slurm/etc/gconfig.d/slurm_gconfig.pl gunconfigure
# /opt/hptc/slurm/etc/nconfig.d/slurm_nconfig.pl nunconfigure
4. Update the golden image. See Chapter 11 (page 141) for more information.
5. Propagate the new golden image to all nodes. See Chapter 11 (page 141) for more information.
15.10 Removing SLURM 187