<?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: Mounting tape container file in charon VAX in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253090#M99991</link>
    <description>Should you get a CHARON-AXP (AlphaServer emulator) in your environment, the handling of virtual tapes is similar.&lt;BR /&gt;&lt;BR /&gt;There is a utility provided with CHARON-AXP that lets you specify the name of the VTAPE file within VMS, so access to Windows is not required.  It's not available for CHARON-VAX, unfortunately.&lt;BR /&gt;&lt;BR /&gt;[Shameless Plug Alert (tm) - I am a CHARON reseller.]</description>
    <pubDate>Thu, 26 Aug 2010 13:32:35 GMT</pubDate>
    <dc:creator>Stanley F Quayle</dc:creator>
    <dc:date>2010-08-26T13:32:35Z</dc:date>
    <item>
      <title>Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253085#M99986</link>
      <description>We have a charon VAX in our environment.&lt;BR /&gt;&lt;BR /&gt; I believe it takes backup of Vdisks in to virtual tape drives. Now one needs a file to be restored. From the backup logs I found the Volume label and the saveset name.&lt;BR /&gt;&lt;BR /&gt;  The files copied to this virtual files are saved as a container file in windows server.&lt;BR /&gt;&lt;BR /&gt;  I need to know how to mount that particular file to a virtual drive and perform restore.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ sho sys&lt;BR /&gt;VAX/VMS V5.5-2  on node XXXXX  25-AUG-2010 17:28:04.32   Uptime  79 04:52:29&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ sho cpu&lt;BR /&gt;&lt;BR /&gt;XXXXX, a VAX 6000-630&lt;BR /&gt;Multiprocessing is ENABLED. Streamlined synchronization image loaded.&lt;BR /&gt;&lt;BR /&gt;PRIMARY CPU = 01&lt;BR /&gt;Active CPUs:      01 02 03&lt;BR /&gt;Configured CPUs:  01 02 03&lt;BR /&gt;&lt;BR /&gt;$ sho dev mub05/full&lt;BR /&gt;&lt;BR /&gt;Magtape $1$MUB5: (XXXXX), device type TA85, is online, file-oriented device,&lt;BR /&gt;    available to cluster, error logging is enabled.&lt;BR /&gt;&lt;BR /&gt;    Error count                    0    Operations completed            2997056&lt;BR /&gt;    Owner process                 ""    Owner UIC                         [0,0]&lt;BR /&gt;    Owner process ID        00000000    Dev Prot    S:RWED,O:RWED,G:RWED,W:RWED&lt;BR /&gt;    Reference count                0    Default buffer size                2048&lt;BR /&gt;    Density                     6666    Format                        Normal-11&lt;BR /&gt;    Allocation class               1&lt;BR /&gt;&lt;BR /&gt;  Volume status:  no-unload on dismount, beginning-of-tape, odd parity.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2010 14:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253085#M99986</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2010-08-25T14:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253086#M99987</link>
      <description>Joewee,&lt;BR /&gt;&lt;BR /&gt;you need to look at your CHARON-VAX configuration file to find out, where the container file for this tape is located. You should find something like:&lt;BR /&gt;&lt;BR /&gt;set MUB container[5]="C:\CHARON_TAPES\MUB5.vtape"&lt;BR /&gt;&lt;BR /&gt;You need to first make sure, that the CHARON-VAX emulator has released the current .VTAPE file. You can force this with:&lt;BR /&gt;&lt;BR /&gt;$ MOUNT/FOR/NOWRITE MUB5:&lt;BR /&gt;$ DISM/UNL MUB5:&lt;BR /&gt;&lt;BR /&gt;Then rename the current MUB5.vtape file and rename (or copy) the XYZ.vtape, on which your backup savesets are stored, as MUB5.vtape (this is like 'physically inserting the tape').&lt;BR /&gt;&lt;BR /&gt;Then MOUNT/FOR/NOWRITE MUB5: and use backup to extract the desired files from the correct backup saveset:&lt;BR /&gt;&lt;BR /&gt;$ BACKUP/LOG MUB5:saveset.bck/SAVE/SEL=([dir]file) disk:[dir]/BY_OWN=ORIG&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 25 Aug 2010 15:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253086#M99987</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-08-25T15:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253087#M99988</link>
      <description>Hi Volker,&lt;BR /&gt;&lt;BR /&gt;   Many thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;  So, for this I need access to the windows server which hosts this Charon-VAX. I will get that first.&lt;BR /&gt;  &lt;BR /&gt;  Thanks! again&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; I want to know how this works? Is there any document which explains more of this tape container handling in detail? Please share.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2010 15:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253087#M99988</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2010-08-25T15:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253088#M99989</link>
      <description>Joewee,&lt;BR /&gt;&lt;BR /&gt;I'm not aware of any special documents regarding virtual tapes (.vtape) in CHARON.&lt;BR /&gt;&lt;BR /&gt;It's a VERY simple concept:&lt;BR /&gt;&lt;BR /&gt;You configure a tape device in your emulated CHARON-VAX and point it to a .VTAPE container file on your Windows disk.&lt;BR /&gt;&lt;BR /&gt;Once OpenVMS writes to the 'tape', the data goes to the .VTAPE file and it grows. Once OpenVMS is finished writing to the tape, a DISM/UNLOAD will cause the emulator to deaccess the .VTAPE file, so you can rename or copy it. If you continue to use your old OpenVMS backup scheme, note that instead of removing the tape from the physical drives, you now have to rename (or copy) the .VTAPE file, BEFORE you start the next backup writing to that virtual tape.&lt;BR /&gt;&lt;BR /&gt;To read from a .VTAPE file, you need to move that .VTAPE file to the 'correct place', i.e. give it the name configured for the virtual tape. Then mount it from OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 25 Aug 2010 15:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253088#M99989</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-08-25T15:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253089#M99990</link>
      <description>Many thanks Volker. I'm clear now.</description>
      <pubDate>Wed, 25 Aug 2010 16:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253089#M99990</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2010-08-25T16:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253090#M99991</link>
      <description>Should you get a CHARON-AXP (AlphaServer emulator) in your environment, the handling of virtual tapes is similar.&lt;BR /&gt;&lt;BR /&gt;There is a utility provided with CHARON-AXP that lets you specify the name of the VTAPE file within VMS, so access to Windows is not required.  It's not available for CHARON-VAX, unfortunately.&lt;BR /&gt;&lt;BR /&gt;[Shameless Plug Alert (tm) - I am a CHARON reseller.]</description>
      <pubDate>Thu, 26 Aug 2010 13:32:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253090#M99991</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2010-08-26T13:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253091#M99992</link>
      <description>Please, I need One more information.&lt;BR /&gt;&lt;BR /&gt;   I found that no containers files are available in the destination folder from morning.But as soon as I submit the backup in the evening, It automatically mounts the tape for the command &lt;BR /&gt;&lt;BR /&gt; $ mount/for mua5: &lt;BR /&gt;&lt;BR /&gt;     and the label is found to be blank and after that I can see the container file mua5_xxxxx.Vtape created on the destination.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  So is this how it works?? Though there is no file in the destination folder, if we mount the tape it will create automatically?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the destination I mean is &lt;BR /&gt;&lt;BR /&gt;  set PUB container[5]="t:\tapefiles\mub5_xxxxx.vtape"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Aug 2010 16:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253091#M99992</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2010-08-27T16:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253092#M99993</link>
      <description>Joewee,&lt;BR /&gt;&lt;BR /&gt;yes, if there is no MUB5_xxx.vtape file and you MOUNT the tape, the CHARON emulator creates an empty file for you. So the tape label comes back as an empty string - as you've seen.&lt;BR /&gt;&lt;BR /&gt;If there is an existing MUB5_xxx.vtape file, that file will represent the tape contents.&lt;BR /&gt;&lt;BR /&gt;Volkerl</description>
      <pubDate>Fri, 27 Aug 2010 16:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253092#M99993</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2010-08-27T16:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253093#M99994</link>
      <description>Oh thats great!! Many thanks Volker.&lt;BR /&gt;&lt;BR /&gt;And I have restored the file successfully!!</description>
      <pubDate>Mon, 30 Aug 2010 11:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253093#M99994</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2010-08-30T11:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting tape container file in charon VAX</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253094#M99995</link>
      <description>This thread helped in knowing the concept how virtual tapes works in charon VAX.&lt;BR /&gt;&lt;BR /&gt;Thanks to Volker.</description>
      <pubDate>Mon, 30 Aug 2010 11:08:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mounting-tape-container-file-in-charon-vax/m-p/5253094#M99995</guid>
      <dc:creator>Joewee</dc:creator>
      <dc:date>2010-08-30T11:08:13Z</dc:date>
    </item>
  </channel>
</rss>

