Changes between Version 13 and Version 14 of telehouse_serial_access
- Timestamp:
- Nov 4, 2007, 3:06:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
telehouse_serial_access
v13 v14 1 1 == How do I connect to an MF/PL server located at Telehouse via the serial port? == 2 2 3 In the MF/PL Telehouse rack, we have installed an [http://www.lavalink.com/index.php?id=232 Octopus 550] in `sylvia`, a domU that is installed on `octavia`. An Octopus 550 is a pci card that has 8 serial lines coming out of it. `octavia` already has two built-in serial lines. `octavia`'s first built-in serial line is outputting the console for `octavia` itself. The second built-in serial line is controlling `shadow`'s console. The remaining 8serial lines are connected to other servers in our rack.3 In the MF/PL Telehouse rack, we have installed two [http://www.lavalink.com/index.php?id=232 Octopus 550's] in `sylvia`, a domU that is installed on `octavia`. An Octopus 550 is a pci card that has 8 serial lines coming out of it. `octavia` already has two built-in serial lines. `octavia`'s first built-in serial line is outputting the console for `octavia` itself. The second built-in serial line is reserved (it will probably be used to control a power system). The remaining 16 serial lines are connected to other servers in our rack. 4 4 5 5 * Out: 6 6 * `octavia`'s bootloader, hypervisor console, kernel console, and getty run on built-in serial port 1, (`octavia`: ttyS0) 7 7 * In: 8 * `shadow` (built-in serial port 2, sylvia: ttyS0) 9 * `viewsic` (octopus 1, `sylvia`: ttyS1) 10 * `malcolm` (octopus 2, `sylvia`: ttyS2) 11 * `chavez` (octopus 3, `sylvia`: ttyS3) 12 * `gramsci` (octopus 4, `sylvia`: ttyS4) 13 * `sontag` (octopus 5, `sylvia`: ttyS5) 14 * `menchu` (octopus 6, `sylvia`: ttyS6) 15 * `leslie` (octopus 7, `sylvia`: ttyS7) 16 * `evo` (octopus 8, `sylvia`: ttyS8) 17 8 * `reserved` (built-in serial port 2) 9 * Octopus A 10 * `viewsic` (octopus A, 1, `sylvia`: ttyS1) 11 * `malcolm` (octopus A, 2, `sylvia`: ttyS2) 12 * `chavez` (octopus A, 3, `sylvia`: ttyS3) 13 * `gramsci` (octopus A, 4, `sylvia`: ttyS4) 14 * `sontag` (octopus A, 5, `sylvia`: ttyS5) 15 * `menchu` (octopus A, 6, `sylvia`: ttyS6) 16 * `leslie` (octopus A, 7, `sylvia`: ttyS7) 17 * `evo` (octopus A, 8, `sylvia`: ttyS8) 18 * Ocotpus B 19 * `shadow` (octopus B, 1, `sylvia`: ttyS9) 20 * `goofball` (octopus B, 2 `sylvia`: ttyS10) 21 * `tenent.net` (octopus B, 3 `sylvia`: ttyS10) 22 * `robeson` (octopus B, 4 `sylvia`: ttyS11) 23 * `algernon` (octopus B, 5 `sylvia`: ttyS12) 18 24 19 25 The serial consoles of the attached machines are all remotely accessible (to properly-authenticated people), and they are also logged and timestamped. We are using [http://cmrg.fithhorseman.net/wiki/cereal cereal] to do this cleanly and easily.