<?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: Use of RMS_SEQFILE_WBH and Backups in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089688#M25274</link>
    <description>It is a BACKUP style copy of files.  We have machine A that mounts an NFS mount point that is being "hosted" by machine B.  Machine A then does a BACKUP of the files from machine A to a saveset on machine B.  We then expand those files out to their new homes.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 25 Jan 2008 19:37:42 GMT</pubDate>
    <dc:creator>Kevin Atchley</dc:creator>
    <dc:date>2008-01-25T19:37:42Z</dc:date>
    <item>
      <title>Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089682#M25268</link>
      <description>I am looking at migrating data from one system to another and am trying to reduce the time of copying data as much as possible.  I have made some changes in the BACKUP command and gained some improvement, but I want to reduce it more.  While Googeling I ran across someone suggesting I make a change to set RMS_SEQFILE_WBH = 1 and then a SET RMS /BUFFER=10 /EXTEND=650000 /BLOCK=127.  I did this on a test system with test data and was able to improve the trial times from 30min down to 5min.&lt;BR /&gt;&lt;BR /&gt;Does anyone have any advice or experience about whether using this command can/will cause problems.  During the data migration period both source and destination machine will not be used, so I should have unshared access to the data.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;-k</description>
      <pubDate>Fri, 25 Jan 2008 15:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089682#M25268</guid>
      <dc:creator>Kevin Atchley</dc:creator>
      <dc:date>2008-01-25T15:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089683#M25269</link>
      <description>Kevin,&lt;BR /&gt;&lt;BR /&gt;Even without RMS_SEQFILE_WBH, I have been able to ensure maximum performance by upping the buffers, blocksize, and extendsize. &lt;BR /&gt;&lt;BR /&gt;On many tests that I have done, the biggest improvement is by increasing the extendsize to the maximum.&lt;BR /&gt;&lt;BR /&gt;A cautionary node: On some older releases of BACKUP (this posting does not specify the OS version), BACKUP ignores the RMS defaults. To get many of these advantages, it was necessary to write the output saveset using DECnet transparent file access (e.g., 0"username password"::xxx.BCK/SAVE_SET) to get the effect. While those versions of BACKUP did ignore the RMS parameters, FAL uses them. &lt;BR /&gt;&lt;BR /&gt;Also be careful that the buffering does not run into other problems with the various quotas.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 25 Jan 2008 15:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089683#M25269</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2008-01-25T15:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089684#M25270</link>
      <description>&amp;gt;&amp;gt; While Googeling I ran across &lt;BR /&gt;&lt;BR /&gt;I suspect you found:&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/faq/vmsfaq_011.html" target="_blank"&gt;http://h71000.www7.hp.com/faq/vmsfaq_011.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But did you re-type? &lt;BR /&gt;Becase the max extend is 64K, not 650,000.&lt;BR /&gt;&lt;BR /&gt;Anyway, that FAQ is a little misleading as RMS_SEQFILE_WBH has no effect on Backup.&lt;BR /&gt; &lt;BR /&gt;There may be some version dependencies here, but Backup under 8.3 has WBH be default enabled and nothing for multiblock (MBC) nor multifuffer (MBF) thus accepting the SET RMS default.&lt;BR /&gt;&lt;BR /&gt;You can test this with...&lt;BR /&gt;$SET PROC/PRIV=CMKRNL&lt;BR /&gt;$BACKUP *.* X.X/SAVE&lt;BR /&gt;^Y&lt;BR /&gt;$SPAWN&lt;BR /&gt;$ANALYZE/SYSTEM&lt;BR /&gt;SDA&amp;gt; SHOW PROC/CHAN ... notice channel for X.X&lt;BR /&gt;SDA&amp;gt; show proc/rms=(fab,rab,bdbsum,noifb:1)&lt;BR /&gt;:&lt;BR /&gt;Doublecheck channel in FAB : STV&lt;BR /&gt;See WHB in RAB : ROP and check MBC and MBF&lt;BR /&gt;See buffers in BDBSUM&lt;BR /&gt;&lt;BR /&gt;The NOIFB:1 forces display for IFI = 1 without actually displaying the corresponding IFAB selected.&lt;BR /&gt;Here is the only file anyway.&lt;BR /&gt;SDA&amp;gt; ^Z&lt;BR /&gt;$ LO&lt;BR /&gt;$ DELETE X.X.&lt;BR /&gt;&lt;BR /&gt;IMHO there is rapidly diminishing benefits after using more than 4 buffers, beyond 8 is it not measurable... for sequential access. In fact it could possibly confuse the storage subsystem in thinking it is presented with a random load instead of sequential write, and for other storage subsystem it may cause overload on a per-lun writeback cache.&lt;BR /&gt;&lt;BR /&gt;I would also pick 124 or 112 for buffer size, notably for EVA targets, but that's me.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 16:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089684#M25270</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2008-01-25T16:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089685#M25271</link>
      <description>/group=0 will improve performance at least 10%.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Fri, 25 Jan 2008 16:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089685#M25271</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-01-25T16:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089686#M25272</link>
      <description>For Clarification :  (sorry, I should have put this in the first post)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Both systems are VMS 7.3-2.  It is a system to system copy of data utilizing and NFS mount on the target system.&lt;BR /&gt;&lt;BR /&gt;And Yes, I did re-type the command instead of cut/paste, and stick an extra 0 on the /EXTEND.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 16:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089686#M25272</guid>
      <dc:creator>Kevin Atchley</dc:creator>
      <dc:date>2008-01-25T16:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089687#M25273</link>
      <description>Is this a disk-to-disk file-by-file copy?&lt;BR /&gt;&lt;BR /&gt;From a VMS ODS volume to an NFS file system?&lt;BR /&gt;&lt;BR /&gt;Or, is there a BACKUP save set involved?&lt;BR /&gt;&lt;BR /&gt;/Guenter</description>
      <pubDate>Fri, 25 Jan 2008 18:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089687#M25273</guid>
      <dc:creator>Guenther Froehlin</dc:creator>
      <dc:date>2008-01-25T18:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089688#M25274</link>
      <description>It is a BACKUP style copy of files.  We have machine A that mounts an NFS mount point that is being "hosted" by machine B.  Machine A then does a BACKUP of the files from machine A to a saveset on machine B.  We then expand those files out to their new homes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jan 2008 19:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089688#M25274</guid>
      <dc:creator>Kevin Atchley</dc:creator>
      <dc:date>2008-01-25T19:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Use of RMS_SEQFILE_WBH and Backups</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089689#M25275</link>
      <description>It does appear the setting the buffers and blocks without setting RMS_SEQFILE_WBH does help with backup/copies we are doing.  Testing does show there were no ill-effects.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks to all.</description>
      <pubDate>Thu, 31 Jan 2008 16:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/use-of-rms-seqfile-wbh-and-backups/m-p/5089689#M25275</guid>
      <dc:creator>Kevin Atchley</dc:creator>
      <dc:date>2008-01-31T16:55:13Z</dc:date>
    </item>
  </channel>
</rss>

