- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX equivilant of AIX max_coalesce parameter
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-15-2005 03:56 AM
08-15-2005 03:56 AM
HP-UX equivilant of AIX max_coalesce parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 04:08 AM
08-15-2005 04:08 AM
Re: HP-UX equivilant of AIX max_coalesce parameter
HP-Ux has file system block size. You can check it with fstyp -v /dev/vgxx/lvolx
df -g /mount_point
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 07:15 AM
08-15-2005 07:15 AM
Re: HP-UX equivilant of AIX max_coalesce parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 08:17 AM
08-15-2005 08:17 AM
Re: HP-UX equivilant of AIX max_coalesce parameter
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 08:35 AM
08-15-2005 08:35 AM
Re: HP-UX equivilant of AIX max_coalesce parameter
We saw this same thing in AIX and had to change the max_coalesce parameter which defaulted to 32 and bumped it up to 128K, therefore we thought the same thing might exist in HPUX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:29 PM
08-15-2005 09:29 PM
Re: HP-UX equivilant of AIX max_coalesce parameter
We've got both type of servers and I don't remember having set it when ( before 2002 ) I was working on AIX.
Should be great for bulk insert/select but how about transactional workload ?
TIA,
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 12:12 AM
08-16-2005 12:12 AM
Re: HP-UX equivilant of AIX max_coalesce parameter
You can check this link for info on tuning VxFS.
http://docs.hp.com/en/B7961-90025/ch12s04.html
The vol_maxioctl paramter might be close to what you want, but I haven't done enough tuning or reading to be sure.