HP-UX
1755762 회원
3057 온라인
108838 솔루션
새 메시지

syslog.log file에 있는 warning messages

 
김용수
비정기 기여자

syslog.log file에 있는 warning messages

file system full 인것은 파일들을 삭제해서 문제 없습니다.

그런데 DLKM에 관한 warning등은 무엇인지 모르겠습니다.

확인좀 부탁합니다.
2 응답 2
고광태
중학생

syslog.log file에 있는 warning messages

현재 커널이 symbol table(DKLM) 이랑 매치가 안되서 메세지를 뿌리는것입니다.

커널을 아래의 명령어로 리빌드 하시면 됩니다.







#cd /stand/build

#/usr/lbin/sysadm/system_prep -s /stand/build/system



#/usr/sbin/mk_kernel -s /stand/build/system

#mv /stand/system /stand/system.prev

#mv /stand/build/system /stand/system

#kmupdate /stand/build/vmunix_test

#shutdown -r



참고자료



날짜: 99-02-25

문서 설명: SYS ADM: "WARNING: modpath: DLKM is not initialized" error

문서 id: A5577671







이 문서에 대한 피드백 제공을 할 수 있습니다.







Problem Description



I have recently made changes to the kernel.



Now I am receiving the following messages in

dmesg and syslog.log:



WARNING: modpath: DLKM is not initialized



What is the cause of this problem and how can

it be corrected?



Configuration Info



Operating System - HP-UX

Version - 11.0

Hardware System - HP 9000

Series - K450



Solution



Normally this error indicates that the current

version of the kernel does not match the current

version of the symbol table symtab in /stand/dlkm.



This can be verified with the following command:



echo mod_initialized/D | adb -k /stand/vmunix /dev/mem



You can resolve this issue by using the following

procedure:



1. cd /stand/build



2. /usr/lbin/sysadm/system_prep -s system



3. mk_kernel -s system



4. kmupdate /stand/build/vmunix_test



5. shutdown -r 0



Note: Do not use reboot.



김병수
본과생

syslog.log file에 있는 warning messages

modpath: DLKM is not initialized



이런 message는 kernel과 관련된 message입니다.



# dmesg



# cat /var/adm/msgbuf



를 보시면 error message를 보실수 있습니다.



위와 같은 문제는 kernel 을 rebuild해야만 해결되는데



위분의 말씀대로 kernel을 재구성하여 보시구요.



혹시 해결되지 않으면 patch를 찾아보시기 바랍니다.