|
Size: 677
Comment:
|
← Revision 3 as of 2024-06-13 18:50:54 ⇥
Size: 721
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| 1. Log in to megatron | '''1. Log in to megatron''' |
| Line 5: | Line 5: |
| 2. Kill all the nds2 related processes | '''2. Kill all the nds2 related processes''' |
| Line 8: | Line 8: |
| Line 9: | Line 10: |
| Line 11: | Line 13: |
| 3. Become nds2mgr | '''3. Become nds2mgr''' |
| Line 15: | Line 17: |
| 4. Go to nds2mgr folder | '''4. Go to nds2mgr folder''' |
| Line 19: | Line 21: |
| 5. Confirm nds2 is not running | '''5. Confirm nds2 is not running''' |
| Line 22: | Line 24: |
| Line 24: | Line 27: |
| 6. Run nds2 | '''6. Run nds2''' |
| Line 27: | Line 30: |
Here are the instructions to restart nds2 (ref. this elog)
1. Log in to megatron
2. Kill all the nds2 related processes
megatron> ps -def | grep nds2
megatron> sudo kill (process number)
megatron> sudo kill -9 (process number) # if the above did not kill a process, force kill
3. Become nds2mgr
megatron> sudo su nds2mgr
4. Go to nds2mgr folder
cd /home/nds2mgr/nds2-megatron
5. Confirm nds2 is not running
megatron> sudo /etc/init.d/nds2 stop
Shutting down nds2: No nds2 found running; none killed.
6. Run nds2
megatron> sudo /etc/init.d/nds2 start
Starting nds2: Clear all segments...
