| 120 | | === Starting an already running server === |
| 121 | | |
| 122 | | For already-running servers, {{{pantasks}}} should be started with the following commands only: |
| 123 | | |
| 124 | | {{{ |
| 125 | | pantasks_client: server input input |
| 126 | | pantasks_client: setup |
| 127 | | pantasks_client: run |
| 128 | | }}} |
| 129 | | |
| 130 | | This loads the hosts and labels needed and starts the processing running. See {{{~ipp/stdscience/input}}} if this is not clear. |
| 131 | | === Starting all servers === |
| 132 | | |
| 133 | | If everything has been shut down, you can start all {{{pantasks}}} with the following in {{{~ipp}}}: |
| 134 | | |
| 135 | | {{{ |
| 136 | | check_system start.server |
| 137 | | check_system start |
| 138 | | check_system run |
| 139 | | }}} |
| 140 | | |
| 141 | | The first command launches the {{{pantasks_servers}}} on the correct host, the second calls the three commands listed above ( {{{server input input; |
| 142 | | setup; run}}} ). |
| 143 | | |
| | 145 | |
| | 146 | === Starting an already running server === |
| | 147 | |
| | 148 | For already-running servers, {{{pantasks}}} should be started with the following commands only: |
| | 149 | |
| | 150 | {{{ |
| | 151 | pantasks_client: server input input |
| | 152 | pantasks_client: setup |
| | 153 | pantasks_client: run |
| | 154 | }}} |
| | 155 | |
| | 156 | This loads the hosts and labels needed and starts the processing running. See {{{~ipp/stdscience/input}}} if this is not clear. |
| | 157 | |
| | 158 | === Starting all servers === |
| | 159 | |
| | 160 | If everything has been shut down, you can start all {{{pantasks}}} with the following in {{{~ipp}}}: |
| | 161 | |
| | 162 | {{{ |
| | 163 | check_system start.server |
| | 164 | check_system start |
| | 165 | check_system run |
| | 166 | }}} |
| | 167 | |
| | 168 | The first command launches the {{{pantasks_servers}}} on the correct host, the second calls the three commands listed above ( {{{server input input; |
| | 169 | setup; run}}} ). |
| | 170 | |