<?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: Relationship between BACKUP qualifiers, /CRC and /GROUP in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628134#M71383</link>
    <description>&lt;BR /&gt;There is a thread where this has been discussed at great length, including the latest recommended values - it's not clear that they are absolutely correct:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=658938" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=658938&lt;/A&gt;</description>
    <pubDate>Wed, 21 Sep 2005 11:24:42 GMT</pubDate>
    <dc:creator>Tom O'Toole</dc:creator>
    <dc:date>2005-09-21T11:24:42Z</dc:date>
    <item>
      <title>Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628124#M71373</link>
      <description>On the BACKUP command, if /NOCRC is set then is the /GROUP qualifier irrelevant?  We were using /NOCRC and then added /GROUP=0 but saw no increase in performance.  One opinion was that since we were already using /NOCRC that the /GROUP qualifier was irrelevant.  Is this correct?&lt;BR /&gt;&lt;BR /&gt;wcp</description>
      <pubDate>Fri, 16 Sep 2005 16:00:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628124#M71373</guid>
      <dc:creator>Clark Powell</dc:creator>
      <dc:date>2005-09-16T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628125#M71374</link>
      <description>The CRC is used to detect data transfer errors writing or reading the tape.  The redundancy group adds parity data to let you recover from one bad block within the group.</description>
      <pubDate>Fri, 16 Sep 2005 16:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628125#M71374</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-09-16T16:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628126#M71375</link>
      <description>There are a number of HP manuals, journals and ECO summaries that explicitly state both the /NOCRC and /GROUP=0 qualifiers in the same Backup command. I have also seen examples that use the /NOCRC and /GROUP=&lt;VALUE&gt; qualifiers in the same command. I think we can assume that the CRC and GROUP qualifiers are not related and that /NOCRC/GROUP=0 is a meaningful combination.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;&lt;/VALUE&gt;</description>
      <pubDate>Sun, 18 Sep 2005 07:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628126#M71375</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-09-18T07:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628127#M71376</link>
      <description>wcp,&lt;BR /&gt;&lt;BR /&gt;/CRC and /GROUP_SIZE are 2 different mechanisms to protect against data corruption or loss in backup savesets.&lt;BR /&gt;&lt;BR /&gt;/CRC creates a CRC checksum over each backup block being written. Using /NOCRC does not create (when writing a saveset) or check (when reading the saveset) the CRC. This saves some CPU cycles, but does not protect against detecting bad data in backup saveset blocks.&lt;BR /&gt;&lt;BR /&gt;/GROUP=n writes a redundant backup block every n backup blocks, which allows recovery of ONE uncorrectable read error inside each redundancy group. Using /GROUP=0 will reduce the no. of backup blocks written by 1/11th (default is /GROUP=10). You should be able to see a slight reduction in the DIRIO count. If the input disk is the bottleneck, you won't see any performance increase.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sun, 18 Sep 2005 10:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628127#M71376</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-09-18T10:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628128#M71377</link>
      <description>It has been recommended with modern backup devices to set group=0&lt;BR /&gt;However, while many don't use CRC, CRC is software to software checking.  It does consume CPU cycles.  It is your choice but the reliability of backups is improved with CRC checking.&lt;BR /&gt;&lt;BR /&gt;Please see the new standards for tuning backup.&lt;BR /&gt;&lt;BR /&gt;You should note that diolm with SAN devices should be reduces to 100. Below 100 Xwindows won't start, but if you are running batch backups you can reduce it to a much lower number, such as 32. There is a problem with Cache thrashing. Engineering is aware of the problem.  But for better performance reduce your diolm.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the new backup recommendations, and those are conservative so windows will start.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/82FINAL/aa-pv5mj-tk/00/01/117-con.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/82FINAL/aa-pv5mj-tk/00/01/117-con.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Sep 2005 12:50:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628128#M71377</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-18T12:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628129#M71378</link>
      <description>I would re-verify your test result.&lt;BR /&gt;&lt;BR /&gt;/group=0 will decrease the traffic to your drive with 10% and cpu load on VMS will be lighter because no raid-like computations must be done.&lt;BR /&gt;&lt;BR /&gt;We saw the differce very clear.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 19 Sep 2005 06:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628129#M71378</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-19T06:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628130#M71379</link>
      <description>I am not so sure if you can do entirely without /GROUP redundancy. Although no doubt modern tapedrives provide the necessary redundancy, /GROUP may be helpful if tapes are getting older and are possibly not stored in optimal conditions. In this case BACKUP may be able to restore valuable files when some blocks on the tape are no longer readable.&lt;BR /&gt;&lt;BR /&gt;Of course, it is rather difficult to test this, but it is my belief that that I prefer to have the redundancy blocks and never need them than the other way around!&lt;BR /&gt;&lt;BR /&gt;YMMV,&lt;BR /&gt;&lt;BR /&gt;Bart Zorn&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 08:18:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628130#M71379</guid>
      <dc:creator>Bart Zorn_1</dc:creator>
      <dc:date>2005-09-19T08:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628131#M71380</link>
      <description>The documentation specifically recommends&lt;BR /&gt;/group=0&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2005 10:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628131#M71380</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-19T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628132#M71381</link>
      <description>Because all modern drives have a some kind of /group=4 built in. And when recovery is not possible, data is not returned to the backup process so backup can't recover. Only "modern" is not defined ...&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 19 Sep 2005 10:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628132#M71381</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-19T10:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628133#M71382</link>
      <description>&lt;BR /&gt;Define "modern" as "SCSI", and any recovery processing is simply IMPOSSIBLE because the first parity error found will simply ABORT data transfer. Unrecoverable. Period. (unless you are able to locate a DSA compliant tape for the tape format).&lt;BR /&gt;&lt;BR /&gt;SCSI = Scuzi = Sorry for this functionality-lacking implementation.&lt;BR /&gt;&lt;BR /&gt;fwiw,&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 19 Sep 2005 11:03:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628133#M71382</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-09-19T11:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628134#M71383</link>
      <description>&lt;BR /&gt;There is a thread where this has been discussed at great length, including the latest recommended values - it's not clear that they are absolutely correct:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=658938" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=658938&lt;/A&gt;</description>
      <pubDate>Wed, 21 Sep 2005 11:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628134#M71383</guid>
      <dc:creator>Tom O'Toole</dc:creator>
      <dc:date>2005-09-21T11:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628135#M71384</link>
      <description>Here's what is actually in the documentation.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Table 4   BACKUP Qualifiers That Affect Performance Qualifier  Description  &lt;BR /&gt;/BLOCKSIZE &lt;BR /&gt; To write a save set to a tape device, always use /BLOCKSIZE = 65,024, the largest block size you can use with save sets on tape. &lt;BR /&gt;&lt;BR /&gt;Note: To be able to copy save sets from tape to disk, use a maximum block size of 32,768. &lt;BR /&gt; &lt;BR /&gt;/GROUP&lt;BR /&gt; Today's tape and disk drive technology makes the XOR group feature of BACKUP obsolete. Use /GROUP=0. (If you do not specify the /GROUP qualifier, the default of 10 is used, which adds 10% more data to a save set).&lt;BR /&gt; &lt;BR /&gt;/CRC &lt;BR /&gt; Keep the default of /CRC, which does not add extra data to the save set. A 32-bit field is always reserved in a save set whether you enable CRC or not. However, adding a small amount of CPU time helps to ensure the integrity of a backup save set. &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2005 13:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628135#M71384</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-21T13:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628136#M71385</link>
      <description>I belive a slightly smaller block size (multiple of 2k or 4k - I can't remember) is recommended when using FC storage.&lt;BR /&gt;&lt;BR /&gt;The big change in the new recommendations is to have a smaller DIOLM when using modern storage.</description>
      <pubDate>Thu, 22 Sep 2005 03:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628136#M71385</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-22T03:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628137#M71386</link>
      <description>Absolutely correct. A high diolm causes the cache in the San controllers to thrash.&lt;BR /&gt;&lt;BR /&gt;However, engineering is aware of the problem.&lt;BR /&gt;&lt;BR /&gt;While interactive jobs require a diolm of 100, if you have batch jobs, not just backup, but other i/o intensive operation try reducing your diolm to 32 or even less.&lt;BR /&gt;&lt;BR /&gt;Look at the accounting report for results.&lt;BR /&gt;&lt;BR /&gt;Bob</description>
      <pubDate>Thu, 22 Sep 2005 03:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628137#M71386</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-22T03:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628138#M71387</link>
      <description>Can someone of HP confirm that all SCSI DLT drives have some kind of raid protection ?&lt;BR /&gt;E.g. TZ8* ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 22 Sep 2005 03:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628138#M71387</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-09-22T03:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Relationship between BACKUP qualifiers, /CRC and /GROUP</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628139#M71388</link>
      <description>A customer of mine did some testing with and without CRC testing.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;He did do the test with the TL891 tape drives &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Backing up a 20,000,006 block file (512 Byte blocks) I got the following results&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Blocksize = 32256&lt;BR /&gt;&lt;BR /&gt;WSQuota = 16384&lt;BR /&gt;&lt;BR /&gt;Compression - off&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;CRC     GROUP            Elapsed (seconds)&lt;BR /&gt;&lt;BR /&gt; Y           10                   2328&lt;BR /&gt;&lt;BR /&gt; Y           10                   2305&lt;BR /&gt;&lt;BR /&gt; Y           10                   2407&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Y            0                   2205&lt;BR /&gt;&lt;BR /&gt; Y            0                   2172&lt;BR /&gt;&lt;BR /&gt; Y            0                   2172&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; N           10                   2370&lt;BR /&gt;&lt;BR /&gt; N           10                   2399&lt;BR /&gt;&lt;BR /&gt; N           10                   2396&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; N            0                   2202&lt;BR /&gt;&lt;BR /&gt; N            0                   2168&lt;BR /&gt;&lt;BR /&gt; N            0                   2167&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The biggest gain is from turning off Group (i.e. group=0).  This causes less tape to be written.&lt;BR /&gt;&lt;BR /&gt;I guess that puts the issue to bed!&lt;BR /&gt;&lt;BR /&gt;Bob Comarow&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Sep 2005 20:20:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/relationship-between-backup-qualifiers-crc-and-group/m-p/3628139#M71388</guid>
      <dc:creator>comarow</dc:creator>
      <dc:date>2005-09-26T20:20:17Z</dc:date>
    </item>
  </channel>
</rss>

