<?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 error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674283#M72686</link>
    <description>Thanks David:&lt;BR /&gt;&lt;BR /&gt;I have not tried to contact HP yet, I am trying to do a research by my self.&lt;BR /&gt;Because I found really weird this issue.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Fri, 18 Nov 2005 10:14:56 GMT</pubDate>
    <dc:creator>Jesus Nieto_1</dc:creator>
    <dc:date>2005-11-18T10:14:56Z</dc:date>
    <item>
      <title>OpenVMS Backup error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674277#M72680</link>
      <description>Hi:&lt;BR /&gt;I am having the next output for the command:&lt;BR /&gt;$ backup/log file.txt file.bck/sav&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-F-ACCVIO, access violation, reason mask=04, virtual address=000000007AED&lt;BR /&gt;C418, PC=00000000000F4908, PS=0000001B&lt;BR /&gt;&lt;BR /&gt;  Improperly handled condition, image exit forced.&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;In a satellite node (7.2-1h1) connected to a cluster system with the same OS version.&lt;BR /&gt;The weird is that I have six satellites nodes and this is only happen in two of them.&lt;BR /&gt;All these nodes have the same OS, and patches.&lt;BR /&gt;Also the command do not fail if I send the data to a magnetic tape.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 17 Nov 2005 17:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674277#M72680</guid>
      <dc:creator>Jesus Nieto_1</dc:creator>
      <dc:date>2005-11-17T17:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Backup error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674278#M72681</link>
      <description>%SYSTEM-F-ACCVIO, access violation = tried to access a memory location and was denied.&lt;BR /&gt;&lt;BR /&gt;mask 04 == write function &lt;BR /&gt;&lt;BR /&gt;Do you have permissions to write to the location in question?&lt;BR /&gt;Have you tried&lt;BR /&gt;backup/ignore=interlock file.txt -&lt;BR /&gt;file_test.bck/save</description>
      <pubDate>Thu, 17 Nov 2005 18:15:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674278#M72681</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2005-11-17T18:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Backup error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674279#M72682</link>
      <description>Are you using a common UAF?&lt;BR /&gt;Are the SYSGEN parameters the same on all the&lt;BR /&gt;satellites?&lt;BR /&gt;Try increasing the PGFLQUOTA value for the systems&lt;BR /&gt;experiencing the problems.&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2005 19:57:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674279#M72682</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2005-11-17T19:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Backup error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674280#M72683</link>
      <description>Jesus,&lt;BR /&gt;&lt;BR /&gt;  Does this happen for any BACKUP command? Is the file particularly large? Could be a quota issue. See the BACKUP manual for recommended quotas. &lt;BR /&gt;&lt;BR /&gt;  It could also be a corrupt image, or global section.&lt;BR /&gt;&lt;BR /&gt;  If this is a common system disk, try:&lt;BR /&gt;&lt;BR /&gt;$ DEFINE BACKUP SYS$SYSTEM:BACKUP.EXE;&lt;BR /&gt;&lt;BR /&gt;  and repeat the command. This will bypass the installed image. If the behaviour changes, have the system manager execute:&lt;BR /&gt;&lt;BR /&gt;$ INSTALL REMOVE BACKUP&lt;BR /&gt;$ INSTALL ADD BACKUP&lt;BR /&gt;&lt;BR /&gt;  If it's not a common system disk see if the BACKUP image is different from those on other nodes.&lt;BR /&gt;&lt;BR /&gt;  Also check for device errors.</description>
      <pubDate>Thu, 17 Nov 2005 22:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674280#M72683</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-11-17T22:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Backup error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674281#M72684</link>
      <description>Getting any improperly handled condition from backup should be considered a bug and reported to HP.&lt;BR /&gt;&lt;BR /&gt;Sounds like it is not checking for allocation failure and using an invalid pointer.  Try using /blocksize=8192 and see if the virtual address changes from 7AED.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2005 05:41:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674281#M72684</guid>
      <dc:creator>David Jones_21</dc:creator>
      <dc:date>2005-11-18T05:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Backup error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674282#M72685</link>
      <description>Thank you very much to all of your kindly answers.&lt;BR /&gt;&lt;BR /&gt;Let me give you my feed back:&lt;BR /&gt;&lt;BR /&gt;Peter:&lt;BR /&gt;Yes I have permissions to write in all the disks, also my account have bypass privilege.&lt;BR /&gt;Yes I did tried /interlock qualifier.&lt;BR /&gt;&lt;BR /&gt;David:&lt;BR /&gt;Yes the sysuaf data files is common to the whole cluster.&lt;BR /&gt;Yes I did tryed to icrease the pgflquo.&lt;BR /&gt;The values I have in the account are:&lt;BR /&gt;wsdef: 512000&lt;BR /&gt;wsquo: 512000&lt;BR /&gt;wsextent: 655360&lt;BR /&gt;pgflquo: 655360&lt;BR /&gt;&lt;BR /&gt;John:&lt;BR /&gt;No until I found only happens with the qualifier /Save.&lt;BR /&gt;Yes, I have tried define the backup command, but it did not work.&lt;BR /&gt;I have verified the images, and they are the same. (0 differences)&lt;BR /&gt;The images are well installed with the INSTALL utility.</description>
      <pubDate>Fri, 18 Nov 2005 10:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674282#M72685</guid>
      <dc:creator>Jesus Nieto_1</dc:creator>
      <dc:date>2005-11-18T10:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: OpenVMS Backup error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674283#M72686</link>
      <description>Thanks David:&lt;BR /&gt;&lt;BR /&gt;I have not tried to contact HP yet, I am trying to do a research by my self.&lt;BR /&gt;Because I found really weird this issue.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 18 Nov 2005 10:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/openvms-backup-error/m-p/3674283#M72686</guid>
      <dc:creator>Jesus Nieto_1</dc:creator>
      <dc:date>2005-11-18T10:14:56Z</dc:date>
    </item>
  </channel>
</rss>

