cancel
Showing results for 
Search instead for 
Did you mean: 

Help with OpenVMS client tuning

Douglas_A
Level 6
Partner Accredited Certified

We have an OpenVMS cluster which day to day backup speeds seem to vary greatly, we have done extensive research into the environment and found no extra utilization on either the NBU or VMS side. 

 

Im trying to find out if anyone knows how we can get more in depth information on the VMS disks, and the NBU configuration as well as any tuning parameters we should be reviewing on both sides..

 

We already have NET_BUFFER_SZ on both client and server/media matching..

 

Speeds vary like

 

Monday 2 streams

12mb/sec

14mb/sec

 

Tuesday same 2 streams

27mb/sec

33mb/sec

 

Workload on both NBu and VMS roughly the same any ideas?

1 REPLY 1

RiaanBadenhorst
Moderator
Moderator
Partner    VIP    Accredited Certified

Hi,

 

There are a lot of posts on the forum regarding performance, basically they all require you to test the various components in the data path i.e. the disk performance on the client, the network transfer speed, and the tape drive performance on the media server.

 

On the client you can use the bpbkar executable with the -nocont option to perform a backup to /dev/null. This will give you the maximum transfer speed that your client can produce.

 

You should then take the same data that you tested on the client and copy/ftp it to the media server. This will once again give you a transfer rate.

 

On the media server, test the speed you can get from its disk using the same data (just to make sure its higher or equal than the client). Then perform an actual backup to tape of the data, and retrieve the transfer rate for the tape.

 

You'll then have 3 figures that will give you an indication of where the bottle neck is. If its lowest on the client you'll have to address your issue there, if its lowest on the network you'll have to refer the issue to your network team (or possible adjust your NET_BUFFER_SZ). If its lowest on the media, you can adjust the NUMBER_DATA_BUFFERS and SIZE_DATA_BUFFERS to try and improve the performance.

 

R