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

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!usc!elroy.jpl.nasa.gov!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: Boot VAX3800 problem, help please!
  5. Date: 9 Jan 1993 13:45:37 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 31
  8. Distribution: world
  9. Message-ID: <1imku1INNg7a@gap.caltech.edu>
  10. References: <1993Jan5.175824.4035@proton.llumc.edu>,<5JAN199321194117@spades.aces.com>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <5JAN199321194117@spades.aces.com>, gavron@spades.aces.com (Ehud Gavron 602-570-2000 x. 2546) writes:
  15. =In article <1993Jan5.175824.4035@proton.llumc.edu>, lin@primus.llumc.edu (P. James Lin) writes...
  16. =# 
  17. =#When I boot VAX3800 VMS5.3-1 which recovered for power supply failured,
  18. =#message
  19. =#    Error opening primary input file SYS$INPUT
  20. =#    Error in device name or inappropriate device type for operation
  21. =# 
  22. =#What is it? How Should I take care of it?
  23. =
  24. =    I suspect that somewhere in your startup procedures you
  25. =    are using SYS$INPUT.  Instead of SYS$INPUT which may point
  26. =    to the startup database, use SYS$OUTPUT which points to the
  27. =    console output.  
  28. =
  29. =    Normal .COM file: $ define sys$command "''f$trnlnm("sys$input")'"
  30. =    Startup .COM file:$ define sys$command "''f$trnlnm("sys$output")'"
  31.  
  32. Sorry, Ehud, but your explanation seems very unlikely.  Something's complaining
  33. it can't open its "primary input file."  That's an error message associated
  34. usually with process creation, not with other uses of SYS$INPUT.  I don't want
  35. to bring down any of the systems I manage, but I'd guess the <Startup> process
  36. can't find the startup file given by the SHOW/STARTUP command in SYSBOOT.
  37. --------------------------------------------------------------------------------
  38. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  39.  
  40. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  41. understanding of astronomy is purely at the amateur level (or below).  So
  42. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  43. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  44. hold me responsible for it, but my organization had nothing to do with it.
  45.