Scyld ClusterWare HPC: Installation Guide | ||
---|---|---|
<< Previous | Next >> |
An installation of Red Hat sets a default configuration optimized for a stand-alone server. Installing ClusterWare on a Red Hat installation changes some of these default configuration parameters to better support a cluster. The following sections describe the changes the ClusterWare installation automatically makes to the Red Hat configuration. Any of these may be reversed; however, reversing them may adversely affect the operation of the ClusterWare cluster.
/etc/grub.conf has been modified.
After ClusterWare has been installed, the default boot becomes the newest ClusterWare smp kernel.
NFS Services default configuration has been modified.
By default, Red Hat configures NFS to "off" for security reasons. However, most cluster applications require that at least the home directory of the master node be accessible to the compute nodes. NFS services on the master are set with the default to "on" for run levels 3, 4, and 5.
The default out-of-box chkconfig for NFS on RHEL5 is as follows:
[root@scyld ~]# chkconfig --list nfs nfs 0:off 1:off 2:off 3:off 4:off 5:off 6:off |
[root@scyld ~]# chkconfig --list nfs nfs 0:off 1:off 2:off 3:on 4:on 5:on 6:off |
ExportedDirectoryPathname @cluster
(accessMode,syncMode,no_root_squash)
The export for /home from the master is configured
with an accessMode of rw
(read-write)
and a syncMode of sync
by default for data reliability reasons,
and the non-/home directories
are exported ro
(read-only) for security reasons and async
for performance reasons.
See the ClusterWare Release Notes for details about which directories are added by Scyld.
/etc/sysconfig/syslog has been modified.
Compute nodes will forward messages to the master node's syslogd daemon,
which places them in /var/log/messages. In order for
this to function correctly, ClusterWare modifies the
/etc/sysconfig/syslog file by adding the
-r
option to the SYSLOGD_OPTIONS
line:
SYSLOGD_OPTIONS="-m 0 -r"
<< Previous | Home | Next >> |
Mapping Compute Node Partitions | Possible Changes to ClusterWare Configuration Files |