- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to View Tape Drive Performance..
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
01-13-2004 04:08 AM
01-13-2004 04:08 AM
How to View Tape Drive Performance..
Any equivalent or tool that could do this on HP-UX11i?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 04:12 AM
01-13-2004 04:12 AM
Re: How to View Tape Drive Performance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 04:15 AM
01-13-2004 04:15 AM
Re: How to View Tape Drive Performance..
Hi,
I am not sure of any command which give tape performance in HPUX. One way to calculate performance of tape drive is to verify a successfull backup or by using Glance plus. Again the performance varies according to the tool which you are using for backing up. Normally fbackup gives better throughput.
Good luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 04:20 AM
01-13-2004 04:20 AM
Re: How to View Tape Drive Performance..
Has anyone written C code (via whatever API stape interfaces with) that could effectively portray tape drive performance/throughput?
It would be nice for HP to enhance iostat so it also shows tape LUNs performance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 04:38 AM
01-13-2004 04:38 AM
Re: How to View Tape Drive Performance..
You can find tapeinfo from hp's support web site.
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 04:42 AM
01-13-2004 04:42 AM
Re: How to View Tape Drive Performance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 05:26 AM
01-13-2004 05:26 AM
Re: How to View Tape Drive Performance..
There are some consistancies that you can piggyback within Solaris & HP.
There are also several ways to do this scientifically.
Method 1.
First collect the data that you want to model. (5-10% of similar files to what you will back up).
Second use a common utility (cpio or tar) to get a comparison.
Third get out your calculator.
Get the raw numbers that will be relevant including tape changes and plot them...
Method 2.
If you don't have glance, you do have netstat,sar,and lanadmin. If you are using IP you can calculate the throughput using netstat, the disk throughput will parallel tape volume when measured with sar. In this manner sar is much more usefull than measureware. If you don't backup the drive sar output is on, it is easy enough to dump into a spreadsheet. and extrapolate the IO.
Subtract the sar IO from the sar output for the period of the benchmark, and you are in business.
If this is a production box that has similar performance patterns and you cannot take it for the benchmark tests. You can get benchmark without backup, and benchmark with backup...
We currently have 50 GB of sar sara for several machines. Spotting problems via activity level is not trivial, but has given us the ability not to have to upgrade the production server. (additional work for SA on salary vs $500,000.00 server replacements)
This is a "no brainer" for our management...
Anything that is reproducable, by period gives you a solid baseline. The baseline for Tuesday during monthly close is heavier than Tuesday of non-close week. by 15-25 % CPU utilization, but 40% disk utilization.
Tuesday of Quarter close is 5% heavier in terms of disk IO and CPU use.
Sar can help you find the hot controllers, drives etc...
If you use EMC I recommend PowerPath...
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 05:33 AM
01-13-2004 05:33 AM
Re: How to View Tape Drive Performance..
I am just sort of "surprised" HP's iostat implementation only includes disk devices.. IOstat should be able portray all or most IO.. tty, disk and tape (would you believe even NetWork on earlier versions of Solaris as an "undocumented" parameter)...
Thanks any way .. your points will be educational to the other ITRC members...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 05:49 AM
01-13-2004 05:49 AM
Re: How to View Tape Drive Performance..
I still run benchmark tests after upgrading sar/measureware etc...
It has been around a long time and has stabilized in the last 28 years that I have been doing UNIX work...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 05:50 AM
01-13-2004 05:50 AM
Re: How to View Tape Drive Performance..
Good Luck,
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
01-13-2004 06:12 AM
01-13-2004 06:12 AM
Re: How to View Tape Drive Performance..
You will have a difficult time trying to measure this with a tool like dd. Above all, don't be tempted to use a seemingly good command like
"timex dd if=/dev/zero bs=256k count=10000 of=/dev/rmt/3m". As yourself, how would an infinite stream of NUL's compress. You might have better luck using if=/dev/urandom but even there you may be more limited by the speed of the RNG rather than the tape drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:22 AM
01-13-2004 06:22 AM