- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Booting with selectable reserved memory config...
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
04-26-2007 03:18 AM
04-26-2007 03:18 AM
Booting with selectable reserved memory configuration?
I have a production database node with more physical memory than its cold standby node, and want to take advantage of the additional memory for the Oracle SGA during normal usage. However, if I have to bring up the standby node to replace the failed production node, I will have to revert to a smaller SGA. I would like to avoid an additional reboot just to resize the reserved memory. Ideally, I would check a user specific SYSGEN parameter at boot time, and somehow put in place a particular VMS$RESERVED_MEMORY.DATA file during the boot sequence.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 03:29 AM
04-26-2007 03:29 AM
Re: Booting with selectable reserved memory configuration?
Perhaps you can have a separate root (say SYS1) for the standby node which has some differences in the node specific directories such as [SYS1.SYSEXE] ?
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 03:38 AM
04-26-2007 03:38 AM
Re: Booting with selectable reserved memory configuration?
I suppose it would be possible to create a duplicate root with the same node name, but I would rather avoid that if possible, as it means additional maintenance issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 04:28 AM
04-26-2007 04:28 AM
Re: Booting with selectable reserved memory configuration?
Stephen Hoffman
HoffmanLabs LLC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 04:56 AM
04-26-2007 04:56 AM
Re: Booting with selectable reserved memory configuration?
As long as your applications don't care what system root they are booting from, then that should be quite transparent.
If you don't want to do that, then I would recommend doing a conversational boot, and set for minimum boot. That will take a minimal amount of time and should get you to a state that you can change you settings.
For our system, that makes a difference of over 5 minutes in time till login.
e.g.
>>> b -flags x,1 ! x is system root
...
SYSBOOT> set startup_p1 "MIN"
SYSBOOT> set writesysparams 0
SYSBOOT> continue
Make your changes, then reboot.
When you revert to you other system you will have to repeat the process, specifying the increased memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 05:28 AM
04-26-2007 05:28 AM
Re: Booting with selectable reserved memory configuration?
I agree wholeheartedly with Ian and Hoff. An alternate system root is the way to go. All of the alternatives are far less safe.
I agree that there should be few files in the SYHS$SPECIFIC tree, and thus having a second system root has very little overhead. Additionally, there should be no references that depend on the actual root that you are booted off of, all references should be to SYS$SYSROOT (or a reference to the F$TRNLNM lexical function and a operation based upon SYS$SYSROOT). Note that this is what the OpenVMS system startup procedures actually do.
If you have a large number of application specific files that are specific to the role, not the node, I often create a Role Specific Logical name table and add it to the basic system search path. Some examples of how to use this approach are in my paper from the OpenVMS Technical Journal, Volume 3. See http://www.rlgsc.com/publications/vmstechjournal/inheritance.html for a reprint.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 05:39 AM
04-26-2007 05:39 AM