- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- logcal volumes (partitions?) on 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
07-11-2007 04:16 AM
07-11-2007 04:16 AM
We have a P400 SmartArray controller card with (8) 73GB SAS drives. I plan to mirror two of the drives to use as my boot/system volume (using hardware mirroring). The remaining six drives would be configured as a single RAID 10 volume (using hardware RAID).
I'd like to subdivide the RAID 10 volume into 3-4 logical volumes, and I don't think there's any way to do that at the controller level. In order for OpenVMS to be able to use that RAID 10 volume as several logical volumes, do I need to use LDDRIVER, or is there a better approach?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 04:25 AM
07-11-2007 04:25 AM
Re: logcal volumes (partitions?) on OpenVMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 04:35 AM
07-11-2007 04:35 AM
Re: logcal volumes (partitions?) on OpenVMS
$ CREATE/DIRECTORY DISK$RAID1:[USERD]
$ CREATE/DIRECTORY DISK$RAID1:[DATAD]
$ DEFINE/TRAN=CONC USERD DISK$RAID1:[USERD.]
$ DEFINE/TRAN=CONC DATAD DISK$RAID1:[DATAD.]
$ CREATE/DIRECT USERD:[MYDIR]
$ COPY MYFILE.DAT USERD:[MYDIR]
The difference is that rooted directories share the entire volume's disk space and other resources while each partition has its own hard limits.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 04:41 AM
07-11-2007 04:41 AM
Re: logcal volumes (partitions?) on OpenVMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 05:49 AM
07-11-2007 05:49 AM
Re: logcal volumes (partitions?) on OpenVMS
Based on a very quick look at the Smart Array P400 technical documentation, it does appear that the controller can instantiate logical drives to the host; see the P400 support manual. This logical drive detail is rather murky in the manual, however.
http://docs.hp.com/en/J6369-90037/index.html
http://h71000.www7.hp.com/openvms/products/acuxe/index.html
It's certainly worth a try...
The other alternative involves purchasing more drives.
The LD I/O overhead is comparatively low (as it uses a back-door access path into the device driver), and is the typical solution here, if rooted logical names are not used.
Applications can and do typically see concealed rooted logical names as devices, and disk quotas can restrict storage.
Virtualized storage: http://64.223.189.234/node/408
RAID-5 and RAID-10:
http://64.223.189.234/node/410
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 06:45 AM
07-11-2007 06:45 AM
SolutionAbsolutely! I do have two P400 configured with two logical disks, each. On ProLiant DL380 G5 with VMware ESX server, but I am sure OpenVMS will accept it, too.
> This logical drive detail is rather murky in the manual, however.
I don't have time to look into a murky manual ;-)
but it is quite simple with ACU:
- choose a set of disk drives that form a 'disk drive array', sometimes simply called array
- create the first logical disk within the array by specifying size and RAID level
- continue until you are satisfied or the array's capacity is used up or the max. number of logical disks has been reached
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 07:07 AM
07-11-2007 07:07 AM
Re: logcal volumes (partitions?) on OpenVMS
I do not know the specifics of the P400, but iur HSG80s used to, and the EVAs do, present chunks of their RAID sets as drives to VMS.
We just specify the desired size, and our SAN guys present that amount. And having set up DVE, whenever we need more, we (arrange budgets and all that and) ask the SAN guys to extend the presented volumes, and they do, and we
$ SET VOLUME/SIZE
et voila!
So, from the VMS point of view, it definitely works. And according to Uwe, the P400 can manage as well, so: go ahaead!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 08:46 AM
07-11-2007 08:46 AM
Re: logcal volumes (partitions?) on OpenVMS
I would take a careful check of the documentation on the controller. I have seen many times where it was assumed that the controller could do far less than it was in actuality capable of.
Using LDDRV is an excellent approach. I would not presume that the overhead is an undue burden. Do not presume, do the science (e.g., create the volumes as a test and run the resulting configuration against a "real" drive to compare the performance. When doing this, be sure to verify that the drive is setup to allow full windows and that the LD container files are contiguous (otherwise, the benchmark is measuring the ability of the XQP to process window turns, not the overhead of LDDRV).
I have also been using the rooted concealed logical name approach in conjunction with quotas for many years (very nearly 30). It is high effective, even in the face of use communities that do not cooperate with each other (read that as "hostile").
The quotas prevent one group from seizing the entire supply of free space. It is also possible to overallocate the quotas, but in that event I advise careful monitoring, it is easy to have a crisis.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 12:55 PM
07-11-2007 12:55 PM
Re: logcal volumes (partitions?) on OpenVMS
>The remaining six drives would be
>configured as a single RAID 10 volume
>(using hardware RAID).
>I'd like to subdivide the RAID 10 volume
>into 3-4 logical volumes
From a reliability and performance perspective, you'd be MUCH better off taking your 6 drives and forming 3 independent RAID 1 sets, then presenting them to OpenVMS as as 3 independent volumes. In terms of performance, you don't have the I/Os of 3 logical volumes tripping over each other (particularly in fighting each other for seeks), and for reliability, the failure of a single drive only affects a single volume. Moreover you can tolerate up to 3 drive failures (as long as each is from a different volume).
Even better, present all 6 drives to OpenVMS and use host based volume shadowing to form three shadow sets.
Apart from RAID1 (mirroring), all other RAID types were a great idea when disks were small and expensive, but now that they're large and cheap, RAID is a technology past its used by date.
Think about it, RAID10 is 0+1 right? so you use hardware to glue three drives together (RAID0), then mirror them (RAID1). Now you want another mechanism to break them back into three? Why not cut out the two middle men, save a whole lot of work, and eliminate several potential failures?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 05:54 PM
07-11-2007 05:54 PM
Re: logcal volumes (partitions?) on OpenVMS
>not presume that the overhead is an undue
>burden. Do not presume, do the science (e.g.,
>create the volumes as a test and run the
>resulting configuration against a "real" drive
>to compare the performance. When doing this,
>be sure to verify that the drive is setup to
>allow full windows and that the LD container
>files are contiguous (otherwise, the benchmark
>is measuring the ability of the XQP to process
>window turns, not the overhead of LDDRV).
The overhead of LDdriver is minimal, it just has to pass along a request to the underlaying driver. For efficiency, LD containerfiles do not need to be contiguous, and the additional overhead if they are not is minimal as they are opened with cathedral windows. The XQP is never involved with LD once the containerfile is connected to a drive, the driver handles the mapping itself.
Fwiw,
Jur (LDdriver author)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2007 11:37 PM
07-11-2007 11:37 PM
Re: logcal volumes (partitions?) on OpenVMS
Thank you for weighing in on my comment. And yes, I was referring to ensuring that "cathedral" windows are in use.
However, I still stand on my general comments about benchmarking: be careful what you benchmark, one may not be measuring what one thinks is being measured.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 03:49 AM
07-12-2007 03:49 AM
Re: logcal volumes (partitions?) on OpenVMS
HP RAID Software for OpenVMS (SPD 46.49)
that (I think) takes a disk and makes one or more really big container files on it, then presents those to VMS as logical disks ... WOW that sounds a lot like LD :-)
Never used it, just know it exists (especially useful for sites that must have everything fully vendor supported).
Of course being a layered product, there probably is a license cost to it ...
Verne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 03:58 AM
07-12-2007 03:58 AM
Re: logcal volumes (partitions?) on OpenVMS
The arrays can then be cut into smaller pieces.
We are using it a lot.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 04:11 AM
07-12-2007 04:11 AM
Re: logcal volumes (partitions?) on OpenVMS
My current inclination would be to let the P400 controller subdivide the array into multiple logical volumes. While I'm certain both LD and host-based shadowing are low-overhead, I think I'd prefer to just let the hardware handle it and have VMS just see the logical drives as separate devices. Otherwise, I'll probably just use rooted logicals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 04:36 AM
07-12-2007 04:36 AM
Re: logcal volumes (partitions?) on OpenVMS
Also, remember to print out a copy of the configuration against the possibility of a hardware problem at some future date.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 05:30 AM
07-12-2007 05:30 AM
Re: logcal volumes (partitions?) on OpenVMS
finally decide to configure as John suggested. I'm regularly losing drives and saved by the mirrors! Dean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 09:16 AM
07-12-2007 09:16 AM
Re: logcal volumes (partitions?) on OpenVMS
And for some redundancy the single drive can be shadowed using HBVS to create a RAID-0+1 array.
/Guenther