- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel Parameters
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
05-08-2006 09:24 PM
05-08-2006 09:24 PM
how do we set kernel parameters in HP other than SAM. Coz i do not get the "Kernel Configuration" option in SAM.
Any suggestions pls
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:32 PM
05-08-2006 09:32 PM
Re: Kernel Parameters
what version of hp-ux do you have?
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:33 PM
05-08-2006 09:33 PM
Re: Kernel Parameters
The version is HP-UX B.11.22 U ia64.
Its an itanium server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:37 PM
05-08-2006 09:37 PM
SolutionTo change the kernel parameters through command line, u can use "kmtune" command.
Pls see the man page of kmtune for further details.
otherwise,
- extract current system file
# /usr/lbin/sysadm/system_prep -s /stand/build/system
- Modify the system file to reflect ur change
- Create a new kernel with reference to modified system file
# cd /stand/build
# mk_kernel -s /stand/build/system
- it'll create a new kernel with the name "vmunix_test" in the current direc.
- Then run the "kmupdate" command to move the kernel & system file in place while reboot
# kmupdate
Regards,
Saravanan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:38 PM
05-08-2006 09:38 PM
Re: Kernel Parameters
Check "kcweb" for kernal tuning.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 09:40 PM
05-08-2006 09:40 PM
Re: Kernel Parameters
u can use "kctune" command for changing the parameters.
Also, u can change it through web (http). From any one of the windows PC, which has a connectivity to the server, open internet explorer & type the ipaddress of the server. In that page, u'll get a option to change the kernel param.
Regds,
Saravanan