errpt in AIX


 
Thread Tools Search this Thread
Homework and Emergencies Emergency UNIX and Linux Support errpt in AIX
# 1  
Old 06-28-2010
Java errpt in AIX

The below is my code

in general according to AIX books

To display a detailed report of all errors logged in the past 24 hours, enter:

Code:
 errpt  -a  -s mmddhhmmyy

where the mmddhhmmyy string equals the current month, day, hour, minute, and year, minus 24 hours.

I have tried the same way by modifiying the code as

Code:
errpt -s `date +"%m%d0000%y"` |grep -i error

<Gives the output as per the errors occured in the day>


Code:
errpt -s `date +"%m%d%H00%y"` |grep -i error

What wil this out put give me? will it give me the errors happened in the hour?????

Please reply me.. because I dont have any output here on my screen....

Last edited by pludi; 06-28-2010 at 09:34 AM.. Reason: code tags, please...
# 2  
Old 06-28-2010
You are not sitting in a test center, are you? Smilie

It shows the summary of error report entries from the actual day and the actual hour starting by 00 minutes where every line contains the case-insensitive string "error".

Ie. if you start it at 15:32 today you get all entries from 15:00.
# 3  
Old 06-28-2010
'm sorry for the delay in reply,
As i dont get any output on my server 'm unable to consider it as output and asked you guys who know well about these outputs and way of wrtiting the scripts.

Will the

Code:
errpt -s `date +"%m%d%H00%y"` |grep -i error

gives the output of errors happened an hour back from the current hour? Kindly suggest me asm, looking for a script to be written.

Last edited by vbe; 09-24-2010 at 09:10 AM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

AIX errpt : ( E7A89C7D Local adapter disabled after unstable singleton for long time )

Medel : 9117-MMC OS: AIX 6.1 Patch level : 6100-07-04-1216 Hacmp version : HACMP v 6.1.0.8 Oracle : 11.2.0.3 RAC Node : 2 node Dear, my one node server has been restarted early this morning, So, i tried to start HA and Oracle database. after that, the follow error appears at the node... (1 Reply)
Discussion started by: tomato00
1 Replies

2. AIX

AIX errpt

Hi, just a short question: Is a error label always equal to a error identifier? So it does not matter if i search for an specific identifier (errpt -j) or a specific label (errpt -J)? Regards Ron (5 Replies)
Discussion started by: -=XrAy=-
5 Replies

3. AIX

Production Issue in AIX Oracle RAC [errpt output : DUPLICATE IP ADDRESS DETECTED IN THE NET]

1)We have 2 node cluster RAC on AIX: ->test1 ->test3 2) After rebooting server both the node sequentailly, we are getting below error from errpt command : # errpt |more IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION FE2DEE00 0901223914 P S SYSXAIXIF DUPLICATE IP ADDRESS... (2 Replies)
Discussion started by: manjusharma128
2 Replies

4. AIX

errpt message

Hello I have this message from errpt command IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION BFE4C025 0803155809 P H sysplanar0 UNDETERMINED ERROR BFE4C025 0802155509 P H sysplanar0 UNDETERMINED ERROR BFE4C025 0801155209 P H sysplanar0 UNDETERMINED ERROR BFE4C025 ... (6 Replies)
Discussion started by: lo-lp-kl
6 Replies

5. AIX

Help required in analyzing errpt in aix 5.3

I have received errpt like this.Any help will be highly appreciated.Recently my application has been migrated to aix 5.3 and working fine in aix 5.2 with out crashes. LABEL: CORE_DUMP IDENTIFIER: C69F5C9B Date/Time: Thu Apr 23 09:41:29 EDT 2009 Sequence Number: 948... (3 Replies)
Discussion started by: kittu1979
3 Replies

6. Shell Programming and Scripting

errpt script

I am looking for a script out there that can email me when my AIX server throws and error that is picked up by errpt -a Thanks SeaCros (6 Replies)
Discussion started by: seacros
6 Replies

7. AIX

AIX 5.3 errpt full of message: DISK OPERATION ERROR

Hi All, Can anyone explain me the meanning of the following errors: LABEL: SC_DISK_ERR2 IDENTIFIER: B6267342 Description DISK OPERATION ERROR Probable Causes DASD DEVICE Failure Causes DISK DRIVE DISK DRIVE ELECTRONICS Recommended Actions PERFORM PROBLEM DETERMINATION... (1 Reply)
Discussion started by: gianlu
1 Replies

8. SuSE

ERRPT in aix , replacement in suse linux?

Errpt- Generates an error report from entries in the log. Errpt is a AIX command. we want equivallent suse linux command. If there is no exact replace ment pls give us alternative way. we want to log each n evry system error and generate an error report (2 Replies)
Discussion started by: vrguha
2 Replies

9. UNIX for Dummies Questions & Answers

errpt

Hello World, When I issue the errpt command 1581762B 0826133303 T H hdisk1 DISK OPERATION ERROR C14C511C 0826133303 T H scsi0 ADAPTER ERROR I found these two unusual errors, wat exactly do these mean ? Im on an aix box. Thanks (3 Replies)
Discussion started by: cubicle^dweller
3 Replies

10. UNIX for Dummies Questions & Answers

errpt on aix entry.

hi, i have an entry in errpt on aix... any help? --------------------------------------------------------------------------- LABEL: AMQFFST3 IDENTIFIER: 8FED25B9 Date/Time: Fri Nov 15 07:20:05 Sequence Number: 2715 Machine Id: 000694DF4C00 Node Id: ... (1 Reply)
Discussion started by: yls177
1 Replies
Login or Register to Ask a Question