Re: percentage of 8mm backup tape used

From: Vipin Khushu (vkhushu_at_GUERNSEYOP.COM)
Date: 11/25/03

  • Next message: Bill Verzal: "Re: percentage of 8mm backup tape used"
    Date:         Tue, 25 Nov 2003 12:38:26 -0500
    To: aix-l@Princeton.EDU
    
    

    Thanks. One of these ought to work.

    -----Original Message-----
    From: Green, Simon [mailto:Simon.Green@EU.ALTRIA.COM]
    Sent: Tuesday, November 25, 2003 5:32 AM
    To: aix-l@Princeton.EDU
    Subject: Re: percentage of 8mm backup tape used

    One way is if whatever backup command you're using reports how much data has
    been written, or has an option to inspect what's on the tape. e.g. "tar
    -tvf /dev/rmt0" output will tell you the size of each file backed up, so you
    might knock up a quick script to give you the sum of those. Or you can
    collect that information when the backup is created, which would have the
    advantage of not having to read the whole tape again. That's going to be
    the uncompressed sizes, though.

    Another option might be with "dd if=<your backup file> of=/dev/null
    ibs=<some value>". That'll give you a record count, which has the advantage
    of being the compressed size. I don't know if you could run it for an
    entire tape, or whether you'd have to do it for each file on the tape
    individually. You can specify any block size you like, I think: a large
    blocksize will run a bit quicker, but give you less precision.

    Simon Green
    Altria ITSC Europe Ltd

    AIX-L Archive at https://new-lists.princeton.edu/listserv/aix-l.html

    AIX FAQ at http://www.faqs.org/faqs/aix-faq/

    N.B. Unsolicited email from vendors will not be appreciated.
    Please post all follow-ups to the list.

    > -----Original Message-----
    > From: Vipin Khushu [mailto:vkhushu@GUERNSEYOP.COM]
    > Sent: 24 November 2003 22:06
    > To: aix-l@Princeton.EDU
    > Subject: percentage of 8mm backup tape used
    >
    >
    > Anybody know of a way to determine what percentage / how much
    > of a tape has
    > been used up during a backup to determine how much more we
    > can throw on to
    > the tape?
    >
    > The media in question is Lexmark (previously IBM) part number 59H2678
    > capacity - 20/40GB (uncompressed / compressed), length - 170M.
    >
    > I looked at the tctl command but nothing stood out.


  • Next message: Bill Verzal: "Re: percentage of 8mm backup tape used"

    Relevant Pages

    • Re: VTL vs. Backup to Disk
      ... Disk is designated as DASD. ... emulated to provide a complete tape emulation solution. ... The question boils down to backup application support. ... so a good VTL may provide for a better solutions and better ...
      (comp.arch.storage)
    • RE: backup not starting
      ... "The requested media failed to mount" error message when you try to perform ... Backups on Windows Small Business Server 2003 may use more backup media ... If the issue persists, please manually clean the tape driver, and then ... by specifying the same media label name. ...
      (microsoft.public.windows.server.sbs)
    • RE: Backup failed event:
      ... 1.There is actually no tape in the tape device and it is not correctly ... Please checked the HCL list for DLT backup device from our HCL ... your backup media. ... This operation writes a "free media" label on each tape. ...
      (microsoft.public.windows.server.sbs)
    • Re: [SLE] Backups -- near-line disc and off-line tape
      ... daily tars copied to a 4th server with a tape ... That's actually a good strategy -- you buffer to disc, ... such real-time tape backup is why most people hate tape. ... new $500-600 backup server, or just use an existing server (that doesn't ...
      (SuSE)
    • Re: SBS 2003 Standard Restore from tape
      ... I use the SBS Backup Utility from the Server management console no 3rd party backup software. ... I use the tape driver that comes with SBS 2003 with a seagate dat4 tape drive. ... When i try to do a catalog on these tapes i get the error message "The library is unable to load the media at this time because the drive is in use." ...
      (microsoft.public.windows.server.sbs)