- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DLT & fbackup parameters
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
08-18-2000 12:30 PM
08-18-2000 12:30 PM
DLT & fbackup parameters
When using fbackup with a config script, there are params like blocksperrecord and checkpointfreq. The IRCD KB alludes to tuning these for different backup types (e.g. 9 track tape, DDS, DLT, etc.).
Does anyone have any best-practice info about these prams with DTL7000 on K570 with 11.0
TIA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 05:57 PM
08-18-2000 05:57 PM
Re: DLT & fbackup parameters
The best way to tune this is to try adjusting a few of the parameters yourself.
Here are three documents I found that provide good insight into where to begin.
Document JS09291430 "How to tune the performance of fbackup".
Document PU9408251055 "How to optimize performance of fbackup with a compression DDS drive"
Document KBRC00000196 "Understanding Fbackup/Frecover and Optimizing Backup Performance"
I don't have any magic values for you to use. I like blocksperrecord=64 or 128 with a checkpointfreq=128 or 256 accordingly. The 'blocksperrecord' parameter has generally been shown to have the biggest impact with the 'checkpointfreq' also being rather important. I'd rather gain speed during backup and sacrifice it during recovery, so I don't worry too much about the parameters like 'filesperfsm'. Three to five retries for busy files is more than enough.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2000 04:47 AM
08-19-2000 04:47 AM
Re: DLT & fbackup parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 10:51 AM
08-22-2000 10:51 AM
Re: DLT & fbackup parameters
I tried as follows:
blocksperrecord 128
checkpointfreq 128
readerprocesses 6
maxretries 4
And the cold backup went from 4.5hrs to 2.75hrs. Should I try blocksperrecord=256?
hsgccu08 # du -ks
137023952 .
Am I getting good density on this DLT? - how do I control compression on the DLT from fbackup?
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2000 11:37 AM
08-22-2000 11:37 AM
Re: DLT & fbackup parameters
Sure, try <256> for blocksperrecord. Blocksperrecord has the biggest impact on performance.
Document A4303862 notes that the /dev/rmt/Xm files normally give the best compression the device supports.
...JRF...