Changes between Version 78 and Version 79 of telehouse_serial_access
- Timestamp:
- Apr 12, 2016, 2:44:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
telehouse_serial_access
v78 v79 1 1 [[PageOutline]] 2 2 3 = How do I connect to an MF/PL server located at Telehouse via the serial port? = 3 4 4 Note: if you are trying to connect to a server in our XO/Bandcon, see [wiki:xo_serial_access our XO serial access page]; for Web Architectssee [wiki:webarchitects-serial-access Web Architects serial acess page]; for Koumbit see [wiki:koumbit_serial_access Koumbit serial access].5 Note: if you are trying to connect to a server in our Web Architects colo see [wiki:webarchitects-serial-access Web Architects serial acess page]; for Koumbit see [wiki:koumbit_serial_access Koumbit serial access]. 5 6 6 7 == Serial Console physical setup == … … 8 9 In the MF/PL Telehouse rack, we have two startech 16-port USB to serial adapters using the FTDI chipset connected to the server `robideau`. These need to be connected to the front USB ports [ticket:6304 for some reason we do not yet understand] 9 10 10 * In: 11 * lower USB device 12 * `kiyoshi` (ttyUSB0) 13 * `cafiero` (switch) (ttyUSB2) 14 * `negri` (ttyUSB3) 15 * `anna` (tachanka) (ttyUSB4) 16 * `vilma` (ttyUSB5) 17 * `blanco` (ttyUSB6) 18 * `florence` (ttyUSB7) 19 * `wiwa` (ttyUSB8) 20 * `baubo` (ttyUSB9) 21 * `barron` (ttyUSB10) 22 * `parsi` (ttyUSB11) 23 * `severo` (tyUSB12) 24 * `bolivar` (ttyUSB13) 25 * `goofball` (ttyUSB14) 26 * `pdu` (ttyUSB15) 11 Run: 12 13 {{{ 14 cereal-admin list 15 }}} 16 17 To see the layout. 27 18 28 19 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. … … 47 38 We can also setup additional users that have read-only access to the sessions created by each of these usernames, should that be desirable. You can request such access by creating a [/newticket ticket]. 48 39 49 In addition - we have a serial line running from ` bolivar`'s `/dev/ttyUSB0` that goes to `robideau`'s built-in serial port 1, so that `robideau`'s console itself is remotely accessible, and logged. You can connect to robideau's console with:40 In addition - we have a serial line running from `wiwa`'s `/dev/ttyUSB0` that goes to `robideau`'s built-in serial port 1, so that `robideau`'s console itself is remotely accessible, and logged. You can connect to robideau's console with: 50 41 51 42 {{{ 52 ssh -t robideau-console@ bolivar.mayfirst.org cereal attach robideau43 ssh -t robideau-console@wiwa.mayfirst.org cereal attach robideau 53 44 }}} 54 45 55 46 == Setting up a new console user == 56 47 57 To setup a new console user (this is something only admins can do), do the following as `root@ sylvia`:48 To setup a new console user (this is something only admins can do), do the following as `root@robideau`: 58 49 59 50 {{{