home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20145 < prev    next >
Encoding:
Internet Message Format  |  1992-12-31  |  2.6 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!dog.ee.lbl.gov!ucbvax!lrw.com!leichter
  2. From: leichter@lrw.com (Jerry Leichter)
  3. Newsgroups: comp.os.vms
  4. Subject: re: What is XPDRIVER for?
  5. Message-ID: <9212301727.AA29066@uu3.psi.com>
  6. Date: 30 Dec 92 15:53:09 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 56
  10.  
  11.  
  12.     Booting a 4000/300 VMS 5.4-2, I get the following error early in the
  13.     boot process:
  14.     
  15.         %SYSGEN%W-NOMSG, Message number 00000910
  16.         [SYSEXE]XPDRIVER.EXE
  17.         %SYSGEN%W-NOMSG, Message number 00000910
  18.         [SYSEXE]XPDRIVER.EXE
  19.     
  20.     This occurs after loading the MSCP disk server but before mounting the
  21.     disks.  The 4000 being booted is the disk server for a cluster of 6 VS
  22.     3100's.
  23.  
  24.     There is no XPDRIVER.EXE anywhere on the system that I can find, but
  25.     there also is not on another VMS 5.4-2 system which does not exhibit
  26.     this message.
  27.  
  28.     What is the source of this message, and is it something I need to
  29.     worry about?
  30.  
  31. Typing "EXIT %X910" reveals that the error is "no such file" - consistent
  32. with your statement that there is no such file on the system.
  33.  
  34. The message you are seeing is coming from SYSGEN when it is trying to
  35. configure in some device for which you don't have the driver.  There are
  36. two possibilities:
  37.  
  38.     - You've got an explicit attempt to load XPDRIVER somewhere in your
  39.         startup files;
  40.  
  41.     - SYSGEN is doing an AUTOCONFIGURE and is finding some device that,
  42.         according to its built-in tables, needs a driver named
  43.         XPDRIVER - which you don't have.
  44.  
  45. A copy of SYSGEN's tables is included at the back of the SYSGEN manual.  It
  46. lists XPDRIVER as the proper driver for the PCL-11.  Those with long memories
  47. will recall that the PCL-11 was a Unibus device that allowed you to connect
  48. multiple '11's together.  If I remember right, it worked by making memory
  49. visible to remote processors in specific "memory windows".  It was never
  50. supported on the VAX, and there's certainly no way you could connect it to
  51. a 4000.  This leaves one of three possibilities:
  52.  
  53.     - There's something in your 4000 that is responding in a way that
  54.         looks enough like a PCL-11 that SYSGEN is being fooled;
  55.     - The XPDRIVER mnemonic has been re-used for some other device.
  56.         (Any "X" device would likely be a high-speed communication
  57.         option; for example, XQ is a Q-bus Ethernet adapter.)
  58.     - SYSGEN has a bug.
  59.  
  60. You can use SYSGEN's (long misnamed) SHOW/UNIBUS and try to figure out what
  61. devices haven't been configured - but are there really devices on your system
  62. that you don't even know about?  You might want to check - but I'm inclined
  63. to lean toward an explicit load attempt, or a SYSGEN bug.
  64.  
  65.                             -- Jerry
  66.  
  67.