- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing max_async_ports value
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
07-20-2009 08:49 PM
07-20-2009 08:49 PM
I would like to change the max_async_ports from command prompt using kmtune and want to reboot the server later. The server is HP-UX 11.11.
The command I am planning to use is
# kmtune -u max_async_ports = 2560
Please let me know this is correct or now.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 08:53 PM
07-20-2009 08:53 PM
Re: Changing max_async_ports value
# kmtune -s max_async_ports = 2560
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 09:23 PM
07-20-2009 09:23 PM
Solutionkmtune -u is to Update the currently running kernel with the new value for a dynamic parameter.
The parameter max_async_ports is not dynamic one ,so you may have to use with -s only.
#kmtune -s max_async_ports=value
# kmtune -q max_async_ports
Regards,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 09:42 PM
07-20-2009 09:42 PM
Re: Changing max_async_ports value
You have to user
#Kmtune -s max_async_ports = 2560
It will give you the Warning message
NOTE: The requested changes could not be applied to the currently
running system, for the following reasons:
- The tunable 'max_async_ports' cannot be changed without a reboot.
* The requested changes have been saved, and will take effect at
next boot.
Tunable Value Expression
So Until you reboot the system, the Changed value will not be effective.
Rgds
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 09:43 PM
07-20-2009 09:43 PM
Re: Changing max_async_ports value
The parameter which you are going to change is a static parameter and the new value will take effect in next reboot.
As it is a static paramater, you may use the command
#kmtune -s max_async_ports=2560
* Do not forget to take the back up of kernel.
* It is always better to take Ignite backup :)
Regards,
Sooraj U
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2009 09:47 PM
07-20-2009 09:47 PM