Error Deamon.


 
Thread Tools Search this Thread
Operating Systems AIX Error Deamon.
# 1  
Old 09-17-2008
Error Deamon.

How will we check whether error deamon is started or not? any command is there? If it is not started how will we start the deamon. This server is highly critical server.

Pls, Let me know.

Thanks in advance.
# 2  
Old 09-23-2008
To check whether error daemon is running:
# ps -ef | grep errdemon

To start errdemon:
# /usr/lib/errdemon

More info on errdemon:
pSeries and AIX Information Center
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Clconfd deamon on HACMP

Hello, In my HACMP cluster in 2 nodes, on active node, I have a core generated , so in errpt errors, I see BC3BE5A3 and the Failing Module is "clconfd" because "caavg_private" exists in this active node. This deamon "clconfd" is inoperative. Should I restart this deamon dynamically ? Do... (2 Replies)
Discussion started by: LoLo92
2 Replies

2. Red Hat

Sendmail withour DEAMON

Hi All, in my server i configured like below define(`SMART_HOST', `mapper.mail.domain.com')dnl dnl FEATURE(`accept_unresolvable_domains')dnl FEATURE(`relay_based_on_MX')dnl we have enabled smart host and als o relay based mx vi /etc/sysconfig/sednamil DAEMON=no ... (0 Replies)
Discussion started by: venikathir
0 Replies

3. Linux

Hal deamon..

I have install centos on my server,.. then after rebooting 2 ,3 times , hal deamon cannot start, and system hang on boot.. when i google, i found the solution which is off the hal daemon service... my question is, what is the effect if i off the deamon service ?:confused: tq (2 Replies)
Discussion started by: ultramen7
2 Replies

4. AIX

how to monitor deamon processes

we have several deamon processes which were killed for some unknown reasons. we have to bring the deamon back manually everytime. Deamons running on 2 identical instances. It is ok on one instance but be killed 3 or 4 times a day on another. Any idea how to monitor it? like who/how the processes be... (3 Replies)
Discussion started by: hamiltonhall
3 Replies

5. Red Hat

Permissionfor some deamon

Hi everyone. Now, i want to permit for an user to start, stop and reconfig some of daemon on Redhat system without root permission. So how can i do ? Tks all. (2 Replies)
Discussion started by: quan0509
2 Replies

6. UNIX for Advanced & Expert Users

sshd deamon issue !!!!

On one of my production server sshd process is running on top . consuming 100 % amount of CPU . Below is the output of the sshd process... Please advice I am not sure what should I be doing about this. Can I kill the process ? ... Thanking you in advance. CPU TTY PID USERNAME PRI NI SIZE ... (1 Reply)
Discussion started by: kpatel786
1 Replies

7. UNIX for Advanced & Expert Users

deamon process

hi how to write deamon program i specified in detail i want to write c++ program when it run it run like deamon process (1 Reply)
Discussion started by: munnu
1 Replies

8. UNIX for Dummies Questions & Answers

Mailer Deamon Question

does somebody knows why when my IRIX system is booting it stop for more than 3 minutes in MAILER DEMOND.??? Thanks in advance for your help (1 Reply)
Discussion started by: michoacan2000
1 Replies

9. UNIX for Advanced & Expert Users

What is the differences between Services and Deamon

Dear aLL Would you please give me the difference services(windows) and deamons(unix). Regards Victor vinod kumar (2 Replies)
Discussion started by: victorvvk
2 Replies

10. UNIX for Dummies Questions & Answers

Print deamon? Solaris 4.1.4

hi, guys, I've met a problem when print some file on the printer. it says: "no deamon present" the system is solaris 4.1.4 i can't find reference on the docs.sun.com so, what can I do about this? Thanks a lot. (1 Reply)
Discussion started by: cloudsmell
1 Replies
Login or Register to Ask a Question