- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to check remaining size of the tape
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
03-29-2005 05:36 PM
03-29-2005 05:36 PM
how to check remaining size of the tape
I want to know how much space is remaining on my tape after taking backup on it...
Thanks in advance
Abhijit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 05:46 PM
03-29-2005 05:46 PM
Re: how to check remaining size of the tape
because of compression ratio to the tape, it is really not reliable to know the remaining space to the tape.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 05:50 PM
03-29-2005 05:50 PM
Re: how to check remaining size of the tape
If you have used tar then take a tar tvf and calculate the no if blocks written(use awk to sum up the field). Knowing the total capacity of the tape, you can come to a conclusion about how much space is left on tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 06:06 PM
03-29-2005 06:06 PM
Re: how to check remaining size of the tape
thanks for early response ...
ya I am using tar only.So there is no other option other than calculating the blocks?
Thanks and regards,
Abhijit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 06:15 PM
03-29-2005 06:15 PM
Re: how to check remaining size of the tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 06:33 PM
03-29-2005 06:33 PM
Re: how to check remaining size of the tape
once again thanks for ur quick response
Regards,
Abhijit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 06:37 PM
03-29-2005 06:37 PM
Re: how to check remaining size of the tape
I think u r from UWB...:)
Well i agree with Joseph that you can't really determine the space left on your Tape.
This is because say e.g. u have 40GB DLT drive and you have backed up 40 GB of data but still you will be able to write on the Tape depending on the Compression you are using.
So if you are using Omniback then u have a choice of vewing the Tape Usage and then calculate the approximate space available on the Tape.
Normally what i have seen is 40 GB DLT can hold data of around 85GB with compression.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2005 06:46 PM
03-29-2005 06:46 PM
Re: how to check remaining size of the tape
but Idon't have omniback only using tar. ...
could you pls tell me what is that UWB