- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Monitoring Tape Drives consumption
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
09-01-2003 09:36 PM
09-01-2003 09:36 PM
Monitoring Tape Drives consumption
kindly help me with this scenario.
we're currently running a system which randomly dumps its log to a DDS3 tape drive. currently, we only change the tape once it is full as indicated by the system. once its full, the system stops running which we have to mount a new tape to continue. to avoid the sytem from pausing, we want to replace the tape if it has already written 70%-90% of its full capacity or before it fully consumes the capacity.
is there any way that can monitor the capacity of a tape that has already been written/used up?
we're running 11.0 UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2003 11:00 PM
09-01-2003 11:00 PM
Re: Monitoring Tape Drives consumption
Sorry, it is not possible to "query" the drive about the tape used or how much data written. The only way is if the application monitors the data dumped to the drive. If it is a script, it is perhaps possible to modify it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2003 11:10 PM
09-01-2003 11:10 PM
Re: Monitoring Tape Drives consumption
AFAIK there is no such tool, you must write your own script.
First: what is written on the tape, and in which format ?
This is essential for further help.
Depending on whether is a tar, cpio, dd, brarchive, ontape -l, pax we can decide for different solution of cross-checking.
Second: if logs are written to tape, i suspect that they are also deleted from disk. Then, you can compute how much did you write reading how much free space you have on disk.
Third: the calculation is, in any case, not very easy, because if you are using HW compression there is no a 1 to 1 ratio between mb written and tape used.
Fourth: would it be easier to change the tape on a regular basis, say at 12:00 ? Or twice a day, so you are always sure that there is space left.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:47 AM
09-02-2003 12:47 AM
Re: Monitoring Tape Drives consumption
the idead of changing the tape regularly also came out, but i was jes wondering if it could be possible that way..
thanks..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 12:52 AM
09-02-2003 12:52 AM
Re: Monitoring Tape Drives consumption
You know how many logs go into one tape, right?
Or you can desume it, checking the first time you change the tape and taking note.
THe size of informix log is static and fixed, even if i do not remember wich parameter is... LOGSIZE maybe?
Then, each time you download the log, you can have informix tell you the number and calcute how may tapes are left.
Does it sound to you ?
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2003 03:23 AM
09-02-2003 03:23 AM
Re: Monitoring Tape Drives consumption
Check the ddsinfo utility at the following link. It is for 10.10 but may work with 11.0
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/ddsinfo-1.3/
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 09:35 AM
09-03-2003 09:35 AM
Re: Monitoring Tape Drives consumption
ftp://contrib:9unsupp8@hprc.external.hp.com/sysadmin/programs/tapeinfo/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2003 09:55 AM
09-03-2003 09:55 AM
Re: Monitoring Tape Drives consumption
That way you don't miss a beat in your log files.
My 2 cents
-- Rod Hills