Changes between Version 110 and Version 111 of Processing
- Timestamp:
- Aug 27, 2010, 9:02:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v110 v111 86 86 87 87 == Stopping == 88 89 88 === To stop a single pantasks server (scheduler) instance === 90 89 91 90 * Get the name of the host which is managing the pantasks server by looking the ptolemy.rc file in the server directory (e.g. for the 'distribution' task): 92 91 {{{ 93 whoami@ipp004:/home/panstarrs/ipp> cat distribution/ptolemy.rc | grep PANTASKS_SERVER94 PANTASKS_SERVER ippc1592 whoami@ipp004:/home/panstarrs/ipp> cat distribution/ptolemy.rc | grep PANTASKS_SERVER 93 PANTASKS_SERVER ippc15 95 94 }}} 96 95 97 96 * Log into the host as the {{{ipp}}} user 98 97 {{{ 99 ssh ipp@ippc1598 ssh ipp@ippc15 100 99 }}} 101 100 102 101 * Start the pantasks_client in the pantasks server directory 103 102 {{{ 104 pantasks_client103 pantasks_client 105 104 }}} 106 105 107 106 * Shut down the server: 108 107 {{{ 109 pantasks: shutdown now 110 }}} 111 112 108 pantasks: shutdown now 109 }}} 113 110 === To shut down all {{{pantasks_server}}} instances === 114 111 {{{
