- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Reserved memory bis
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
06-29-2005 08:37 PM
06-29-2005 08:37 PM
So, I tried to boot minimal for removing the reserved memory in sysman.
To my surprise res show didn't show anything. So, I couldn't remove it.
My question : how do I remove reserved memory while booted minimal ?
(the problem is already solved so only answer on this question)
Wim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 08:43 PM
06-29-2005 08:43 PM
Re: Reserved memory bis
The setup is in the file sys$system:vms$reserved_memory.data.
So my new question is : why didn't sysman find it ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2005 04:30 AM
07-01-2005 04:30 AM
Re: Reserved memory bis
reserved memory is initialized during system initialization (in [SYS]INIT), but only during a full boot (not when booted minimum).
The SYSMAN RESERVED_MEMORY ADD and REMOVE command are used to read/write the Reserved Memory Registry data file (SYS$SYSTEM:VMS$RESERVED_MEMORY.DATA).
The SYSMAN RESERVED_MEMORY LIST command is supposed to display the contents of the reserved memory data file. So - when booted minimum - you can use the SYSMAN RES LIST command to show the current entries in the file and RES REMOVE to remove any reservations.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2005 12:03 AM
07-02-2005 12:03 AM
Re: Reserved memory bis
I can asure you that it wasn't shown.
When I booted normally afterwards, it was shown (I restored the old system params, undoing the autogen).
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2005 06:07 PM
07-02-2005 06:07 PM
SolutionI tested this on an OpenVMS I64 V8.2 system BEFORE writing the answer to your question.
To my surprise res show didn't show anything. So, I couldn't remove it.
Sure, RES SHOW also did not show anything during my test (booted minimum), but SYSMAN> RES LIST did show the reserved memory section and I could then remove it with SYSMAN> RES REMOVE ... - unfortunately, I did not capture the terminal session at that time - especially as everything worked as documented and expected.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2005 06:29 PM
07-03-2005 06:29 PM
Re: Reserved memory bis
You are correct. RES SHOW didn't show anything but RES LIST should. Thx for the clarrifiocation. I read the help text in 7.3 and then LIST wasn't documented.
Wim