IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of PS1_Operations


Ignore:
Timestamp:
Jun 19, 2009, 12:22:26 PM (17 years ago)
Author:
Paul Price
Comment:

Put commands into their own boxes; add standard science and publishing.

Legend:

Unmodified
Added
Removed
Modified
  • PS1_Operations

    v3 v4  
    1212 * summit copy: ippc07
    1313 * registration: ippc09
     14 * standard science: ippc10
     15 * publishing: ippc08
    1416
    1517The client can be run on any machine, so long as you're in the appropriate directory (which contain a ptolemy.rc file that selects the correct server to contact).
     
    2123
    2224 * Start the server:
    23 
     25{{{
    2426% ssh ipp@ippc07
    2527% cd summitcopy
    2628% pantasks_server &
    27 
     29}}}
    2830 * Start the client:
    29 
     31{{{
    3032% cd ~ipp/summitcopy
    3133% pantasks_client
     
    3335pantasks: setup
    3436pantasks: run
    35 
     37}}}
    3638== Registration ==
    3739
    38  * Check which machine to use for the server, [wiki:#Pantasks above].
     40 * Check which machine to use for the server, above.
    3941
    4042 * Start the server:
    41 
     43{{{
    4244% ssh ipp@ippc09
    4345% cd registration
    4446% pantasks_server &
    45 
     47}}}
    4648 * Start the client:
    47 
     49{{{
    4850% cd ~ipp/registration
    4951% pantasks_client
     
    5153pantasks: setup
    5254pantasks: run
     55}}}
     56
     57== Standard science ==
     58
     59* Check which machine to use for the server, above.
     60
     61* Start the server:
     62{{{
     63% ssh ipp@ippc10
     64% cd stdscience
     65% pantasks_server &
     66}}}
     67
     68* Start the client:
     69{{{
     70% cd ~ipp/stdscience
     71% pantasks_client
     72pantasks: server input input
     73pantasks: setup
     74pantasks: run
     75}}}
     76
     77== Detection publication ==
     78
     79* Check which machine to use for the server, above.
     80
     81* Start the server:
     82{{{
     83% ssh ipp@ippc08
     84% cd publishing
     85% pantasks_server &
     86}}}
     87
     88* Start the client:
     89{{{
     90% cd ~ipp/publishing
     91% pantasks_client
     92pantasks: server input input
     93pantasks: setup
     94pantasks: run
     95}}}