![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Technical Instruction Sure Solution 1506301.1 : How to Replace a Sun Fire X4500 HDD (Hard Failure)
In this Document
Applies to:Sun Fire X4500 Server - Version All Versions to All Versions [Release All Releases]Information in this document applies to any platform. GoalHow to Replace a Sun Fire X4500 HDD (Hard Failure). SolutionDISPATCH INSTRUCTIONS WHAT SKILLS DOES THE FIELD ENGINEER/ADMINISTRATOR NEED: TIME ESTIMATE: 30 minutes TASK COMPLEXITY: 0 FIELD ENGINEER/ADMINISTRATOR INSTRUCTIONS: PROBLEM OVERVIEW: A Sun Fire X4500 HDD (Hard Failure) needs replacement WHAT STATE SHOULD THE SYSTEM BE IN TO BE READY TO PERFORM THE RESOLUTION ACTIVITY? : Caution: To avoid overheating the server, if the server is powered on, do not leave HDD out for longer than 60 seconds at a time. Remove and replace only one HDD at a time. Replace HDD access cover as soon as the service tasks are completed. Before removing a drive, have the replacement drive ready to be installed. 1. Remove the drives access cover. Note; In this example, the zpool output lists the faulted disk as c2t3d0.
Later in step 8 you will unconfigure it using the sata2/3 device name. Be aware there is not always a direct map between c2t3d0 and sata2/3. cXtYd0 does not always directly map to sataX/Y. # zpool status POOLNAME
pool: POOLNAME state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM POOLNAME ONLINE 0 0 0 raidz1 ONLINE 0 0 0 c1t0d0 ONLINE 0 0 0 c4t1d0 ONLINE 0 0 0 c5t2d0 ONLINE 0 0 0 c2t3d0 FAULTED 0 0 0 errors: No known data errors 5. Bring disk c2t3d0 offline # zpool offline POOLNAME c2t3d0
6. Confirm zfs shows the disk is offline # zpool status POOLNAME
pool: POOLNAME state: DEGRADED status: One or more devices has been taken offline by the administrator. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Online the device using 'zpool online' or replace the device with 'zpool replace'. scrub: none requested config: NAME STATE READ WRITE CKSUM POOLNAME DEGRADED 0 0 0 raidz1 DEGRADED 0 0 0 c1t0d0 ONLINE 0 0 0 c4t1d0 ONLINE 0 0 0 c5t2d0 ONLINE 0 0 0 c2t3d0 OFFLINE 0 0 0 errors: No known data errors 7. Get the sata device name. # cfgadm | grep sata | grep disk c2t3d0
sata2/3::dsk/c2t3d0 disk connected configured ok 8. Unconfigure the disk using the sata name # cfgadm -c unconfigure sata2/3
Unconfigure the device at: /devices/pci@1,0/pci1022,7458@3/pci11ab,11ab@1:3 This operation will suspend activity on the SATA device Continue (yes/no)? yes 9. Confirm disk is unconfigured and ready for replacement # cfgadm | grep sata | grep sata2/3
sata2/3 disk connected unconfigured ok 10. The blue OK to Remove (OK2RM) led will now be on. # cfgadm -c configure sata2/3
# cfgadm | grep sata2/3 sata2/3::dsk/c2t3d0 disk connected configured ok 16. Disk may still be offline in zfs # zpool status POOLNAME
pool: POOLNAME state: DEGRADED status: One or more devices has been taken offline by the administrator. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Online the device using 'zpool online' or replace the device with 'zpool replace'. scrub: none requested config: NAME STATE READ WRITE CKSUM POOLNAME DEGRADED 0 0 0 raidz1 DEGRADED 0 0 0 c1t0d0 ONLINE 0 0 0 c4t1d0 ONLINE 0 0 0 c5t2d0 ONLINE 0 0 0 c2t3d0 OFFLINE 0 0 0 errors: No known data errors 17. Online in zfs # zpool online POOLNAME c2t3d0 Bringing device c2t3d0 online 18. Confirm disk is back online # zpool status POOLNAME
pool: POOLNAME state: ONLINE scrub: resilver completed with 0 errors on Fri Aug 17 07:33:10 2012 config: NAME STATE READ WRITE CKSUM POOLNAME ONLINE 0 0 0 raidz1 ONLINE 0 0 0 c1t0d0 ONLINE 0 0 0 c4t1d0 ONLINE 0 0 0 c5t2d0 ONLINE 0 0 0 c2t3d0 ONLINE 0 0 0 errors: No known data errors # exit WHAT ACTION DOES THE CUSTOMER NEED TO TAKE TO RETURN THE SYSTEM TO AN OPERATIONAL STATE: "To replace a hard drive (CRU)" section
References<NOTE:1002753.1> - How to Replace a Drive in Solaris[TM] ZFSAttachments This solution has no attachment |
||||||||||||||||
|