- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Memory pool paging device
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
09-12-2008 09:55 AM
09-12-2008 09:55 AM
Memory pool paging device
We recntly had a drive failure on Alpha VAX 1000A server. This drive was used for memory paging purpose. We recently replaced the drive. My question is how to add this new drive back into the memory pool? I believe it should be simple, straightforward way but since I am a new user, any help would be appreciated. I have already initialized and mounted the new drive on the server. We are runnig VMS 6.2 version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2008 11:32 AM
09-12-2008 11:32 AM
Re: Memory pool paging device
You should have a command procedure in sys$startup:sylogicals.com or in sys$startup:systartup_vms.com or in
sys$startup:sypagswpfiles.com or in a procedure shown in
$ mc sysman startup show file
that does something like
$ mc sysgen instal disk:
Just recreate this file, with a command such as
$ mc sysgen create disk:
(if you need a pagefile of 200 000 blocks)
and just run the command procedure that does the
$ mc sysgen instal...
See the comments in sys$startup:sypagswpfiles.com
Check with
$ sh memory/files
that you see your file installed as a pagefile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2008 11:56 PM
09-14-2008 11:56 PM
Re: Memory pool paging device
$ sea sys$startup:*.com sysgen , inst , page /ma=and
to find the script.
Note that you need to know the size of the page file too (and also the swapfile, normally installed in the same script). If you don't know the size, you may check console manager (in output of show mem) or VPA (virtual memory) or whatever monitoring tool with some history function.
fwiw
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 11:22 AM
09-16-2008 11:22 AM
Re: Memory pool paging device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 11:26 AM
09-16-2008 11:26 AM
Re: Memory pool paging device
0 points for this,
best regards,
Hein.