IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of PS1_Operations


Ignore:
Timestamp:
Mar 19, 2009, 12:20:36 PM (17 years ago)
Author:
Paul Price
Comment:

Changing registration server to ipp009

Legend:

Unmodified
Added
Removed
Modified
  • PS1_Operations

    v1 v2  
    11== Setup ==
    22
    3 === <code>ipp</code> user ===
     3=== ipp user ===
    44
    5 Operations are generally performed as the <code>ipp</code> user on the [wiki:Production_Cluster Production Cluster].  You should add your ssh public key to <code>~ipp/.ssh/authorized_keys</code> for ease of access.
     5Operations are generally performed as the ipp user on the [wiki:Production_Cluster Production Cluster].  You should add your ssh public key to ~ipp/.ssh/authorized_keys for ease of access.
    66
    77=== Pantasks ===
     
    1111To distribute the load, we use the following for the server:
    1212 * summit copy: ipp007
    13  * registration: ipp008
     13 * registration: ipp009
    1414
    15 The client can be run on any machine, so long as you're in the appropriate directory (which contain a <code>ptolemy.rc</code> file that selects the correct server to contact).
     15The 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).
    1616
    1717
     
    2222 * Start the server:
    2323
    24 <pre>
    2524% ssh ipp@ipp007
    2625% cd summitcopy
    2726% pantasks_server &
    28 </pre>
    2927
    3028 * Start the client:
    3129
    32 <pre>
    3330% cd ~ipp/summitcopy
    3431% pantasks_client
     
    3633pantasks: setup
    3734pantasks: run
    38 </pre>
    3935
    4036== Registration ==
     
    4440 * Start the server:
    4541
    46 <pre>
    47 % ssh ipp@ipp008
     42% ssh ipp@ipp009
    4843% cd registration
    4944% pantasks_server &
    50 </pre>
    5145
    5246 * Start the client:
    5347
    54 <pre>
    5548% cd ~ipp/registration
    5649% pantasks_client
     
    5851pantasks: setup
    5952pantasks: run
    60 </pre>