IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 114 and Version 115 of Processing


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v114 v115  
    118118'''NB''' for the special case of the {{{addstar}}} server, see [AddstarPantasks this page].
    119119
    120 === Starting an already running server ===
    121 
    122 For already-running servers, {{{pantasks}}} should be started with the following commands only:
    123 
    124 {{{
    125 pantasks_client: server input input
    126 pantasks_client: setup
    127 pantasks_client: run
    128 }}}
    129 
    130 This loads the hosts and labels needed and starts the processing running. See {{{~ipp/stdscience/input}}} if this is not clear.
    131 === Starting all servers ===
    132 
    133 If everything has been shut down, you can start all {{{pantasks}}} with the following in {{{~ipp}}}:
    134 
    135 {{{
    136 check_system start.server
    137 check_system start
    138 check_system run
    139 }}}
    140 
    141 The first command launches the {{{pantasks_servers}}} on the correct host, the second calls the three commands listed above ( {{{server input input;
    142 setup; run}}} ).
    143 
    144120=== Starting a single server ===
    145121
     
    167143pantasks: run
    168144}}}
     145
     146=== Starting an already running server ===
     147
     148For already-running servers, {{{pantasks}}} should be started with the following commands only:
     149
     150{{{
     151pantasks_client: server input input
     152pantasks_client: setup
     153pantasks_client: run
     154}}}
     155
     156This loads the hosts and labels needed and starts the processing running. See {{{~ipp/stdscience/input}}} if this is not clear.
     157
     158=== Starting all servers ===
     159
     160If everything has been shut down, you can start all {{{pantasks}}} with the following in {{{~ipp}}}:
     161
     162{{{
     163check_system start.server
     164check_system start
     165check_system run
     166}}}
     167
     168The first command launches the {{{pantasks_servers}}} on the correct host, the second calls the three commands listed above ( {{{server input input;
     169setup; run}}} ).
     170
    169171
    170172= Queuing/Dequeuing data =