- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: nowaitio on hp-ux
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
07-20-2005 10:57 PM
07-20-2005 10:57 PM
Does anyone have any experience with this? and what is the "equievelent" of nowaitio on HP-UX?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 10:58 PM
07-20-2005 10:58 PM
Re: nowaitio on hp-ux
hp-ux 11i v1. on a 9000/800/rp3440.
with a ATABOY disk-system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2005 11:04 PM
07-20-2005 11:04 PM
Solutionthe FS_ASYNC=1 kernel tunable, and
the utility scsictl with the immediate_report option set to '1' (this should be done via an rc script, as it is a volatile setting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 05:41 AM
08-01-2005 05:41 AM
Re: nowaitio on hp-ux
mincache=direct,convosync=direct,nolog
it will force the I/O directly to the cache enabled array - it will not wait for confirmation that the I/O has been offloaded from cache to disk.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2005 06:15 PM
08-01-2005 06:15 PM
Re: nowaitio on hp-ux
the "mincache=direct,convosync=direct,nolog" is aparently only supported in OnlineJFS products, but I changed the fs_async from 0 to 1 and this gave me much better times in moving data (earlier : 45sec per GB to copy from a Vol.Group to another, now: 36sec per GB).
cheers
Thomas Greig