- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to know the amount of tape usage
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 01:58 AM
05-01-2007 01:58 AM
How to know the amount of tape usage
Also i have another tape with some data backed up on it. And i wana know same the usage of tape for that too.
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 02:22 AM
05-01-2007 02:22 AM
Re: How to know the amount of tape usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 02:27 AM
05-01-2007 02:27 AM
Re: How to know the amount of tape usage
I am very new to HPUX. Please tell me how to convert this character file in to readable format
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 02:34 AM
05-01-2007 02:34 AM
Re: How to know the amount of tape usage
how to read an ignite tape?
# mt -f /dev/rmt/?mn rew
# mt -f /dev/rmt/?mn fsf 1
# tar -tvf /dev/rmt/?mn
?mn is your current device file like 0mn, 1mn ...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 02:36 AM
05-01-2007 02:36 AM
Re: How to know the amount of tape usage
You can read the tape data.
See Patrick Walleck's unrewarded response below:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=142073
There is no reason to know how much tape is used. You can't use the tape for anything else anyway. If you try, you'll corrupt the ignite image.
If you are concerned about running out of space on a future tape, take the total amound of space used in the filesystems being backed up and use a 50% compression factor to estimate use.
A data backup tape use information depends totally on the application used to create the tape.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 02:43 AM
05-01-2007 02:43 AM
Re: How to know the amount of tape usage
An Ignite tape is a 'pax' archive with a LIF file at the front. To sum the file sizes, *(in characters) do:
# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1
# tar -tvf /dev/rmt/0mn | awk '{SZ+=$3};END{print SZ}'
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 03:20 AM
05-01-2007 03:20 AM
Re: How to know the amount of tape usage
1. how many feet or meters are used or left unwritten on the tape?
and
2. can I append more data at the end of the tape to save some money?
The answer to the first question is almost impossible to answer because there is no way to determine how much the data was compressed. Even if you get a table of contents and file sizes from the pax backup portion, you would have to analyze every file to see the compression amount (ie, 2:1 or 5:1 or even 1:1).
But the bigger issue is this: are you willing to accidentally destroy the Ignite tape by not properly positioning the tape before you add more onto the end of the tape. If this is a test system, then perhaps you can play around and make appending work for you. If it is in production, loss of the Ignite tape will never be known until it is needed. And usually, the need for a working tape is due to a catastrophic failure. You don't ever want to find out that you've destroyed your recovery tape trying to save some money on media.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 03:59 AM
05-01-2007 03:59 AM