To install the compute hosts, new EIT uses a DHCP server so that a temporal IP address is used in a compute host during the installation. An installation boot floppy generated by EIT does not include any compute host local settings.
EIT will set up a DHCP server on your server, whose port number is 1641 instead of the standard DHCP server port number, 67.
Thus, in addition to compute host IP addresses, you need DHCP IP addresses. Those IP addresses should have host names registered in NIS or DNS.
score-4.0-redhat6.2.alpha.tar
.
score-4.0-redhat.alpha.tar.gz
file via the
internet, please untar it first under the /opt/score directory.
The following assumes that the tar.gz file is located in the root home directory.
# mkdir -p /opt/score/ # cd /opt/score # tar xzf /root/score-4.0-redhat.alpha.tar.gz # tar xpf score-4.0-redhat6.2.alpha.tar # make install
# mount /mnt/cdrom # mkdir -p /opt/score # cd /opt/score # tar xpf /mnt/cdrom/score-4.0-redhat.alpha.tar.gz< # tar xpf score-4.0-redhat6.2.alpha.tar # make install
# /opt/score/bin/eitYou will see this window:
In case of NIS # ypcat hosts | grep <DHCP IP address> In case of DNS # nslookup <DHCP IP address>Since those IP addresses are used during the installation, you can set up compute hosts simultaneously up to the number of DHCP IP addresses. For example, if you assigned four IP addresses, you can set up four compute hosts simultaneously.
If compute hosts are SMPs, the number of processors is set in the Number of Processors field.
On the left-hand side of the window is a box of candidate hosts. If the number of hosts cannot be displayed in the window you can scroll the window with the scroll bar. Select the hosts that you want for the group. The selected hosts will be displayed in the box on the right-hand side.
Buttons under the candidates and selected windows should be selected if you want to select all of machines, half of machines, or quater machines. For example, if you want to select the first half of machines, click the 1/2 button. If you want to select the last half of machines, click the 2/2 button.
After entering the information you will see a window similar to the following (Figure 7).
Then click the Config Compute Hosts button in order to create boot script files in the server.
If you make two boot floppy disks, you can install two compute hosts at the same time. Assume that you made four boot floppy disks to install eight compute hosts.
Whenever you get the monitor mode, set up the following variables:
> set auto_action halt > set boot_file "" > set boot_osflags ""Now compute hosts are installed as follows:
> b dva0 -fl 0
After ejecting a floppy disk, you will see the following window in your server. Because you are now installing four compute hosts simultaneously, you will see the same four windows. However, since those windows appear the same location, three windows are hidden. To see the hidden windows, please move the front windows.
The idea, ejecting a floppy disk to proceed the next step, comes from Mr. Tram Hudson of TurboLabs.
After entering the monitor mode, then issue the following commands to boot the system:
> set boot_osflags 0 > b dka0
Ater installing the first four compute hosts, then boot floppies are inserted to another four compute hosts and repeat the above procedures.
If all compute hosts have been installed, then proceed the next step. Do not exit the Easy Installation Tool yet.
/etc/profile.d
, become effective.
If you want to configure that the Server host is also a compute host, the server host is also included in compute host lists.
For example, let us add the server host to the compute hosts in the example configuration. That is, assume the eight compute hosts have been registered and the server host name isserver.score.rwcp.or.jp
.
Assume that you have not configured the SCore system, i.e., not yet clicked Config Compute Hosts and not proceeded the second stage. If you have configured compute hosts already, See the Additional Compute Hosts after Setting section.
server
in the Name Prefix field,
Then, you will see the following window. Click the OK button.
If you will add more compute hosts in your cluster in the future, it is better that a server host is the compute host number 0 instead of the last number. If you want to set up this, the server host name is firstly registered in the host information section, and then other compute host names are registered.
If you want to add more compute hosts after configured, please do the following:
/opt/score/bin/eit