<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Backup takes to long (9 hour) in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218577#M69830</link>
    <description>Piet,&lt;BR /&gt;&lt;BR /&gt;Help on backup/dens is not up to date.&lt;BR /&gt;Try &lt;A href="http://h71000.www7.hp.com/doc/732FINAL/6048/6048pro_001.html#startsubcommand_120" target="_blank"&gt;http://h71000.www7.hp.com/doc/732FINAL/6048/6048pro_001.html#startsubcommand_120&lt;/A&gt; to find the correct setting.&lt;BR /&gt;It is SDLT that you should use, I think.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Tue, 16 Mar 2004 07:04:23 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2004-03-16T07:04:23Z</dc:date>
    <item>
      <title>Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218555#M69808</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a 36GB disk, and it takes about 9 hour to backup.&lt;BR /&gt;&lt;BR /&gt;$ dir disk14:[000000...]/gr&lt;BR /&gt;&lt;BR /&gt;Grand total of 3560 directories, 6117595 files.&lt;BR /&gt;&lt;BR /&gt;I know this is a lot, but is there a way to backup this disk in a shorter time. HP is working on it, but mayby some of you have good ideas.&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;Piet Timmers</description>
      <pubDate>Mon, 15 Mar 2004 04:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218555#M69808</guid>
      <dc:creator>Piet Timmers</dc:creator>
      <dc:date>2004-03-15T04:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218556#M69809</link>
      <description>You have not said if this backup is disk to tape or to disk ?&lt;BR /&gt;&lt;BR /&gt;it would help to have the exact backup command, and to check if you have a  /block=...&lt;BR /&gt;&lt;BR /&gt;qualifier. if you do not have, the default of 8192 gives the worst results :-)&lt;BR /&gt;&lt;BR /&gt;put 32768 or 65536&lt;BR /&gt;&lt;BR /&gt;use an account with correct quotas for backup, and read the doc (on this mirrot)&lt;BR /&gt;&lt;A href="http://www.pi-net.dyndns.org/docs/openvms0731/731final/6017/6017pro_046.html" target="_blank"&gt;http://www.pi-net.dyndns.org/docs/openvms0731/731final/6017/6017pro_046.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;search for&lt;BR /&gt;&lt;BR /&gt;11.7 Setting Process Quotas for Efficient Backups&lt;BR /&gt;&lt;BR /&gt;If you backup to tape, please post a &lt;BR /&gt;$ sh dev tape /full&lt;BR /&gt;and we should be able to tell you what backup time should be reasonable.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Mon, 15 Mar 2004 04:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218556#M69809</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-03-15T04:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218557#M69810</link>
      <description>Mogge Piet,&lt;BR /&gt;&lt;BR /&gt;Backup is a greedy beast, if you are willing to give it 'room to move'.&lt;BR /&gt;For performance:&lt;BR /&gt;Specify as big as possible a blocksize&lt;BR /&gt;(32 or 64 K, that's 32767 or 65535).&lt;BR /&gt;Especially for disks with many small fragments (fragmented files and/or small files) BACKUP uses memory as much as possible for optimisition:&lt;BR /&gt;First it allocates as much as possible of workspace. Then it processes header info in such a way that it (only) maps the file(segments) to that workspace IN A CONTIGUOUS WAY. When the space is so full that the next segment would overflow it, then it issues IO requests for ALL mapped segments at once.&lt;BR /&gt;This forces the disk into a sequential sweep, delivering the required diskblocks as it passes them. This very much reduces head movements, which are relatively very time consuming. If all segments (of this charge) are read in, then essentially ONE IO to move a contiguous piece of memory to tape is given, and the loop re-iterates.&lt;BR /&gt;This shows WHY an as big as possible WSQUOTA for the account doing the backup is very benificial. BUT, if WSEXTENT is bigger, you might well allocate MORE, and have to find part of it in the PAGEFILE... you do'nt want that. So: WSQUO &amp;amp; WSEXT should be equal. &lt;BR /&gt;&lt;BR /&gt;You should be wise to specify a dedicated account, ONLY for backups.&lt;BR /&gt;&lt;BR /&gt;If you already have all these measures in place, then it looks like you can only be helped with faster devices, but considering, 6M files usually takes us some 1.5 hours.&lt;BR /&gt;&lt;BR /&gt;Tot ziens maar weer&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 05:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218557#M69810</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-03-15T05:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218558#M69811</link>
      <description>Thanks Gerard and Jan,&lt;BR /&gt;&lt;BR /&gt;It is a backup from disk to tape and all the settings are as optimal as possible, user account is tuned, blocksize=65535 and so on. By the way we use ABS to make this backup. According to the HP specialist a rollback should improve because we are talking over a disk with a lot of small file and resonable fragmentation. See below:&lt;BR /&gt;&lt;BR /&gt;DISK$DATADISK1401                                         2-FEB-2004 06:00:24.29&lt;BR /&gt;&lt;BR /&gt;The fragmentation index is 26.0&lt;BR /&gt;      1 - 20.9 is excellent&lt;BR /&gt;     21 - 40.9 is good&lt;BR /&gt;     41 - 60.9 is fair&lt;BR /&gt;     61 - 80.9 is poor&lt;BR /&gt;     81 - 100 indicates a badly fragmented disk&lt;BR /&gt;Approximately 6.0 (out of 80.0 possible) is due to file fragmentation&lt;BR /&gt;Approximately 20.0 (out of 20.0 possible) is due to freespace fragmentation&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Freespace Summary:&lt;BR /&gt;        Total free space:      24495258 blocks&lt;BR /&gt;        Percentage free:             34 (rounded)&lt;BR /&gt;        Total free extents:      997920&lt;BR /&gt;        Maximum free extent:     284232 blocks, LBN: 35273079&lt;BR /&gt;        Minimum free extent:          3 blocks, LBN: 26140362&lt;BR /&gt;        Average free extent:         24 blocks&lt;BR /&gt;        Median free extent:          27 blocks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;File Fragmentation Summary:&lt;BR /&gt;        Number of files (with some allocation):  5846744&lt;BR /&gt;        Total file extents on the disk:          6061141&lt;BR /&gt;        Average number of file extents per file: 1.036669&lt;BR /&gt;        Median number of file extents per file:  1&lt;BR /&gt;&lt;BR /&gt;Most Fragmented File:&lt;BR /&gt;        [BPS.UTR.DOC_HS.02725]02724608002.A03;1 (7 extents)&lt;BR /&gt;&lt;BR /&gt;There were no files with 8 or more extents&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 05:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218558#M69811</guid>
      <dc:creator>Piet Timmers</dc:creator>
      <dc:date>2004-03-15T05:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218559#M69812</link>
      <description>Piet,&lt;BR /&gt;&lt;BR /&gt;File fragmenting 1.03&lt;SOME&gt; is nearly perfect!&lt;BR /&gt;Backup is only interested in allocated segments, and absolutely NOT in free space fragmentation, so a restore is just pity about the work invested.&lt;BR /&gt;Stupid question: we ARE talking about /IMAGE backup, are we?&lt;BR /&gt;Like Gerard asked: post &lt;BR /&gt;the exact backup command.&lt;BR /&gt;What tape drive you have you.&lt;BR /&gt;The disk type.&lt;BR /&gt;How is your disk connected?&lt;BR /&gt;&lt;BR /&gt;jpe&lt;/SOME&gt;</description>
      <pubDate>Mon, 15 Mar 2004 05:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218559#M69812</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-03-15T05:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218560#M69813</link>
      <description>Here we go:&lt;BR /&gt;&lt;BR /&gt;We use ABS for backup and ABS makes the following backup command:&lt;BR /&gt;&lt;BR /&gt;19:19:29 THREAD #13: $ BACKUP /IMAGE DISK14: -  &lt;BR /&gt;19:19:29 THREAD #13: _$ /LIST=_MBA2433:/FULL -  &lt;BR /&gt;19:19:29 THREAD #13: _$  -  &lt;BR /&gt;19:19:29 THREAD #13: _$ /IGNORE=(INTERLOCK) -  &lt;BR /&gt;19:19:29 THREAD #13: _$ /NOCRC/NOVERIFY -  &lt;BR /&gt;19:19:29 THREAD #13: _$ 'SHELVE_QUAL''ALIAS_QUAL' -  &lt;BR /&gt;19:19:29 THREAD #13: _$ /BLOCKSIZE=65535 -  &lt;BR /&gt;19:19:29 THREAD #13: _$ $2$MGA0:14MAR20041919240./SAVE -  &lt;BR /&gt;19:19:29 THREAD #13: _$ /EXACT_ORDER -  &lt;BR /&gt;19:19:29 THREAD #13: _$ /STOR=V2SLS/NOASSIST   &lt;BR /&gt;&lt;BR /&gt;Device info:&lt;BR /&gt;&lt;BR /&gt;Disk DSA1401:, device type Generic SCSI disk, is online, mounted, file-oriented&lt;BR /&gt;    device, shareable, available to cluster, error logging is enabled, device&lt;BR /&gt;    supports bitmaps (no bitmaps active).&lt;BR /&gt;&lt;BR /&gt;    Error count                    0    Operations completed          148214805&lt;BR /&gt;    Owner process                 ""    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        00000000    Dev Prot            S:RWPL,O:RWPL,G:R,W&lt;BR /&gt;    Reference count               23    Default buffer size                 512&lt;BR /&gt;    Total blocks            71114623    Sectors per track                   254&lt;BR /&gt;    Total cylinders            13999    Tracks per cylinder                  20&lt;BR /&gt;&lt;BR /&gt;    Volume label      "DATADISK1401"    Relative volume number                0&lt;BR /&gt;    Cluster size                   3    Transaction count                    23&lt;BR /&gt;    Free blocks             22900032    Maximum files allowed          16711679&lt;BR /&gt;    Extend quantity                5    Mount count                           2&lt;BR /&gt;    Mount status              System    Cache name             "_DSA0:XQPCACHE"&lt;BR /&gt;    Extent cache size             64    Maximum blocks in extent cache  2290003&lt;BR /&gt;    File ID cache size            64    Blocks currently in extent cache     30&lt;BR /&gt;    Quota cache size               0    Maximum buffers in FCP cache      10001&lt;BR /&gt;    Volume owner UIC           [1,1]    Vol Prot    S:RWCD,O:RWCD,G:RWCD,W:RWCD&lt;BR /&gt;&lt;BR /&gt;  Volume Status:  ODS-2, subject to mount verification, write-back caching&lt;BR /&gt;      enabled.&lt;BR /&gt;  Volume is also mounted on UTRN02.&lt;BR /&gt;&lt;BR /&gt;Disk $1$DGA300:, device type HSG80, is online, device has multiple I/O paths,&lt;BR /&gt;    member of shadow set DSA1401:, error logging is enabled.&lt;BR /&gt;&lt;BR /&gt;Tapeunit info: &lt;BR /&gt;&lt;BR /&gt;Magtape UTRN01$MKA600:, device type COMPAQ SuperDLT1, is online, file-oriented&lt;BR /&gt;    device, available to cluster, error logging is enabled, controller supports&lt;BR /&gt;    compaction (compaction  disabled), device supports fastskip.&lt;BR /&gt;&lt;BR /&gt;    Error count                    0    Operations completed                  0&lt;BR /&gt;    Owner process                 ""    Owner UIC                      [SYSTEM]&lt;BR /&gt;    Owner process ID        00000000    Dev Prot            S:RWPL,O:RWPL,G:R,W&lt;BR /&gt;    Reference count                0    Default buffer size                2048&lt;BR /&gt;    Density                  default    Format                        Normal-11&lt;BR /&gt;&lt;BR /&gt;  Volume status:  no-unload on dismount, position lost, odd parity.&lt;BR /&gt;&lt;BR /&gt;Succes,&lt;BR /&gt;&lt;BR /&gt;Piet&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 06:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218560#M69813</guid>
      <dc:creator>Piet Timmers</dc:creator>
      <dc:date>2004-03-15T06:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218561#M69814</link>
      <description>a monitor disk/item=queue during the backup would be interesting: do you have a big queue length ?</description>
      <pubDate>Mon, 15 Mar 2004 07:03:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218561#M69814</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-03-15T07:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218562#M69815</link>
      <description>Try "mon file" during the operation.&lt;BR /&gt;Some cache may need to be enlarged.&lt;BR /&gt;(I seem to remember something going slow because the file header cache rate was almost 0)</description>
      <pubDate>Mon, 15 Mar 2004 07:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218562#M69815</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-03-15T07:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218563#M69816</link>
      <description>Piet,&lt;BR /&gt;&lt;BR /&gt;For the tape, I noticed "Compaction disabled".&lt;BR /&gt;I also did not find /MEDIA=COMPACT in your backup command.&lt;BR /&gt;&lt;BR /&gt;During Backup, compaction can be quite helpful: your tape does about the same in physical writes, but those can contain (depending, but sometimes much) more data.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 15 Mar 2004 08:15:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218563#M69816</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-03-15T08:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218564#M69817</link>
      <description>Piet,&lt;BR /&gt;&lt;BR /&gt;Can you check the cables, terminator and the KZPCA card connecting the system to the tape drive. If using the wrong tape, it might be carrying a very low rate of transfer in contrast to the right tape for connection.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mohamed</description>
      <pubDate>Mon, 15 Mar 2004 09:02:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218564#M69817</guid>
      <dc:creator>Mohamed  K Ahmed</dc:creator>
      <dc:date>2004-03-15T09:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218565#M69818</link>
      <description>Could either be a hardware problem - check error log etc for disk and tape, or something else running at same time as backup - check what else is running.</description>
      <pubDate>Mon, 15 Mar 2004 12:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218565#M69818</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-03-15T12:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218566#M69819</link>
      <description>Hello Piet,&lt;BR /&gt;May be your system works fine. Reading your post I understand you have to backup 46'214'591 block or 23'661'870'592 bytes (about 24Gbs, 2/3 of your HD).&lt;BR /&gt;By your posts I've seen you use /VERIFY and you don't use /COMPACT qualifiers; this means you tape work about at 5 Gb per minute and may be a good performance (al least for me and my customer ;-) ).&lt;BR /&gt;&lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Mar 2004 13:56:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218566#M69819</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-03-15T13:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218567#M69820</link>
      <description>Hello, Antoniov,&lt;BR /&gt;somehow I get different results than you - can you, please, verify my calculations?&lt;BR /&gt;&lt;BR /&gt;According to Piet's post from '11:42:58 GMT' it looks to me like he runs without /VERIFY:&lt;BR /&gt;&amp;gt; 19:19:29 THREAD #13: _$ /NOCRC/NOVERIFY -&lt;BR /&gt;&lt;BR /&gt;I agree that he as about 24 GBytes to backup, but I get completely different results for the throughput:&lt;BR /&gt;&lt;BR /&gt;24 GBytes / 9 hours = 2.66 GBytes/hour&lt;BR /&gt;&lt;BR /&gt;2.66 GBytes/hour = 2660 MBytes/hour (2660/60) -&amp;gt; 44.3 MBytes / minute&lt;BR /&gt;&lt;BR /&gt;44.3 MBytes/minute = 44300 KBytes/minute (44300/60) = 738.3 KBytes/second&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I wonder what tape media is being used...&lt;BR /&gt;Piet ?</description>
      <pubDate>Mon, 15 Mar 2004 14:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218567#M69820</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-03-15T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218568#M69821</link>
      <description>Hello Piet,&lt;BR /&gt;&lt;BR /&gt;44 MB/min is not really that bad. What else do you have on the first SCSI bus (M/DKAxxx). Uwe will most probably know more about this, but I do seem to remember that the overall bus speed is limited by the slowest device on the bus. If you do have a slow CD-Rom on the bus this might slow down your SDLT. Also is the tape "streaming", i.e. does it get data fast enough or is it repeatedly starting and stopping?&lt;BR /&gt;&lt;BR /&gt;Greetings, Martin</description>
      <pubDate>Mon, 15 Mar 2004 22:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218568#M69821</guid>
      <dc:creator>Martin P.J. Zinser</dc:creator>
      <dc:date>2004-03-15T22:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218569#M69822</link>
      <description>Yeah!&lt;BR /&gt;&lt;BR /&gt;Might very well be that Martin has got hold of the tiger's tail: that would definitively be a reason. (Kick myself in the ass for not remembering this one, though it was some years back). Check ( &amp;amp; doublecheck ) before any other effort!&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 16 Mar 2004 01:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218569#M69822</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-03-16T01:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218570#M69823</link>
      <description>Ah, a common 'myth', which has some truth in it...&lt;BR /&gt;&lt;BR /&gt;Usually, in SCSI, the initiator (HBA) can individually negotiate the transfer rate with each target (disk, tape, CD-ROM, ...), so that each data transfer runs at 'optimal speed'. However, a slow device ties up the bus for a longer time for the same amount of data.&lt;BR /&gt;&lt;BR /&gt;Also, as I have been told, some HBAs from the HP pre-merger side do indeed slow down for all device on the bus.</description>
      <pubDate>Tue, 16 Mar 2004 01:51:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218570#M69823</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-03-16T01:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218571#M69824</link>
      <description>Sorry,&lt;BR /&gt;wrong calculation.&lt;BR /&gt;Uwe, you evaluate right values.&lt;BR /&gt;My intent was focus on SCSI throughtput and Martine has locate the problem.&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Mar 2004 02:28:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218571#M69824</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-03-16T02:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218572#M69825</link>
      <description>Piet,&lt;BR /&gt;&lt;BR /&gt;May be a silly question. Was the tape initialized on the device itself ? We do an initialize /dens=dlt8000 for every tape we use to make sure that the re-used tape gets its optimal density.&lt;BR /&gt;&lt;BR /&gt;Per default, backup and init re-use the tapes density. So if you have a tape initialized on an older drive you get a lower speed (and capacity).&lt;BR /&gt;&lt;BR /&gt;Groetjes&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 16 Mar 2004 03:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218572#M69825</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2004-03-16T03:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218573#M69826</link>
      <description>We let do ABS the whole tape handling, so we do not implicit init the tapes.&lt;BR /&gt;Todat i will init the tapes by hand and see whether there is a difference.&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Tue, 16 Mar 2004 03:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218573#M69826</guid>
      <dc:creator>Piet Timmers</dc:creator>
      <dc:date>2004-03-16T03:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Backup takes to long (9 hour)</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218574#M69827</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;$ init/density=dlt8000 gives:&lt;BR /&gt;%DCL-W-IVKEYW, unrecognized keyword - check validity and spelling&lt;BR /&gt; \DLT8000\&lt;BR /&gt;&lt;BR /&gt;We are using OpenVMS V7.2-2&lt;BR /&gt;&lt;BR /&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;Piet</description>
      <pubDate>Tue, 16 Mar 2004 03:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/backup-takes-to-long-9-hour/m-p/3218574#M69827</guid>
      <dc:creator>Piet Timmers</dc:creator>
      <dc:date>2004-03-16T03:43:23Z</dc:date>
    </item>
  </channel>
</rss>

