- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How do I stop "dmi"?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
тАО02-06-2004 06:29 AM
тАО02-06-2004 06:29 AM
# psg dmi
root 1296 1 0 Feb 5 ? 906:39 /usr/dmi/bin/dmisp
root 1305 1 0 Feb 5 ? 0:00 /var/dmi/bin/hpuxci
root 1310 1 0 Feb 5 ? 0:00 /var/dmi/bin/sdci
root 1325 1 0 Feb 5 ? 0:00 /var/dmi/bin/swci
I figured out that DMI is the "Doman Management Interface" or something like that, which I don't think I want or need. The dmisp process is tying up one of my cpus 100%.
How do I stop this? And disable it from ever restarting?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2004 06:33 AM
тАО02-06-2004 06:33 AM
SolutionIf you aren't using the Service Control Manager product or any type of Desktop Management Interface (DMI) tools, you don't need to run the dmisp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2004 06:33 AM
тАО02-06-2004 06:33 AM
Re: How do I stop "dmi"?
Change START_DMI to 0 in /etc/rc.config.d/Dmiconfig.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2004 06:34 AM
тАО02-06-2004 06:34 AM
Re: How do I stop "dmi"?
and /sbin/init.d/Dmisp stop to shut it down....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2004 06:35 AM
тАО02-06-2004 06:35 AM
Re: How do I stop "dmi"?
/sbin/init.d/Dmisp
If you don't want it to start you can change:
/etc/rc.config.d/Dmiconfig and change the START_DMI=0
I think stopping it to stop it from taking up your CPU is safe. But to stop it all together and not have it restart. I'm not sure if thats a good thing.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2004 06:35 AM
тАО02-06-2004 06:35 AM
Re: How do I stop "dmi"?
This is Desktop Management Interface.
You can use /sbin/init.d/Dmisp stop to stop this daemon. Also configure /etc/rc.config.d/Dmiconfig to permanently disable it.
-Sri