Operating System - HP-UX
1827760 Members
2679 Online
109969 Solutions
New Discussion

mk_kernel Re-Build Failed

 
Sivaji
Occasional Contributor

mk_kernel Re-Build Failed

Hello

We installed the following patches and tried re-building the kernel. Attached, please find the error message that was displayed during the build mk_kernel.

HP-UX - 11.00
Patches are
PHNE_25423/PACHRDME/English] : s700_800 11.00 cumulative ARPA Transport patch
[PHKL_25613/PACHRDME/English] : s700_800 11.00 IDS/9000; syscalls related to file/socket
[PHNE_24413/PACHRDME/English] : s700_800 11.00 LAN product cumulative patch
[PHNE_25116/PACHRDME/English] : s700_800 11.00 Cumulative STREAMS Patch

If anyone had experienced this problem , please share the solution with me.

Thanks.
5 REPLIES 5
Sebastian Galeski_1
Trusted Contributor

Re: mk_kernel Re-Build Failed

Hi
did you check if all dependencies for this patches are installed???

regards Seba
Sebastian Galeski_1
Trusted Contributor

Re: mk_kernel Re-Build Failed

Hi again
I mean there should be installed next patches:
3 PHCO_23651 fsck_vxfs(1M) cumulative patch
2 PHCO_23876 cumulative SAM/ObAM patch
3 PHKL_18543 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
3 PHKL_20016 2nd CPU not recognized in G70/H70/I70
3 PHKL_24027 VxFS 3.1 cumulative patch
2 PHKL_25475 PM cumulative patch
1 PHKL_25613 IDS/9000; file/socket syscalls; eventports
1 PHKL_25906 Probe,IDDS,PM,VM,PA-8700,asyncio,T600,FS
2 PHNE_24413 LAN product cumulative patch
2 PHNE_25116 Cumulative STREAMS Patch
2 PHNE_25423 cumulative ARPA Transport patch


hope it helps
Sanjay_6
Honored Contributor
Joseph A Benaiah_1
Regular Advisor

Re: mk_kernel Re-Build Failed

Sivaji,

Try running:

swlist -x show_superseded_patches=false -l fileset -a state | grep installed.

If there are any filesets in an installed state, try running:

swconfig

Regards,

Joseph.
Don Morris_1
Honored Contributor

Re: mk_kernel Re-Build Failed

I can't be positive which header file changed on you -- but the references in vm_vas.o to pread and mlock_valid_args aren't in later patches. Current VM patch for VAS stuff is PHKL_25210, which according to the Patch Center is superceded by PHKL_25906 -- applying that should give you a .o that works (at least for this issue)... looks like it has a couple good panic fixes (and a load of mmap fixes as well).

Don