Changes between Version 10 and Version 11 of chwhs/Grid_environment/GT_DRBL


Ignore:
Timestamp:
Oct 16, 2008, 5:57:25 PM (16 years ago)
Author:
chwhs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • chwhs/Grid_environment/GT_DRBL

    v10 v11  
    178178
    179179 * 3. Starting Globus container[[BR]][[BR]]
    180   * After you install and set up on the DRBL server and clients successfully, you can start the webservices container to test if Globus works well. Globus Toolkit is installed based on DRBL, so its installation directory is shared on all machines. For example, if you install PBS on node1 and install SGE on node2 and build the WS GRAM PBS jobmanager and the WS GRAM SGE jobmanager to be included in Globus webservices container, you should follow the steps. [[BR]][[BR]]
     180  * After you install and set up on the DRBL server and clients successfully, you can start the webservices container to test if Globus works well. Globus Toolkit is installed based on DRBL, so its installation directory is shared on all machines. For example, if you install PBS on node1 and install SGE on node2 and build the WS GRAM PBS jobmanager and the WS GRAM SGE jobmanager to be included in Globus webservices container, you should follow method 1 or method 2. [[BR]][[BR]]
     181  * Note: You should start the Globus container of the upstream server in Index Service hierarchy first. (You can reference this web page.http://www.globus.org/toolkit/docs/4.2/4.2.0/admin/quickstart/index.html#q-vo) [[BR]][[BR]]
     182   * method 1
    181183{{{
    182184 node1:
     
    191193 (3) move $GLOBUS_LOCATION/globus_wsrf_gram_PBS back to $GLOBUS_LOCATION/etc/
    192194}}}
     195   * method 2
     196{{{
     197 server:
     198 (1) move $GLOBUS_LOCATION/etc/globus_wsrf_gram_PBS to one non_NFS directory on node1 (ex:/tftpboot/nodes/[node1]/etc/)
     199 (2) move $GLOBUS_LOCATION/etc/globus_wsrf_gram_SGE to one non_NFS directory on node2 (ex:/tftpboot/nodes/[node2]/etc/)
     200 (3) cd $GLOBUS_LOCATION/etc
     201     ln -s /etc/globus_wsrf_gram_PBS globus_wsrf_gram_PBS
     202     ln -s /etc/globus_wsrf_gram_SGE globus_wsrf_gram_SGE
     203 (4) start Globus container (node1 and node2)
     204     You can try the command.
     205     /opt/drbl/bin/drbl-doit /etc/init.d/globus-ws-java-container start
     206     Note: Please check the installation directory of DRBL and the command for starting GLOBUS.
     207           You may install and set up them on other directories)
     208}}}
    193209  * In this way, you can successfully start the WS GRAM PBS jobmanager on node1, not on node2. And you can also successfully start the WS GRAM SGE jobmanager on node2, not on node1.
    194210{{{
     
    200216 root 11943 0.0 0.0 4588 1000 ? S Oct06 0:01 /usr/local/globus-4.2.0/libexec/globus-scheduler-event-generator -s sge -t 1223308213
    201217}}}
    202   * Note: You should start the Globus container of the upstream server in Index Service hierarchy first.
     218
    203219
    204220== '''''References''''' ==