- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Parm Changes
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
10-05-2006 03:48 AM
10-05-2006 03:48 AM
It appears these kernel parameters are now at those values. However when I do a kmtune to query the values, it states a PLANNED value of what the value was before... why?
Thanks,
Tonya Underwood
# kmtune -q vps_ceiling
Parameter Current Dyn Planned Module Version
===============================================================================
vps_ceiling 64 - 16
# kmtune -q maxssiz_64bit
Parameter Current Dyn Planned Module Version
===============================================================================
maxssiz_64bit 1073741824 - 960000000
#
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 05:50 AM
10-05-2006 05:50 AM
SolutionProbably you did not move the system file to its permanent location.
Did you use SAM or do it manually. If you did it manually you need to post your procedure and then someone will tell you where the mistake happened.
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
10-05-2006 05:51 AM
10-05-2006 05:51 AM
Re: Kernel Parm Changes
cp /stand/build/system system
/usr/lbin/sysadm/system_prep -s system
made changes in my system file
mk_kernel -s system
cp /stand/system /stand/system.prev
cp /stand/vmunix /stand/vmunix.prev
cp -R /stand/dlkm /stand/dlkm.prev
kmupdate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 06:05 AM
10-05-2006 06:05 AM
Re: Kernel Parm Changes
cp /stand/system /stand/build/system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 06:33 AM
10-05-2006 06:33 AM
Re: Kernel Parm Changes
This is a ludicrous value for stacksize whether it is 32-bit or 64-bit code. Only extremely badly written code would ever need a stack larger than 64MiB (and that is extremely generous). If a vendor is requesting a stack that large then find a baseball bat. You will need it to adjust the top of his skull downward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2006 06:39 AM
10-05-2006 06:39 AM
Re: Kernel Parm Changes
And yes it's a ludicrous value.