- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to determine the value of max_async_ports
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
02-26-2004 07:16 PM
02-26-2004 07:16 PM
how to determine the value of max_async_ports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:24 PM
02-26-2004 07:24 PM
Re: how to determine the value of max_async_ports
kmtune -l -q max_async_ports
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:33 PM
02-26-2004 07:33 PM
Re: how to determine the value of max_async_ports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 07:41 PM
02-26-2004 07:41 PM
Re: how to determine the value of max_async_ports
kernel configuration
configurable parameters
max_async_ports
or from the command line
kmtune |grep max_async_ports
regds
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 08:50 PM
02-26-2004 08:50 PM
Re: how to determine the value of max_async_ports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 08:57 PM
02-26-2004 08:57 PM
Re: how to determine the value of max_async_ports
checked some systems running multiple oracle databases (7.3.4 - 9.x) and all have it set to 50.
I don't know how to calculated but default is 50
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 09:04 PM
02-26-2004 09:04 PM
Re: how to determine the value of max_async_ports
From the OTN site(doc for version 9):
Kernel parameter settings Async driver Since the database was stored on raw devices, it is strongly advised to install the Async IO driver (/dev/async) and set the configurable kernel parameter max_async_ports to the maximum number of asyncdsk ports that can be open at one time, i.e. max_async_ports limits the maximum number of processes that can concurrently use /dev/async. As a guideline, set this parameter to the sum of processes from init.ora + number of background processes. The background processes started at instance startup will open /dev/async twice. If max_async_ports is reached, subsequent processes will use synchronous I/O [9].
I don't now if you store it on raw devices, but the rule how to calculate can help i hope.
http://otn.oracle.com/products/database/clustering/pdf/11iRACBM2.pdf
HTH,
Peter