SCSI Bus Reset


 
Thread Tools Search this Thread
Operating Systems Solaris SCSI Bus Reset
# 1  
Old 01-25-2009
SCSI Bus Reset

hey guys i got this in my logs what does this mean:

Quote:
19 Jan 26 00:47:33 scsi: [ID 107833 kern.warning] WARNING: /pci@780/pci@0/pci@9/scsi@0/sd@0,0 (sd1):
20 Jan 26 00:47:33 vfaus373 Error for Command: write(10) Error Level: Retryable
21 Jan 26 00:47:33 scsi: [ID 107833 kern.notice] Requested Block: 143084813 Error Block: 143084813
22 Jan 26 00:47:33 scsi: [ID 107833 kern.notice] Vendor: SEAGATE Serial Number: 055210APTM
23 Jan 26 00:47:33 scsi: [ID 107833 kern.notice] Sense Key: Unit Attention
24 Jan 26 00:47:33 scsi: [ID 107833 kern.notice] ASC: 0x29 (scsi bus reset occurred), ASCQ: 0x2, FRU: 0x2
# 2  
Old 01-26-2009
was this occurence just once or many times?
check iostat -E for sd1 if there are alot of transport/hard errors. If yes, replace the failed disk.
From the format utility, do --> analyze ---> read..
If the errors are incrementing on the console, def confirmed that its a read/write error on disk and needs replacement
# 3  
Old 07-01-2009
Could you please explain us what are these transport/hard errors...

when i ran the following command,

iostat -E | grep Errors

i got the following:

sd240 Soft Errors: 37 Hard Errors: 1144 Transport Errors: 0
sd578 Soft Errors: 0 Hard Errors: 890 Transport Errors: 0


Please tell me what does these mean and what has to be done.
# 4  
Old 07-01-2009
for a new question please open a new thread and don't capture the threads of other people! also use code tags and not a different color if you post output fom terminals oder code sniplets!

for your problem:
this looks like some of your disks might brake soon...
# 5  
Old 07-02-2009
Thank you... Smilie

anyway i will open a new post.....
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Scsi bus scan

Hi, I have presented a LUN to a VM (RHEL 5.8) and need to scan the scsi bus in order for the OS to pick it up. On FC attached hosts I can: echo "1" > /sys/class/fc_host/host0/issue_lip echo "- - -" > /sys/class/scsi_host/host0/scan ....but this does not work on my vm. ... (3 Replies)
Discussion started by: Duffs22
3 Replies

2. Programming

Bus Error: 10...Help please!

Hi all, I am writing a phonebook program to store names and number using a list. Here is the code for the function which allows the user to enter the name and number (where the error occurs). //THIS FUNCTION ADDS A NEW ENTRY TO THE phonebook_list void insert(void){ //variables int... (5 Replies)
Discussion started by: kdejan
5 Replies

3. BSD

How to rescan scsi bus without reboot on OpenBSD

Hello, My question as title, I don't know the exact command, anyone could tell me about it? Kevin (0 Replies)
Discussion started by: guixingyi
0 Replies

4. Programming

Bus error

Hi everyone, I have a GUI project and when I run it and left in idle state for a long time(there is nothing done, just opened GUI, no more actions),I get bus error after trying to do anything with it. I've tried to build it in debug mode and use gdb, but I don't get any error in debug mode.It... (3 Replies)
Discussion started by: sisi
3 Replies

5. HP-UX

Bus Error

I am getting bus error when i include "#!/bin/ksh". If i remove interpreter then script is working. Can anyone explain this and how can i avoid this error? Operating System is HP-UX B.11.23 U 9000/800 1091834454 (2 Replies)
Discussion started by: anbu23
2 Replies

6. SCO

How to install UNIX 5.0.7 on an ML 330 G3 server with IDE array instead of scsi bus

My boss get a Proliant ML 330 G3 server with IDE ARRAY Bus, I try to isntall UNIX 5.0.7 on it but i't didn't detect as a hdd, I try to configure it as single logical drive and many combinations but UNIX always says taht there is no hdd, does anyone knows how to?? the boss of course won't say it... (0 Replies)
Discussion started by: jactroo
0 Replies

7. Programming

BUS error

Hi! I've got a program which runs fine under Linux, but I have compiled it to run under SunOS 5.8 in a Sparc computer, and now it sometimes fails with "bus error". Ussing gdb I surfed to the error line, which is *pointer = some_vector; where some_vector is a 16 byte struct (4 integers)... (1 Reply)
Discussion started by: shesatmine
1 Replies

8. UNIX for Dummies Questions & Answers

Bus error(coredump

aix 5.3 ML1 system was functioing well, when suddenly telnet session hung and then I got the following message "Bus error(coredump)" would appreciate if anyone would assist as to what to do next. (3 Replies)
Discussion started by: Student37
3 Replies

9. UNIX for Dummies Questions & Answers

SCSI bus is hung

Anyone have any ideas what could be causing me to get the error "The SCSI bus is hung. Perhaps an external device is turned off"? This is occuring when I try to boot off of my external CDROM. I have tried this CDROM on 3 different systems, tried different SCSI cables, and different terminators... (2 Replies)
Discussion started by: saucierm
2 Replies

10. UNIX for Dummies Questions & Answers

Bus Error

This may belong in the C Programming forum, but here goes anyway... What would cause a bus error? I searched google for a cause, but came up with some conflicting reports... Could it be caused by disk space? A lot of the pages I found mentioned linking with the incorrect versions of the... (4 Replies)
Discussion started by: LivinFree
4 Replies
Login or Register to Ask a Question