Scyld ClusterWare HPC: Installation Guide | ||
---|---|---|
<< Previous | Detailed Installation Instructions | Next >> |
You can use Yum update to update ClusterWare once you have upgraded your RHEL5 or CentOS 5 base distribution. See the Section called Updating Red Hat or CentOs Installation for details on updating your base distribution, and the Section called Scyld ClusterWare Installation for how to set up the Yum repo configuration files.
To verify which distribution you are currently running, do the following:
[root@scyld ~]# cat /etc/redhat-release |
Clear the Yum update list with the command:
[root@scyld ~]# yum clean all |
Update ClusterWare as follows:
[root@scyld ~]# yum groupupdate Scyld-ClusterWare |
If the Yum update completes successfully, a complete! message is displayed as the last output to the terminal.
If Yum fails with a Transaction Check Error that complains that a base distribution rpm is newer than the Scyld ClusterWare rpm that is attempting to replace it, then you must manually install the downlevel Scyld ClusterWare rpm(s). For example, if the complaint is about the kernel rpm, then do:
[root@scyld ~]# cd /var/cache/yum [root@scyld ~]# ls cw-*/packages/kernel-* |
[root@scyld ~]# rpm -i --oldpackage cw-updates/packages/kernel-* |
[root@scyld ~]# yum groupinstall Scyld-ClusterWare |
Reboot your system.
To verify that ClusterWare was installed successfully, do the following:
[root@scyld ~]# uname -r |
Restart the compute nodes.
<< Previous | Home | Next >> |
Enabling Access to External License Servers | Up | Installation of the Compute Nodes |