<?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: OpenVMS BACKUP saveset max size ? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015048#M35136</link>
    <description>Peter,&lt;BR /&gt;&lt;BR /&gt;the invalid block count field in the EOF1 trailer may make the backup saveset on tape an 'invalid' ANSI file on tape, but for the purpose of BACKUP restoring that saveset, this field is not being looked at.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Fri, 24 Nov 2006 11:52:59 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-11-24T11:52:59Z</dc:date>
    <item>
      <title>OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015041#M35129</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what is the max size of a saveset file under&lt;BR /&gt;v7.3-2 (and v8.3) ? Can I do a "backup/image"&lt;BR /&gt;operation on a 400GB disk ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance !&lt;BR /&gt;&lt;BR /&gt;br, peterfra</description>
      <pubDate>Tue, 21 Nov 2006 06:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015041#M35129</guid>
      <dc:creator>peterfra</dc:creator>
      <dc:date>2006-11-21T06:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015042#M35130</link>
      <description>..and this question should have been put into the sysmgmt category, sorry.&lt;BR /&gt;br, peterfra&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 06:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015042#M35130</guid>
      <dc:creator>peterfra</dc:creator>
      <dc:date>2006-11-21T06:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015043#M35131</link>
      <description>Peterfra,&lt;BR /&gt;&lt;BR /&gt;welcome to the OpenVMS ITRC forum.&lt;BR /&gt;&lt;BR /&gt;Backup saveset files are sequential files and are limited by the OpenVMS maximum volume size, which is currently 1 TB.&lt;BR /&gt;&lt;BR /&gt;Of course you can do a BACKUP/IMAGE of a 400 GB disk. You need to provide enough disk space (or tapes) for storing the saveset.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 21 Nov 2006 06:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015043#M35131</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-21T06:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015044#M35132</link>
      <description>Please correct me if I am wrong, but is not the 1 TB limit for *disk* files? So yes, an image file to a "normal" ODS disk would have a 1 TB limit. But I also seem to recall a block number in each saveset block header. Going straight to tape, with a just-under-64KB block size, how big could a tape backup be? That is, how big can the saveset block number be?</description>
      <pubDate>Wed, 22 Nov 2006 14:50:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015044#M35132</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2006-11-22T14:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015045#M35133</link>
      <description>The block numbers within the save set block header are 32-bits. So that allows for save sets with enough blocks to cover more than 1 TB.&lt;BR /&gt;&lt;BR /&gt;A limitation may come in from the EOF1 ANSI label. The number of blocks for a file is stored in the EOF1 label in a 6 digit ASCII string. This allows only for a maximum file of 62 GB (999999 * 63.5KB). The current BACKUP code calls $FAO to produce this string using a control string of '!6ZL'. A block count &amp;gt; 999999 is then returned as a string of '******' which makes it an illegal ANSI block. I haven't tested it but the BACKUP code seems to ignore this when reading the save set back. If true, your save set on tape could be larger than 62GB and even larger than 1TB.&lt;BR /&gt;&lt;BR /&gt;/Guenther</description>
      <pubDate>Wed, 22 Nov 2006 16:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015045#M35133</guid>
      <dc:creator>GuentherF</dc:creator>
      <dc:date>2006-11-22T16:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015046#M35134</link>
      <description>Sheldon,&lt;BR /&gt;&lt;BR /&gt;based on the question 'what is the max size of a saveset file', I have answered the question under the assumption, that the destination of the saveset was a 'file on disk' and I refered the 'volume size limit'. This limitation does not apply to BACKUP savesets on tape.&lt;BR /&gt;&lt;BR /&gt;For a discussion of the tape block count in EOF1/EOV1 ANSI tape labels, please refer to the following recent notes entry 1429 in the DECUServe VMS notes file:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://eisner.decus.org/DECUServe/DECnotes/VMS/1429/SDIR.HTML" target="_blank"&gt;http://eisner.decus.org/DECUServe/DECnotes/VMS/1429/SDIR.HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Luckily, BACKUP does not seem to care about the Block Count field in the EOF1 trailer record, but DIRECTORY/SIZE will get confused.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Thu, 23 Nov 2006 01:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015046#M35134</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-23T01:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015047#M35135</link>
      <description>Thanks to everyone commenting on the issue !&lt;BR /&gt;&lt;BR /&gt;So it is possible to retrieve the contents of a "large" saveset, even if the block Count field in the EOF1 field is incorrect ?&lt;BR /&gt;&lt;BR /&gt;br,&lt;BR /&gt;peter</description>
      <pubDate>Fri, 24 Nov 2006 07:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015047#M35135</guid>
      <dc:creator>peterfra</dc:creator>
      <dc:date>2006-11-24T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015048#M35136</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;the invalid block count field in the EOF1 trailer may make the backup saveset on tape an 'invalid' ANSI file on tape, but for the purpose of BACKUP restoring that saveset, this field is not being looked at.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Fri, 24 Nov 2006 11:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015048#M35136</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-11-24T11:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS BACKUP saveset max size ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015049#M35137</link>
      <description>vms backup restores from &amp;gt;100GB saveset files are possible.</description>
      <pubDate>Thu, 30 Nov 2006 01:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-saveset-max-size/m-p/5015049#M35137</guid>
      <dc:creator>peterfra</dc:creator>
      <dc:date>2006-11-30T01:47:20Z</dc:date>
    </item>
  </channel>
</rss>

