- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Asynchronous IO (KAIO) on 11i & Oracle9
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
11-05-2003 04:03 AM
11-05-2003 04:03 AM
Asynchronous IO (KAIO) on 11i & Oracle9
A DBA friend of mine mentioned that with 11.0 it is quite possible to do AsynchIO on Filesystems and is documented in the attached document.
My Questions:
1.\ Can something similar be done on 11i? Meaning Asynch IO on Filesystems (VxFS)?
2.\ Any white papers/links/hard facts to support that on 11i, RAW performance canbe achieved/exceeded with:
a. Properly tuned Filesystems (VxFS)
b. Disable Dynamic Buffer caching and limit it
c. Large SGA's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:44 AM
11-05-2003 04:44 AM
Re: Asynchronous IO (KAIO) on 11i & Oracle9
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=234347
A Clay has collected data and found no performance impact raw versus cooked on 11i.
I believe with proper tuning you can get the throughput you need with cooked filesystems.
I consider A. Clay's research to be valid. I used that thread in a meeting on the same topic yesterday.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 07:59 AM
11-05-2003 07:59 AM
Re: Asynchronous IO (KAIO) on 11i & Oracle9
As the world goes to centralized storage, the raw vs cooked question becomes moot. Performance may dictate AIO on Sans as the fabric fills, and once the intellegence of large arrays gets involved, Sync. I/O at the processor level becomes meaningless, and control over raw filesystes impossible.
My 1.5 cent's worth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 08:20 AM
11-05-2003 08:20 AM
Re: Asynchronous IO (KAIO) on 11i & Oracle9
Orcale have this to say aboout AIO onb HPUX filesystems:
The kernel parameter fs_async can be set to allow asynchronous writes to file systems. However, write calls can return without the data being physically written to disk (the write sits in the UNIX buffer cache). The data in question is file-system metadata such as free space lists, blocks and inodes. A system crash would potentially lose this data, and leave the filesystem in an inconsistent state, causing database corruption. Oracle still opens files with the O_DSYNC flag (see 'tusc' snipet below), which insists that writes are physically written: open("/oracle/datafiles/system01.dbf", O_RDWR|O_LARGEFILE|O_DSYNC, 0) = 19 In summary, fs_async is ignored for datafiles(due to open() with O_DSYNC). However, filesystem metadata may be lost, potentially causing datafile corruption. Oracle does not recommend setting fs_async to '1'.
So thats a no to the your first question then.
As to your second question, the stuff Steven has pointed you to has arguments on raw vs. cooked, but what you really need is someone who has actually tested raw/async vs. cooked/sync - now maybe Clay did that, but he doesn't say in his post - can you elaborate Clay?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 08:26 AM
11-05-2003 08:26 AM
Re: Asynchronous IO (KAIO) on 11i & Oracle9
HTH
DUncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 02:41 PM
11-05-2003 02:41 PM
Re: Asynchronous IO (KAIO) on 11i & Oracle9
Refer to the foll. links for info.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5971-4772/5971-4772_top.html&con=/hpux/onlinedocs/5971-4772/00/00/25-con.html&toc=/hpux/onlinedocs/5971-4772/00/00/25-toc.html&searchterms=performance%7cRAW&queryid=20031105-203738
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/36217-90401/36217-90401_top.html&con=/hpux/onlinedocs/36217-90401/00/02/229-con.html&toc=/hpux/onlinedocs/36217-90401/00/02/229-toc.html&searchterms=performance%7cRAW&queryid=20031105-203738
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-1879/5187-1879_top.html&con=/hpux/onlinedocs/5187-1879/00/00/70-con.html&toc=/hpux/onlinedocs/5187-1879/00/00/70-toc.html&searchterms=performance%7cRAW&queryid=20031105-203738
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&con=/hpux/onlinedocs/5187-2216/00/00/62-con.html&toc=/hpux/onlinedocs/5187-2216/00/00/62-toc.html&searchterms=performance%7cRAW&queryid=20031105-203738
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/36217-90401/36217-90401_top.html&con=/hpux/onlinedocs/36217-90401/00/02/230-con.html&toc=/hpux/onlinedocs/36217-90401/00/02/230-toc.html&searchterms=performance%7cRAW&queryid=20031105-203738
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-1879/5187-1879_top.html&con=/hpux/onlinedocs/5187-1879/00/00/71-con.html&toc=/hpux/onlinedocs/5187-1879/00/00/71-toc.html&searchterms=performance%7cRAW&queryid=20031105-203738
HTH.
Regards,
Hemanth