Skip to ContentSkip to Footer
시작 내용
- Community Home
- >
- HPE Community, Korea
- >
- HP-UX
- >
- dmisp Demon이 CPU를 많이 사용됨....원인 및 조치 내역 부탁드립니다...
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 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 04-04-2005 10:00 PM
날짜: 04-04-2005 10:00 PM
dmisp Demon이 CPU를 많이 사용됨....원인 및 조치 내역 부탁드립니다...
Memory: 968344K (929088K) real, 1522844K (1459308K) virtual, 4722800K free Page# 1/13
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
0 ? 1297 root 152 20 15828K 3536K run 168071:46 98.02 97.85 dmisp --> CPU 사용량이 97.85% 계속 유지됩니다....
원인 및 조치 내역을 알려주세요....(자세한 설명 부탁드립니다..)
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
0 ? 1297 root 152 20 15828K 3536K run 168071:46 98.02 97.85 dmisp --> CPU 사용량이 97.85% 계속 유지됩니다....
원인 및 조치 내역을 알려주세요....(자세한 설명 부탁드립니다..)
1 응답 1
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 친구에게 이메일 보내기
- 부적절한 컨텐트 신고
날짜: 04-04-2005 10:00 PM
날짜: 04-04-2005 10:00 PM
dmisp Demon이 CPU를 많이 사용됨....원인 및 조치 내역 부탁드립니다...
관련 문서가 2개 있습니다..
참고 하세요..
Good day^^
DMISP process is taking up too much cpu DocId: KBRC00010533 Updated: 2/22/05 10:40:00 AM
PROBLEM
The /usr/bin/top utility reveals that the dmisp process uses an unacceptably high level of system activity. What can I do to correct this behavior?
CONFIGURATION
HPUX-OS 11.11
B6816AA B.11.11.36 SCR & DMI
RESOLUTION
Verify that the entries of the configuration file, /var/dmi/dmiMachines, are correct and are valid.
NOTE: Specifically note any IP addresses that may exist within this file.
Remove the DMI database files and restart the daemon:
Stop any DMI processes:
/sbin/init.d/Dmisp stop
Go to the /var/dmi/database directory:
cd /var/dmi/database
Remove all of the files within this directory.
rm *
NOTE: There should be 2 to 3 files. Do NOT remove the database directory!
Restart the DMI processes:
/sbin/init.d/Dmisp start
*********************************************************
Dmisp is consuming excessive CPU. What is DMI?
CONFIGURATION
HP-UX 11.11
DMI
RESOLUTION
DMI comes with a larger bundle (SCM Service Control Manager) included with 11i
automatically. HP SIM (Systems Insight Manager) also uses DMI. So if or SCM
or SIM are not being used, then DMI is probably not needed. Check here for SCM descriptions.
If not using DMI, disable it from running by editing Dmiconfig:
vi /etc/rc.config.d/Dmiconfig
and changing the variable START_DMI to be equal to 0. Otherwise, please
verify that DMI version B.11.11.36 is running:
swlist -l product |grep -i dmi
NOTE: DMI is no longer downloadable.
What is the load average on the system? what is the runq-sz? Check this with
the following command:
sar -q
Are there any recent errors logged into the files in /var/dmi/log? Try
stopping Dmisp:
/sbin/init.d/Dmisp stop
Did Dmisp stop? If the process is still there, kill it using the kill(1)
command. Then restart Dmisp:
/sbin/init.d/Dmisp start
Dmisp should now be consuming fewer cpu resources.
참고 하세요..
Good day^^
DMISP process is taking up too much cpu DocId: KBRC00010533 Updated: 2/22/05 10:40:00 AM
PROBLEM
The /usr/bin/top utility reveals that the dmisp process uses an unacceptably high level of system activity. What can I do to correct this behavior?
CONFIGURATION
HPUX-OS 11.11
B6816AA B.11.11.36 SCR & DMI
RESOLUTION
Verify that the entries of the configuration file, /var/dmi/dmiMachines, are correct and are valid.
NOTE: Specifically note any IP addresses that may exist within this file.
Remove the DMI database files and restart the daemon:
Stop any DMI processes:
/sbin/init.d/Dmisp stop
Go to the /var/dmi/database directory:
cd /var/dmi/database
Remove all of the files within this directory.
rm *
NOTE: There should be 2 to 3 files. Do NOT remove the database directory!
Restart the DMI processes:
/sbin/init.d/Dmisp start
*********************************************************
Dmisp is consuming excessive CPU. What is DMI?
CONFIGURATION
HP-UX 11.11
DMI
RESOLUTION
DMI comes with a larger bundle (SCM Service Control Manager) included with 11i
automatically. HP SIM (Systems Insight Manager) also uses DMI. So if or SCM
or SIM are not being used, then DMI is probably not needed. Check here for SCM descriptions.
If not using DMI, disable it from running by editing Dmiconfig:
vi /etc/rc.config.d/Dmiconfig
and changing the variable START_DMI to be equal to 0. Otherwise, please
verify that DMI version B.11.11.36 is running:
swlist -l product |grep -i dmi
NOTE: DMI is no longer downloadable.
What is the load average on the system? what is the runq-sz? Check this with
the following command:
sar -q
Are there any recent errors logged into the files in /var/dmi/log? Try
stopping Dmisp:
/sbin/init.d/Dmisp stop
Did Dmisp stop? If the process is still there, kill it using the kill(1)
command. Then restart Dmisp:
/sbin/init.d/Dmisp start
Dmisp should now be consuming fewer cpu resources.
위에 명시된 의견은 Hewlett Packard Enterprise가 아닌 저자의 개인 의견입니다. 이 사이트를 사용하면 이용 약관에 동의하게되며 참여 규칙 .