- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Default block size
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
12-20-2002 10:02 PM
12-20-2002 10:02 PM
I would like to know the default block size on HPUX11.0 .Is it 256Kb or 512Kb or 1024Kb ?
Thanks
Jerome
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 10:26 PM
12-20-2002 10:26 PM
Re: Default block size
for vxfs it is 1024bytes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 10:27 PM
12-20-2002 10:27 PM
Re: Default block size
If you need to change the default value when creating file systems use the -b option to the newfs command.
For vxfs
# fstyp -v /dev/vg00/lvol1
f_bsize---->current block size
f_frsize--->default block size
For hfs file
systems
# tunefs -v /dev/vg00/rlvol4 | grep bsize
du reports with block size of 512 Kbytes.
File systems are created with larger block size like 8192Kbytes for good performance.
check for the man pages of newfs_vxfs for more information.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 10:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 10:38 PM
12-20-2002 10:38 PM
Re: Default block size
Ofcourse the fragment size is 1k.
# tunefs -v /dev/vg00/rlvolX | grep bsize
Also you can use df -g to find the current block size and the fragment size.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2002 07:15 PM
12-22-2002 07:15 PM
Re: Default block size
We have procured a new MA8000 SAN and I would like to know what is the chunk size we need to set on the SAN in order to get optimal performance .Our application is read intensive and we have configured RAID (3/5) on it .The block size on our vxfs currently is 8192 .
Thanks
Jerome