1833187 Members
2725 Online
110051 Solutions
New Discussion

Re: dmesg error message

 
Achilles_2
Regular Advisor

dmesg error message

Hi all,

I have face the problem when using dmesg. It displays the following error many times. This is A500 class server with running 11.00 OS.

SCSI: Unexpected Disconnect -- lbolt: 368830, dev: cb00f002, io_id: 5a

Thanks you for your help!!

Alex
5 REPLIES 5
KCS_1
Respected Contributor

Re: dmesg error message

Have a look at attached file, that gives you what to do.
Easy going at all.
Joseph Loo
Honored Contributor

Re: dmesg error message

Hi,

There should be a lot more info on this probable scsi reset. Please check /var/adm/syslog/syslog.log for more info on this and reply to this thread.

regards.
what you do not see does not mean you should not believe
V.Tamilvanan
Honored Contributor

Re: dmesg error message

Hi,
The error is related with your /dev/dsk/c1t15d0 Disk which is the internal and vg00 root disk by default.

Check for more error messages on /var/adm/syslog/syslog.log and you can make sure by running dd on the disk.

#dd if=/dev/rdsk/c1t15d0 of=/dev/null bs=1024
KCS_1
Respected Contributor

Re: dmesg error message

in addition,

/var/opt/resmon/logs/eventlog

check it out
Easy going at all.
Joseph Loo
Honored Contributor

Re: dmesg error message

hi,

fyi, dev:cb00f002, first two digits are the major number of the device with the error and the remaining 6 digits are the minor number. e.g. 00 - c0; f - t15 0 - d0; the remaining digits are device driver dependent. therefore, it should be c0t15d0 having some problem.

# lsdev 203 (where cb is 203 in hexadecimal)
returns sctl as the like suspect.

regards.
what you do not see does not mean you should not believe