HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing the block size of tape
Operating System - HP-UX
1831266
Members
2862
Online
110022
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-08-2002 06:35 AM
08-08-2002 06:35 AM
Changing the block size of tape
Hello everybody
I look for the optimal value of the blocke size that I must assigned to the tape. The target is to reduce the time of night backup.
I have this tape on my server: HP C1537A
Thanks
I look for the optimal value of the blocke size that I must assigned to the tape. The target is to reduce the time of night backup.
I have this tape on my server: HP C1537A
Thanks
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2002 06:43 AM
08-08-2002 06:43 AM
Re: Changing the block size of tape
The maximum bolcksize is a function of the tape drive,. In this case, the DDS tape drive works well with large blocksizes such as 256Kb. However, tar and cpio don't have the option to change to something like 256Kb, and classic backup tools like tar, cpio, dump, etc are not recommended for full backups due to the many limitations inherent in these old programs.
fbackup will outperform all classic utilities as well as provide high-speed restores of a few files (minutes to get to the end of the tape). Always use a config file with fbackup! If you do not run fbackup with a config file, you will get very inefficient operation for modern DDS, DLT and Ultirum drives (defaults are for reel-to-reel 1/2" tapes). Here is an example of a config file appropriate for newer drives:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
Put this into a file and then use the -c option. Backup speed is also a function of how slowly the data dribbles out to the tape. If the tape drive is on the same channel as all the disks, it may get starved for data and drop out of streaming mode. This can degrade backup speed from 10:1 to as much as 500:1.
Bill Hassell, sysadmin
fbackup will outperform all classic utilities as well as provide high-speed restores of a few files (minutes to get to the end of the tape). Always use a config file with fbackup! If you do not run fbackup with a config file, you will get very inefficient operation for modern DDS, DLT and Ultirum drives (defaults are for reel-to-reel 1/2" tapes). Here is an example of a config file appropriate for newer drives:
blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
Put this into a file and then use the -c option. Backup speed is also a function of how slowly the data dribbles out to the tape. If the tape drive is on the same channel as all the disks, it may get starved for data and drop out of streaming mode. This can degrade backup speed from 10:1 to as much as 500:1.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP