Differences between revisions 4 and 13 (spanning 9 versions)
Revision 4 as of 2023-08-24 04:10:54
Size: 1479
Comment:
Revision 13 as of 2023-09-08 20:22:23
Size: 1508
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
. Suppose you have one (or multiple) machines are dead (freeze, dolphin glitch, DK, etc).  * Suppose you have one (or multiple) machines are dead (freeze, dolphin glitch, DK, etc).
Line 32: Line 32:
. From the following list, determine which host you want to restart:  * From the following list, determine which host you want to restart:
Line 34: Line 34:
    PORT HOST     PORT/HOST
Line 42: Line 42:
. 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.
Line 44: Line 43:
{{{./dolphin_ix_port_control.sh -disable 192.168.113.40 #}}}  * 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.
Line 46: Line 45:
. ssh into the problematic machine. Use the following command to reboot it. Now this does not crash other machines! {{{
./dolphin_ix_port_control.sh -disable 192.168.113.40 #
}}}
Line 48: Line 49:
{{{sudo reboot}}}  * ssh into the problematic machine. Use the following command to reboot it. Now this does not crash other machines!
Line 50: Line 51:
. Once the machine starts rebooting, run the dolphin enabling command on fb1. {{{
sudo reboot
}}}
Line 52: Line 55:
{{{./dolphin_ix_port_control.sh -eable 192.168.113.40 #}}}  * Once the machine starts rebooting, run the dolphin enabling command on fb1.

{{{
./dolphin_ix_port_control.sh -enable 192.168.113.40 #
}}}
Line 56: Line 63:
{{{rtcds stop --all}}} {{{
rtcds stop --all
}}}
Line 60: Line 69:
{{{rtcds start --all}}} {{{
rtcds start --all
}}}
Line 62: Line 73:
. Once everything is up, burtrestore appropriate snapshots.  * Once everything is up, burtrestore appropriate snapshots.

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 -enable 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)