- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is mad?
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
Forums
Discussions
Discussions
Discussions
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
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
06-16-2005 02:49 AM
06-16-2005 02:49 AM
What is mad?
I have a process that keeps appearing in my top process list its running mad -u root -g bin
what is it? Do i need it running? how can i stop it and then set it to never start agin at reboot?
tried using the man pages but its not listed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 02:55 AM
06-16-2005 02:55 AM
Re: What is mad?
Could it be: http://hpux.cs.utah.edu/hppd/hpux/X11/Emulators/mad-0.13.0b/
I doubt it. If you have "lsof" installed, run it (otherwise download and install it: http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.74/)
then
lsof -p PIDNUMBERofMAD
and post the output here
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 02:58 AM
06-16-2005 02:58 AM
Re: What is mad?
and this: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=872150
mad=mutually assured destruction
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 02:59 AM
06-16-2005 02:59 AM
Re: What is mad?
It's a part of ISEE, so if you disable it you won't have HP monitoring your systems.
You could bounce it with
/sbin/init.d/hpservices stop
/sbin/init.d/hpservices start
see if it calms down?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 02:59 AM
06-16-2005 02:59 AM
Re: What is mad?
could you also post a
# swlist -l product | grep -i mad
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 03:02 AM
06-16-2005 03:02 AM
Re: What is mad?
/sbin/init.d/hpservices stop
If you want it to not come up again on startup
vi /etc/rc.config.d/hpservices.conf
START_TUNER=0
But, the first question is - do you want to turn ISEE off?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 03:03 AM
06-16-2005 03:03 AM
Re: What is mad?
MAD=Mutually Assured Destruction
otherwise known as WindowsXP SP2
My $0.02,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 03:05 AM
06-16-2005 03:05 AM
Re: What is mad?
The mad daemon is the daemon started with ISEE.
Check these links
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=638106
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=696413
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 03:13 AM
06-16-2005 03:13 AM
Re: What is mad?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 06:32 AM
06-16-2005 06:32 AM
Re: What is mad?
Devesh