<?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: Magnetic tape position lost in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608490#M7462</link>
    <description>Ian,&lt;BR /&gt;&lt;BR /&gt;yes I can see it after 1 save set is on it.&lt;BR /&gt;&lt;BR /&gt;New report. Btw : TZ89, not TZ87 but with TK87 density.&lt;BR /&gt;&lt;BR /&gt;It seems that from the moment I did the /fast=never, the tape remembers to behave correctly.&lt;BR /&gt;&lt;BR /&gt;So, I added a mount/for and set mag/fast=never to the beginning of my backup procedure. IT WORKS !!!&lt;BR /&gt;&lt;BR /&gt;But why ? And why is set mag only supported for /foreign ?</description>
    <pubDate>Mon, 22 Aug 2005 10:55:41 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2005-08-22T10:55:41Z</dc:date>
    <item>
      <title>Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608484#M7456</link>
      <description>I make a remote backup (=convert) to a TZ87 on VMS 7.3.&lt;BR /&gt;&lt;BR /&gt;The log : &lt;BR /&gt;$ init/media=compac/override=expiration SBETV1$MKD300: V80940&lt;BR /&gt;$ open/read/write xxx sys$net&lt;BR /&gt;$ mount/rec=8192/block=8192 SBETV1$MKD300: V80940&lt;BR /&gt;%MOUNT-I-MOUNTED, V80940 mounted on _SBETV1$MKD300:&lt;BR /&gt;$ convert/fdl=sys$input/stat xxx SBETV1$MKD300:DVP_PH_D1.bck&lt;BR /&gt;record&lt;BR /&gt;format fixed&lt;BR /&gt;size 8192&lt;BR /&gt;&lt;BR /&gt; CONVERT Statistics&lt;BR /&gt;Number of Files Processed:         1&lt;BR /&gt;Total Records Processed:       66960    Buffered I/O Count:       133927&lt;BR /&gt;Total Exception Records:           0    Direct I/O Count:          66962&lt;BR /&gt;Total Valid Records:           66960    Page Faults:                  26&lt;BR /&gt;Elapsed Time:          0 00:09:14.89    CPU Time:          0 00:00:23.73&lt;BR /&gt;$ close xxx&lt;BR /&gt;$ dismount/nounload SBETV1$MKD300:&lt;BR /&gt;&lt;BR /&gt;Now I want to add a 2nd save set to this tape.&lt;BR /&gt;The log :&lt;BR /&gt;$ open/read/write xxx sys$net&lt;BR /&gt;$ mount/rec=8192/block=8192 SBETV1$MKD300: V80940&lt;BR /&gt;%MOUNT-I-MOUNTED, V80940 mounted on _SBETV1$MKD300:&lt;BR /&gt;$ convert/fdl=sys$input/stat xxx SBETV1$MKD300:DVP_PH_D2.bck&lt;BR /&gt;record&lt;BR /&gt;format fixed&lt;BR /&gt;size 8192&lt;BR /&gt;%CONV-F-OPENOUT, error opening SBETV1$MKD300:[WVW]DVP_PH_D2.BCK; as output&lt;BR /&gt;-RMS-E-CRE, ACP file create failed&lt;BR /&gt;-SYSTEM-F-TAPEPOSLOST, magnetic tape position lost&lt;BR /&gt;&lt;BR /&gt;Any ideas why ? Tried 3 times with different file size of first save set : all 3 failed.&lt;BR /&gt;&lt;BR /&gt;Wim&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 06:08:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608484#M7456</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-22T06:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608485#M7457</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;perhaps you could try to position the tape at the end maually (SET MAGTAPE/SKIP=END)before writing to it?&lt;BR /&gt;&lt;BR /&gt;regards Kalle</description>
      <pubDate>Mon, 22 Aug 2005 06:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608485#M7457</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-08-22T06:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608486#M7458</link>
      <description>Kalle,&lt;BR /&gt;&lt;BR /&gt;Set magtape is only valid when mounted foreign (see help). &lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 22 Aug 2005 06:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608486#M7458</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-22T06:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608487#M7459</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;$ help/mess TAPEPOSLOST&lt;BR /&gt;&lt;BR /&gt; TAPEPOSLOST,  magnetic tape position lost&lt;BR /&gt;&lt;BR /&gt;  Facility:     SYSTEM, System Services&lt;BR /&gt;&lt;BR /&gt;  Explanation:  The magnetic tape ancillary control process lost the current position on the tape and cannot continue processing.&lt;BR /&gt;&lt;BR /&gt;  User Action:  Close all open files. Dismount and remount the tape and position it to the desired position, if possible. If the error persists, the tape may be defective.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Mon, 22 Aug 2005 06:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608487#M7459</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2005-08-22T06:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608488#M7460</link>
      <description>Alternate solution :&lt;BR /&gt;&lt;BR /&gt;Anyone with a remote backup solution in DCL that can handle multiple save sets ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 22 Aug 2005 08:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608488#M7460</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-22T08:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608489#M7461</link>
      <description>Hello Wim,&lt;BR /&gt;&lt;BR /&gt;Can you list the first saveset once it has been written to tape. I'm wondering whether the tape position has been lost before the procedure attempts to write the second saveset to tape.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 10:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608489#M7461</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-08-22T10:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608490#M7462</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;yes I can see it after 1 save set is on it.&lt;BR /&gt;&lt;BR /&gt;New report. Btw : TZ89, not TZ87 but with TK87 density.&lt;BR /&gt;&lt;BR /&gt;It seems that from the moment I did the /fast=never, the tape remembers to behave correctly.&lt;BR /&gt;&lt;BR /&gt;So, I added a mount/for and set mag/fast=never to the beginning of my backup procedure. IT WORKS !!!&lt;BR /&gt;&lt;BR /&gt;But why ? And why is set mag only supported for /foreign ?</description>
      <pubDate>Mon, 22 Aug 2005 10:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608490#M7462</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-22T10:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608491#M7463</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;You asked why SET MAGTAPE only works with foreign tapes. I have a possible explanation but it's only a guess.&lt;BR /&gt;&lt;BR /&gt;By default a tape is mounted as a Files-11 ODS-2 formatted device. OpenVMS contains various ancillary control processes (ACPs) which interface between you and RMS, QIO and the Files-11 device.&lt;BR /&gt;&lt;BR /&gt;A tape mounted as foreign is not a Files-11 formatted device. ACPs no longer apply and it is just you and your application, in this case BACKUP. To me this implies a greater degree of freedom, hence the ability to do things which you can't do under Files-11.&lt;BR /&gt;&lt;BR /&gt;I think that this is one of those topics where we need a contribution from 'insiders' like John, Hein and Volker.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Ian&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Aug 2005 13:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608491#M7463</guid>
      <dc:creator>Ian McKerracher_1</dc:creator>
      <dc:date>2005-08-22T13:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608492#M7464</link>
      <description>Ian,&lt;BR /&gt;&lt;BR /&gt;But how do you explain that once that you used set magtape, the setting is even remembered after a dismount/nounload ?&lt;BR /&gt;IMO it must be possible to impement it for not foreign tapes too because it already works !&lt;BR /&gt;&lt;BR /&gt;Wim@home@night</description>
      <pubDate>Mon, 22 Aug 2005 15:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608492#M7464</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-22T15:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608493#M7465</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;This thread seems to speak about a problem similar to yours:&lt;BR /&gt;&lt;A href="http://groups.google.com/group/comp.os.vms/browse_thread/thread/ab452dcbb5e0a3f5/ddc0f89eaa624309#ddc0f89eaa624309" target="_blank"&gt;http://groups.google.com/group/comp.os.vms/browse_thread/thread/ab452dcbb5e0a3f5/ddc0f89eaa624309#ddc0f89eaa624309&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Seems that set mag/fast=never is remembered. This means that the tape is not able to do fast positioning and all data must be read to position to the end of file (tape) mark.&lt;BR /&gt;&lt;BR /&gt;Have you done a show/device/full before and after set mag/fast=never? Is there the "device supports fastskip" phrase after the command.&lt;BR /&gt;&lt;BR /&gt;Bojan</description>
      <pubDate>Mon, 22 Aug 2005 16:16:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608493#M7465</guid>
      <dc:creator>Bojan Nemec</dc:creator>
      <dc:date>2005-08-22T16:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608494#M7466</link>
      <description>Bojan,&lt;BR /&gt;&lt;BR /&gt;I saw that one too.&lt;BR /&gt;When the tape is working correctly, the show dev xxx/fu shows "device supports fastskip (disabled)".&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 23 Aug 2005 01:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608494#M7466</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-23T01:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608495#M7467</link>
      <description>Hi Wim,&lt;BR /&gt;Hope you have all the patches installed. I remember one of the fibre scsi (mk driver)patches addressing similar issue on Alpha OpenVMS7.3 and 7.3-1. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Aug 2005 07:18:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608495#M7467</guid>
      <dc:creator>Venkat_18</dc:creator>
      <dc:date>2005-08-23T07:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Magnetic tape position lost</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608496#M7468</link>
      <description>Venkat,&lt;BR /&gt;&lt;BR /&gt;I found Labadie mentioning it too. But for 7.2-2, not 7.3. Using Google, I didn't find something on the HP site for 7.3.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 23 Aug 2005 07:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/magnetic-tape-position-lost/m-p/3608496#M7468</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2005-08-23T07:35:21Z</dc:date>
    </item>
  </channel>
</rss>

