IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of PS1_Operations


Ignore:
Timestamp:
Feb 24, 2009, 4:23:57 PM (17 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PS1_Operations

    v1 v1  
     1== Setup ==
     2
     3=== <code>ipp</code> user ===
     4
     5Operations 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.
     6
     7=== Pantasks ===
     8
     9Pantasks runs in the server/client mode, so that it can easily be accessed by multiple people.
     10
     11To distribute the load, we use the following for the server:
     12 * summit copy: ipp007
     13 * registration: ipp008
     14
     15The 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).
     16
     17
     18== Summit Copy ==
     19
     20 * Check which machine to use for the server, [wiki:#Pantasks above].
     21
     22 * Start the server:
     23
     24<pre>
     25% ssh ipp@ipp007
     26% cd summitcopy
     27% pantasks_server &
     28</pre>
     29
     30 * Start the client:
     31
     32<pre>
     33% cd ~ipp/summitcopy
     34% pantasks_client
     35pantasks: server input input
     36pantasks: setup
     37pantasks: run
     38</pre>
     39
     40== Registration ==
     41
     42 * Check which machine to use for the server, [wiki:#Pantasks above].
     43
     44 * Start the server:
     45
     46<pre>
     47% ssh ipp@ipp008
     48% cd registration
     49% pantasks_server &
     50</pre>
     51
     52 * Start the client:
     53
     54<pre>
     55% cd ~ipp/registration
     56% pantasks_client
     57pantasks: server input input
     58pantasks: setup
     59pantasks: run
     60</pre>