- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Open VMS Boot Up Issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 05:47 AM
тАО08-04-2010 05:47 AM
I have been trying to Boot Up an OVMS System Unsuccessfully.
I have attached here the Boot Logs Collected in Verbose mode.
The System goes through it's boot process showing error related to SECURESHRP. line as an Error(There could be more errors in the logs which I don't Understand)......
%%%%%%%%%%% OPCOM 4-AUG-2010 05:28:45.72 %%%%%%%%%%%
05:28:33.44 Node ALXNDR (csid 00010004) is now a VMScluster member
%RUN-S-PROC_ID, identification of created process is 2080040F
%DCL-W-ACTIMAGE, error activating image SECURESHRP
-CLI-E-IMGNAME, image file ALXNDR$DKA0:[SYS0.SYSCOMMON.][SYSLIB]SECURESHRP.EXE;1
-SYSTEM-F-PROTINSTALL, protected images must be installed
%DCL-W-ACTIMAGE, error activating image SECURESHRP
-CLI-E-IMGNAME, image file ALXNDR$DKA0:[SYS0.SYSCOMMON.][SYSLIB]SECURESHRP.EXE;1
-SYSTEM-F-PROTINSTALL, protected images must be installed
SYSTEM job terminated at 4-AUG-2010 05:28:48.07
Accounting information:
Buffered I/O count: 1168 Peak working set size: 6320
Direct I/O count: 691 Peak virtual size: 180368
Page faults: 1494 Mounted volumes: 0
Charged CPU time: 0 00:00:00.62 Elapsed time: 0 00:00:07.17
Normally, Beyond this an OVMS System shows login Prompt but here it doesn't show anything after this.
Sometime we press enter to get a Login prompt but here nothing happens after pressing enter.
I have been advised to boot a system in minimum mode & I am not sure how do we do it as I am new to OVMS.
Please Suggest.
Thank you
Deepak
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 08:05 AM
тАО08-04-2010 08:05 AM
Re: Open VMS Boot Up Issue
looks like SECURESHRP or any shared image itselfs needs are not correctly installed.
You need someone with real OpenVMS experience to figure out, why that is and how to solve that problem.
What happened to this system ? Did it ever work before ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 08:26 AM
тАО08-04-2010 08:26 AM
Re: Open VMS Boot Up Issue
%STDRV-I-STARTUP, OpenVMS startup begun at 4-AUG-2010 05:28:41.23
%RMS-E-FNF, file not found
Like Volker, I think you need someone experienced to work on this, and I get the feeling this is a new system, or a system in the process of an upgrade.
Although not related to this problem, did you see the firmware message at the beginning of the log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 09:15 AM
тАО08-04-2010 09:15 AM
SolutionThere are many potential triggers.
As was mentioned previously, this:
%STDRV-I-STARTUP, OpenVMS startup begun at 4-AUG-2010 05:28:41.23
%RMS-E-FNF, file not found
Looks to be the key error.
That's usually the STARTUP.COM file.
If somebody has been messing with SYSBOOT (and that's likely, given folks are also clearly experimenting with semi-relevent console commands), I'd check and see of the startup file is set correctly.
Boot the Alpha box conversationally, and issue the following:
SYSBOOT> SHOW /STARTUP
That should show the SYS$SYSTEM:STARTUP.COM file.
If not, issue:
SYSBOOT> SET /STARTUP=SYS$SYSTEM:STARTUP.COM
SYSBOOT> CONTINUE
I'd then start by booting up from the CD or from another system disk here, and having a look at the contents of this system disk.
There are also pieces of Spiralog erroneously left over here. That's going to need to be expunged.
Based on other available information, this question has already been forwarded to HP and was being investigated by HP earlier today, so I'd work this issue with them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-04-2010 09:23 PM
тАО08-04-2010 09:23 PM
Re: Open VMS Boot Up Issue
SYSBOOT> SET STARTUP_P2 "CCC"
This should put the system into another layer of "verbose" boot. You've enabled the gory details of the APB by tweaking the boot flags. Setting STARTUP_P2 to "CCC" should enable tracking of the command procedures that are called or executed during the startup process. That should help give you a better idea what's triggering those mysterious "File not found" errors. This is an iterative process which can be time-consuming...or if you're starting to build a machine from scratch you might consider reloading from the distribution...
bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 12:27 AM
тАО08-05-2010 12:27 AM
Re: Open VMS Boot Up Issue
@ Volker
Yes, This system was working.
One of our developers rebooted it for some reason & this is our build machine in a cluster with other machine.
The other machine in the cluster is UP.
@ HoseBaars
I have attached the Boot logs from the Start now.
@Hoff
Tried your commands & the O/p is in the logs attached,
I will have to ask for a CD to boot however.
Please let me ,know if you get anything from HP about this.
@BOb
I tried the command you suggested & continued with boot up
But it booted like a normal boot(not in Verbose mode)
I Have attached the latest bootup logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 01:52 AM
тАО08-05-2010 01:52 AM
Re: Open VMS Boot Up Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 03:35 AM
тАО08-05-2010 03:35 AM
Re: Open VMS Boot Up Issue
%RMS-E-FNF, file not found
This file seems to be missing.
You can boot from CD and copy this file to the startup directory.
Question remains why this file is gone.
Oswald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 03:48 AM
тАО08-05-2010 03:48 AM
Re: Open VMS Boot Up Issue
How do we boot the system in min mode?
I checked with my developers & it was advised that It could be because of the latest installation of a TCPIP Package.
What do you all think? Can it cause this?
We have been advised to uninstall it from Min mode.
I tried following steps.to get the system in min mode.I found this from OVMS Documentation website
1) >>>b -fl 0,1
2) SYSBOOT>SET STARTUP_P1 "MIN"
3) SYSBOOT>continue
It still gets me to the Account information stage.With no prompt to login.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 04:01 AM
тАО08-05-2010 04:01 AM
Re: Open VMS Boot Up Issue
I dont think this would cause this.
You really need to boot from CD and restore the missing startup file.
Oswald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 04:10 AM
тАО08-05-2010 04:10 AM
Re: Open VMS Boot Up Issue
>>>
this is our build machine in a cluster with other machine.
The other machine in the cluster is UP.
<<<
combined with
>>>
1) >>>b -fl 0,1
<<<
should have a good chance of being unsuccessful, but more importantly: it might be DANGEROUS!
Depending on your exact cluster configuration, you just MIGHT corrupt your system disk.
Do things like that ONLY if you KNOW what you are doing.
-- does the cluster have a shared system disk?
-- what node boots from what system root?
It SHOULD be set up such that every root present is configured to be a cluster member, and then the cluster software WILL prevent multiple systems to boot from the same root, but from the info given so far I would not assume anything.
Be careful. Get knowledgeable assistance.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 04:12 AM
тАО08-05-2010 04:12 AM
Re: Open VMS Boot Up Issue
From the startup:
P00>>>b -flags 0,1
(boot dka0.0.0.1.1 -flags 0,1)
block 0 of dka0.0.0.1.1 is a valid boot block
So he boots from a local disk.
Oswald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 05:15 AM
тАО08-05-2010 05:15 AM
Re: Open VMS Boot Up Issue
>>>
So he boots from a local disk.
<<<
... or perhaps from a shared SCSI disk? Like I wrote, too little detail to jump to conclusions lightly.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 06:25 AM
тАО08-05-2010 06:25 AM
Re: Open VMS Boot Up Issue
If you continue with your current course and current activities and potentially bogus boot commands and given your current and quite obvious inexperience with VMS (no offense!) and given the relative likelihood that the existing cluster is itself might be misconfigured, you may well nuke more of the existing system disk contents, or you may well nuke another system disk in this cluster, or you might nuke whatever this box is working with; deleting or corrupting the data and application files.
Continue forward at explicit peril of additional data losses.
Roll out a BACKUP /IMAGE of this disk, on the off chance that the disk is failing.
Then examine the details of the errors and the environment, look to roll in your your disk backups.
Otherwise, expect to be reworking or reinstalling VMS.
It's also possible that somebody's been deleting or corrupting files, whether intentionally or accidentally. That can be a nasty case, even if it's accidental.
And it's also possible that the cluster is misconfigured, and files are getting corrupted. That's less likely, as the corruptions from that are usually more severe. But those corruptions do stack up.
If this configuration has data of any value, call in (more) experienced help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 08:39 AM
тАО08-05-2010 08:39 AM
Re: Open VMS Boot Up Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2010 01:42 PM
тАО08-05-2010 01:42 PM
Re: Open VMS Boot Up Issue
As has been stated both indirectly and directly, you have the potential for makeing matters much worse. Don't take this personally, it is just that you are noe experienced with OpenVMS. There is not enough information here about either the specfic disk configuration nor the environment in general. Perhaps it is time to get additional assistance on site. Where are you located? There are a number of us here that may be able to help more directly. The main thing here is to get a backup of the disk if you can before more things get potentially corrupted.
Dan