Changes between Version 6 and Version 7 of PS1_Operations
- Timestamp:
- Nov 8, 2009, 12:14:50 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_Operations
v6 v7 18 18 The 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). 19 19 20 == Server Scripts==20 === Server Scripts === 21 21 22 22 The 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: … … 28 28 }}} 29 29 30 == Summit Copy == 30 == Pantasks Servers == 31 32 === Summit Copy === 31 33 32 34 * Check which machine to use for the server, [wiki:PS1_Operations#Pantasks above]. … … 46 48 pantasks: run 47 49 }}} 48 == Registration == 50 51 === Registration === 49 52 50 53 * Check which machine to use for the server, above. … … 65 68 }}} 66 69 67 == Standard science==70 === Standard science === 68 71 69 72 * Check which machine to use for the server, above. … … 101 104 }}} 102 105 103 == Detection publication==106 === Detection publication === 104 107 105 108 * Check which machine to use for the server, above. … … 121 124 }}} 122 125 126 === Detrend Creation === 127 128 * Check which machine to use for the server, above. 129 130 * Start the server: 131 {{{ 132 % ssh ipp@ippc06 133 % cd detrend 134 % pantasks_server & 135 }}} 136 137 * Start the client: 138 {{{ 139 % cd ~ipp/detrend 140 % pantasks_client 141 pantasks: server input input 142 pantasks: setup 143 pantasks: run 144 }}} 145 146 123 147 == IPP User backup and restore == 124 148
