home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20624 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.6 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!gatech!usenet.ins.cwru.edu!agate!ucbvax!CCS1.BBN.COM!RMCEWEN
  2. From: RMCEWEN@CCS1.BBN.COM (Regis McEwen)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: What is XPDRIVER for?
  5. Message-ID: <01GTA24I1YB4002FVU@ccs1.bbn.com>
  6. Date: 8 Jan 93 18:20:00 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 39
  10.  
  11. Message-id: <1992Dec29.185622.1038@cmkrnl.com>
  12. Organization: Kernel Mode Consulting, San Diego, CA
  13. References: <1992Dec29.143542.4184@arizona.edu>
  14.  
  15. In article <1992Dec29.185622.1038@cmkrnl.com>, jeh@cmkrnl.com (Jamie Hanrahan) writes:
  16. >In article <1992Dec29.143542.4184@arizona.edu>, CHD@HERMES.ECE.ARIZONA.EDU (Chris De Young) writes:
  17.  
  18. [...]
  19.  
  20. > You can see what's on the Q-bus by
  21. >
  22. >    $ run sys$system:sysgen
  23. >    SYSGEN> SHOW/UNIBUS
  24.  
  25.     With the exception of using this command on 6000 class machines,
  26.     I agree with what Jamie has written (a thorough job, as usually!)
  27.     with the a minor change that'll survive across VMS upgrades:
  28. [...]
  29.  
  30. > Another thing you could do is to modify the system startup procedure so that
  31. > it doesn't try to configure the "XP" device.  In SYS$COMMON:[SYS$STARTUP]
  32. > VMS$DEVICE_STARTUP.COM you will find a line that reads
  33. >
  34. >    $sysgen autoconfigure all
  35. >
  36. > edit it so that it looks like:
  37. >
  38. >    $sysgen autoconfigure all/exclude=xp
  39.  
  40.     Instead of editing SYS$COMMON:[SYS$STARTUP]VMS$DEVICE_STARTUP.COM
  41.     edit SYS$MANAGER:SYCONFIG.COM instead and include the following:
  42.  
  43.         $ startup$autoconfigure_all == 0
  44.         $ mcr sysgen autoconfigure all/exclude=xp
  45.  
  46.     This file is there for the purpose of configurating devices.
  47.  
  48.  
  49.                             -Regis
  50.