- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VMS 5.5 Boot (cluster)
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
Forums
Discussions
Discussions
Discussions
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
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-26-2006 02:38 AM
08-26-2006 02:38 AM
VMS 5.5 Boot (cluster)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2006 03:27 AM
08-26-2006 03:27 AM
Re: VMS 5.5 Boot (cluster)
welcome to the OpenVMS ITRC forum.
It looks like you have lost - at least some of - your system parameters.
The GPTFULL message implies, that the sysgen parameter GBLPAGES now is too small.
Missing the CLUSTER_SHUTDOWN option indicates, that this node is NOT running as a cluster node anymore, i.e. the VAXCLUSTER parameter is probably 0. If this node shares an IO path with other nodes and is suposed to run in a cluster, this is extremely dangerous, as it will cause un-coordinated disk access and destroy your disk structure quite fast. If this is the case, HALT the node immediately and make sure you have your latest disk backups handy !
Did you - by any chance - use the command SYSBOOT> SHOW DEFAULT ? This would load a default set of parameters, which could explain the symptoms you're seeing.
The system parameters saved BEFORE your last AUTOGEN are still available in SYS$SYSTEM:VAXVMSSYS.OLD - the parameters set by the last AUTOGEN are saved as SYS$SYSTEM:AUTOGEN.PAR
You might want to check these old parameters with:
$ MC SYSGEN
SYSGEN> USE AUTOGEN.PAR
SYSGEN> USE VAXVMSSYS.OLD
If you like one of those sets of parameters, then use SYSGEN> WRITE CURRENT to write them into your default parameters SYS$SYSTEM:VAXVMSSYS.PAR for the next boot.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2006 06:59 AM
08-26-2006 06:59 AM
Re: VMS 5.5 Boot (cluster)
To understand what is happening, we need to better understand your environment.
Your message implies that you restored a disk. Are you sure that you booted from the correct system root (the same one that you booted from BEFORE the disk failure)?
Also, if doig a MIN startup, then it is unsurprising the you are not able run your full environment.
If you can give us more details, we can be more on target.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2006 08:33 PM
08-26-2006 08:33 PM
Re: VMS 5.5 Boot (cluster)
I am with Volker about the cause:
you have (somehow) activated a non-cluster set of SYSGEN params. ((activated FEDAULT, or booyed from some non-clustered system root. Maybe your changed disk was NOT a restored BACKUP of the original?)
I also second his caution if you ARE accessing shared disks (but that will be too late anyway :-( )
If you still it, restore your original system disk, or else, re-issue @CLUSTER_CONFIG
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2006 09:39 PM
08-26-2006 09:39 PM
Re: VMS 5.5 Boot (cluster)
"FEDAULT" should have been "DEFAULT", and "booyed" is "booted", of course! :-(
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2006 10:41 PM
08-26-2006 10:41 PM
Re: VMS 5.5 Boot (cluster)
We can theorize, and I would check all your
roots on that disk.
Are there other systems sharing that disk?
Or were there?
To make sure you are on the right root, check sysgen and see if SCSNODE is correct.
Also, check the modparams.dat file.
IF your modparams.dat is correct, it would be easiest to run autogen to correct it. IF there is a feedback file on system that comes close to reflected your load, it would be better than not using feedback.
If you have a reasonable feedback file,
AND the modparams.dat is correct, you are home free. If the modparams.dat is another node, and you find the right root, boot from that.