Solaris 10 problem - need help


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 problem - need help
# 1  
Old 08-29-2015
Solaris 10 problem - need help

I installed Solaris 10 on UltraSparc T5120. The machine shows yellow triagle ! LED.
I got endless Warnings on console connection

Code:
WARNING: /pci@0/pci@0/pci@1/pci@0/pci@1/pci@0/usb@0,2/hub@4/device@4/storage@0/disk@0,0 (sd6):
        Error for Command: read(10)                Error Level: Fatal
        Requested Block: 1518832                   Error Block: 1518832
        Vendor: TSSTcorp                           Serial Number:
        Sense Key: Media Error
        ASC: 0x11 (L-EC uncorrectable error), ASCQ: 0x5, FRU: 0x0

Please advice what is wrong: USB port or hard disk?
Can I ignore or disable if it is simply USB port problem?

Thanks.
GPing

Last edited by Don Cragun; 08-29-2015 at 11:42 PM.. Reason: Add CODE tags.
# 2  
Old 08-29-2015
Everyone at the UNIX and Linux Forums gives their best effort to reply to all questions in a timely manner. For this reason, posting questions with subjects like "Urgent!" or "Emergency" and demanding a fast reply are not permitted in the regular forums.

For members who want a higher visibility to their questions, we suggest you post in the Emergency UNIX and Linux Support Forum. This forum is given a higher priority than our regular forums.

Posting a new question in the Emergency UNIX and Linux Support Forum requires forum Bits. We monitor this forum to help people with emergencies, but we do not not guarantee response time or best answers. However, we will treat your post with a higher priority and give our best efforts to help you.

If you have posted a question in the regular forum with a subject "Urgent" "Emergency" or similar idea, we will, more-than-likely, close your thread and post this reply, redirecting you to the proper forum.

Of course, you can always post a descriptive subject text, remove words like "Urgent" etc. (from your subject and post) and post in the regular forums at any time.

Double posting questions and saying an urgent reply is required when you haven't posted it in the Emergency UNIX and Linux Support forum reduces the likelihood of getting a quick response.

Moderator's Comments:
Mod Comment I have removed the urgent requirements from your title and post hoping that someone will be able to help you appropriately in the forum where you posted this thread. Please review the rules you agreed to when you joined this forum. Use CODE tags as required. Do not double post.
# 3  
Old 08-29-2015
It would seem that you are getting a fatal read error trying to read block #1518832 from the disk being referenced with the device named sd6 which is being accessed through a USB port. If I remember correctly, if this is a UFS filesystem on Solaris 10, the disk is assumed to be formatted with 512 byte blocks; not 1024 byte blocks.
# 4  
Old 08-30-2015
The device looks to be a DVD reader so the issue more that likely a bad (scratched) CD/DVD.
# 5  
Old 08-30-2015
An error like that would most likely not turn on the yellow LED. Check the ILOM event log for more clues!
# 6  
Old 08-30-2015
One can also use fmadm to get details:
Code:
fmadm faulty

# 7  
Old 09-06-2015
All the problem came after we shutdown the T5120 for UPS upgrading.
After we powered the server back on, we lost the video output (the screen was showing noisy white background). We had to connect via console port, and server could not boot as it always said ERROR: boot-read fail.
From boot cdrom -s, I was able to mount the disk contents, using instalboot but the server still would not boot into its disk.

The T5120 shows shows yellow "triangle !" LED ("service required").

And we had to reinstall Solaris 10, during the installation we saw a lot of The error
message popped up on console connection
Code:
"WARNING: /pci@0/pci@0/pci@1/pci@0/pci@1/pci@0/usb@0,2/hub@4/device@4/storage@0/disk@0,0 (sd6):"

Now the warning does not showing again on console, but instead the root got mail every 1 hour:
----------------
Code:
Subject: Possible Disk Errors!
Content-Length: 55

Mon Sep  7 10:00:01 EST 2015
Error reading Partition 6

-------------
Although I changed c1t0d0s6 as 0 byte partition.

Please someone provide some diagnosis on above process.
And trouble now is we dont have video output, we could not verify the hard raid configuration /bios-like message.

