Penguin
Annotated edit history of DECserver version 4, including all changes. View license author blame.
Rev Author # Line
3 DavidGoodwin 1 The DECserver was a highly successful family of asynchronous Terminal Servers made by [DEC] (Digital Equipment Corporation). The DECserver can be used with Linux with the help of the Linux-DECnet project and a few other things. On this page are some notes on setting up the DECserver 100 to run with Linux.
1 DavidGoodwin 2
3 DavidGoodwin 3 The DECserver 100 is a terminal server with a single [10Base5] ([AUI]) Ethernet port and 8 serial ports. The server has to download its boot image from a computer via the MOP protocol.
1 DavidGoodwin 4
5
3 DavidGoodwin 6 !Requirements
7 - latd, A Digital Local Area Transport Daemon for Linux. This allows users to login to Linux from a LAT terminal server.
8 - mopd, The Maintenance Operations Protocol loader daemon for Linux. This is needed by the DECserver 100 to download its software image.
2 DavidGoodwin 9 - An 10base5 (AUI) to 10baseT (UTP) transceiver (unless you use 10base5 or 10base2 for some reason)
1 DavidGoodwin 10 - A terminal or terminal emulator and the appropriate serial cables.
3 DavidGoodwin 11 - The boot image for the DECserver to download. The DECserver 100's image is called "PS0801ENG.SYS". You can download a copy of the image from http://martin.brenner.de/zoo.html or ask DavidGoodwin.
1 DavidGoodwin 12
3 DavidGoodwin 13 !Setup
2 DavidGoodwin 14 # Install both latd and mopd
15 # make the directory /tftpboot/mop
3 DavidGoodwin 16 # copy PS0801ENG.SYS into /tftpboot/mop. The filename for the DECserver 100 must be PS0801ENG.SYS - this is what the DECserver 100 will request. Case does matter.
2 DavidGoodwin 17 # Plugin a terminal to serial port 1 on the DECserver and a network cable to the adapter attached to the AUI port
1 DavidGoodwin 18
3 DavidGoodwin 19 When you turn on the DECserver you should see something like the following printed to the terminal on serial port 1:
2 DavidGoodwin 20 <pre>
21 Local -901- Initializing DECserver "08-00-2B-04-8B-A7" -- ROM BL8A, H/W Rev B.B
22 Local -902- Waiting for image load
23 Local -903- Loading from host "08-00-20-8E-16-0B"
24 Local -904- Image load complete
25 </pre>
3 DavidGoodwin 26 This means that everything should be working. You should be able to press enter now to get the DECserver login prompt. For this Hyperterminal (included with windows) does not seem to work. PuTTY and Tera Term Pro are good free options under windows.
1 DavidGoodwin 27
3 DavidGoodwin 28 For more advanced configuration and use, see the LAT page on the DECnet for Linux website: http://linux-decnet.sourceforge.net/lat.html
1 DavidGoodwin 29
3 DavidGoodwin 30 !!Troubleshooting
31 ----
32 If you see the following message:
2 DavidGoodwin 33 <pre>
34 Local -911- WARNING -- Non-fatal Hardware error detected
35 Server code 1000, terminal codes 00 00 00 00 00 00 00 00
36 </pre>
37 after "Initializing DECserver..." then you have an Ethernet 1.0 transceiver - the DECserver 100 is designed to work with Ethernet 2.0 transceivers. See section 4.2.2.4 of the DECserver 100 Terminal Server Operations Guide (AA-Z085A-TK, January 1985) for more information.
1 DavidGoodwin 38
3 DavidGoodwin 39 If you get the messages:
2 DavidGoodwin 40 <pre>
41 Local -902- Waiting for image load
42 Local -912- Load failure, timeout
43 </pre>
3 DavidGoodwin 44 then check that the filename of the image is "PS0801ENG.SYS" and is in the directory /tftpboot/mop - if it is not then this is probably your problem. Otherwise check that mopd and latd are running and your network link is functional. You could also try setting the DECserver 100 to the factory default settings.
1 DavidGoodwin 45
3 DavidGoodwin 46 !Resetting to defaults
47 To set to factory default settings hold down the S1 button while unplugging and plugging in the power cable. This should reset all settings to factory defaults including the image name and privileged password (to SYSTEM).
1 DavidGoodwin 48
3 DavidGoodwin 49 !!See Also
50 ----
2 DavidGoodwin 51 * DECserver 100 Terminal Server User's Pocket Guide - http://vt100.net/manx/details/1,3095
52 * DECserver 100 Terminal Server Operations Guide - http://vt100.net/manx/details/1,5406
53 * LAT on Linux - http://linux-decnet.sourceforge.net/lat.html
4 IanGalloway 54 * DECservers now manufactured by Vnetek Communications - http://www.vnetek.com/s-211-decserver.aspx
55 * DECserver tech tips - http://blog.vnetek.com
3 DavidGoodwin 56 ----
57 CategoryHardware