- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mk_kernel Error message
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-21-2004 03:01 AM
06-21-2004 03:01 AM
I'm trying to build a new kernel on a HP 11i, but when I run the command mk_kernel as below:
# /usr/sbin/mk_kernel -v -s system
I got the error message:
Building a new kernel based on template file "system"
config failure.
Someone can help me???
Thank you in advance for any help...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 03:13 AM
06-21-2004 03:13 AM
Re: mk_kernel Error message
Here is a general guide:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=105739
#cd /stand
#cp vmunix vmunix.old
#cp system system.old
#cd build
#this is the changed line.
#/usr/lbin/sysadm/system_prep -s system
Edit system file and make changes here as per ur require ment. Imeand addition/Deletion of devices. Then
#mk_kernel -s system
For more information see the man page of mk_kernel
Now one new kernel will be created in /stand/build directory. Copy this to original location
#cd /stand/build
#cp vmunix_test /stand/vmunix
#cp system /stand
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
06-21-2004 03:35 AM
06-21-2004 03:35 AM
Re: mk_kernel Error message
I followed the general guide that you suggested me, but I got the same error...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 06:24 AM
06-21-2004 06:24 AM
Re: mk_kernel Error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 07:13 PM
06-21-2004 07:13 PM
Re: mk_kernel Error message
this is the complete error message that I found using the -v (verbose) parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 07:48 PM
06-21-2004 07:48 PM
SolutionWell you can just check few things:
Are these files present in /stand/build
files such as conf.c, conf.o, and tune.h ?
Is the path /usr/conf/lib set ?
At the last you can try if get the same error if you try from sam.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 08:08 PM
06-21-2004 08:08 PM
Re: mk_kernel Error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 09:22 PM
06-21-2004 09:22 PM
Re: mk_kernel Error message
# /usr/sbin/mk_kernel -o /home -v -s system
to redirect the new kernel to /home but I got the error:
ERROR: Cannot place a kernel in "/home".
It must either not exist or else exist as an ordinary file.
Since the directory home exists my question is: Should it be a particolar directory? If yes what kind of directory?
Someone can help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2004 11:37 PM
06-21-2004 11:37 PM
Re: mk_kernel Error message
maybe you have tried and maybe it's simple
But Just try using this:
#mk_kernel -o /home/vmunix_test
regards,