IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 110 and Version 111 of Processing


Ignore:
Timestamp:
Aug 27, 2010, 9:02:03 PM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v110 v111  
    8686
    8787== Stopping ==
    88 
    8988=== To stop a single pantasks server (scheduler) instance ===
    9089
    9190* Get the name of the host which is managing the pantasks server by looking the ptolemy.rc file in the server directory (e.g. for the 'distribution' task):
    9291{{{
    93   whoami@ipp004:/home/panstarrs/ipp> cat distribution/ptolemy.rc | grep PANTASKS_SERVER
    94   PANTASKS_SERVER         ippc15
     92whoami@ipp004:/home/panstarrs/ipp> cat distribution/ptolemy.rc | grep PANTASKS_SERVER
     93PANTASKS_SERVER         ippc15
    9594}}}
    9695
    9796* Log into the host as the {{{ipp}}} user
    9897{{{
    99    ssh ipp@ippc15
     98ssh ipp@ippc15
    10099}}}
    101100
    102101* Start the pantasks_client in the pantasks server directory
    103102{{{
    104    pantasks_client
     103pantasks_client
    105104}}}
    106105
    107106* Shut down the server:
    108107{{{
    109    pantasks: shutdown now
    110 }}}
    111 
    112 
     108pantasks: shutdown now
     109}}}
    113110=== To shut down all {{{pantasks_server}}} instances ===
    114111{{{