IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of PS1_Operations


Ignore:
Timestamp:
Nov 8, 2009, 12:12:26 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_Operations

    v4 v5  
    1717The 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).
    1818
     19== Server Scripts ==
     20
     21The input scripts used by the different pantasks servers are maintained in svn under 'operations'.  Like 'ippMonitor', the installation of this directory requires site specific information:
     22
     23{{{
     24% cd ~ipp/ipp-svn/operations
     25% configure --opsdir ~ipp
     26% make install
     27}}}
    1928
    2029== Summit Copy ==
    2130
    22  * Check which machine to use for the server, [wiki:#Pantasks above].
     31 * Check which machine to use for the server, [wiki:PS1_Operations#Pantasks above].
    2332
    2433 * Start the server:
     
    5766== Standard science ==
    5867
    59 * Check which machine to use for the server, above.
     68 * Check which machine to use for the server, above.
    6069
    61 * Start the server:
     70 * Start the server:
    6271{{{
    6372% ssh ipp@ippc10
     
    6675}}}
    6776
    68 * Start the client:
     77 * Start the client:
    6978{{{
    7079% cd ~ipp/stdscience
     
    7382pantasks: setup
    7483pantasks: run
     84pantasks: add.label (label)
     85}}}
     86
     87 * Add the survey automation information:
     88{{{
     89pantasks: survey.add.diff (label) (dist_group) (workdir)
     90pantasks: survey.add.magic (label) (workdir)
     91pantasks: survey.add.destreak (label) (workdir)
     92pantasks: survey.add.dist (label)
     93}}}
     94Note that the magic and destreak workdir values currently must not be nebulous names, but UNIX paths.  For example:
     95{{{
     96pantasks: survey.add.diff throughput.20091104 throughput.20091104 neb://@HOST@.0/gpc1/throughput.20091104
     97pantasks: survey.add.magic throughput.20091104 /data/ipp050.0/gpc1_destreak/throughput.20091104
     98pantasks: survey.add.destreak throughput.20091104 /data/ipp050.0/gpc1_destreak/throughput.20091104
     99pantasks: survey.add.dist throughput.20091104
    75100}}}
    76101
    77102== Detection publication ==
    78103
    79 * Check which machine to use for the server, above.
     104 * Check which machine to use for the server, above.
    80105
    81 * Start the server:
     106 * Start the server:
    82107{{{
    83108% ssh ipp@ippc08
     
    86111}}}
    87112
    88 * Start the client:
     113 * Start the client:
    89114{{{
    90115% cd ~ipp/publishing
     
    94119pantasks: run
    95120}}}
     121
     122== IPP User backup and restore ==
     123
     124Important files in the home directory of the IPP user on the MHPCC cluster are saved to a backup with the script ~ipp/make.backup.  This uses rsync to save copies to a target backup location (currently /data/ipp004.0/ipp/operations).  To restore from this directory, use rsync.
     125