SCore System Installation on Compute Hosts from Source


Login to ALL compute hosts and perform the following:
  1. Binary Installation from Server

    Mount the /opt/score/depoly and /opt/score/pbs directory of the server on the compute host, or then execute the following commands:

        # mkdir /opt/score/deploy
        # rcp -rp server:/opt/score/deploy/\* /opt/score/deploy/
        # mkdir /opt/score/pbs
        # rcp -rp server:/opt/score/deploy/\* /opt/score/pbs/
    

    Mount the /opt/score/install directory of the server on the compute host, or then execute the following commands:

        # mkdir /opt/score/install
        # rcp -rp server:/opt/score/install/\* /opt/score/install/
    
    And then the following commands:
        # cd /opt/score/install
        # ./setup -score_comp -pbs_comp
    

  2. Set up networking
    /root/.rhosts and the /etc/hosts.equiv files must contain all server and compute host names so that the rsh command works on all hosts. For example,
    server.pccluster.org
    comp0.pccluster.org
    comp1.pccluster.org
    comp2.pccluster.org
    comp3.pccluster.org
    
  3. Edit /root/.bashrc on all hosts so that the following line is added:
    export PWD
    
  4. PM/Ethernet init program

    The PM/Ethernet init program was already installed in /etc/rc.d/init.d.
    Edit the /etc/rc.d/init.d/pm_ethernet file and modify the IF variable if the machine has more than one ethernet card and you want to use a device other than the eth0 device. For example, if you want to use eth1, the IF variable should be:

    	IF=eth1
    

    Then invoke the following command:

    	# /etc/rc.d/init.d/pm_ethernet start
    


PCCC logo PC Cluster Consotium

$Id: sys-compute-fromsrc.html,v 1.8 2004/10/20 00:01:25 kameyama Exp $