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

  1. Path: sparky!uunet!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: What is XPDRIVER for?
  5. Date: 30 Dec 1992 13:19:03 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 37
  8. Distribution: world
  9. Message-ID: <1hs7k7INNnqs@gap.caltech.edu>
  10. References: <1992Dec29.143542.4184@arizona.edu>,<1992Dec29.185622.1038@cmkrnl.com>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <1992Dec29.185622.1038@cmkrnl.com>, jeh@cmkrnl.com writes:
  15. >You can see what's on the Q-bus by
  16. >
  17. >    $ run sys$system:sysgen
  18. >    SYSGEN> SHOW/UNIBUS
  19. >    SYSGEN> SHOW/CONFIG
  20.  
  21. WHOA!  WHOA!  TIME-OUT!  WAIT A MINUTE!  The SHOW/UNIBUS command is
  22. *DANGEROUS*.  It talks to all the devices on the bus in a way that's
  23. uncoordinated with anything else VMS is doing with them.  To quote from the
  24. online help for SYSGEN:
  25.  
  26. SHOW
  27.  
  28.   /UNIBUS
  29.  
  30.    /UNIBUS
  31.  
  32.     Tests every word in UNIBUS I/O space and returns a list of addresses
  33.     that respond and the value that was read. Note that this command is
  34.     useful for debugging UNIBUS autoconfigure problems, but it is not
  35.                                                         -------------
  36.     recommended for use on a running system. All unibus adapters are the
  37.     ----------------------------------------
  38.     default, /ADAPTER=adapter-spec can be  specified.  Requires  CMKRNL
  39.     privilege.
  40.  
  41. (emphasis mine).  Using this command can crash your system.  Wait 'til you're
  42. ready to reboot before using it, if at all possible.
  43. --------------------------------------------------------------------------------
  44. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  45.  
  46. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  47. understanding of astronomy is purely at the amateur level (or below).  So
  48. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  49. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  50. hold me responsible for it, but my organization had nothing to do with it.
  51.