HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- importance of fs_async and aio parameters
Operating System - HP-UX
1832964
Members
2463
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-05-2001 08:47 AM
04-05-2001 08:47 AM
importance of fs_async and aio parameters
Any idea of this kernel parameters;
BTW; I already have browse hp docs on kernel parameters but I can not find answer on this questions.
"fs_async", is this parameter applicable for RAW or is it only for unix filesystems.
"aio_*", As far as I know there is a minimum and maximum value for this, but my question is: Is there a tool that will let you know that this parameter is reaching its maximum or something like reaching its threshold.
thanks,
jok
BTW; I already have browse hp docs on kernel parameters but I can not find answer on this questions.
"fs_async", is this parameter applicable for RAW or is it only for unix filesystems.
"aio_*", As far as I know there is a minimum and maximum value for this, but my question is: Is there a tool that will let you know that this parameter is reaching its maximum or something like reaching its threshold.
thanks,
jok
Repeatation make once perfect, excelence then is not a act but a hobbit
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2001 05:19 PM
04-05-2001 05:19 PM
Re: importance of fs_async and aio parameters
The kernel param fs_async only affects the asyn I/O on file systems. The driver file /dev/async is the one responsible for raw partition async I/O.
Async I/O is VERY important for database systems such as Oracle and Sybase. Without it these server processes would became single threaded because of the blocking reads/writes.
~Philip
Async I/O is VERY important for database systems such as Oracle and Sybase. Without it these server processes would became single threaded because of the blocking reads/writes.
~Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2001 03:57 AM
04-06-2001 03:57 AM
Re: importance of fs_async and aio parameters
HI!
From the SAM's kernel parameter's help:
fs_async specifies whether or not asychronous writing of file-system data structures to disk is allowed. If no value for fs_async is specified, synchronous writes are used.
Synchronous writes to disk make it easier to restore file system integrity if a system crash occurs while file system data structures are being updated on the file system.
If asynchronous writes are selected, HP-UX file system semantics for NFS cluster environments are preserved. In addition, files opened using open() with the 0_SYNC flag (synchronous writing) will continue to be written synchronously when the asynchronous-writes feature has been configured into the kernel.
Asynchronous writes to disk can improve file system performance significantly. However, asynchronous writes can leave file system data structures in an inconsistent state in the event of a system crash.
for aio_*:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90684/B2355-90684_top.html&con=/hpux/onlinedocs/B2355-90684/00/00/7-con.html&toc=/hpux/onlinedocs/B2355-90684/00/00/7-toc.html&searchterms=aio&queryid=20010406-045520
good luck.
From the SAM's kernel parameter's help:
fs_async specifies whether or not asychronous writing of file-system data structures to disk is allowed. If no value for fs_async is specified, synchronous writes are used.
Synchronous writes to disk make it easier to restore file system integrity if a system crash occurs while file system data structures are being updated on the file system.
If asynchronous writes are selected, HP-UX file system semantics for NFS cluster environments are preserved. In addition, files opened using open() with the 0_SYNC flag (synchronous writing) will continue to be written synchronously when the asynchronous-writes feature has been configured into the kernel.
Asynchronous writes to disk can improve file system performance significantly. However, asynchronous writes can leave file system data structures in an inconsistent state in the event of a system crash.
for aio_*:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90684/B2355-90684_top.html&con=/hpux/onlinedocs/B2355-90684/00/00/7-con.html&toc=/hpux/onlinedocs/B2355-90684/00/00/7-toc.html&searchterms=aio&queryid=20010406-045520
good luck.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP