Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- syslog.log file에 있는 warning messages
HP-UX
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
-
정보
- 커뮤니티
- Welcome
- 시작하기
- 포럼 FAQ
- 랭킹 개요
- 참여규칙
- Tips and Tricks
- 접촉
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- 다른 HPE 사이트
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
포럼
-
블로그
-
정보
-
한국어
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 01-08-2004 11:00 PM
날짜: 01-08-2004 11:00 PM
syslog.log file에 있는 warning messages
file system full 인것은 파일들을 삭제해서 문제 없습니다.
그런데 DLKM에 관한 warning등은 무엇인지 모르겠습니다.
확인좀 부탁합니다.
그런데 DLKM에 관한 warning등은 무엇인지 모르겠습니다.
확인좀 부탁합니다.
2 응답 2
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 01-08-2004 11:00 PM
날짜: 01-08-2004 11:00 PM
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.
커널을 아래의 명령어로 리빌드 하시면 됩니다.
#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.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 01-08-2004 11:00 PM
날짜: 01-08-2004 11:00 PM
syslog.log file에 있는 warning messages
modpath: DLKM is not initialized
이런 message는 kernel과 관련된 message입니다.
# dmesg
# cat /var/adm/msgbuf
를 보시면 error message를 보실수 있습니다.
위와 같은 문제는 kernel 을 rebuild해야만 해결되는데
위분의 말씀대로 kernel을 재구성하여 보시구요.
혹시 해결되지 않으면 patch를 찾아보시기 바랍니다.
이런 message는 kernel과 관련된 message입니다.
# dmesg
# cat /var/adm/msgbuf
를 보시면 error message를 보실수 있습니다.
위와 같은 문제는 kernel 을 rebuild해야만 해결되는데
위분의 말씀대로 kernel을 재구성하여 보시구요.
혹시 해결되지 않으면 patch를 찾아보시기 바랍니다.
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .