- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backup performance is pants!!!
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
04-11-2002 01:34 AM
04-11-2002 01:34 AM
Right is there any way to find out/monitor the data transfer rate between scsi card and a dlt drive.
Server is L2000 and drive is dlt 40/80, recently our informix backups have been dragging there heels.
I need to find out where the problem lies, as it is taking a day to fill a tape(currently on tape 4 of the backup!!).
Cheers
George
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:52 AM
04-11-2002 01:52 AM
Re: Backup performance is pants!!!
HOw are disks and DLT connected?...
Any information will be usefull...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 01:57 AM
04-11-2002 01:57 AM
Re: Backup performance is pants!!!
Dlt is directly connected to the server via scsi.
General box performance in good.
Ta
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 02:54 AM
04-11-2002 02:54 AM
Re: Backup performance is pants!!!
what is the SCSI ID of that tape drive?. Try setting the SCSI ID to lower priority ID i.e.
0 or 1.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 02:59 AM
04-11-2002 02:59 AM
Re: Backup performance is pants!!!
glance
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 03:10 AM
04-11-2002 03:10 AM
Re: Backup performance is pants!!!
you can also try increasing tape block size TAPEBLK parameter in the "onconfig" file for improved
performance.
regrds,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 03:52 AM
04-11-2002 03:52 AM
Re: Backup performance is pants!!!
In a dual CPU machine, ontape started going really slowly. Logging a call with HP got me nowhere, since the response centre pointed out that fbackup was writing at normal speed, therefore an informix problem. Logging a call with informix got me nowhere since they said that they were just doing a simple i/o call to write a block, therefore an HP-UX problem.
You can try the following which sometimes works:
Immediately before starting an ontape to the tape drive, do one to /dev/null.
Set your block size to 128 (less and more than this reduces performance).
Remove blobspaces and use tablespace blobs (my problem only manifested itself on dual-cpu machines with blobspaces).
Verify that fbackup to the drive runs at the normal speed, to rule out hardware issues.
Don't chain multiple tape drives on a single SCSI bus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 04:17 AM
04-11-2002 04:17 AM
Re: Backup performance is pants!!!
When the current backup eventually finishes, i will test using fbackup to see if it's a hw issue.
Cheers
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 06:59 AM
04-11-2002 06:59 AM
SolutionThe result is massive numbers of restreams, or stop (because of data starvation), backup, resync and start streaming again. A backup could take 10 to 100 times longer than normal and the wear on the drive (and tape) would be enormous.
fbackup, like other commercial backup tools, starts multiple processes to keep the buffers filled. The default is 2 which is always too small. Additionally, the other parameters need to be adjusted from their default (reel-to-reel) values using a config file:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
This will work with all models of DLT and DDS drives and improve throughput. Informix would need a similar feature to properly support modern DLT drives.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 07:20 AM
04-11-2002 07:20 AM
Re: Backup performance is pants!!!
Dont know enough about informix to have a play, have sent the replies to our dba in oz to see what he can do.
Ta
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2002 08:39 AM
04-11-2002 08:39 AM
Re: Backup performance is pants!!!
You can always:
determine the size of the data to backup,
compare previous backup times (beginning and ending)
compare current backup times
divide times/data = rate of backup.
Compare.
I know, this is silly, but it works (to a degree).