Sponsored Content
Operating Systems Solaris Unrecovered read error No retry Post 302952569 by B@S on Wednesday 19th of August 2015 11:15:40 PM
Old 08-20-2015
Sun Unrecovered read error No retry

We encountered these error 2 times(e.g. Solaris 10 with NetWorker installed) with in the month of August, but we couldn't pin point the root cause, it might be bad sector, bad cable or software incompatibility?

Do you experience these issue or please share your understanding about this? Thanks


*** Logs below ***

Code:
2015/08/20 06:27:14,myHostname,00000894,/var/adm/messages,"Aug 20 06:27:06 [*.*.*.*.2.2] kernel: (E4)[   8097573.833408] scsi1: (ffff81075b893400) (0/5/10000) chnl/tgt/lun 0/4/0 result 0x2, cdb 0x28:071d9ede:0301, sense 3/0x11/0x0 - Unrecovered read error No retry",LOGFILE,実行

2015/08/20 06:27:14,myHostname,00000894,/var/adm/messages,Aug 20 06:27:06 [*.*.*.*.2.2] kernel: (E6)[   8097573.833687] sd 1:0:4:0: [sdh] Sense Key : Medium Error [current] ,LOGFILE

2015/08/20 06:27:14,myHostname,00000894,/var/adm/messages,Aug 20 06:27:06 [*.*.*.*.2.2] kernel: (E6)[   8097573.834097] sd 1:0:4:0: [sdh] Add. Sense: Unrecovered read error,LOGFILE

2015/08/20 06:27:14,myHostname,00000894,/var/adm/messages,"Aug 20 06:27:06 [*.*.*.*.2.2] kernel: (E4)[   8097573.834329] end_request: I/O error, dev sdh, sector 119381867",LOGFILE

2015/08/20 06:27:14,myHostname,00000894,/var/adm/messages,Aug 20 06:27:06 [*.*.*.*.2.2] kernel: (E5)[   8097573.834440] DD_RAID: Array [dg1/ppart] encountered READ I/O errors (MEDIUM ERR) [dev = dm-7p5] [dev idx = 12] [stripe = 111581] [request = ffff81010543ba20],LOGFILE

2015/08/20 06:27:14,myHostname,00000894,/var/adm/messages,"Aug 20 06:27:06 [195.224.1.47.2.2] kernel: (E5)[   8097574.041095] DD_RAID: Array [dg1/ppart]: Completed the fix for READ errors [stripe = 111581] [id = 49, -1] [request = ffff8110187074c8,ffff81010543ba20]",LOGFILE


Last edited by Don Cragun; 08-20-2015 at 12:20 AM.. Reason: Add CODE and ICODE tags.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

SCO Unix printer waiting for auto-retry

Running SCO 5.0.5 with all the updates available on a Compaq 800 and just ran into this problem of the printer that is hooked up to /dev/lp0 &or /dev/lp. The printer has been working fine for 5 plus years and still works on another machine. I've uninstalled & re-installed the parallel port and... (0 Replies)
Discussion started by: cfaiman
0 Replies

2. UNIX for Advanced & Expert Users

Enomem in Journal Retry Error

Hi, Does anyone seen this error before.. kernel: ENOMEM in journal_alloc_journal_head, retrying. I encounter this problem on IBM eServers where when the above error appears usually the machine is dead or hanged. Unless a hard reboot is been done. Is this something have to do with the memory... (1 Reply)
Discussion started by: killerserv
1 Replies

3. Shell Programming and Scripting

retry process in ftp

hi #!/bin/bash SERVER=10.89.40.35 USER=xyz PASSWD=xyz ftp -in $SERVER<<EOF user $USER $PASSWD mkdir PPL cd /path of remote dir lcd /path of local dir hash bin put <file name> bye <<EOF The above ftp script i have to schedule in crontab at a particular instance of time run daily.... (2 Replies)
Discussion started by: rookie250
2 Replies

4. Shell Programming and Scripting

Retry every ten seconds while lockfile present

Hi, I have written below check lockfile script but need some tweaking on it. If there is a lockfile from present, I need the script to retry every 10 seconds to see if the lockfile is still there. After 120 seconds it should send an email. In my current version, if the script encounters... (6 Replies)
Discussion started by: Meert
6 Replies

5. Shell Programming and Scripting

Retry upon FTP failure

