1832977 Members
2595 Online
110048 Solutions
New Discussion

Re: Error In Syslog

 
Miguel Carabano_1
Regular Advisor

Error In Syslog

Hello,

My server generates the following error in syslog.log:

Sep 27 22:15:30 sapprd EMS [2843]: ------ EMS Event Notification ------ Value:
"CRITICAL (5)" for Resource: "/storage/events/tapes/SCSI_tape/0_3_0_0.6.0"
(Threshold: >= " 3") Execute the following command to obtain event details:
/opt/resmon/bin/resdata -R 186318882 -r /storage/events/tapes/SCSI_tape/0_3_0_
0.6.0 -n 186318849 -a

Thanks

Miguel
9 REPLIES 9
Pete Randall
Outstanding Contributor

Re: Error In Syslog

Miguel,

Have you executed the suggested commmand? That will tell you exactly what the problem was.


Pete

Pete
Patrick Wallek
Honored Contributor

Re: Error In Syslog

Its an error with the tape drive.

Have you run the command that it tells you to run?

# /opt/resmon/bin/resdata -R 186318882 -r /storage/events/tapes/SCSI_tape/0_3_0_ 0.6.0 -n 186318849 -a
Sundar_7
Honored Contributor

Re: Error In Syslog

Value is CRITICAL. So most probably your tape drive is dead or something

Execute ioscan and find out the status

# ioscan -fnC tape

Look at the HW_STATUS.
Learn What to do ,How to do and more importantly When to do ?
Prashant Zanwar_4
Respected Contributor

Re: Error In Syslog

cstm << EOF > /tmp/tape$$
slclass tape

echo "selclass type tape; info ;wait ; infolog" | cstm >> /tmp/tap

grep -i Uncorrectable Errors /tmp/tape

this shall tell you about errors.

If are there, you have to replace tape.

Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Prashant Zanwar_4
Respected Contributor

Re: Error In Syslog

Sorry, discard 1st two line as they are of no use there.

Thanks
Prashant
"Intellect distinguishes between the possible and the impossible; reason distinguishes between the sensible and the senseless. Even the possible can be senseless."
Sยภเl Kย๓คг
Respected Contributor

Re: Error In Syslog

seems to be the problem with tape drive.
Just excecute this /opt/resmon/bin/resdata -R 186318882 -r and see.
regards
SK
Your imagination is the preview of your life's coming attractions

Re: Error In Syslog

If you did run those command and find nothing, do also ioscan -fnC tape if still not able to find problem, better check physically the tape drive, it might tell you whats the problem.
F Verschuren
Esteemed Contributor

Re: Error In Syslog

Please put the output of the executing of the script in the post. (it is properly alsow in the root mail)

besides hartware failuren in 60 % of the causes it is just the need of a cleaningtape.

hth.
Andrew Merritt_2
Honored Contributor

Re: Error In Syslog

Look in the file /var/opt/resmon/log/event.log, where you should find the full text of the event, and of any other events of lower severity regarding the tape device (only CRITICAL level events are logged to syslog).

The text of the message should give you details about the problem. Messages regarding the tape device will be logged by the 'dm_stape' monitor.