- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- asynchronous I/O
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-02-2005 08:03 PM
08-02-2005 08:03 PM
asynchronous I/O
Now I want to enable asynchronous I/O on HP-UX 11.11 system when I install the oracle. It seems like asynchronous I/O is applied on the file system. I wonder if asynchronous can apply on raw device? Also I want to know what is the risk of having asynchronous I/O enabled. Can someone give me advice? Thanks.
Yongye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:06 PM
08-02-2005 09:06 PM
Re: asynchronous I/O
google search
hp-ux asynchronous io
get
http://www.google.com/custom?hl=en&lr=&ie=ISO-8859-1&oe=ISO-8859-1&client=pub-5840480241224770&cof=FORID%3A1%3BGL%3A1%3BBGC%3AFFFFFF%3BT%3A%23000000%3BLC%3A%230000ff%3BVLC%3A%23663399%3BALC%3A%230000ff%3BGALT%3A%23008000%3BGFNT%3A%230000ff%3BGIMP%3A%230000ff%3BDIV%3A%23336699%3BLBGC%3A336699%3BAH%3Acenter%3B&q=hp-ux+asynchronous+io
good info
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:17 PM
08-02-2005 09:17 PM
Re: asynchronous I/O
I paste the Url you provided into my IE, nothing found by google.
Could you please paste one useful doc Url from your search result? Thanks.
Yongye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:41 PM
08-02-2005 09:41 PM
Re: asynchronous I/O
http://docs.hp.com/en/1219/tuningwp.html
If you are using raw disk access, your application will be directly accessing lvol(not through Unix buffer). I belive these parameters are not significant in such conditions.
Hope this helps
Sudeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:18 AM
08-03-2005 12:18 AM
Re: asynchronous I/O
Thanks for your reply. But the doc from http://docs.hp.com/en/1219/tuningwp.html does not answer my question exactly. Thanks.
Yongye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:30 AM
08-03-2005 12:30 AM
Re: asynchronous I/O
to my knowledge asynchronous IO is only supported on raw device on HPUX11i.
cf. attached Oracle/HP White paper
Regards
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 12:48 AM
08-03-2005 12:48 AM
Re: asynchronous I/O
I don't suggest to set Oracle DB in asynchronous I/O.
We have an intensive Oracle DB that was set in async I/O and had problems (all DB files are raw lvols). Due to a reset of a fibre switch, the timeout to switch from an LVM path to the alternate path was not enough for Oracle; then Oracle reported write I/O errors and set raw devices in read-only mode.
We had to set DB back in synchronous I/O.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 02:02 AM
08-03-2005 02:02 AM
Re: asynchronous I/O
Thanks for the Doc. It demostrates a verey good example on how to make a decision between raw devices database and file system database.
But it gives me no idea about the risk by using raw device with AIO.
Thank you again.
Yongye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 02:09 AM
08-03-2005 02:09 AM
Re: asynchronous I/O
Thanks for your real case.
But I wonder why both HP and Oracle recommend to use AIO?
Yongye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:15 AM
08-03-2005 03:15 AM
Re: asynchronous I/O
I know that fs_async parameter value needs to be set to 1 in kernel and /dev/async shud have 666 permissions .
Thanks,
BL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 04:20 AM
08-04-2005 04:20 AM
Re: asynchronous I/O
2. Touch file /etc/privgroup
3. Type the command # setprivgrp â f /etc/privgroup
4. Include entry in the /etc/privgroup:
(eg., sybase CHOWN MLOCK )
5. Again type the command # setprivgrp â f /etc/privgroup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2005 04:30 AM
08-04-2005 04:30 AM
Re: asynchronous I/O
AIO is faster than synchronous. Your risk is data loss. If you have problems there is the potential to lose the data that has not yet been written to disk. With todays redundant environments (duplexing, SAN, mirroring) this risk is greatly reduced.