- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- maxuprc comes back to default state after reboot
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
06-20-2006 01:25 AM
06-20-2006 01:25 AM
maxuprc comes back to default state after reboot
on an hpux 11.00 maxuprc have a default value of 75, if i set
# kmtune -s maxuprc=800
all seems fine:
# kmtune -q maxuprc -l
Parameter: maxuprc
Value: 800
Default: 75
Minimum: -
Module: -
but when i reboot the system, maxuprc comes back to the defautl value: 75.
what can i do ?
for information i am under the nproc value:
nproc: (20+8*MAXUSERS) = 1052
thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 01:52 AM
06-20-2006 01:52 AM
Re: maxuprc comes back to default state after reboot
swlist -l product|grep Software
Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 02:14 AM
06-20-2006 02:14 AM
Re: maxuprc comes back to default state after reboot
At 11.0, 'kmtune' only modifies the files used to build a kernel. You need to perform the actual build yourself afterwards and reboot.
I would suggest that it is simplier to make your changes with SAM and reboot then.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 03:22 AM
06-20-2006 03:22 AM
Re: maxuprc comes back to default state after reboot
When performing kmtune -s maxuprc=800, does it modify your system file?
kmtune -q maxuprc -l
Parameter: maxuprc
Current: 4090
Planned: 4090
Default: 75
Minimum: -
Module: -
Version: -
Dynamic: Yes
[root]# ll /stand/system
-r--r--r-- 1 root sys 1648 May 3 15:26 /stand/system
[root]# kmtune -s maxuprc=4096
[root]# ll /stand/system
-rw-r--r-- 1 root sys 1653 Jun 20 17:18 /stand/system
[root]# grep maxuprc /stand/system
maxuprc 4096
James can you explain the following below:
A dynamic tunable is one whose value can be changed without a reboot.
With the DLKM feature, it will no longer be necessary to relink the entire kernel and reboot the system in order to include a loadable module. The kernel configuration extension will allow loadable modules to be built individually and dynamically as required. This will reduce the number of kernel rebuilds and system downtime, thereby enhancing the overall performance of kernel configuration.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 08:32 PM
06-20-2006 08:32 PM
Re: maxuprc comes back to default state after reboot
on an other hpux 11.00 server PHCO_27672 is not installed nor supersedes of this patch.
and yes, /stand/system is well updated when i use kmtune.
i have seached through docs.hp.com for kernel configuration and tunable parameters but found nothing.
is someone have a documentation of it ?
thanks.
--
Cedrick Gaillard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2006 09:32 PM
06-20-2006 09:32 PM
Re: maxuprc comes back to default state after reboot
when i reboot the system, the maxuprc value is still good in /stand/system.
it appears than this file is not parsed at boot unlike my other hpux server.
i have not found any script at startup for parsing this configuration file.
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 02:42 AM
06-21-2006 02:42 AM
Re: maxuprc comes back to default state after reboot
If that's the case then you should rebuild the kernel as James mentioned.
So the parameter is only valid until next reboot.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 03:39 AM
06-21-2006 03:39 AM
Re: maxuprc comes back to default state after reboot
i know than if i rebuild the kernel all will be fine (i've already tested it) but i don't want to rebuild the kernel each time i want to modify this setting.
i am going to continue my investigations.
--
Best regards,
Cedrick Gaillard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2006 03:41 AM
06-21-2006 03:41 AM
Re: maxuprc comes back to default state after reboot
;-)