HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel parameters wont update
Operating System - HP-UX
1834130
Members
3210
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-30-2003 05:40 AM
01-30-2003 05:40 AM
Hi, all.
I updated some kernel parameters with SAM and rebooted (several times) my 9000/800 B.11.11 system, but kmtune -d still reports planned values (pending values):
Parameter Current Dyn Planned
==============================
maxdsiz 268435456 - 990056448
maxdsiz_64bit 1073741824 - 4294967296
maxfiles 500 - 1048
msgmnb 16384 Y 65535
msgseg 2048 - 32767
msgssz 8 - 32
msgtql 40 - 2046
nfile 2609 - 8192
nflocks 200 - 800
ninode 1538 - 8192
semmni 70 - 520
semmns 500 - 1024
semmnu 30 - 256
semume 10 - 100
shmmni 200 - 256
These are recommended for Sap Web App server 6.10 (64bits).
What is wrong ?
I updated some kernel parameters with SAM and rebooted (several times) my 9000/800 B.11.11 system, but kmtune -d still reports planned values (pending values):
Parameter Current Dyn Planned
==============================
maxdsiz 268435456 - 990056448
maxdsiz_64bit 1073741824 - 4294967296
maxfiles 500 - 1048
msgmnb 16384 Y 65535
msgseg 2048 - 32767
msgssz 8 - 32
msgtql 40 - 2046
nfile 2609 - 8192
nflocks 200 - 800
ninode 1538 - 8192
semmni 70 - 520
semmns 500 - 1024
semmnu 30 - 256
semume 10 - 100
shmmni 200 - 256
These are recommended for Sap Web App server 6.10 (64bits).
What is wrong ?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:46 AM
01-30-2003 05:46 AM
Re: Kernel parameters wont update
after updating the following steps are rquired.
/usr/lbin/sysadmin/system_prep -s system
mk_kernel -s system
kmpudate
reboot
sam can do this pretty easily too.
P
/usr/lbin/sysadmin/system_prep -s system
mk_kernel -s system
kmpudate
reboot
sam can do this pretty easily too.
P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
01-30-2003 05:47 AM
01-30-2003 05:47 AM
Re: Kernel parameters wont update
Hi
Guess is a protection problem.
What is date of /stand/vmunix and other
files there
look at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x26e4d211e18ad5118ff10090279cd0f9,00.html
Check samlog shonw
steve Steel
Guess is a protection problem.
What is date of /stand/vmunix and other
files there
look at
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x26e4d211e18ad5118ff10090279cd0f9,00.html
Check samlog shonw
steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:12 AM
01-30-2003 06:12 AM
Solution
Allow me to post a complete procedure.
Don't point both posts please.
If you want to back up the system files. Its kind of late for that though.
# cp /stand/system /stand/system.$DATE
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s /stand/build/system
# /usr/sbin/mk_kernel -s ./system"
# mv /stand/system /stand/system.prev"
# mv /stand/vmunix /stand/vmunix.prev"
# mv /stand/dlkm /stand/dlkm.vmunix.prev"
# mv /stand/build/system /stand/system"
Now you want to process the command:
# kmupdate /stand/build/vmunix_test"
cd /
shutdown -ry now
This will do you better than my earlier, incomplete post.
You'll need some space in /stand of course.
Don't point both posts please.
If you want to back up the system files. Its kind of late for that though.
# cp /stand/system /stand/system.$DATE
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s /stand/build/system
# /usr/sbin/mk_kernel -s ./system"
# mv /stand/system /stand/system.prev"
# mv /stand/vmunix /stand/vmunix.prev"
# mv /stand/dlkm /stand/dlkm.vmunix.prev"
# mv /stand/build/system /stand/system"
Now you want to process the command:
# kmupdate /stand/build/vmunix_test"
cd /
shutdown -ry now
This will do you better than my earlier, incomplete post.
You'll need some space in /stand of course.
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP