- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: backup qualifiers
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
06-22-2005 08:37 PM
06-22-2005 08:37 PM
backup qualifiers
Thx
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 08:52 PM
06-22-2005 08:52 PM
Re: backup qualifiers
example
$ backup/log test.db -
dka100:[000000.dir1.dir2.dir3]*.*
the log qualifier will genarte the message:
%BACKUP-S-CREATED, created dka100:[000000.dir1.dir2.dir3]test.db
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 08:59 PM
06-22-2005 08:59 PM
Re: backup qualifiers
I guess using the log qualifier will not speed up the process?
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 09:06 PM
06-22-2005 09:06 PM
Re: backup qualifiers
SET RMS /BLOCK=? /BUFFER=?, but one limiting factor will be the fragmentation of the source disk.
For Backup see the various streams about backup performance.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 09:11 PM
06-22-2005 09:11 PM
Re: backup qualifiers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 09:14 PM
06-22-2005 09:14 PM
Re: backup qualifiers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 09:18 PM
06-22-2005 09:18 PM
Re: backup qualifiers
You are DEFINITELY right! /LOG wil slow it down. For each file processed, an output line has to be constructed, and an extra IO must be executed to write that line to SYS$OUTPUT or the specified logfile.
But in this case, an operation on just one file, the effect is very minimal.
@Jeroen:
...
dka100:[000000.dir1.dir2.dir3]*.*
You are playing with matches in a gunpowder storage!
Specifying [000000... in a backup output string generates a toplevel 000000.DIR.
So far, no noticable problem yet, maybe for a long time
BUT, if you process this directory the same way again, you will have created 000000.000000.DIR
And NOW you are in for some fun!
Please, train yourself to NOT use the [000000.xyz syntax in output specifications!
fwiw,
Proost.
Have one on me.
jpe
Proost.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 09:21 PM
06-22-2005 09:21 PM
Re: backup qualifiers
The optimim value if using EVA is 124.
If you are not at these versions then use the SET RMS command to increase the default multiblock and multibuffer counts.
Try MBC=124 and buffer count=3 for a start.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 09:35 PM
06-22-2005 09:35 PM
Re: backup qualifiers
my /log remark was ment a little bit sarcastic because the answer of Jeroen was not really answering my question (Jeroen, dont feel offended).
So, dont think nor talk about /log but about qualifiers speeding up the process ;).
Rgds Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 10:31 PM
06-22-2005 10:31 PM
Re: backup qualifiers
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 10:36 PM
06-22-2005 10:36 PM
Re: backup qualifiers
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 11:29 PM
06-22-2005 11:29 PM
Re: backup qualifiers
set rms/block=124/buf=3 did not make any (measurable) difference.
(btw: vms version: V7.2-1)
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 11:36 PM
06-22-2005 11:36 PM
Re: backup qualifiers
in effect the speed transfers of large amounts of data are nearly completely dependant on IO throughput.
So, your hardware config is the main factor.
Then, there are some settings that can (de-)optimise the use of the hardware capability.
That optimisation is mainly done with bufferings, and for that, see previous answers.
About being offended: do you really think that someone so easily offendable can do our kind of work for longer than a few months?
For those that sensitive, we have a saying: "If you can not stand the heat, you have to stay out of the kitchen"
fwiw,
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 11:36 PM
06-22-2005 11:36 PM
Re: backup qualifiers
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2005 11:46 PM
06-22-2005 11:46 PM
Re: backup qualifiers
with backup it takes 59' to copy 16Gb of files (15 files between 0.1Gb and 2Gb)
from hsz50 disks to an internal 10000 rpm disc on a COMPAQ AlphaServer DS20E 833 MHz.
(btw: backing it up to a dlt8000 is almost 2 times faster)
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 12:39 AM
06-23-2005 12:39 AM
Re: backup qualifiers
/BLOCK= may speed up but could prove contra-productive. I have no measurements - just the feeling.
My memory may have faded and blurred, but as far as I remember, COPY will process a file record by record, and BACKUP will copy block(s)-by-block(s). Also, COPY will use the cache, and BACKUP may bypass it. This would explain yhe difference.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:01 AM
06-23-2005 02:01 AM
Re: backup qualifiers
make that BACKUP DOES bypass cache.
I just will have to scan trough my Bootcamp notes to find a direct reference, but it has been pointed out in an XFC discussion.
Proost.
have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:10 AM
06-23-2005 02:10 AM
Re: backup qualifiers
with your backup disk-to-disk, you reach about 4.5 MB/sec. If it's twice that fast disk-to-tape, then the output disk probably seems to be the bottleneck.
You could try to disable high-water-marking on the destination disk (SET VOL/NOHIGH), it reduced the duration of my little test by about 10%.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 06:07 AM
06-23-2005 06:07 AM
Re: backup qualifiers
just to make sure, regarding Volkers answer:
ARE the input and output disk 2 separate physical devices?
If so, are they on the same or different controllers? Of what type?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 05:13 PM
06-23-2005 05:13 PM
Re: backup qualifiers
disabling high-water-marking on a disc is one of the first things I do on a disc I have to use.
Jan,
from hsz50 disks to an internal 10000 rpm disc on a COMPAQ AlphaServer DS20E 833 MHz.
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 05:29 PM
06-23-2005 05:29 PM
Re: backup qualifiers
For single large file copy, the preferred tool ought to be copy, and it has proven to be faster than backup in a few tests.
What VMS version? Copy increased its IO size in recent version and with that ought to be the faster tools.
The whole exercise is rather dependend on all sorts of parameters I am afraid. Backup will issue a batch of IOs one the input side to fill its IO buffers and then wait for them all all to complete, next start to write synchroneously. No overlap :-(. (Yes, there is room for improvement...)
The batch size depends on process quotas like ASTLM, DIRIOLM, WS,...
Copy simply does read, write, read, write....
It will depend on things like fragementation and disk controller smarts which one will win. The controller may recognizes the pattern and starts read-ahead for the copy case, but the multiple IOs for backup may muddy the waters. Also, the deep queue that backup can create can throw controllers into a temporary state of shock it seems :-).
Hope this helps some,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 05:46 PM
06-23-2005 05:46 PM
Re: backup qualifiers
thx for info.
vms version: V7.2-1
Rgds
Marc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2005 03:00 AM
06-24-2005 03:00 AM
Re: backup qualifiers
We had an internal report/experience where BACKUP from an XP was slow compared to copy.
There the deep queue / high parallelism saturated the XP front end / cache algoritmes.
The workaround was to drop DIOLM and PQL_MDIOLM to 8 from the current recommendation of 100. The IOPS jumped from 300 to 2,000.
THey also found that the XP, and I imageing other cached controllers also, really like IO sizes in powers of 2, and transfers alling at powers of 2. On VMS that would suggest clustersizes of 4, 8, 16, 32, 64 to at least get the first IOs started alligned.
fwiw,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 11:20 AM
06-26-2005 11:20 AM
Re: backup qualifiers
/block=32768 would be a good starting size.
The original files should be defragmented.
Now, depending on the device to be backed up to, working sets, diolim are changed.
For example keep diolm to <32 on a san disk or the cache will thrash, and 4096 on a scsi disk.
We need the devices and controllers and files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2005 06:49 PM
06-26-2005 06:49 PM
Re: backup qualifiers
Avoid raid-5 on the destination disk and monitor process quota.
I vaguely remember that very high quota may decrease performance.
Wim