The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-29-2008
sparcguy sparcguy is offline Forum Advisor  
Registered User
  
 

Join Date: Nov 2006
Posts: 316
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.