1830979 Members
2013 Online
110018 Solutions
New Discussion

tape usage

 
SOLVED
Go to solution
Troyan Krastev
Regular Advisor

tape usage

Hi all admins,

Do you know how to find out home much room is left on a DLT/DDS tape? To backup I use tar command.

Thanks,
Troy
8 REPLIES 8
Devbinder Singh Marway
Valued Contributor

Re: tape usage

why don't you do the reverse i.e. find out how much data your tape drive will hold , and how much you are backing up i.e. if your tape drive holds 4GB and ypu backup 10 filesystems
and the total data in them are 2GB , you have 2GB left

just a thought
Seek and you shall find
Troyan Krastev
Regular Advisor

Re: tape usage

It works for me, but how to count used space?

Troy
S.K. Chan
Honored Contributor
Solution

Re: tape usage

There no direct way. Try suggestion from this thread (download the utility that Thierry suggested), that works for me.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xffcb5a3e6e0bd6118ff40090279cd0f9,00.html
harry d brown jr
Honored Contributor

Re: tape usage

Read Bill's response in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x00cc5a3e6e0bd6118ff40090279cd0f9,00.html

***
You'll need a copy of tapeinfo:

ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/tapeinfo/

live free or die
harry
Live Free or Die
MANOJ SRIVASTAVA
Honored Contributor

Re: tape usage

There is no partivluar way to find the amount of space left on a Dat other tahn to use it , bcoz the way tar or any other s/w that writes is using blocks , headres etc , approximatation is to see the media size and delte the curretn size of data .



MAnoj Srivastava
Rodney Hills
Honored Contributor

Re: tape usage

"tapeinfo" is a good tool for finding out how much data is sent to the tape drive and how much data (after compression) is written to the tape.

The only problem is it will not work on some older DDS-2 type drives.

my 2 cents

-- Rod Hills
There be dragons...
Troyan Krastev
Regular Advisor

Re: tape usage

Thanks to all. I downloaded "tapeinfo" and it works for me.

Thanks again,
Troy
Cass Witkowski
Trusted Contributor

Re: tape usage

Is there a version of tapeinfo available for OpenVMS?