Operating System - HP-UX
1827260 Members
2125 Online
109717 Solutions
New Discussion

Recommended tape block size ??

 
Trevor McLachlan
Occasional Contributor

Recommended tape block size ??


I was just wondering what the recommended tape block size is for the HP Surestore 80 DLT drive ? I am thinking it is 64kb ... Does anyone know for sure ?
4 REPLIES 4
Pete Randall
Outstanding Contributor

Re: Recommended tape block size ??

I did a search on "tape" +"block size" and came up with the following threads (among others):
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x2da0ee3e323bd5118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x6c7e107d277ad611abdb0090277a778c,00.html

Hopefully, these may be of some help.

Pete

Pete
Stefan Farrelly
Honored Contributor

Re: Recommended tape block size ??

For an optimum size on our DLT 8000's we use a blocksize of 128k. Weve found this the best for performance and backup times.
Im from Palmerston North, New Zealand, but somehow ended up in London...
George Abraham_1
Regular Advisor

Re: Recommended tape block size ??

hai

I had done some reaearch on this.. I think 64k is good when you do OS backups and 128 when you do some database backups..

keep smiling
george
keep smiling
Frank Slootweg
Honored Contributor

Re: Recommended tape block size ??

Which program(s) use the drive?

If fbackup, then at least 64KB (blockperrecord 64).

If OmniBack, use the default for the device class.

If tar(1), use the default (10KB), or better, use pax(1) with 32KB ("-b 32768", ignore the manpage).

If cpio(1), use pax(1) instead, see above.