1832339 Members
2415 Online
110041 Solutions
New Discussion

Error in Kernel Rebuild

 
Harinath N
Frequent Advisor

Error in Kernel Rebuild

Hi,

In one of our HPUX 10.20 box, the NETWORKED FILE SYSTEMS item was not appearing in Sam under Networking and Communications menu.

We thought of removing and adding the NFS/9000 Subsystem from Kernel Configuration. While doing so, the Kernel rebuild was giving the following error :


Cannot build a kernel using /usr/sbin/mk_kernel. The standard output
of the command is shown below:
/usr/ccs/bin/ld: Unsatisfied symbols:
fss_cap_state (data)
minfree (data)
maxqueuetime (data)
kern_vm_scan_rate (data)
large_ncargs_enabled (data)
desfree (data)
lotsfree (data)
kern_vm_pct (data)
/usr/ccs/bin/ld: (Warning) Long Branch Stub inserted for "BL
$call_trap,0" in /usr/conf/lib/libhp-ux.a(asm_rv.o). Stub kills r1
(possibly incorrect).

Stop.
config: make did an exit(1)

The command exitted with exitcode -71.

The NFS server and client part are working properly in the system, only thing we are not able to access it through Sam.
Please help out in resolving the Kernel rebuild error and also getting the NFS menu in Sam.


Thanks and Regards,
N.Harinath.
3 REPLIES 3
Ravi_8
Honored Contributor

Re: Error in Kernel Rebuild

Hi,
#cp -p /stand/vmunix /stand/vmunix.prev
#vi /stand/system
in this file check for the components
nfs_client
nfs_core
nfs_server
nfsm
if doesn't exist add these components(anywhere in the file)
#rm /stand/build/vmunix_test
#mk_kernel -s /stand/system
A file by name vmunix_test will be created under /stand/build
# rm /stand/vmunix
#cp /stand/build/vmunix_test /stand/vmunix
#reboot
now you could see the NFS component in the SAM
never give up
Harinath N
Frequent Advisor

Re: Error in Kernel Rebuild

Hi Ravi,

Thanks for your response.
As you had mentioned, those nfs components can be placed only in HPUX box running 11.00. When I treid to rebuild the kernel manually, again the same error is coming.

Regards,
N.Harinath

eran maor
Honored Contributor

Re: Error in Kernel Rebuild

hi

i think that this error acour not of the changes that you made in the system but before when you mybe install new patches .

You can try to restore /usr/conf to resolve the mk_kernel errors .

also be advise to install this patches to resolve the problem :

PHCO_23844 s700_800 10.20 fsck_vxfs(1M) cumulative patch .
PHKL_16751 - s800 10.20 SIG_IGN/SIGCLD,LVM,JFS,PCI/SCSI cumulative patch
PHKL_16957 - s800 10.20 Physical dump devices configuration patch
PHKL_17858 - s800 10.20 Fix for mount/access of disc sections
PHKL_21661 - s800 10.20 LOFS cumulative patch
PHCO_23437 - s700_800 10.20 LVM commands cumulative patch
PHKL_20611 - s800 10.20 Correct process hangs on ufs inodes
PHKL_20611 - s800 10.20 VxFS (JFS) mount,fsck cumulative changes
PHNE_22507 - s800 10.20 cumulative ARPA Transport patch


I M PUTTING ALSO THE DOC THAT I SAW IN KMINE ABOUT IT
love computers