IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 78 and Version 79 of Processing


Ignore:
Timestamp:
Aug 2, 2010, 8:33:58 AM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v78 v79  
    104104Each {{{pantasks_server}}} uses a local {{{input}}} and {{{ptolemy.rc}}} file (this file details the machine where the server is to run).
    105105
     106=== Starting an already running server ===
     107
    106108For already-running servers, {{{pantasks}}} should be started with the following commands only:
    107109
     
    114116This loads the hosts and labels needed and starts the processing running. See {{{~ipp/stdscience/input}}} if this is not clear.
    115117
     118=== Starting all servers ===
     119
    116120If everything has been shut down, you can start all {{{pantasks}}} with the following in {{{~ipp}}}:
    117121
     
    123127The first command launches the {{{pantasks_servers}}} on the correct hosts the second calls the three commands listed above ({{{server input input;
    124128setup; run}}}).
     129
     130=== Starting a single server ===
    125131
    126132To start a single server you need to ssh to the relevant machine (found in the {{{ptolemy.rc}}} file for that server) then do the following:
     
    135141}}}
    136142
    137 
    138143So, for example for stdscience
    139144
     
    146151pantasks: setup
    147152}}}
    148 
    149153
    150154= Queuing data =