OpenVMS Storage

You are currently browsing the archive for the OpenVMS Storage category.

One of the key features to OpenVMS is the ability to span from High Availability to Disaster Tolerance all the way to Disaster Recovery with the same operating system with minimal overhead (cost or manpower) to manage the environment.HP’s Host Based Volume Shadowing (HBVS) for OpenVMS is a key component to the resiliency within a OpenVMS environment. V8.4 will allow you to extend the capabilities of HBVS to meet new and complex demands that face your environment.

For example, with V8.4, you can implement two shadowset members per site in a three site OpenVMS cluster. So, even if you have to drop one member, you will still have a second member that is local. This is incredibly important as more customers implement split-site OpenVMS clusters.

But the improvements are not limited to that. You can pause updates on demand. This will allow you, under program control, pause all I/O requests to the shadow set to perform maintenance activities. For example, you could pause all database activity, then pause I/O activity to the shadowset member, perform a snapshot, restart shadowset member I/O activity, and resume the database activity. The pause of I/O activity to the database is the new feature.

Why is this important? It allows you to create a “crash consistent” view of the database, no matter how complex the transactions. A transaction might consist of multiple records across multiple databases across multiple volumes. With this feature you can quiesce all activity to an OpenVMS shadowset member.

Another new feature is the ability to “Divide and Conquer!”. Okay, that might sound odd, but in fact, by default, OpenVMS does not always readily divide the I/O workload to maximize performance. By default OpenVMS will send read requests to one member and then another and then another. This “round-robin” operations helps reduce the I/O requests to each member. However, if a large sequential read stream wades through the volume, such as what a large SQL job might create, then the arrays presenting the shadowset members never see the sequential read stream. Let’s take the example of a read stream where we:

  • Read Record 1 from Member A
  • Read Record 2 from Member B
  • Read Record 3 from Member A
  • Read Record 4 from Member B

and so on…

Though the job reads sequentially through the database, the arrays see a random workload. But if we divide and conquer the workload, then the arrays will see a sequential workload the the LBNs that they serve. The arrays will then prefetch data into cache, which means the read request operates at cache memory speeds, instead of at physical device speeds. Performance boosts, but the load on any specific member is not increased.

By default, with this new feature enabled, the first set of LBNs (the range of which can be set) comes from the first member, the second set of LBNs (also settable) comes from the second member, and so on.

Finally, OpenVMS V8.4 makes it possible to have multiple mini-copy bitmaps. Why is this essential? At the moment, if you dismount a volume with a write bitmap, then if the system where the volume is dismounted crashes before that volume can be remounted, you loose that write bitmap. This adds the resiliency needed in a production environment to the mini-copy bitmaps.

So, can you teach a old dog new tricks. OpenVMS once again comes through and shows it provides extraordinary features for your production environment.

clipped from h71000.www7.hp.com

HP OpenVMS Systems

HP OpenVMS version 8.4
for Integrity server systems and AlphaServer—New features and benefits

Clusters and Shadowing

Extended Shadowing Membership

  • Increases the number of member disks in a host-based volume shadowing
    set from 3 to 6 disks
  • Alpha and Integrity servers

Volume Shadowing Enhancements:

  • On-demand write lock
  • LNN based read selection
  • Multiple Minicopy Bitmaps

Did you know that BACKUP automatically tells OpenVMS to avoid use of the XFC when it requests data? But most other backup applications do not know how to do this. (Hint: It’s a modifier to the $QIO call requesting the data. Most third party backup applications do not use it.) If you have a backup application that uses OpenVMS BACKUP (SLS, ABS are two examples), then you are automatically covered.

But why would you care? Well, when you have an applications (backup or otherwise) that walks through a volume, unless the application tells OpenVMS to not cache the data, it will end up bumping everything else out of the XFC cache. So, your Customer Service Rep suddenly has to read all the way to the back end of the array to get the data. As a result, such jobs can result in poor system performance when they run.

So, a large end of day job that wades through an entire database, a large SQL query job. A backup job that does not tell OpenVMS to avoid XFC cache. All of them can lead to po

clipped from h71000.www7.hp.com

HP OpenVMS Systems

HP OpenVMS version 8.4
for Integrity server systems and AlphaServer—New features and benefits

Performance and Scaling Enhancements

Dynamic Enabling/Disabling of XFC Cache for Mounted Volumes

  • New features in XFC to dynamically enable/disable cache for mounted
    volumes

  • Users can dynamically disable caching on a volume and then perform huge
    backup, copy and search operations. Once this is complete caching can be
    enabled on that volume.

