- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernal parameter Change
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
09-28-2008 10:15 PM
09-28-2008 10:15 PM
Kernal parameter Change
I would like to Change Kernal parameter for maxusers, need your advice how to perform ,likewise I want use SAM please help me to check my below steps are correct Apperciate your advice
# cd /stand
# cp system system.prev
# cp vmunix vmunix.prev
1. Start SAM.
2. Select the 'Kernel Configuration' subsystem.
3. Select the 'Configurable Parameters' subsystem.
4. Select the 'maxusers' kernel parameter.
5. Increase the 'maxusers' value
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2008 10:32 PM
09-28-2008 10:32 PM
Re: Kernal parameter Change
If OS is 11.X
You can use kcweb & kctune commands
or u can use SAM
Maxuser is dynamic value so no need to reboot server
Regards
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2008 10:49 PM
09-28-2008 10:49 PM
Re: Kernal parameter Change
Can please help to confirm changing the "Maxusers" kernal parameter does not require reboot ..?
Thanks
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2008 11:06 PM
09-28-2008 11:06 PM
Re: Kernal parameter Change
If you use sam the first three commented steps are not required.
If the value you are changing requires a recompile of the kernel followed by reboot, SAM will tell you to do that.
Since you don't reveal your OS version.
kmtune -| grep maxusers
or
kctune -l | grep maxusers
To see your current configuration and if the parameters if dynamic. If it is dynamic you can do the change without a reboot.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2008 11:18 PM
09-28-2008 11:18 PM
Re: Kernal parameter Change
Parameter Current Dyn Planned Module Version
===============================================================================
maxusers 200 - 200
# uname -a;model
HP-UX B.11.11 U 9000/800 998572508 unlimited-user license
9000/800/rp7420
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2008 11:24 PM
09-28-2008 11:24 PM
Re: Kernal parameter Change
Current settings for nproc & nfile
#kmtune -q nfile
Parameter Current Dyn Planned Module Version
=============================================
nfile 3329 - (16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
dwhsvr02:[/]# kmtune -q nproc
Parameter Current Dyn Planned Module Version
=============================================
nproc 1620 - (20+8*MAXUSERS)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2008 11:38 PM
09-28-2008 11:38 PM
Re: Kernal parameter Change
#kmtune -s maxusers=
eg: #kmtune -s maxusers=50
The above command will set the maxusers value to 200
#kmtune -s maxusers+100
The above command will increase the current value of maxusers by 100
#kmtune -q maxusers (Will show the current value of maxusers)
Rgds
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2008 11:40 PM
09-28-2008 11:40 PM
Re: Kernal parameter Change
eg: #kmtune -s maxusers=50
The above command will set the maxusers value to 50
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 03:21 AM
09-29-2008 03:21 AM
Re: Kernal parameter Change
You can use SAM or kctune or kmtune for changin the values.
kctune is for 11.23 and above
kmtune is for 11.22 and below OS ver.
just give
kctune
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2008 04:11 AM
09-29-2008 04:11 AM
Re: Kernal parameter Change
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 08:58 PM
10-01-2008 08:58 PM