<?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: How about  the tape drive ? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201434#M61981</link>
    <description>Lunev,&lt;BR /&gt;&lt;BR /&gt;if your problem IS related to process quota (which sound rather probable to me), then be warned in advanced: going from VMS 7.1(-x) to 7.2(some) might want some more, but going to 7.3(some) requires about DOUBLE the BYTLM &amp;amp; PGFLQ. Also JTQUO is used a bit more. (Of course, if they are now already overdimensioned you will not notice, but I don't think that applies ;-)   )&lt;BR /&gt;&lt;BR /&gt;Jan</description>
    <pubDate>Wed, 25 Feb 2004 08:29:50 GMT</pubDate>
    <dc:creator>Jan van den Ende</dc:creator>
    <dc:date>2004-02-25T08:29:50Z</dc:date>
    <item>
      <title>How about  the tape drive ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201428#M61975</link>
      <description>Alpha ES40,Tape drive ,OpenVMS7.1-2.&lt;BR /&gt;I run the mon.com to backup my files as following:&lt;BR /&gt;ljj&amp;gt; @mon&lt;BR /&gt;%MOUNT-I-MOUNTED, MON mounted on _ALPHA$MKB600:&lt;BR /&gt;Listing of save set(s)&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=000000000000&lt;BR /&gt;0000, PC=0000000000000000, PS=00000000&lt;BR /&gt;&lt;BR /&gt;The bakup procedure stopped. why ?&lt;BR /&gt;&lt;BR /&gt;The procedure mon.com is as following:&lt;BR /&gt;$ init mkB600: mon&lt;BR /&gt;$ mount mkb600:/ov=id&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.ZZ]*.*;* MKB600:ZZ.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DKA100:[SEM.DATA.BAK.200312]*.*;* MKB600:LOG.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.CK]*.*;* MKB600:CK.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.PP]*.*;* MKB600:PP.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.DI]*.*;* MKB600:DI.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.EP]*.*;* MKB600:EP.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.KD]*.*;* MKB600:KD.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.IX]*.*;* MKB600:IX.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.MR]*.*;* MKB600:MR.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.PW]*.*;* MKB600:PW.BAK&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.PU]*.*;* MKB600:PU.BAK&lt;BR /&gt;$ dismount mkB600:&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2004 00:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201428#M61975</guid>
      <dc:creator>lunew</dc:creator>
      <dc:date>2004-02-25T00:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How about  the tape drive ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201429#M61976</link>
      <description>You might check your process' quotas. In the past I have found out that inappropriate settings can result in process crashes, process hangs or even corrupted save sets(!).&lt;BR /&gt;&lt;BR /&gt;I have just thrown some keywords into google and came up with this link (see 10.7, Setting Process Quotas for Efficient Backups):&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/72final/6017/6017pro_044.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/72final/6017/6017pro_044.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Although this documentation is for V7.2 I don't recall that the rules have changed over the years. (Anybody else: have they?)</description>
      <pubDate>Wed, 25 Feb 2004 01:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201429#M61976</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-02-25T01:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How about  the tape drive ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201430#M61977</link>
      <description>Hello,&lt;BR /&gt;you mou tape device as structured device (MOUNT /OV=ID); this required tape working not in it optimal way and then may be require more quota you have avaiable (as posted by Uwe).&lt;BR /&gt;You could make as follow:&lt;BR /&gt;$ INIT MKB600: MON&lt;BR /&gt;$ MOUNT MKB600 /FORE&lt;BR /&gt;$ BACKUP/LIST/RECORD DRA0:[SEM.DATA.ZZ]*.*;* MKB600:ZZ.BAK/SAVE&lt;BR /&gt;$ ....&lt;BR /&gt;$ DISM MKB600:&lt;BR /&gt;You can investigate usinf ACCOUNT to view some process quota.&lt;BR /&gt;Also you could check software version: may be tape driver in V7.1-2 has som bug corrected by next version.&lt;BR /&gt; &lt;BR /&gt;@Antoniov&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2004 02:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201430#M61977</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-02-25T02:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: How about  the tape drive ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201431#M61978</link>
      <description>having correct quotas can avoid such accvio, and for better performance, you should add a qualifier &lt;BR /&gt;/block=16384&lt;BR /&gt;or&lt;BR /&gt;/block=65535&lt;BR /&gt;as, unfortunately, the default (of 8192) gives very bad performance.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Gerard</description>
      <pubDate>Wed, 25 Feb 2004 04:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201431#M61978</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2004-02-25T04:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: How about  the tape drive ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201432#M61979</link>
      <description>Good point, Gerard.&lt;BR /&gt;I just want to remind that in the past people did $COPY the backup savesets from tape to disk and processed from there. This doesn't work when the block size is bigger that 32256.</description>
      <pubDate>Wed, 25 Feb 2004 07:04:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201432#M61979</guid>
      <dc:creator>Uwe Zessin</dc:creator>
      <dc:date>2004-02-25T07:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: How about  the tape drive ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201433#M61980</link>
      <description>backup/list command  only works if the device is mounted / for&lt;BR /&gt;&lt;BR /&gt;Mohamed</description>
      <pubDate>Wed, 25 Feb 2004 08:02:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201433#M61980</guid>
      <dc:creator>Mohamed  K Ahmed</dc:creator>
      <dc:date>2004-02-25T08:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: How about  the tape drive ?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201434#M61981</link>
      <description>Lunev,&lt;BR /&gt;&lt;BR /&gt;if your problem IS related to process quota (which sound rather probable to me), then be warned in advanced: going from VMS 7.1(-x) to 7.2(some) might want some more, but going to 7.3(some) requires about DOUBLE the BYTLM &amp;amp; PGFLQ. Also JTQUO is used a bit more. (Of course, if they are now already overdimensioned you will not notice, but I don't think that applies ;-)   )&lt;BR /&gt;&lt;BR /&gt;Jan</description>
      <pubDate>Wed, 25 Feb 2004 08:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-about-the-tape-drive/m-p/3201434#M61981</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2004-02-25T08:29:50Z</dc:date>
    </item>
  </channel>
</rss>

