Differences between revisions 4 and 5
Revision 4 as of 2023-08-24 04:10:54
Size: 1479
Comment:
Revision 5 as of 2023-08-24 04:11:32
Size: 1479
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
    PORT HOST     PORT/HOST

Dolphin Switch

8 port IX Switch

Network configuration

IP address: 192.168.113.40 Web access authentication: admin / admin

Port Assignment

1 c1sus

2 c1lsc

3 c1iscex

4 c1iscey

5 c1ioo

6 c1sus2

7 NC

8 NC

How to restart an RTS machine without crashing other RTS

. Suppose you have one (or multiple) machines are dead (freeze, dolphin glitch, DK, etc).

. From the following list, determine which host you want to restart:

    PORT/HOST
    1    c1sus
    2    c1lsc
    3    c1iscex
    4    c1iscey
    5    c1ioo
    6    c1sus

. ssh into fb1. At the login directory, run the following command with the above port name (replace the "#" with it). If you have multiple hosts, run the command one by one.

./dolphin_ix_port_control.sh -disable 192.168.113.40 #

. ssh into the problematic machine. Use the following command to reboot it. Now this does not crash other machines!

sudo reboot

. Once the machine starts rebooting, run the dolphin enabling command on fb1.

./dolphin_ix_port_control.sh -eable 192.168.113.40 #

This should be done before the IOP (c1x07 etc) comes up. Otherwise, that IOP fails. It's allright. If the IOP (and other processes fails), just stop them with

rtcds stop --all

and enable dolphin with the above command. And then run

rtcds start --all

. Once everything is up, burtrestore appropriate snapshots.

CDS/DolphinSwitch (last edited 2023-09-13 21:06:00 by KojiaraiATligoDOTorg)