- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mk_kernel error
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
09-03-2007 03:01 PM
09-03-2007 03:01 PM
While doing mk_kernel i am getting this error.
Compiling conf.c...
Generating module: emcp...
Generating module: emcpmp...
Generating module: emcpmpc...
Generating module: emcpmpaa...
Generating module: emcpmpap...
Generating module: emcphr...
Generating module: emcpcg...
Generating module: emcpsapi...
Generating module: emcpsc...
Generating module: emcpsm...
Generating module: emcpevm...
Generating module: emcpdpm...
Loading the kernel...
Generating kernel symbol table...
Usage: bstab input_data symbol_cnt strtbl_size kernel_file output_file
*** Error exit code 1
Stop.
config: make did an exit(1)
Any ideas why its is failing?
Please help as i have a scheduled outage to apply patches.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 03:49 PM
09-03-2007 03:49 PM
Re: mk_kernel error
# unset LDOPTS
# mk_kernel ...
see reference:
http://archives.neohapsis.com/archives/hp/2002-q4/0067.html
This problem was caused by the environment parameter LDOPTS
that was defined with a "-s" included. This will strip the
symbols of the executable and produce the error described
above.
To correct this problem, unset LDOPTS before doing a
mk_kernel(1M). For example:
# unset LDOPTS
# mk_kernel
Generating module: krm...
Compiling /stand/build/conf.c...
Loading the kernel...
Generating kernel symbol table...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 03:51 PM
09-03-2007 03:51 PM
Re: mk_kernel error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 04:29 PM
09-03-2007 04:29 PM
Re: mk_kernel error
Loading the kernel...
Generating kernel symbol table...
Usage: bstab input_data symbol_cnt strtbl_size kernel_file output_file
*** Error exit code 1
Stop.
config: make did an exit(1)
the OS version is B.11.11. Unless i get this working i cant apply any patches
please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 06:29 PM
09-03-2007 06:29 PM
Re: mk_kernel error
# file /usr/bin/cmp
/usr/bin/cmp: PA-RISC1.1 shared executable dynamically linked
# what /usr/bin/cmp
/usr/bin/cmp:
$Revision: B.11.11_LR
Check on the above file.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 06:33 PM
09-03-2007 06:33 PM
Re: mk_kernel error
PHSS_35383 s700_800 11.11 ld(1) and linker tools cumulative patch
Install above Latest OS Linker Patch as well.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 08:17 PM
09-03-2007 08:17 PM
Re: mk_kernel error
The file is there
file /usr/bin/cmp
/usr/bin/cmp: PA-RISC1.1 shared executable dynamically linked
what /usr/bin/cmp
/usr/bin/cmp:
$Revision: B.11.11_LR
I cannot install any patches unless i get mk_kernel to work
please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 10:52 PM
09-03-2007 10:52 PM
Re: mk_kernel error
>> I cannot install any patches unless i get mk_kernel to work
It depends. PHSS_35383 itself does not require mk_kernel.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 10:56 PM
09-03-2007 10:56 PM
Re: mk_kernel error
However if you face issue installing PHSS_35383, most likely PHSS_35383 dependency - PHKL_29243 (or newer) is not installed.
In this case, try Older OS Linker Patch (no dependency):
PHSS_33035 s700_800 11.11 ld(1) and linker tools cumulative patch
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 05:34 AM
09-04-2007 05:34 AM
Re: mk_kernel error
Can you find the location of bstab?
>TY 007: most likely PHSS_35383 dependency - PHKL_29243 (or newer) is not installed.
If this is an issue, you can ignore this dependency with:
-x enforce_dependencies=false
(Especially if you don't have vpars.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 03:08 PM
09-04-2007 03:08 PM
Re: mk_kernel error
>> -x enforce_dependencies=false
Try to ensure PHKL_29243 would be installed "later" after mk_kernel is OK :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 09:29 PM
09-04-2007 09:29 PM
Re: mk_kernel error
thanks a lot
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2007 10:02 PM
09-04-2007 10:02 PM
SolutionPHSS_33033 s700_800 11.11 ld(1) and linker tools cumulative patch
>> the issue was resolved by reinstalling PHSS_33033
Glad to hear this :)
Should consider to load in Latest OS Linker Patch in short future:
PHSS_35383 s700_800 11.11 ld(1) and linker tools cumulative patch
Thanks