- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel build fails - unsatisfied symbols
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-26-2001 06:32 AM
06-26-2001 06:32 AM
# mk_kernel
Compiling /stand/build/conf.c...
Loading the kernel...
/usr/ccs/bin/ld: Unsatisfied symbols:
kpageoutcnt (data)
This is version 10.20 (800). I have checked the swlist, and everything appears to be configured.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 06:38 AM
06-26-2001 06:38 AM
Re: Kernel build fails - unsatisfied symbols
Terry,
had this problem some time ago.
didn't find out what the problem really was but the following workaraound helped.
look in /stand/build and move all files *.o away and try building your kernel.
helped for me....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 06:41 AM
06-26-2001 06:41 AM
Re: Kernel build fails - unsatisfied symbols
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 06:42 AM
06-26-2001 06:42 AM
Re: Kernel build fails - unsatisfied symbols
I tried removing /stand/build/*.o. This left the following files :
conf.c config.mk space.h vmunix_test
Unfortunately, I still receive this error message.
I also tried removing all files in /stand/build - still same problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 06:44 AM
06-26-2001 06:44 AM
Re: Kernel build fails - unsatisfied symbols
It's look like an error in tunable parameters
section of /stand/system : when you modify this
file with an error and make your mk_kernel you
have this type of error.
Look this file, I think that kpageoutcnt may
be in this section and I think it's not a
parameter....
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 06:50 AM
06-26-2001 06:50 AM
Re: Kernel build fails - unsatisfied symbols
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3782-90728/B3782-90728_top.html&con=/hpux/onlinedocs/B3782-90728/00/00/29-con.html&toc=/hpux/onlinedocs/B3782-90728/00/00/29-toc.html&searchterms=kernel%7ctuning%7c10.20%7ckpageoutcnt&queryid=20010626-074854
Secondly, make sure that the kernel tunable you are modifying is valid.
Edit the tunable from SAM who will make sure it stays in an acceptable range.
If SAM doesn't present the tunable, either it is an undocummented or unsupported tunable.
Have a look on docs.hp.com for an overview of kernel tunables.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:07 AM
06-26-2001 07:07 AM
Re: Kernel build fails - unsatisfied symbols
* Tunable parameters
maxswapchunks 512
nstrpty 60
There is no mention of kpageoutcnt (data).
I don;t even know what this is.
Thanks
What I am actually trying to do is increase the swap size, and I get this error message.
To make sure it wasn't just a problem with swap, I tried changing another paramater (through SAM) but it won't let me rebuild any changes.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:11 AM
06-26-2001 07:11 AM
Re: Kernel build fails - unsatisfied symbols
set getsysconf too for more info.
see /usr/sbin/km*
for more on tunables from command line.
Bill (sorry gotta rush home!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 07:58 AM
06-26-2001 07:58 AM
Re: Kernel build fails - unsatisfied symbols
I can't tell you what patches to apply, but if you can ensure that libvm.a is intact and the ld command line includes libvm.a when the link occurs, it should fix your problem.
You should look for patches that include libvm.a.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 11:46 PM
06-26-2001 11:46 PM
SolutionIf so was the 16751 patch reinstalled AFTER the 19756?
if this is true, you may need to remove PHKL_19756, and then add in 19756 again as there were origionally dependency issues with these two patches.
quote:
Kernel build may still fail because of the following unsatisfied symbol:
kpageoutcnt (data)
Somehow the patch containing that symbol dislikes reinstalls. Just install a
newer version of this patch. The newest versions at the moment are:
[PHKL_19755/PACHRDME/English] s700 10.20 Buffer cache fixes for hangs
and performance
[PHKL_19756/PACHRDME/English] s800 10.20 Buffer cache fixes for hangs
and performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 01:58 AM
06-27-2001 01:58 AM
Re: Kernel build fails - unsatisfied symbols
I looked at the patches - the most recent of this seems to be PHKL_23174.
I downloaded this, but when I went to run it it a checksum error occured.
Do I need this installed as the system is working OK now without it?
Thanks to everyone for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2001 02:27 AM
06-27-2001 02:27 AM
Re: Kernel build fails - unsatisfied symbols
If you havethe checksum error, I would suggest that the patch did not download correctly.
You have the options of:
1) do nothing and see if yoy get the panics as per the patch text
2) try downloading the patch again
3) requst the patch be sent from your local HP Response Centre via tape.
HTH