- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: change value of kernel parameter using adb?
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-12-2004 04:59 PM
07-12-2004 04:59 PM
change value of kernel parameter using adb?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:13 PM
07-12-2004 05:13 PM
Re: change value of kernel parameter using adb?
ADB is a debugger to be used to debug the object or core or system ( vmunix ) files and variables,etc.
To tune use the kctune command.
[ kctune -d - parameters with description ]
see kctune man page.
Parameter will keep the change from kctune.
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:23 PM
07-12-2004 05:23 PM
Re: change value of kernel parameter using adb?
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&con=/hpux/onlinedocs/5187-2216/00/00/37-con.html&toc=/hpux/onlinedocs/5187-2216/00/00/37-toc.html&searchterms=kernel&queryid=20040712-232153
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:24 PM
07-12-2004 05:24 PM
Re: change value of kernel parameter using adb?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:27 PM
07-12-2004 05:27 PM
Re: change value of kernel parameter using adb?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:29 PM
07-12-2004 05:29 PM
Re: change value of kernel parameter using adb?
kctune. It will list all the parameters.
kctune
It will give the details of that parameter. We can tune it with your interested value for that variable.
adb can be used only to get the kernel variables and value for that. We can also get it with the kctune.
see kctune man page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:34 PM
07-12-2004 05:34 PM
Re: change value of kernel parameter using adb?
root@server:/home/tullymi 187 # kctune nflocks
Tunable Value Expression Changes
nflocks 4096 4096 Imm (auto disabled)
root@server:/home/tullymi 188 # kctune nproc
Tunable Value Expression Changes
nproc 30000 30000 Immed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 09:55 PM
07-12-2004 09:55 PM
Re: change value of kernel parameter using adb?
Best regards...
Dietmar.