| | 157 | = Stopping and starting {{{nebulous}}} = |
| | 158 | |
| | 159 | == Stopping {{{nebulous}}} == |
| | 160 | 1. Stop all processing: Make sure that nothing from ipp, ippdvo, ippdor, and any other random user is running (checking http://ippmonitor.ipp.ifa.hawaii.edu/ippMonitor/clusterMonitor2/ might be a good idea) |
| | 161 | 2. Stop apache servers on ippc01-c10 with |
| | 162 | {{{ |
| | 163 | ssh <node> |
| | 164 | sudo /etc/init.d/apache stop |
| | 165 | }}} |
| | 166 | 3. Stop the mysql server on ippdb00 (this may take some time like 15 minutes) |
| | 167 | {{{ |
| | 168 | ssh ippdb00 |
| | 169 | mysqladmin -uroot -pxxx shutdown now |
| | 170 | }}} |
| | 171 | |
| | 172 | == Starting {{{nebulous}}} == |
| | 173 | |
| | 174 | |