- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tape stats
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
07-28-2004 08:58 PM
07-28-2004 08:58 PM
tape stats
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:07 PM
07-28-2004 09:07 PM
Re: tape stats
tar: does not
cpio: does not
fbackup: does not
Normally you can't tell what is on a tape unless you know the format it was written in. You could obviously use some of the above mentioned tools to find out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:08 PM
07-28-2004 09:08 PM
Re: tape stats
Use dd somùething like
dd if=/dev/rmt/0mn of=/dev/null bs=5000k
Will show blocks in blocks out
Steve stee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:10 PM
07-28-2004 09:10 PM
Re: tape stats
Cna u elaborate it further giving the commands for the same .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 09:36 PM
07-28-2004 09:36 PM
Re: tape stats
dd if=/dev/rmt/0mn of=/tmp/tape bs=5000k
2. check the format of data - by looking inside the file strings or more you will find what kind of data are stored on tape
fbackup, tar, cpio, dd ....
3. use proper command to list content and check its size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 10:01 PM
07-28-2004 10:01 PM
Re: tape stats
# tar tvf /dev/rmt/0m 2>/tmp/tape.out
cpio ( I don't touch this one often and it is from memory)
# cpio -icd
fbackup
# frecover -I /tmp/index -f /dev/rmt/0m
As I said there is no real way to get the size of any of these archive backups.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2004 01:59 AM
07-29-2004 01:59 AM
Re: tape stats
1) you know the format of the tape
2) can read through the entire tape without restoring
3) The tape drive is a newer DDS/DLT/Ultrium drive
Then you could use the "tapeinfo" command. It is available from HP, but I've include a shell archive of the program and documentation as an attachment.
This tool talks to the tape drive controller, which maintains data transfer information. You can reset the counters, read through the tape, then display the counters. It will show both compressed and uncompressed.
HTH
-- Rod Hills