- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Volume Expansion EVA6000 and OpenVMS
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
10-17-2008 06:06 AM
10-17-2008 06:06 AM
Volume Expansion EVA6000 and OpenVMS
However, what I found was that while the expansion limit on the volume increased (2148069376 Blocks) I could only get the volume size to increase to 83886080 blocks and in one case the voulme size will not increase at all even with the expansion limit showing 2148069376 Blocks.
I reviewed all the info on the forum and I what info I have and I have not found anything about this problem.
I need this figure out a solution before I move the server to production. Any help would be appreciated
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 06:12 AM
10-17-2008 06:12 AM
Re: Volume Expansion EVA6000 and OpenVMS
SET VOLUME only affects the OpenVMS structures on the volume.
What are the sizes of the containers on the EVA?
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 06:15 AM
10-17-2008 06:15 AM
Re: Volume Expansion EVA6000 and OpenVMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 06:58 AM
10-17-2008 06:58 AM
Re: Volume Expansion EVA6000 and OpenVMS
The set vol/size command will only increase the size to the limit size or actual volume container size, which ever is less, in this case 83 million blocks, the volume container size.
Hope that helps. -Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:06 AM
10-17-2008 07:06 AM
Re: Volume Expansion EVA6000 and OpenVMS
I'm entirely confused around your expectations here, and around the configuration, and around what does and what does not work here. (Alternatively, this question might be crystal clear and I need another cup of coffee this morning; work with me here...)
The following are some random comments around DVE and around some items to check.
Either the disk is enabled for expansion or it isn't.
Either the EVA presents the storage or it doesn't.
Either the host patches are current or not. If not, get there. There *are* DVE patches.
Either the CD-based disk BACKUP restore works and preserves the settings or (as is typical with the V7.3-2 CD) not. You need use V8.2 or later CD, or a side-booted version of V7.3-2 with patches applied.
And I'd not expect a DVE-enabled disk to size itself past whatever the EVA is reporting for the disk size, for that matter. Check that. You can't have a disk bigger than what the disk is currently sized for. The /LIMIT can be bigger than the reported disk size, but not the /SIZE value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:12 AM
10-17-2008 07:12 AM
Re: Volume Expansion EVA6000 and OpenVMS
If the storage bitmap cannot accomodate the extra size, then that is a problem, as I noted in " Migrating OpenVMS Storage Environments without Interruption or Disruption", notes available at: http://www.rlgsc.com/hptechnologyforum/2007/1512.html
The "volume expansion" capability in effect allows one to move the "fence" at the end of the volume, it does not have the capability to restructure the volume on the fly. A similar limit occurs with the index file in a slightly different context. Dramatically large volumes often require correspondingly larger numbers of file headers, and there are limits on the number of extents in the index file.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 07:24 AM
10-17-2008 07:24 AM
Re: Volume Expansion EVA6000 and OpenVMS
Thanks for showing me the error of my ways.