Changes between Version 1 and Version 2 of PS1_Operations
- Timestamp:
- Mar 19, 2009, 12:20:36 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PS1_Operations
v1 v2 1 1 == Setup == 2 2 3 === <code>ipp</code>user ===3 === ipp user === 4 4 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.5 Operations 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. 6 6 7 7 === Pantasks === … … 11 11 To distribute the load, we use the following for the server: 12 12 * summit copy: ipp007 13 * registration: ipp00 813 * registration: ipp009 14 14 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).15 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). 16 16 17 17 … … 22 22 * Start the server: 23 23 24 <pre>25 24 % ssh ipp@ipp007 26 25 % cd summitcopy 27 26 % pantasks_server & 28 </pre>29 27 30 28 * Start the client: 31 29 32 <pre>33 30 % cd ~ipp/summitcopy 34 31 % pantasks_client … … 36 33 pantasks: setup 37 34 pantasks: run 38 </pre>39 35 40 36 == Registration == … … 44 40 * Start the server: 45 41 46 <pre> 47 % ssh ipp@ipp008 42 % ssh ipp@ipp009 48 43 % cd registration 49 44 % pantasks_server & 50 </pre>51 45 52 46 * Start the client: 53 47 54 <pre>55 48 % cd ~ipp/registration 56 49 % pantasks_client … … 58 51 pantasks: setup 59 52 pantasks: run 60 </pre>
