- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot build kernel
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-10-2002 11:30 PM
06-10-2002 11:30 PM
Cannot build kernel
The message error is:
Generating module: krm...
Compiling conf.c...
Loading the kernel...
ld: Unsatisfied symbol "mlock_valid_args" in file /usr/conf/lib/libhp-ux.a[vm_clic.o]
ld: Unsatisfied symbol "prf_klog_getcount" in file /usr/conf/lib/libhp-ux.a[klog.o]
ld: Unsatisfied symbol "prf_klog_getstring" in file /usr/conf/lib/libhp-ux.a[klog.o]
ld: Unsatisfied symbol "pwrite" in file /usr/conf/lib/libhp-ux.a[scall_stubs.o]
ld: Unsatisfied symbol "lock_claim" in file /usr/conf/lib/liblvm.a[lv_hp.o]
ld: Unsatisfied symbol "pread" in file /usr/conf/lib/libhp-ux.a[scall_stubs.o]
ld: Unsatisfied symbol "lock_disown" in file /usr/conf/lib/liblvm.a[lv_hp.o]
7 errors.
*** Error code 1
Stop.
config: make did an exit(1)
config failure.
With SAM the exitcode is -71 (cannt build the kernel).
Thanks
Antonio Scotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 11:44 PM
06-10-2002 11:44 PM
Re: Cannot build kernel
To get your system back to normal I suggest you swremove PHKL_18543 and check you can now build a kernel aok.
The problem with your patch install was probably due to a missing dependency for either PHKL_18543 or a dependency for one of the patches which you installed with it. You must check ALL patches individually for dependencies before installing. The best way to accomplish this is install PHKL_18543 from a quarterly patch bundle (QPK bundle) and this way it will pull in ALL dependent patches. Dont forget to use the -x patch_match_target=true option on swinstall.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2002 11:55 PM
06-10-2002 11:55 PM
Re: Cannot build kernel
swlist -l fileset -a prerequisite | grep 18543 |cut -d. -f1 |uniq
to obtain all dependencies of PHKL_18543.
Create a bundle of these dependencies.
Force reinstall of the bundle but NOT of PHKL_18543.
It will solve the problem.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 02:56 AM
06-11-2002 02:56 AM
Re: Cannot build kernel
- I could not uninstall the patch PHKL_18543.
- If I try to install the bundle with all the dependencies, excluding the PHKL_18543, I cannot install it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 03:51 AM
06-11-2002 03:51 AM
Re: Cannot build kernel
1) PHKL_26800 and PHKL_24027 must be installed on all systems on which PHKL_18543 is installed.
Do you have these
.
2)swlist -l fileset -a state|grep -v "#"|grep -v configured
What does it give.
3)/usr/contrib/bin/check_patches what does it give
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 04:14 AM
06-11-2002 04:14 AM
Re: Cannot build kernel
I'm not sure exactly if you had reinstall or not the patch PHKL_18543. This is a special patch that you absolutly need on your system but you cannot reinstall it without getting some problem.
This patch is called the Line In The Sand (LITS) patch because once you install it on your system many other patches will modify some parts of what this patch has installed. So reinstalling it will corrupt these patches.
If it was your first install of the PHKL_18543 you could be missing some dependencies.
To verify if some patches could have been corrupted follow the instructions in the following document, this will find & fix all the problems that could have been caused by a reinstallation.
KBRC00006852: Sys Adm: Recovering from a force install of the LITS patch
http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058669445
Regards,
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 04:14 AM
06-11-2002 04:14 AM
Re: Cannot build kernel
If you force reinstall of PHKL_17543 you won't be able to rebuilt the kernel.
After reinstalling bundle, you should be able to rebuilt the kernel.
Fabrice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 04:21 AM
06-11-2002 04:21 AM
Re: Cannot build kernel
PHKL_24027.VXFS-BASE-KRN installed
PHKL_24027.VXFS-PRG installed
PHKL_26800.C-INC installed
PHKL_26800.CORE-KRN installed
PHKL_26800.CORE2-KRN installed
I attached a file with the check patches report.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 04:32 AM
06-11-2002 04:32 AM
Re: Cannot build kernel
http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000058668861
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 04:36 AM
06-11-2002 04:36 AM
Re: Cannot build kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 04:37 AM
06-11-2002 04:37 AM
Re: Cannot build kernel
Follow the instruction in the document I have gave you the link before. If you cannot access it I could send it to you.
That document has always work to solve the reinstallation of the 18543, I have used it multiple times when I was working at HP response center
Luc