home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / dec / 6478 < prev    next >
Encoding:
Text File  |  1992-12-14  |  3.7 KB  |  110 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!spool.mu.edu!caen!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!slacvx.slac.stanford.edu!fairfield
  3. From: fairfield@slacvx.slac.stanford.edu
  4. Subject: Re: Need help with MV2000
  5. Message-ID: <1992Dec13.202726.1@slacvx.slac.stanford.edu>
  6. Lines: 98
  7. Sender: news@unixhub.SLAC.Stanford.EDU
  8. Organization: Stanford Linear Accelerator Center
  9. References: <1992Dec12.210756.993@dragon.com>
  10. Date: Mon, 14 Dec 1992 04:27:26 GMT
  11.  
  12. In article <1992Dec12.210756.993@dragon.com>, cts@dragon.com (Charles T. Smith, Jr.) writes:
  13. > I recently inherited a MicroVAX 2000...  any documentation is long gone.
  14. > This beastie has a thinwire port;  however, it does not appear to be 
  15. > enabled.  VMS boots ok;  the only devices are the disk and the terminal
  16. > ports. 
  17.  
  18.     Don't forget that the Ethernet device gets configured when DECnet
  19. is started, not before.  It's ESA0 on a VS2000...your MV2000 should
  20. be the same.
  21.  
  22.     Also, on the back of the system box, above the power cable, is a
  23. black switch with two positions: A and B.  Put the switch in the A
  24. position if you want to use the ThinWire (BNC) connector, use the B
  25. position if you're hooking to a transceiver connector.
  26.  
  27. > Can anyone give me any hints on what it takes to enable the Ethernet
  28. > port?  Which test F...E...D, etc, indicates the Ethernet, or how
  29. > to read the TEST 50 output?
  30.  
  31.  
  32.     Here's "Table 2-2: Power-up and Self-Test Display Identifiers" from
  33. my VS2000 hardware book:
  34.  
  35. --------------------------------------------------------------------------
  36. Test Identifier        Device
  37. --------------------------------------------------------------------------
  38. F            Base Video
  39. E            System Clock
  40. D            Nonvolitile Random Access Memory (RAM)
  41. C            Serial Line Controller
  42. B            Memory
  43. A            Memory-management Unit
  44. 9            Floating Point Unit
  45. 8            Interval Timer
  46. 7            Disk Controller
  47. 6            Tape Controller
  48. 5            Interrupt Controller and Ethernet ID ROM
  49. 4            Optional 4-plane or 8-plane Graphics Coprocessor
  50. 3            Reserved for later use
  51. 2            Reserved for later use
  52. 1            Ethernet Network Interconnect Module
  53. --------------------------------------------------------------------------
  54.  
  55. Typical power-up error messages are:
  56.  
  57. 1. Clock not set
  58.  
  59.     ?  E  0040  0000.0005
  60.  
  61. 2. Low battery
  62.  
  63.     ?  D  0050  0000.0005
  64.  
  65. 3. Monochrome monitor with 4-plane or 8-plane graphics coprocessor
  66.  
  67.     ?  4  00D0  0009.0213
  68.  
  69. 4. No Ethernet cable
  70.  
  71.     ?? 1  00C0  0000.7004
  72.  
  73.  
  74. The table of mnemonics for Test 50 is:
  75. --------------------------------------------------------------------------
  76. Mnemonics        Device
  77. --------------------------------------------------------------------------
  78. CLK            System Clock
  79. 4PLN            4-plane Graphics Coprocessor
  80. 8PLN            8-plane Graphics Coprocessor
  81. DZ            Serial Line Controller
  82. FP            Floating Point
  83. HDC            Disk Controller
  84. IT            Interval Timer
  85. MEM            Memory
  86. MM            Memory Mannagement
  87. MONO            Monochrome Video Circuits on System Module
  88. NI            Network Interconnect Option Module
  89. NVR            Nonvolitile RAM
  90. SYS            Interrupt Controller and Ethernet ID ROM
  91. TPC            Tape Controller
  92. --------------------------------------------------------------------------
  93.  
  94. Under the Test 0 (System Exerciser) description, which claims to take
  95. 11 minutes to complete, the manual states:
  96.  
  97.     Single question markls <in the output display> provide status 
  98.     information and do not interfere with the operation of the
  99.     system.
  100.  
  101.     Double question marks indicate errors.  Note the mnemonic asso-
  102.     ciated with the question mark...
  103.  
  104. -- 
  105.  Dr. Kenneth H. Fairfield    |  Internet: Fairfield@Slac.Stanford.Edu
  106.  SLAC, P.O.Box 4349, MS 98   |  DECnet:   45537::FAIRFIELD (45537=SLACVX)
  107.  Stanford, CA   94309        |  BITNET    Fairfield@Slacvx
  108.  ----------------------------------------------------------------------------
  109.  These opinions are mine, not SLAC's, Stanford's, nor the DOE's...
  110.