- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MK_KERNEL or SAM - this is the question
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-11-2004 12:26 AM
05-11-2004 12:26 AM
Can someone share their notes on using MK_KERNEL ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 12:32 AM
05-11-2004 12:32 AM
SolutionCheck this thread,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=106979
HTH,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 12:33 AM
05-11-2004 12:33 AM
Re: MK_KERNEL or SAM - this is the question
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 12:42 AM
05-11-2004 12:42 AM
Re: MK_KERNEL or SAM - this is the question
it is a good question.
My opinion: the best way to change a kernel-tunable parameter is SAM.
My reasons: for change a kernel parameter and rebuild it there are some commands, not only mk_kernel.
You know, talking about kernel operations/actions/commands (everything) are very delicate!
SAM works very well about kernel operations and also GUI to change a kernel parameter is very friendly.
I would tell you to use mk_kernel only when there are problems about SAM (e.g. SAM doesn't run or GUI has problems).
Anyway I don't think SAM is the best tool for other operations. Just two examples: network configuration and LVM.
I always suggest to use commandline for network configuration and LVM operations.
Conclusion:
In my opinion SAM should be used for kernel changes, I would tell only for that.
Usually I prefer to work by commandline.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 12:51 AM
05-11-2004 12:51 AM
Re: MK_KERNEL or SAM - this is the question
:-) John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 12:57 AM
05-11-2004 12:57 AM
Re: MK_KERNEL or SAM - this is the question
That being said, here's a doc on HP:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2216/5187-2216_top.html&con=/hpux/onlinedocs/5187-2216/00/00/36-con.html&toc=/hpux/onlinedocs/5187-2216/00/00/36-toc.html&searchterms=hpux%7ckernel%7crebuild&queryid=20040511-065706
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 02:25 AM
05-11-2004 02:25 AM
Re: MK_KERNEL or SAM - this is the question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 02:59 AM
05-11-2004 02:59 AM
Re: MK_KERNEL or SAM - this is the question
Even I prefer to use SAM. I have also rebuilt the kernel using mk_kernel. I referred the mk_kernel manpage and completed the process of building the kernel.
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 03:31 AM
05-11-2004 03:31 AM
Re: MK_KERNEL or SAM - this is the question
IMHO, you may use mk_kernel, with all backups, naturally, when you are sure that the changes are valid, i.e. if you checked them with SAM on a test computer and have to repeat the changes somewhere else.
Additionally mk_kernel is irreplaceble if you want to create a procedure for computers upgrade.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 03:39 AM
05-11-2004 03:39 AM
Re: MK_KERNEL or SAM - this is the question
1. cd /stand/build
2. /usr/lbin/sysadm/system_prep -v -s system (creates system file)
3. vi system ---- (modify list)
4. mk_kernel -s system -- (create vmunix_test file)
5. mv /stand/vmunix /stand/vmunix.prev
6. mv /stand/system /stand/system.prev
7. mv /stand/build/system /stand/system
8. kmupdate /stand/build/vmunix_test
9. reboot
Good luck,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 03:39 AM
05-11-2004 03:39 AM
Re: MK_KERNEL or SAM - this is the question
mk_kernel should really be used as a last resort.If you can change a kernel parameter using SAM,then go for it.
However there will be instances(eg maxdsiz_64bit) when kernel
tuning through SAM is a no-go.
Please go through the attached note.
This provides an outline to carry out a kernel change via mk_kernel.
Substitute
-Siddhartha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 03:41 AM
05-11-2004 03:41 AM
Re: MK_KERNEL or SAM - this is the question
NO .. NO.. NO..
SAM SAM SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2004 03:49 AM
05-11-2004 03:49 AM