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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!asuvax!ncar!noao!arizona!sunquest!spades.aces.com!gavron
  2. From: gavron@spades.aces.com (Ehud Gavron 602-570-2000 x. 2546)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Boot VAX3800 problem, help please!
  5. Message-ID: <5JAN199321194117@spades.aces.com>
  6. Date: 6 Jan 93 04:19:00 GMT
  7. References: <1993Jan5.175824.4035@proton.llumc.edu>
  8. Sender: news@cs.arizona.edu
  9. Reply-To: gavron@ACES.COM
  10. Organization: ACES Consulting Inc.
  11. Lines: 28
  12. News-Software: VAX/VMS VNEWS 1.4-b1
  13.  
  14. In article <1993Jan5.175824.4035@proton.llumc.edu>, lin@primus.llumc.edu (P. James Lin) writes...
  15. #When I boot VAX3800 VMS5.3-1 which recovered for power supply failured,
  16. #message
  17. #    Error opening primary input file SYS$INPUT
  18. #    Error in device name or inappropriate device type for operation
  19. #What is it? How Should I take care of it?
  20.  
  21.     I suspect that somewhere in your startup procedures you
  22.     are using SYS$INPUT.  Instead of SYS$INPUT which may point
  23.     to the startup database, use SYS$OUTPUT which points to the
  24.     console output.  
  25.  
  26.     Normal .COM file: $ define sys$command "''f$trnlnm("sys$input")'"
  27.     Startup .COM file:$ define sys$command "''f$trnlnm("sys$output")'"
  28.  
  29. #P. James Lin                      INTERNET: lin@proton.llumc.edu
  30. #Radiation Research Laboratory     UUCP    : ..ucrmath!proton!lin 
  31. #Loma Linda University Medical Center, 11234 Anderson St., Loma Linda, CA 92354
  32. #Tel: (714)824-4066 FAX: (714)824-4067
  33.  
  34.     Ehud
  35.  
  36. --
  37. Ehud Gavron        (EG76)     
  38. gavron@vesta.sunquest.com
  39. Can I have an IMPULSE ITEM instead?
  40.