home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!wupost!spool.mu.edu!agate!ucbvax!VAX5.CSD.COM!RICH
- From: RICH@VAX5.CSD.COM (The Ghost in the Machine)
- Newsgroups: comp.os.vms
- Subject: RE: 5.5 Upgrade blues..
- Message-ID: <930106135005.230025ba@VAX5.CSD.COM>
- Date: 6 Jan 93 21:50:05 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 65
-
- In a previous article, Luke Brennan,
- <munnari.oz.au!metro!casino.cchs.su.OZ.AU!brennan@UUNET.UU.NET> states:
-
-
- >just upgrading my uVAX III from 5.4-2 and things are screwy..
- >
- >Phase I chugged away, no problems.. reboot..
- >
- >Phase II commenced..
- >
- >then...
- >
- >%STDRV-I-STARTUP blah blah
- >%STDRV-E-OPENFAIL, failure opening component file 0, STARTUP$STARTUP_VMS
- >%STDRV-I-CONTINUING, continuing with partial file list
- >%STDRV-F-FATALERR, fatal error reading startup databse
- >%DCL-W-UNDFIL, file has not been opened by DCL - check logical name
- >
- [...]
- >%DCL-W-UNDFIL, file has not been opened by DCL - check logical name
- >again... and again... seems to be spinning on this line :-(
- >
- >
- >I assume I'll go crash the system in a while if it just keeps spinning..
- >
- >*ANYBODY* seen this before? Anybody know what the hell is happening???
-
- The message "%STDRV-E-OPENFAIL" is from the system startup driver and indicates
- that the startup driver encountered a fatal error while trying to read the VMS
- startup database file. This file is pointed to by the logical
- STARTUP$STARTUP_VMS and by default this logical points to the file
- SYS$STARTUP:VMS$VMS.DAT.
- Check to see if the logical STARTUP$STARTUP_VMS is defined and if it is, see
- if it points to a file that exists. If the logical STARTUP$STARTUP_VMS points
- to a file that exists, you can view the contents of that file as follows:
-
- $ mcr sysman
- sysman> startup set database startup$startup_vms
- %SYSMAN-I-NEWCOMFIL, current component file is now STARTUP$STARTUP_VMS
- sysman> startup show file
- %SYSMAN-I-COMFIL, contents of component database on node VAX5
- Phase Mode File
- ------------ ------ ---------------------------------
- INITIAL DIRECT VMS$INITIAL-050_VMS.COM
- INITIAL DIRECT VMS$INITIAL-050_LIB.COM
- INITIAL CALLED VMS$INITIAL-050_CONFIGURE.COM
- DEVICES DIRECT VMS$DEVICE_STARTUP.COM
- PRECONFIG DIRECT IPC$STARTUP.COM
- CONFIG DIRECT VMS$CONFIG-050_VMS.COM
- CONFIG DIRECT VMS$CONFIG-050_ERRFMT.COM
- CONFIG DIRECT VMS$CONFIG-050_CACHE_SERVER.COM
- CONFIG DIRECT VMS$CONFIG-050_CSP.COM
- CONFIG DIRECT VMS$CONFIG-050_OPCOM.COM
- CONFIG DIRECT VMS$CONFIG-050_AUDIT_SERVER.COM
- CONFIG DIRECT VMS$CONFIG-050_JOBCTL.COM
- CONFIG DIRECT VMS$CONFIG-050_LMF.COM
- CONFIG DIRECT VMS$CONFIG-050_SHADOW_SERVER.COM
- BASEENVIRON DIRECT VMS$BASEENVIRON-050_VMS.COM
- BASEENVIRON DIRECT VMS$BASEENVIRON-050_SMISERVER.COM
- BASEENVIRON DIRECT VMS$BASEENVIRON-050_LIB.COM
- BASEENVIRON DIRECT LICENSE_CHECK.EXE
- BASEENVIRON DIRECT DECDTM$STARTUP.COM
- LPBEGIN DIRECT VMS$LPBEGIN-050_STARTUP.COM
-
-
-