With OpenVMS V8.4 you will find new Storage Capabilities. This note will just deal with a couple different issues.

First, the volume size limit is increased to 2TB from 1TB. In fact the size is just short of 2TB and 1TB respectively. Here’s some information from Rob Eulenstein:

“At the present time (V8.3/V8.3-1H1) the maximum volume size supported by OpenVMS is just under 1 terabyte (TB). The actual number of 512-byte disk blocks is 2,147,475,456 decimal or 7FFFE000 hex.

Support for 2 TB volumes is expected in OpenVMS Alpha & Integrity V8.4. In VAX V5.5-2 and earlier versions, the maximum supported volume size was just 16,777,215 blocks decimal or 00FFFFFF hex. That’s only 8 GB. The maximum number of files on an OpenVMS volume is 16,711,679. This value is calculated as follows: 2**24 – 2**16 – 1 and is not expected to change in V8.4.”

When configuring volume space on a storage array, it is VERY important to note that you are not configuring 1TB or 2TB. It is just shy of that amount. Use the number of 512-byte blocks (V8.3 is 2,147,475,456, V8.4 is 4,294,959,104) to configure the storage on a storage array. While these are ALMOST 1TB and 2TB, they are in fact just shy of that.

Why are they not exactly 1TB and 2TB, respectively? Well, there are numerous problems that arise when a volume is right up at the 1TB limit (under OpenVMS V8.3 and V8.4). Thus, HP’s OpenVMS engineering set the actual number of blocks comfortably below that number of blocks.

Why the change with BACKUP? Well, imagine dealing with very large volumes on a lower end system that does not have one of the fancier / expensive tape libraries. It would be nice to both COMPRESS and ENCRYPT the output saveset. And that’s exactly what HP’s OpenVMS engineering heard as a need. Remember the concern that Rich Jordan had with lack of ENCRYPTION and COMPRESSION? While this won’t be done in the tape device, the OpenVMS system can do this for output to a tape that will be sent offsite (such as to an offsite storage and/or DR location).

Both of these key features clearly show that HP’s OpenVMS engineering continues to listen to your needs as you implement your systems. They hear and help implement features you need to meet your business needs.

So, enjoy OpenVMS V8.4 is here. And OpenVMS continues to grow and change to meet your changing needs.

clipped from h71000.www7.hp.com

HP OpenVMS Systems

HP OpenVMS version 8.4
for Integrity server systems and AlphaServer—New features and benefits

This document describes the new features and enhancements included in OpenVMS
Version 8.4 for AlphaServer and Integrity server systems and its associated
products.

Storage, I/O, and LAN

Backup Enhancements (Alpha and Integrity servers)
Compression Support on Disk
2 TiB Volume Support
Compression Support on Tape

Read all about the new version of OpenVMS V8.4. It includes some significant improvements in performance and capabilities. It supports 2TB volumes. It improves the performance of the I/O subsystem – AGAIN! It provides another boost for your production environment.

clipped from h71000.www7.hp.com

HP OpenVMS Systems

Announcing OpenVMS Version 8.4 for Integrity and Alpha servers!

HP is pleased to announce the release of OpenVMS version 8.4 for Integrity and Alpha servers! OpenVMS version 8.4 includes all the capabilities of its
predecessor, and introduces new features.

Ever wonder if there is a backup package that can backup OpenVMS as well as other operating systems? I am aware of several. EMC’s Legato Networker offers one option – See http://bit.ly/altNYR. IBM’s Tivoli Storage Manager (TSM) is another option – See http://bit.ly/cN3Tyl. And HP’s Data Protector is a third option. In addition to the information below and the PDF version of the comparison (see http://bit.ly/aghFHF), you can find much more information at http://bit.ly/ayDhkK.

One key feature of HP’s Data Protector is that it reads from the OpenVMS host and on the same system writes to a tape library. The advantage of this? The backup data does not need to be transported across the network. As a result, HP’s Data Protector tends to complete in a much smaller amount of time than EMC’s Legato Networker or IBM’s TSM products.

Hope this information is helpful.

clipped from h71000.www7.hp.com

HP OpenVMS Systems

OpenVMS Backup Products: ABS/MDMS and Data Protector Compared

Ted Saul, Technology Consultant

Overview

HP offers two backup applications for the
OpenVMS operating system at this time: the Archive Backup System/Media and
Device Management Services (ABS/MDMS) application and the Data Protector
application. This article will point out the similarities and differences
between the two, in order to help in the selection process between the products.
There are also other backup applications from third-party vendors but this
article will not cover them.

« Older entries