- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to Determine Asynchronous I/O Usage?
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
03-14-2001 09:56 AM
03-14-2001 09:56 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 02:42 PM
03-14-2001 02:42 PM
Solutionhttp://www.hp-partners.com/edaweb_public/html/technical_support/tuning.html
Hope that this helps.
Good Luck,
Jason V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 05:17 PM
03-14-2001 05:17 PM
Re: How to Determine Asynchronous I/O Usage?
Hope this help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 05:18 PM
03-14-2001 05:18 PM
Re: How to Determine Asynchronous I/O Usage?
On the system I'm working on, the "/stand/system" file has no "fs_async" parameter in it, so I guess that means asynchronous I/O is off.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2001 05:22 PM
03-14-2001 05:22 PM
Re: How to Determine Asynchronous I/O Usage?
Be careful, to what I know the fs_async parameter only apply for "file system" async I/Os, but most database engine (not 100% sure for Oracle) use "raw partition" async instead so you better check with your dba on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 02:21 AM
03-15-2001 02:21 AM
Re: How to Determine Asynchronous I/O Usage?
you can check the fs_async paramater with:
echo "fs_async/D" | adb -k /stand/vmunix /dev/kmem
The result shows 0 (async off) or 1 (async on)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2001 04:44 AM
03-15-2001 04:44 AM
Re: How to Determine Asynchronous I/O Usage?
A85346-01
1 SAM
2 Kernel Configuration
3 Drivers
4 configure async and regenerate kernel
- Select Add Driver to Kernel
5 To regenerate
- Choose Create Kernel from SAM Actions
- Place kernel into place and reboot
6 Modify init.ora
To disable the asynch IO Driver set the
initsid.ora DISK_ASYNC_IO to TRUE
reboot /sbin/shutdown -r 0
The Asynch Driver is now enabled.
7 create the device file /dev/async with major 101
ll /dev/async
if incorrect
mknod /dev/async c 101 0x0
8 chown oracle:dba /dev/async
chmod 660 /dev/async
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2001 07:18 AM
03-16-2001 07:18 AM
Re: How to Determine Asynchronous I/O Usage?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2001 09:00 AM
04-20-2001 09:00 AM
Re: How to Determine Asynchronous I/O Usage?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2003 06:01 PM
01-02-2003 06:01 PM
Re: How to Determine Asynchronous I/O Usage?
forget fs_async Kernelparameter:
This is only a kernelparameter for the HFS-Filesystem!
forget the init.ora parameter DISK_ASYNC_IO
The setting of this parameter is irrelevant for HPUX!
If /dev/async is configured correctly, writes to rawdevices are always async writes, writes to filesystems are always no async writes.
This is only for HPUX, not for Sun or AIX.
Best regards ...
Claus