Thanks for any help / guidance...

And the biggest problem is I dont h

Last edited by Don Cragun; 09-07-2015 at 12:45 AM.. Reason: Add CODE and ICODE tags.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Problem boot Solaris

Hi I have a problem on a server, when he boot I have this type of message loop, do you know what it corresponds to ? ( requesting internet Adress for 0:3:ba:fa:33:91 ) Regards Sun Fire V240, No Keyboard Copyright 2007 Sun Microsystems, INC. All rights reserved. openboot 4.22.33,... (10 Replies)
Discussion started by: yoyo-tns
10 Replies

2. Solaris

T3-2 and Solaris 10 Problem

Hi Guys, I got a unique (and wierd) problem with trying to install Solaris 10 off of a DVD on a T3-2. You boot cdrom, it goes through the questions and then when it comes to ask you if you want to install using nfs or dvd if you pick dvd it comes up with an error - ERROR: The disc you inserted... (8 Replies)
Discussion started by: callmebob
8 Replies

3. Solaris

Problem with Solaris 11.1 vm

Hi! I have the following problem: I tried to create a Solaris 11.1 virtual machine in the latest VMware Workstation (10.0.1) and despite my efforts it is impossible to make the Tools running. During the installation I receive the following messages: root@solaris:... (0 Replies)
Discussion started by: apollookc
0 Replies

4. Solaris

Solaris Problem

I have a SUnfire V120 solaris 10 machine I have recently added memory to. After installation of the RAM, powering back on, the machine did not come back on the network. Consoled into the machine, the routing table has been wiped out completely and I had to reconfigure the IP address. I got the IP... (12 Replies)
Discussion started by: lnxjenn
12 Replies

5. Solaris

Solaris 8 -> Solaris 10 = problem :/

Hello, I have a multithreading program (just two threads) which works on Solaris 8. I use pthread library to synchronize threads. I try to run it on Solaris 10 (on another computer). All sources was re-compiled but behaviour of my program is not the same. The thread 2 is never executed when... (3 Replies)
Discussion started by: Tinkh
3 Replies

6. Shell Programming and Scripting

sed Solaris Problem

Hello. has anybody an idea why my script doesnt work on solaris but on ubuntu? I know. I ask the same question again. But i really dont know why my script is not working. #!/usr/xpg4/bin/sh for file in $(find /home9/user/..../.../Test/ -type f) do head -n 1 $file | egrep '^#!' if ... (2 Replies)
Discussion started by: fertchen
2 Replies

7. Solaris

Solaris 10 LU problem

I have a problem with export/home after doing the upgrade. The df -k shows /export and /export/home both being mounted on the same slice. Yes, both are in the vfstab file too. When I reformatted the disk for the upgrade, I added 10gb to the /export partition so that is the one I want to end up... (3 Replies)
Discussion started by: zeekstern
3 Replies

8. Solaris

Solaris 10 - X Problem

I can't get a remote X session to display on my Solaris 10 box. I can get it to work if I launch X on my local machine (like /usr/openwin/bin/xclock) so I know X itself is working correctly. The problem is, when I am on a remote host, I set the variable, and run /usr/openwin/bin/xclock, and it... (5 Replies)
Discussion started by: pc9456
5 Replies

9. UNIX for Dummies Questions & Answers

Problem with Solaris 9

I'm trying to install this on my pc at home but the thing is after I get to the option screen that ask where I want to boot solaris from: hard drive cd interface after I choose the cd option, it begins reading from the CD then it asks me if I want the installation to be interactive or... (3 Replies)
Discussion started by: TRUEST
3 Replies

10. UNIX for Dummies Questions & Answers

problem in solaris 8

hi, I have install solaris 8 7/01 in ULTRA 10,but when I type commands such like "admintool" and "swtool",there will be a error messege: warning:Missing charsets in string to fontset conversion arithmetic exception - core dumped I dont know what these mean,can anyone help me?thank... (1 Reply)
Discussion started by: fuqiang1976
1 Replies
Login or Register to Ask a Question