- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP Storage Works DLT VS80 slow 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-30-2007 05:01 PM
01-30-2007 05:01 PM
HP Storage Works DLT VS80 slow performance
I checked with changing the SCSI cables and terminators, but no results. Here SAP 4.7 with ORacle9.2 DB is running on the system. The command using for the backup is cpio in SAP std backup script.
Please help to solve this issue.
Pramod.M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2007 05:42 PM
01-30-2007 05:42 PM
Re: HP Storage Works DLT VS80 slow performance
First, don't expect the system to work at its rated speed. That is a theoretical speed and in real life, nothing goes at theoretical speeds.
Still we do seem to be moving a bit slow.
First, check your system, it may have OS related I/O issues that prevents full speed.
http://www.hpux.ws/system.perf.sh
Second, make sure the SCSI card is supported for use with this device. IF not, it could explain the problem.
Third, look for conflicts with the scsi id.
Forth, see that the sytem is properly patched in general.
Last on my list, an rp2430 is not the quickest system around any more and it may be past end of life. It may not be capable of using this deive at anywhere near rated capacity.
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-30-2007 09:42 PM
01-30-2007 09:42 PM
Re: HP Storage Works DLT VS80 slow performance
using a DLT-1 and 'vxdump' : 60-70GB is max
cartridge capacity achieved: data xfer rates
vary fom 6 - 16 GB/hour; depending on the
speed of the external RAID device being
dumped.
Possibly you have an I/O bottleneck. Suggest you ensure that the VS80 is on
separate IO bus to the disc drives
Also consider using 'fbackup' instead of 'cpio'.
DavidN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 02:40 AM
01-31-2007 02:40 AM
Re: HP Storage Works DLT VS80 slow performance
find . -print | cpio -ocBv | dd ibs=5k obs=250k of=/dev/rmt/xxxx
so that data are written in 250KiB chunks.
but you will be far better served to change to fbackup and use 5 reader processes and a large blocksize.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 05:39 PM
01-31-2007 05:39 PM
Re: HP Storage Works DLT VS80 slow performance
# flags for cpio command
# default: -ovB
cpio_flags = -ovB
cpio_in_flags = -iduvB
also pls reffer the attachment.
We are having the hp rp 2470 server with same OS and using Hp Sure store Ultrium 230 ext drive(LTO1). The drive is capable of taking 84GB datae in a 3 Hrs time. The script is same so far.
Can give any advice....
thanks in advance...
Pramod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2007 09:12 PM
01-31-2007 09:12 PM
Re: HP Storage Works DLT VS80 slow performance
It looks like I/O bottle neck. Is the tape drive connected to the seperate scsi bus, were there any scsi reset after you had connected your tape drive. Look at your syslog to get any additional details
There is a known issue in rp3440 & rp4440 that there is no extra scsi card to connect the tape drive though there is an external scsi port, after connecting the tape drive in this system it creates a scsi reset and your whole disk i/o will be reset to tape speed than the disks speed. But still the confusing part is 32hrs for 80GB, why dont you check the tape drive with any other machine to isolate any issues in the drive.
TQ
Perumal