1834598 Members
4051 Online
110069 Solutions
New Discussion

What is mad?

 
Scott Dunkley
Regular Advisor

What is mad?

Hi

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
Better to regret something you have done, than something you havn't
9 REPLIES 9
harry d brown jr
Honored Contributor

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
Live Free or Die
harry d brown jr
Honored Contributor

Re: What is mad?

Look at this thread: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=811068

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
Live Free or Die
Simon Hargrave
Honored Contributor

Re: What is mad?

/opt/hpservices/bin/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?
Robert-Jan Goossens
Honored Contributor

Re: What is mad?

add on,

could you also post a

# swlist -l product | grep -i mad

Robert-Jan
Robert Bennett_3
Respected Contributor

Re: What is mad?

The "mad" daemon is the daemon started with ISEE. If you want to turn ISEE off and therby stop the mad daemon.

/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?
"All there is to thinking is seeing something noticeable which makes you see something you weren't noticing which makes you see something that isn't even visible." - Norman Maclean
Jeff Schussele
Honored Contributor

Re: What is mad?

I agree with Harry...

MAD=Mutually Assured Destruction

otherwise known as WindowsXP SP2

My $0.02,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Binu_2
Advisor

Re: What is mad?

Scott Dunkley
Regular Advisor

Re: What is mad?

I wasnt aware I had installed ISEE whatever that is. Anyway I have now stopped it and set it not to start again. Not really worried about HP monitoring this system.
Better to regret something you have done, than something you havn't
Devesh Pant_1
Esteemed Contributor

Re: What is mad?

ISEE is supposedly a great tool and holds a lot of promise for the future of monitoring and reporting. However the mad daemon really makes you go mad sometimes. I would say try experimenting with some test servers and have ISEE configured. We have a central ISEE server that gets feeds from most of our servers and infact this central ISEE server even logs calls with HP on its own for hardware failures ( if and when it works fine)

Devesh