Additional Software#
scyld-install
installs and updates the basic ICE ClusterWare™ software.
Additional software packages are available in the ClusterWare repository.
scyld-install
manipulates the /etc/yum.repos.d/clusterware.repo
file to automatically enable the scyld repos when the tool executes and
disable the repos when finished.
This is done to avoid inadvertent updating of ClusterWare packages when
executing a simple yum update
.
Note
If the cluster administrator has created multiple
/etc/yum.repos.d/*.repo
files that specify repos containing ClusterWare
RPMs, then this protection against inadvertent updating is performed only
for /etc/yum.repos.d/clusterware.repo
,
not for those additional repo files.
Accordingly, the --enablerepo=scyld*
argument is required when using
yum
for listing, installing, and updating these optional ClusterWare
packages on a head node.
For example, these optional installable software packages can be viewed using
yum list --enablerepo=scyld* | grep scyld
.
After installation, any available updates can be viewed using
yum check-update --enablerepo=scyld* | grep scyld
.
Specific install and configuration instructions for various of these packages, e.g., job managers and OpenMPI middleware, are detailed in this chapter.