<?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: Save set file size in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519552#M67684</link>
    <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;You should expect your save set to be quite a bit larger than the total size of the files you saved into it, because BACKUP adds error detection and correction codes.  10%-20% larger is probably reasonable.&lt;BR /&gt;&lt;BR /&gt;--Travis Craig</description>
    <pubDate>Wed, 06 Apr 2005 15:00:58 GMT</pubDate>
    <dc:creator>Travis Craig</dc:creator>
    <dc:date>2005-04-06T15:00:58Z</dc:date>
    <item>
      <title>Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519550#M67682</link>
      <description>Hello there,&lt;BR /&gt;&lt;BR /&gt;I use the following command to create a save set file&lt;BR /&gt;&lt;BR /&gt;$ BACKUP/IGNORE=(INTERLOCK)/LABEL=(RSBKUP) DKC0:[000000...]*.*;* MKE500:RS_DAT.SAV/SAVE_SET/NOREWIND/log/block=65024&lt;BR /&gt;&lt;BR /&gt;Then I use the following command to check the save set file size&lt;BR /&gt;&lt;BR /&gt;$mount/ov=id mke500:&lt;BR /&gt;$dir mke500:[000000...]*.*/size&lt;BR /&gt;&lt;BR /&gt;it display the RS_DAT.SAV save set file size is 16547 blocks&lt;BR /&gt;&lt;BR /&gt;So the save set file size would be&lt;BR /&gt;&lt;BR /&gt;16547/(2*1024)= 8.07 M &lt;BR /&gt;&lt;BR /&gt;Is that right? For save set file, are they use the same way to calculate the size as the disk file?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Lionel&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 14:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519550#M67682</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-04-06T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519551#M67683</link>
      <description>each of the 16547 blocks will be 65024 bytes big (compared with the disk block size of 512).&lt;BR /&gt;&lt;BR /&gt;(16547*65024)/(1024*1024*1024) = 1Gb</description>
      <pubDate>Wed, 06 Apr 2005 14:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519551#M67683</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-04-06T14:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519552#M67684</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;You should expect your save set to be quite a bit larger than the total size of the files you saved into it, because BACKUP adds error detection and correction codes.  10%-20% larger is probably reasonable.&lt;BR /&gt;&lt;BR /&gt;--Travis Craig</description>
      <pubDate>Wed, 06 Apr 2005 15:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519552#M67684</guid>
      <dc:creator>Travis Craig</dc:creator>
      <dc:date>2005-04-06T15:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519553#M67685</link>
      <description>Thanks very much for your reply&lt;BR /&gt;&lt;BR /&gt;If I am using the following command without /block=65024&lt;BR /&gt;&lt;BR /&gt;$ BACKUP/IGNORE=(INTERLOCK)/LABEL=(RSBKUP) DKC0:[000000...]*.*;* MKE500:RS_DAT.SAV/SAVE_SET/NOREWIND/log&lt;BR /&gt;&lt;BR /&gt;So the system will use 32256 as default block size&lt;BR /&gt;&lt;BR /&gt;the save set file size would be&lt;BR /&gt;&lt;BR /&gt;16547*32256/(1024*1024)= 509 M&lt;BR /&gt;&lt;BR /&gt;Is that right? 32256 is the system default block size for save set file,correct?&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Lionel&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 15:06:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519553#M67685</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-04-06T15:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519554#M67686</link>
      <description>Lionel,&lt;BR /&gt;&lt;BR /&gt;For tape the default block size is 8192 bytes. 32256 is the default block size (record size) for disks. See HELP BACKUP /BLOCK_SIZE.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Wed, 06 Apr 2005 15:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519554#M67686</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-04-06T15:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519555#M67687</link>
      <description>Sorry I get a little bit more confused&lt;BR /&gt;&lt;BR /&gt;Can somebody give me a example how to calculate the disk and save set file size&lt;BR /&gt;? &lt;BR /&gt;&lt;BR /&gt;what is the system default block size for disk file and what is the system default block size for save set?&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;Lionel&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2005 15:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519555#M67687</guid>
      <dc:creator>Lionel Liu</dc:creator>
      <dc:date>2005-04-06T15:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519556#M67688</link>
      <description>Disk-block-size is -in VMS- 512 bytes, so if You have the number of blocks (with directory/size), the file size is  nblocks*512 bytes.&lt;BR /&gt;&lt;BR /&gt;For tape files it is in principle the same, just the block-size does vary: file size is nblocks*blocksize bytes.&lt;BR /&gt;&lt;BR /&gt;The block-size of tape files (like savesets), if not known, You can get using DIRECTORY/FULL:&lt;BR /&gt;$ mount tape:  !NOT mount/foreign&lt;BR /&gt;$ directory/full tape:&lt;BR /&gt;You get the file-size in blocks , and the record length = blocksize for fixed length records (backup savesets are fixed length records).&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 02:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519556#M67688</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-07T02:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519557#M67689</link>
      <description>If you're trying to work out how much you can get onto the tape, remember to take into account compaction.&lt;BR /&gt;&lt;BR /&gt;Most drives support compression up to 80%, so if the tape was initialised with /MEDIA=COMPACT, this will have a big effect.&lt;BR /&gt;&lt;BR /&gt;Robert.</description>
      <pubDate>Thu, 07 Apr 2005 02:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519557#M67689</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2005-04-07T02:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519558#M67690</link>
      <description>&lt;BR /&gt;For the sake of completeness, why is a directory/full necessary for a save-set on tape, isn't a directory/size enough ?&lt;BR /&gt;&lt;BR /&gt;Directory/size gives the size as number of blocks, but the blocksize is not known.&lt;BR /&gt;One can write many savesets to tape, each with different blocksize. So one needs the 'record size' from directory/full to calculate the save-set-size.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 07 Apr 2005 08:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519558#M67690</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-07T08:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519559#M67691</link>
      <description>Lionel&lt;BR /&gt;You can obtain blocksize using:&lt;BR /&gt;Backup/list MKE500:RS_DAT.SAV/SAVE&lt;BR /&gt;and see this information on head information of save set file.&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel</description>
      <pubDate>Thu, 07 Apr 2005 09:50:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519559#M67691</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-04-07T09:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519560#M67692</link>
      <description>&lt;BR /&gt;Daniel,&lt;BR /&gt;backup/list gives the block-size, but not the number of blocks to calculate the saveset-size.&lt;BR /&gt;The number of blocks at the end of the listing gives the DISK blocks of the files written to the saveset , which may differ more or less from the backup save-set-size.</description>
      <pubDate>Thu, 07 Apr 2005 10:55:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519560#M67692</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-07T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519561#M67693</link>
      <description>Joseph,&lt;BR /&gt;But the first information (header of backup/list contains information about size of blocks in save set&lt;BR /&gt;i.e.&lt;BR /&gt;Save set:          HIT704.SAV&lt;BR /&gt;Written by:        KIT_BUILD&lt;BR /&gt;UIC:               [000100,000001]&lt;BR /&gt;Date:               5-JAN-1996 08:44:47.27&lt;BR /&gt;Command:           BACKUP/LOG/NOREWIND COMMON*.*,HITMAN*.* MKA500:HIT704.SAV/LAB&lt;BR /&gt;EL=SAIGA&lt;BR /&gt;Operating system:  OpenVMS Alpha version V1.5&lt;BR /&gt;BACKUP version:    V1.5&lt;BR /&gt;CPU ID register:   80000000&lt;BR /&gt;Node name:         _ROC::&lt;BR /&gt;Written on:        _ROC$MKA500:&lt;BR /&gt;Block size:        8192&lt;BR /&gt;Group size:        10&lt;BR /&gt;Buffer count:      219&lt;BR /&gt;&lt;BR /&gt;Saludos&lt;BR /&gt;Daniel</description>
      <pubDate>Thu, 07 Apr 2005 11:31:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519561#M67693</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-04-07T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519562#M67694</link>
      <description>Daniel, Joseph is saying that you can get the total size in blocks of the disk files written to the save set from the backup listing. This is in addition to getting the saveset record size from the backup header.</description>
      <pubDate>Thu, 07 Apr 2005 11:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519562#M67694</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-04-07T11:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519563#M67695</link>
      <description>Yes Ian.&lt;BR /&gt;Daniel, of course You're right, but it does not  solve Lionels problem to get the real size of a saveset on tape. It would be a bit outrageous to do a directory/size to get the number of blocks, and then a backup/list to get the blocksize. Directory/size/full gets all in one run over the tape.</description>
      <pubDate>Fri, 08 Apr 2005 02:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519563#M67695</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-08T02:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519564#M67696</link>
      <description>Ian, Joseph &lt;BR /&gt;Thanks for your appointment.&lt;BR /&gt;Might another form be obtain the size of the block of save-set (backup/list), the total size of the save-set (dir/size) and multiply both values?.&lt;BR /&gt;But these procedures works only after backup operation, other question was obtain save set size preview (before backup).&lt;BR /&gt;Sorry for my english.&lt;BR /&gt;Saludos&lt;BR /&gt;Daniel.</description>
      <pubDate>Fri, 08 Apr 2005 02:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519564#M67696</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-04-08T02:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519565#M67697</link>
      <description>Daniel,&lt;BR /&gt; there is not currently a way to predict the size of the savset and the affect of compression. What are you trying to do - predict tape capacity?&lt;BR /&gt;&lt;BR /&gt;I did post the following query on the hp advocacy site &lt;BR /&gt;BACKUP should display backup size summary&lt;BR /&gt;&lt;A href="http://www.hpuseradvocacy.com/advocacy/metoo/metooissue.cfm?IssueID=1795" target="_blank"&gt;http://www.hpuseradvocacy.com/advocacy/metoo/metooissue.cfm?IssueID=1795&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and recieved a response&lt;BR /&gt;&lt;A href="http://www.hpuseradvocacy.com/Response/jan2005.htm" target="_blank"&gt;http://www.hpuseradvocacy.com/Response/jan2005.htm&lt;/A&gt;&lt;BR /&gt;which says they are planning on adding some things.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 03:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519565#M67697</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-04-08T03:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Save set file size</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519566#M67698</link>
      <description>Daniel,&lt;BR /&gt;the first question: multiplying dir/size and block-size from backup/list gives the correct size - but You will not want it, because You have to go over the tape TWICE and read the entire savesets to list them.&lt;BR /&gt;DIRECTORY/FULL returns both, the number of blocks and the block-size, and it does it in one go for all savesets on tape, and it does it much faster: it does not read the entire savesets, just the file-headers on tape.&lt;BR /&gt;&lt;BR /&gt;Ian has answered the second question, great if it becomes true in a future backup version !&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 04:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/save-set-file-size/m-p/3519566#M67698</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2005-04-08T04:27:15Z</dc:date>
    </item>
  </channel>
</rss>

