How do I read a VAX VMS backup tape on a UNIX machine ?

Ask a Question related to Linux / Unix Administration, Design and Development.

  1. #1

    Default How do I read a VAX VMS backup tape on a UNIX machine ?

    Does anyone know where I can get software (share I hope) that can read
    VAX VMS backup format tapes? Various sites come up in a google search
    and I have tried to downloaed some, but had no luck getting them to
    work.

    thanks
    JK Guest

  2. Similar Questions and Discussions

    1. Backup - Second Tape
      Is there any way to control the delay (wait for tape) in the Windows Backup when the first tape is full. Our server is timing out almost...
    2. Reg. Log backup to disk & tape...
      This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ...
    3. Easy Backup on tape for Solaris 8 ??
      Hi all, I've got few 880 server on Solaris 8 with tape drive. What is the best method for backup and restore for this Os ? I would like mirror...
    4. Backup tape reuse strategies?
      Hi all, We have a centralized backup system of several dozen machines. My boss is cracking down on tape costs, so we are trying to come up with a...
    5. Compress a backup in a SDLT320 tape.
      How can I compress a backup in a SDLT320? I have AIX 4.3.3, SDLT320. By now I need to backup over 200GB. How can I do it? We backup Oracle...
  3. #2

    Default Re: How do I read a VAX VMS backup tape on a UNIX machine ?

    In comp.unix.admin JK <ephemerisjazz@yahoo.com> wrote:
    > Does anyone know where I can get software (share I hope) that can read
    > VAX VMS backup format tapes? Various sites come up in a google search
    > and I have tried to downloaed some, but had no luck getting them to
    > work.
    > thanks
    I would try "VMSBACKUP" which according to port description :

    VMSBACKUP reads VMS BACKUP tapes.

    Main features:
    swaps bytes from big-endian to little-endian, if required.
    savesets can be selected individually.
    can preserve directory structure.
    excludes vms specific files (eg executables and objects).
    converts vms version numbering semicolons to colons.


    It's avaliable in FreeBSD ports-tree, meaning that it's
    a few key-presses from beeing installed on a FreeBSD system

    It seems that it's retreived from :
    MASTER_SITES= [url]ftp://ftp.cs.uni-sb.de/pub/utils/[/url]
    (if you want to try porting yourself)



    --
    Peter Håkanson
    IPSec Sverige ( At Gothenburg Riverside )
    Sorry about my e-mail address, but i'm trying to keep spam out,
    remove "icke-reklam" if you feel for mailing me. Thanx.
    phn@icke-reklam.ipsec.nu Guest

  4. #3

    Default Re: How do I read a VAX VMS backup tape on a UNIX machine ?

    In comp.unix.admin JK <ephemerisjazz@yahoo.com> wrote:
    > Does anyone know where I can get software (share I hope) that can read
    > VAX VMS backup format tapes? Various sites come up in a google search
    > and I have tried to downloaed some, but had no luck getting them to
    > work.
    Check out vmsbackup, it's available at
    [url]http://garbo.uwasa.fi/pub/unix/vmsbackup/[/url] (or via "make install" in
    NetBSD's pkgsrc/wip/vmsbackup directory :).


    - Hubert

    --
    ___ _ _ _ _ * Harddisk Image Cloning *
    / __| | || | | | [url]www.feyrer.de/g4u/[/url]
    | (_ |_ _| |_| |
    \___| |_| \___/ v1.14 out now, including SATA support!
    Hubert Feyrer Guest

  5. #4

    Default Re: How do I read a VAX VMS backup tape on a UNIX machine ?

    Thank you for the information. I downloaded "vmsbackup" from both

    [url]ftp://ftp.cs.uni-sb.de/pub/utils/[/url]
    and
    [url]http://garbo.uwasa.fi/pub/unix/vmsbackup/[/url]
    which are different versions of the same code.

    It turns out that we don't have a tapedrive that will read the exabyte
    8mm tapes so someone will take it to UMD, read it there, and mail (or
    ftp) the files (savesets) back to me. The "vmsbackup" does not
    support vms savesets on disk files. I suppose I can re-write it out
    to dlt with dd, or modify "vmsbackup.c" to read a disk file.

    thanks
    Jonathan

    Hubert Feyrer <hubertf@gmx.de> wrote in message news:<c4usuv$2nl4ia$1@ID-180809.news.uni-berlin.de>...
    > In comp.unix.admin JK <ephemerisjazz@yahoo.com> wrote:
    > > Does anyone know where I can get software (share I hope) that can read
    > > VAX VMS backup format tapes? Various sites come up in a google search
    > > and I have tried to downloaed some, but had no luck getting them to
    > > work.
    >
    > Check out vmsbackup, it's available at
    > [url]http://garbo.uwasa.fi/pub/unix/vmsbackup/[/url] (or via "make install" in
    > NetBSD's pkgsrc/wip/vmsbackup directory :).
    >
    >
    > - Hubert
    JK Guest

  6. #5

    Default How do I read a VAX VMS backup tape on a UNIX machine ?

    How do I read a VAX VMS backup tape on a UNIX machine ?
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139