<?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 How to access the data inside a mounted tape? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677066#M8516</link>
    <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;Recently, I have learned how to mount and dismount a unit tape by using the following commands:&lt;BR /&gt;&lt;BR /&gt;To Mount, I use:&lt;BR /&gt;&lt;BR /&gt;($ mount/foreing dra1: &lt;ENTER&gt;)&lt;BR /&gt;&lt;BR /&gt;To Dismount, I use:&lt;BR /&gt;&lt;BR /&gt;($ dismount mka500: &lt;ENTER&gt;)&lt;BR /&gt;&lt;BR /&gt;In both cases, The operation is acomplished successfully.&lt;BR /&gt;&lt;BR /&gt;The thing is that I have no idea about where the data inside the tape is placed in.&lt;BR /&gt;&lt;BR /&gt;I need to know how to access that device unit once it is mounted in order to get all the content it has by using FTP.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance...&lt;BR /&gt;&lt;BR /&gt;Ronni.&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
    <pubDate>Tue, 22 Nov 2005 21:29:59 GMT</pubDate>
    <dc:creator>Ronni_1</dc:creator>
    <dc:date>2005-11-22T21:29:59Z</dc:date>
    <item>
      <title>How to access the data inside a mounted tape?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677066#M8516</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;Recently, I have learned how to mount and dismount a unit tape by using the following commands:&lt;BR /&gt;&lt;BR /&gt;To Mount, I use:&lt;BR /&gt;&lt;BR /&gt;($ mount/foreing dra1: &lt;ENTER&gt;)&lt;BR /&gt;&lt;BR /&gt;To Dismount, I use:&lt;BR /&gt;&lt;BR /&gt;($ dismount mka500: &lt;ENTER&gt;)&lt;BR /&gt;&lt;BR /&gt;In both cases, The operation is acomplished successfully.&lt;BR /&gt;&lt;BR /&gt;The thing is that I have no idea about where the data inside the tape is placed in.&lt;BR /&gt;&lt;BR /&gt;I need to know how to access that device unit once it is mounted in order to get all the content it has by using FTP.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance...&lt;BR /&gt;&lt;BR /&gt;Ronni.&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 22 Nov 2005 21:29:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677066#M8516</guid>
      <dc:creator>Ronni_1</dc:creator>
      <dc:date>2005-11-22T21:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the data inside a mounted tape?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677067#M8517</link>
      <description>How to read the tape depends on how it was&lt;BR /&gt;written.  You could try:&lt;BR /&gt;&lt;BR /&gt;mount /noassist /foreign mka500:&lt;BR /&gt;backup /noassist /list mka500:&lt;BR /&gt;&lt;BR /&gt;and repeat the BACKUP command until it stops&lt;BR /&gt;doing anything new.&lt;BR /&gt;&lt;BR /&gt;Or:&lt;BR /&gt;&lt;BR /&gt;mount /noass /over = ident mka500:&lt;BR /&gt;directory /date /size mka500:&lt;BR /&gt;&lt;BR /&gt;If BACKUP works (likely), then you need to do&lt;BR /&gt;a BACKUP restore operation to move the data&lt;BR /&gt;to some disk/directory/tree somewhere.  If&lt;BR /&gt;not, then a COPY will probably work.&lt;BR /&gt;&lt;BR /&gt;After you get the data onto a disk, you can&lt;BR /&gt;start to worry about FTP.</description>
      <pubDate>Tue, 22 Nov 2005 22:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677067#M8517</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-11-22T22:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the data inside a mounted tape?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677068#M8518</link>
      <description>Ronni&lt;BR /&gt;When you mount a tape unit using /foreing or /over=id qualifier only can work with this unit user as mounted it.&lt;BR /&gt;If tape origin is a backup, a best option to manage files is use:&lt;BR /&gt;backup dra1:saveset.sav/sav *.* and after use ftp to get all files, else if tape origin is a copy then use moun/over=id dra1: and use ftp to get files from VMS prompt, like as:&lt;BR /&gt;ftp&amp;gt;get dra1:*.* &lt;BR /&gt;(last option i dont have checked).&lt;BR /&gt;Saludos.&lt;BR /&gt;Daniel.</description>
      <pubDate>Wed, 23 Nov 2005 05:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677068#M8518</guid>
      <dc:creator>Daniel Fernandez Illan</dc:creator>
      <dc:date>2005-11-23T05:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the data inside a mounted tape?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677069#M8519</link>
      <description>Ronni,&lt;BR /&gt;&lt;BR /&gt;If the mounted tape is not backup tape, you can mount/dismount/FTP the files in the following easy way. &lt;BR /&gt;&lt;BR /&gt;If you know the tape lable, you can use this &lt;BR /&gt;$ MOUNT DQB0: lable_name&lt;BR /&gt;&lt;BR /&gt;If you don't find a lable for the tape, then you can use as Mr.Dan suggestion &lt;BR /&gt;$ MOUNT/override=ID DQB0:&lt;BR /&gt;&lt;BR /&gt;Once you mount, then you can access the mounted tape and files from any remote host using FTP using any user with reqd priv.&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; set def DQB0:[000000]&lt;BR /&gt;&lt;BR /&gt;Note: DQB0 is the tape mounted in the remote host.&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; set def DQB0:[anydir/subdir]&lt;BR /&gt;FTP&amp;gt; get or mget [just the files_name]&lt;BR /&gt;working fine.&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Wed, 23 Nov 2005 11:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677069#M8519</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-23T11:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the data inside a mounted tape?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677070#M8520</link>
      <description>Ronni: dra1: would be a raid disk not a tape drive. Perhaps you meant&lt;BR /&gt;$mount/foreign mka500:  !You would use a mount/foreign for a BACKUP tape.&lt;BR /&gt;Let us know if it is a BACKUP tape or a COPY tape.&lt;BR /&gt;If it is a BACKUP tape, then you need to do a restore to a disk before you can use FTP.&lt;BR /&gt;$BACKUP MKA500:saveset_name.BCK disk_name:[restore_directory_name...]/BY_OWNER=option_you_want&lt;BR /&gt;Lawrence</description>
      <pubDate>Wed, 23 Nov 2005 11:26:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677070#M8520</guid>
      <dc:creator>Lawrence Czlapinski</dc:creator>
      <dc:date>2005-11-23T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the data inside a mounted tape?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677071#M8521</link>
      <description>Steven, Daniel, Archunan and Lawrence,&lt;BR /&gt;&lt;BR /&gt;First of all, thanks for answering my question...&lt;BR /&gt;&lt;BR /&gt;Once I read all of your comments, IÂ´ll make the following statements:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.-Depending of how the tape was written we have: Backup Tapes and Copy Tapes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.-To mount a Backup Tape I Should use the following...&lt;BR /&gt;&lt;BR /&gt;A "mount" command combined with "foreign"&lt;BR /&gt;A "Backup" command&lt;BR /&gt;&lt;BR /&gt;Some examples are:&lt;BR /&gt;&lt;BR /&gt;$ mount /noassist /foreign mka500:&lt;BR /&gt;$ backup /noassist /list mka500:&lt;BR /&gt;"and repeat the BACKUP command until it stops doing anything new"&lt;BR /&gt;&lt;BR /&gt;$ backup dra1:saveset.sav/sav *.*&lt;BR /&gt;"Once the tape has been mounted"&lt;BR /&gt;&lt;BR /&gt;$ BACKUP MKA500:saveset_name.BCK disk_name:[restore_directory_name...]/BY_OWNER=option_you_want&lt;BR /&gt;"Once the tape has been mounted"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3.-To mount a copy Tape I should use the following...&lt;BR /&gt;&lt;BR /&gt;A "mount" command combined with an "id" parameter or without it&lt;BR /&gt;&lt;BR /&gt;Some examples are:&lt;BR /&gt;&lt;BR /&gt;$ mount /noass /over = ident mka500:&lt;BR /&gt;$ directory /date /size mka500:&lt;BR /&gt;&lt;BR /&gt;$ mount/over=id dra1:&lt;BR /&gt;&lt;BR /&gt;$ MOUNT DQB0: lable_name&lt;BR /&gt;"If the tape lable is known" &lt;BR /&gt; &lt;BR /&gt;$ MOUNT/override=ID DQB0:&lt;BR /&gt;"If the tape lable is unknown"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;4.-Getting data using FPT&lt;BR /&gt;&lt;BR /&gt;Directly from a vms prompt like:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt;get dra1:*.* &lt;BR /&gt;"I have to check this against the: backup dra1:saveset.sav/sav *.*"&lt;BR /&gt;&lt;BR /&gt;FTP&amp;gt; set def DQB0:[anydir/subdir]&lt;BR /&gt;FTP&amp;gt; get or mget [just the files_name]&lt;BR /&gt;"considering DQB0 is the tape mounted"&lt;BR /&gt;&lt;BR /&gt;Using an ftp client application&lt;BR /&gt;&lt;BR /&gt;"I have it and I know how to use it, I just need the path with the files needed" &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Now, I found this code:&lt;BR /&gt;&lt;BR /&gt;$ mount/foreign dra1: &lt;ENTER&gt; &lt;BR /&gt;$ mount/foreign mka500: &lt;ENTER&gt; &lt;BR /&gt;$ backup/image/verify/log mka500: 10jun99.bck/save-set dra1: &lt;ENTER&gt; &lt;BR /&gt;$ dismount mka500: &lt;ENTER&gt;&lt;BR /&gt;$ dismount dra1: &lt;ENTER&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;finally...&lt;BR /&gt;&lt;BR /&gt;1.-I have a Backup tape.&lt;BR /&gt;2.-You are right, i meant $mount/foreign mka500:&lt;BR /&gt;3.-I know all the labels&lt;BR /&gt;4.-I think with this information I can solve the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks all of you.&lt;BR /&gt;&lt;BR /&gt;Ronni.&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Wed, 23 Nov 2005 15:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-access-the-data-inside-a-mounted-tape/m-p/3677071#M8521</guid>
      <dc:creator>Ronni_1</dc:creator>
      <dc:date>2005-11-23T15:30:19Z</dc:date>
    </item>
  </channel>
</rss>

