Sun Machine Crashed


 
Thread Tools Search this Thread
Operating Systems Solaris Sun Machine Crashed
# 1  
Old 07-29-2008
Sun Machine Crashed

During system startup the following warnings are appear.

Warning: /pci@8, 700000/scsi@6, 1 (g1m1)
Connected command timeout for target 9.0
Warning: /pci@8, 700000/scsi@6, 1 (g1m1)
Target 9 reducing sync, transfer rate
Warning: /pci@8, 700000/scsi@6, 1 (g1m1)
Got scsi bus reset
Warning: /pci@8, 700000/scsi@6, 1 (g1m1)
SCSI transport failed: reason ‘timeout': retry

Warning /pci@8, 700000/scsi@6, 1/sd@9, 0 (sd23):
Error for command: read Error Level: Retryable
Requested Block: 18 Error Block: 18
Vendor: FUJITSU Serial NumberL 0350N06VY8
Sense Key: Unit Attention
ASC: 0x29 (<vendor unique code 0x29>), ASQ: 0x2, FRU: 0x0

The following file system(s) had an unexpected inconsistencyL /dev/rdsk/c1t1d0s7
(/home)

Warning: Unable to repair one or more filesystem
Run fsck manually (fsck filesystem)
Exit the shell when done to continue the boot

Type control-d to proceed with normal startup
(or give root password for system maintenance):

When I press the CTRL-D the system boots up and the login screen appears. After trying to login with application user I get following message

Unable to access home directory, Click OK to
Start a Failsafe session, or Cancel to restart Login.






Please can anyone help me, what to do next?



OS: Solaris 5.2
Mahcine: Sun Blade 2000

# 2  
Old 07-29-2008
You got transport error.

I'd power down the server. Re-seat all the disks make sure they are securely connected to the server.

/dev/rdsk/c1t1d0s7 disks probably contains the application home, it was complaining during bootup. check your vfstab file under /etc

cat /etc/vfstab | grep c1t1d0s7

or
cat /etc/vfstab |grep <application home directory> to see where it's mounted or what is mounted to c1t1d0s7

if you are lucky maybe errors in vfstab, otherwise disk crash means restore from backup tape.

Also I'm guessing here that you could be using disks with different RPM speeds hence
"Target 9 reducing sync, transfer rate" the faster disk will always spin down to the RPM speed of the slowest disk.
# 3  
Old 07-29-2008
Is the HDD part number supported? How long have you been using this machine?
# 4  
Old 07-30-2008
Thanks to all for the reply, I restore the /home directory from the backup and the server works fine.

Thanks once again.
# 5  
Old 07-30-2008
hi tabreaz,

glad that backup worked for you Smilie,
but i agree with sparcguy - there are something wrong with the disk,
if the backup did work for you - i'm affraid it will work as temporary solution.
# 6  
Old 08-07-2008
definitely obvious esp the trasport error and writing to the disk.. maybe restoring the data to a new disk could helpSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]

-> start /SYS Are you sure you want to start /SYS (y/n)? y Starting /SYS ]-> show HOST /HOST Targets: bootmode diag domain Properties: autorestart = reset autorunonerror = false bootfailrecovery = poweroff ... (29 Replies)
Discussion started by: z_haseeb
29 Replies

2. UNIX for Beginners Questions & Answers

Cloned Sun OS 10 HD using replicator machine

Dear all, I have Sun Oracle 10 SPARC T4-1 machine with 4 units SAS2 300GB configure with 2 set Raid1. Is it possible to take out all 4 hd and cloned the 4 HD using disk clone/replicator machine with same HD size and model? After the cloned completed put back the new cloned HD at original... (4 Replies)
Discussion started by: ayyahma
4 Replies

3. Solaris

Old Sun machine documentation needed

Hi all. Last year, after registering on Sun support site, I downloaded for free all available documentation (in PDF) and support files of a couple of old Sun workstations (Ultra 5 and Ultra 10). Now I need the documentation and support files of other old Sun workstations (SPARCstation 20 and... (4 Replies)
Discussion started by: wisechip
4 Replies

4. Solaris

Sun is not able to ssh another machine of sun

My one Sun machine is not able to ssh another machine of Sun. Although I have configured the ssh successfully ( SunOS sunbox2 5.9 Generic_118558-34 sun4u sparc SUNW,Sun-Blade-2500 ) ERROR bash-2.05# ssh sunbox2 /etc/ssh/ssh_config: line 34: Bad configuration option: PermitRootLogin... (0 Replies)
Discussion started by: z_haseeb
0 Replies

5. Solaris

Sun Fire E2900 crashed. Help analyze explorer

Dear Friends, Sun Fire E2900 crashed. I collected explorer output. core dump files been generated. There some interesting output files related to crash dumps, that I need some help from you guys to understand. The file in the explorer output is under /sysconfig/crash it's called:... (5 Replies)
Discussion started by: Sun Fire
5 Replies

6. Solaris

How to configure IP in SUN Machine

Hi Experts, I am new for solaris, i am using Solaris10,can you anyone assist me how to configure IP in my machine. Thanks (4 Replies)
Discussion started by: daya.pandit
4 Replies

7. Solaris

Installation os on sun machine

I had one sun ultra enterprise1 cpu. it's not giving any disply,which operating system it's support. How can install os on this CPU. (2 Replies)
Discussion started by: jagadeesh
2 Replies

8. Solaris

Sun machine boot up

Hi I am trying to bring up our Sun V100 machine remotely using hyper terminal. We have connected LOM port A to COM1 of our windows server and have lom promt available. Now when we type poweron it starts booting and goes through the booting process and stops at the following step... .... ... (7 Replies)
Discussion started by: chimpu
7 Replies

9. Solaris

how to change IP of my SUN solaris machine

Hello, I want to change the IP of my SUN solaris machine but i am not bale to find the right way. I tried the following steps: 1) edit /etc/inet/hosts and change IP address for host listed in /etc/hostname.le0 2) ifconfig le0 down 3) ifconfig le0 inet NEW_IP_ADDR netmask + broadcast + ... (5 Replies)
Discussion started by: er_aparna
5 Replies

10. UNIX for Dummies Questions & Answers

Sun Machine Rebooted

Hi , My Sun Machine Rebooted by itself 2 days back . Its running fine now , But i wanted to find out wat caused it to reboot... This is wat the var/adm/messages show . Kern.notice:- System booting after fatal error FATAL... Wat causes this message ... And wat tasks should i do to ensure it... (6 Replies)
Discussion started by: DPAI
6 Replies
Login or Register to Ask a Question