I am using the following code in a C Shell script to transfer files to a remote server: ftp -n logxx.xxxx.xxx.xxx.com <<DO_FTP1 quote user $user_name quote pass $password ascii put $js_file_name bin put $FinalZipFile quit DO_FTP1 This code works great except on those rare occasions... (8 Replies)
Discussion started by: phudgens
8 Replies

6. Shell Programming and Scripting

Shell Script to Retry and Exit

ok, so I'm trying to add a function to my local script that runs a command on a remote host. The reason why this is needed is that, there are other scripts that run different commands on the same remote host. so the problem is that many times there are multiple scripts being run on the remote... (1 Reply)
Discussion started by: SkySmart
1 Replies

7. AIX

Platform Firmware Unrecovered Error

this error is appear in my server . please can anyone help me with it . IDENTIFIER TIMESTAMP T C RESOURCE_NAME DESCRIPTION BFE4C025 0323100711 P H sysplanar0 UNDETERMINED ERROR BFE4C025 0323100611 P H sysplanar0 UNDETERMINED ERROR BFE4C025 0323090711 P H sysplanar0 ... (4 Replies)
Discussion started by: thecobra151
4 Replies

8. UNIX for Advanced & Expert Users

How to manipulate the conditions between every retry in wget?

Hi , When i hit the URL using WGET command ,it is retrying according to the number of retry we mentioned along with Wget command. my expectation : 1) If 1st try is failed and iam retrying again before 2nd retry i have to check for "xxxxxxx" entry in the log file. 2) If "XXXXXXX" entry is... (4 Replies)
Discussion started by: vinothsekark
4 Replies

9. Shell Programming and Scripting

If then else - Retry operation

I need to read a file line by line, then depending on the contents of each line, type in a code that will get written to an array. The problem I have is when I ask the user to confirm the input code, if it is wrong, how do i Return to ask again? Any thing I try increments the file to the next... (6 Replies)
Discussion started by: kcpoole
6 Replies

10. UNIX for Dummies Questions & Answers

Wget retry on 500 internal error

Hello Guys, I am trying to generate static site, I have perl script that wget the url, so the problem is sometimes wget has 500 internal error, this is failing to get that page. So I am thinking of retrying that url with 500 response. system $command = 'wget ... -i inputfile -o outfile" Is... (2 Replies)
Discussion started by: neal
2 Replies
hdio(7I)							  Ioctl Requests							  hdio(7I)

NAME
hdio - SMD and IPI disk control operations SYNOPSIS
#include <sys/hdio.h> DESCRIPTION
Note - The SMC and IPI drivers have been discontinued. dkio(7I) is now the preferred method for retrieving disk information. The SMD and IPI disk drivers supplied with this release support a set of ioctl(2) requests for diagnostics and bad sector information. Basic to these ioctl() requests are the definitions in <sys/hdio.h>. IOCTLS
HDKIOCGTYPE The argument is a pointer to a hdk_type structure (described below). This ioctl() gets specific information from the hard disk. HDKIOCSTYPE The argument is a pointer to a hdk_type structure (described below). This ioctl() sets specific information about the hard disk. /* * Used for drive info */ struct hdk_type { ushort_t hdkt_hsect; /* hard sector count (read only) */ ushort_t hdkt_promrev; /* prom revision (read only) */ uchar_t hdkt_drtype; /* drive type (ctlr specific) */ uchar_t hdkt_drstat; /* drive status (ctlr specific, ro) */ }; HDKIOCGBAD The argument is a pointer to a hdk_badmap structure (described below). This ioctl() is used to get the bad sector map from the disk. HDKIOCSBAD The argument is a pointer to a hdk_badmap structure (described below). This ioctl() is used to set the bad sector map on the disk. /* * Used for bad sector map */ struct hdk_badmap { caddr_t hdkb_bufaddr; /* address of user's map buffer */ }; HDKIOCGDIAG The argument is a pointer to a hdk_diag structure (described below). This ioctl() gets the most recent command that failed along with the sector and error number from the hard disk. /* * Used for disk diagnostics */ struct hdk_diag { ushort_t hdkd_errcmd; /* most recent command in error */ daddr_t hdkd_errsect; /* most recent sector in error */ uchar_t hdkd_errno; /* most recent error number */ uchar_t hdkd_severe; /* severity of most recent error */ }; SEE ALSO
ioctl(2), dkio(7I) SunOS 5.11 13 Aug 2002 hdio(7I)
All times are GMT -4. The time now is 07:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy