- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dmisp process on hpux issue
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 05:13 AM
10-25-2005 05:13 AM
We found that the process "dmisp" was taking too much cpu percentage. I was being started by
/sbin/init.d/dmisp
Can we stop this process ?
Appreciate your suggestion.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 05:24 AM
10-25-2005 05:24 AM
SolutionSTART_DMI=0
after that you can safely kill the process but do try simple
kill $PID
before resorting to kill -9 to save yourself from possible ill effects.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 05:26 AM
10-25-2005 05:26 AM
Re: dmisp process on hpux issue
Found this link, maybe can help you:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=864151
Regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 05:28 AM
10-25-2005 05:28 AM
Re: dmisp process on hpux issue
Yes you can stop/start the daemon:
and in the worst case kill it and start it again:
/sbin/init.d/Dmisp stop/start
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:38 PM
10-25-2005 09:38 PM
Re: dmisp process on hpux issue
Similar problems are already posted before. See the answer from Sridhar in the following thread.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=618779
Regards,
Syam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2005 09:49 PM
10-25-2005 09:49 PM
Re: dmisp process on hpux issue
You can stop it anytime with:
/sbin/init.d/dmisp stop
But to not allow starting this proccess you have to edit appropriate file:
/etc/rc.config.d/dmiconfig
changing the value of the START_DMI variable from 1 to 0.
Regards,
Borislav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 12:03 AM
10-26-2005 12:03 AM
Re: dmisp process on hpux issue
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=797378
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870234
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=827873
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=733081
Doing a RCA will definitely help
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 08:34 AM
10-26-2005 08:34 AM
Re: dmisp process on hpux issue
Marlou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 09:07 AM
10-26-2005 09:07 AM
Re: dmisp process on hpux issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 12:10 PM
10-26-2005 12:10 PM
Re: dmisp process on hpux issue
If you can stop the dmisp process by,
/sbin/init.d/Dmisp stop.
Hope this link helps,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=864151
regds,Granite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 01:02 PM
10-26-2005 01:02 PM
Re: dmisp process on hpux issue
You can certainly stop it with
/sbin/init.d/Dmisp stop
You probably are not using it so you can keep it stopped. It's really up to you.
To disable it, so it will not start up again after the system is booted, you need to edit /etc/rc.config.d/Dmiconfig and change START_DMI to be equal to 0.
Marlou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 03:39 PM
10-31-2005 03:39 PM
Re: dmisp process on hpux issue
I am thinking we should go ahead and restart it with below commands:-
/sbin/init.d/dmisp stop
/sbin/init.d/dmisp start
Seems like stoping and starting the service might help in releasing the cpu.
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 03:44 PM
10-31-2005 03:44 PM
Re: dmisp process on hpux issue
Yes stop it and wait for a day and if you get any calls then only start it again. Else permenantly disable it. Record this change in your change ragister/ change management server for a future reference.
Regards,
Syam