I'm no good at Solaris!!!

Morning all,

Sadly my skills lie with HP-UX. I've been on the rosetta webiste but its not helped me a great deal to see equivalent commands. We havea sun server posting scsi errors as below:-

stlsweb:/var/adm]tail -20 messages

Jan 9 10:13:16 stlsweb scsi: [ID 107833 kern.notice]ASC: 0x29 (<vendor unique 0x29>), ASCQ: 0x3, FRU: 0x0

Jan 9 10:23:59 stlsweb rmclomv: [ID 974741 kern.error] PSU @ PS0 has FAILED.

Jan 9 10:26:17 stlsweb scsi: [ID 107833 kern.warning] WARNING: /pci@1f,700000/s/sd@0,0 (sd1):

Jan 9 10:26:17 stlsweb Error for Command: write(10)Errorl: Retryable

Jan 9 10:26:17 stlsweb scsi: [ID 107833 kern.notice]Requested Block: 5062108 Error Block: 50621089

Jan 9 10:26:17 stlsweb scsi: [ID 107833 kern.notice]Vendor: HITACHISerial Number: 0345S1KDJG

Jan 9 10:26:17 stlsweb scsi: [ID 107833 kern.notice]Sense Key: Unit Attentio

Jan 9 10:26:17 stlsweb scsi: [ID 107833 kern.notice]ASC: 0x29 (<vendor unique 0x29>), ASCQ: 0x3, FRU: 0x0

Jan 9 10:39:01 stlsweb rmclomv: [ID 974741 kern.error] PSU @ PS0 has FAILED.

Jan 9 10:54:03 stlsweb rmclomv: [ID 974741 kern.error] PSU @ PS0 has FAILED.

Jan 9 11:09:05 stlsweb rmclomv: [ID 974741 kern.error] PSU @ PS0 has FAILED.

Jan 9 11:24:05 stlsweb rmclomv: [ID 974741 kern.error] PSU @ PS0 has FAILED.

Jan 9 11:38:57 stlsweb scsi: [ID 107833 kern.warning] WARNING: /pci@1f,700000/s/sd@1,0 (sd2):

Jan 9 11:38:57 stlsweb Error for Command: write(10)Errorl: Retryable

Jan 9 11:38:57 stlsweb scsi: [ID 107833 kern.notice]Requested Block: 5062113 Error Block: 50621130

Jan 9 11:38:57 stlsweb scsi: [ID 107833 kern.notice]Vendor: HITACHISerial Number: 0345S1KH8C

Jan 9 11:38:57 stlsweb scsi: [ID 107833 kern.notice]Sense Key: Unit Attentio

Jan 9 11:38:57 stlsweb scsi: [ID 107833 kern.notice]ASC: 0x29 (<vendor unique 0x29>), ASCQ: 0x3, FRU: 0x0

Jan 9 11:39:07 stlsweb rmclomv: [ID 974741 kern.error] PSU @ PS0 has FAILED.

It seems particularly difficult to display hardware. prtdiag does not seem to exist on the platform and am not sure if prtconf is any use at all any advice would be appreciated.

[2206 byte] By [anoblea] at [2007-11-26 14:33:10]
# 1

What model computer? SPARC or x86 ?

What version Solaris is on it ?(do uname -a and paste the results back here.)

You might try using absolute path to prtdiag, if this is a SPARC system.

[ /usr/platform/`uname -i`/sbin/prtdiag ]

Your excerpt seems to show two separate issues.

You have a failed or missing power supply #0.Replace it.

You have retryable write errrors on two disk drives, SD1 and SD2,

at approximately the same spot for each.... are they mirrored?

That might be able to be repaired without replacing the drives.

My storage skills are superficial, but a couple of good FSCK's might be in order.

Better yet, if there is support contract coverage on that system,

open a support case with Sun's techsupport.

http://www.sun.com/secure/contact/

This is just a user-to-user discussion forum.

rukbata at 2007-7-8 2:28:52 > top of Java-index,General,Talk to the Sysop...
# 2
Thanks that was good enough. I can use the prtdiag command as u suggest below and can see the power supply has failed so will raise call.
anoblea at 2007-7-8 2:28:52 > top of Java-index,General,Talk to the Sysop...