This is a discussion on errpt command gives no output, why? within the AIX Operating System forums, part of the Unix Operating Systems category; --> One of our aix 4.3.3 machine gives no errpt output. But i've checked things against another aix machine which ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| One of our aix 4.3.3 machine gives no errpt output. But i've checked things against another aix machine which does. There's process /usr/lib/errdemon running. And files /var/adm/ras/errtmplt /var/adm/ras/errlog are there too So what else are missing? |
| |||
| Nicholas Dronen wrote: > pui ming Wong <s11976@net2.hkbu.edu.hk> wrote: > pmW> One of our aix 4.3.3 machine gives no errpt output. > pmW> But i've checked things against another aix machine which > pmW> does. > pmW> There's process > pmW> /usr/lib/errdemon running. > pmW> And files > pmW> /var/adm/ras/errtmplt > pmW> /var/adm/ras/errlog > > pmW> are there too > pmW> So what else are missing? > > Perhaps someone ran errclear (or is it errclean)? If you want to > test whether errdemon is working correctly, you can run a command > (logger?) to write entires to the error log entries. (Sorry, no > AIX box here to check.) > > Regards, > > Nicholas > > -- > "Why shouldn't I top-post?" http://www.aglami.com/tpfaq.html > "Meanings are another story." http://www.ifas.org/wa/glossolalia.html If sendmail is running - Find PID and kill -9 Always puts an error in the errpt for failing module of sendmail. Try that......if its not running, start it and kill it. (quick and dirty) There are other proggies out there that will create errpts: (example) http://www.mort.level5.net/johnr/c-source/error2.txt but you have to compile it. Puts a permanent hdisk0 error in report. TCP |
| |||
| s11976@net2.hkbu.edu.hk (pui ming Wong) wrote in message news:<bg6rl2$hps$2@net-sp1.hkbu.edu.hk>... > One of our aix 4.3.3 machine gives no errpt output. > But i've checked things against another aix machine which > does. > There's process > /usr/lib/errdemon running. > And files > /var/adm/ras/errtmplt > /var/adm/ras/errlog > > are there too > So what else are missing? you can trying : #/usr/lib/errstop #rm /var/adm/ras/errlog #/usr/lib/errdemont than run "errpt" command check error log example: #errpt IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION 9DBCFDEE 0730164103 T O errdemon ERROR LOGGING TURNED ON GOOD LUCK! |
| ||||
| Nicholas Dronen wrote: > pui ming Wong <s11976@net2.hkbu.edu.hk> wrote: > pmW> One of our aix 4.3.3 machine gives no errpt output. > pmW> But i've checked things against another aix machine which > pmW> does. > pmW> There's process > pmW> /usr/lib/errdemon running. > pmW> And files > pmW> /var/adm/ras/errtmplt > pmW> /var/adm/ras/errlog > > pmW> are there too > pmW> So what else are missing? > > Perhaps someone ran errclear (or is it errclean)? If you want to > test whether errdemon is working correctly, you can run a command > (logger?) .... errlogger HELLO gives an entry with label Operator Notification and the text HELLO to write entires to the error log entries. (Sorry, no > AIX box here to check.) > > Regards, > > Nicholas > |