Changes between Version 4 and Version 5 of PS1_Operations
- Timestamp:
- Nov 8, 2009, 12:12:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_Operations
v4 v5 17 17 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). 18 18 19 == Server Scripts == 20 21 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: 22 23 {{{ 24 % cd ~ipp/ipp-svn/operations 25 % configure --opsdir ~ipp 26 % make install 27 }}} 19 28 20 29 == Summit Copy == 21 30 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]. 23 32 24 33 * Start the server: … … 57 66 == Standard science == 58 67 59 * Check which machine to use for the server, above.68 * Check which machine to use for the server, above. 60 69 61 * Start the server:70 * Start the server: 62 71 {{{ 63 72 % ssh ipp@ippc10 … … 66 75 }}} 67 76 68 * Start the client:77 * Start the client: 69 78 {{{ 70 79 % cd ~ipp/stdscience … … 73 82 pantasks: setup 74 83 pantasks: run 84 pantasks: add.label (label) 85 }}} 86 87 * Add the survey automation information: 88 {{{ 89 pantasks: survey.add.diff (label) (dist_group) (workdir) 90 pantasks: survey.add.magic (label) (workdir) 91 pantasks: survey.add.destreak (label) (workdir) 92 pantasks: survey.add.dist (label) 93 }}} 94 Note that the magic and destreak workdir values currently must not be nebulous names, but UNIX paths. For example: 95 {{{ 96 pantasks: survey.add.diff throughput.20091104 throughput.20091104 neb://@HOST@.0/gpc1/throughput.20091104 97 pantasks: survey.add.magic throughput.20091104 /data/ipp050.0/gpc1_destreak/throughput.20091104 98 pantasks: survey.add.destreak throughput.20091104 /data/ipp050.0/gpc1_destreak/throughput.20091104 99 pantasks: survey.add.dist throughput.20091104 75 100 }}} 76 101 77 102 == Detection publication == 78 103 79 * Check which machine to use for the server, above.104 * Check which machine to use for the server, above. 80 105 81 * Start the server:106 * Start the server: 82 107 {{{ 83 108 % ssh ipp@ippc08 … … 86 111 }}} 87 112 88 * Start the client:113 * Start the client: 89 114 {{{ 90 115 % cd ~ipp/publishing … … 94 119 pantasks: run 95 120 }}} 121 122 == IPP User backup and restore == 123 124 Important 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
