![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AIX Crashed.. | pbsrinivas | AIX | 3 | 07-12-2007 05:23 PM |
| old server crashed | billfaith | UNIX for Dummies Questions & Answers | 5 | 02-01-2007 06:23 AM |
| Gollum got crashed | tayyabq8 | Post Here to Contact Site Administrators and Moderators | 0 | 10-22-2006 04:00 AM |
| Restarting a Crashed Process | Phobos | Shell Programming and Scripting | 9 | 05-03-2005 11:23 PM |
| Genome Startmenu crashed why I don't Know ?? | atiato | UNIX Desktop for Dummies Questions & Answers | 1 | 02-26-2002 08:37 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 |
|
||||
|
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. |
|
||||
|
definitely obvious esp the trasport error and writing to the disk.. maybe restoring the data to a new disk could help
![]() |
| Sponsored Links | ||
|
|