Sei sulla pagina 1di 2

1.

Login as root and type sccli then identify failed disk using command sccli> sh disks Ex o/p 2 43 N/A N/A NONE BAD SEAGATE ST373453FSUN72G 0349 S/N 3HW2SVFD00007529

Here disk channel 2 ID 43 is failed 2. Check the LDEV status using sccli> sh lds Example o/p sccli> sh lds LD LD-ID Size Assigned Type Disks Spare Failed Status -----------------------------------------------------------------------ld0 478AC664 544.93GB Primary RAID5 9 1 0 Good Write-Policy Default StripeSize 32KB ld1 31E52D77 544.93GB Primary RAID5 8 0 1 Degraded Write-Policy Default StripeSize 32KB Here LD1 status is in degraded mode. 3. Find and remove the HDD. To locate the failed disk use the following command sccli> set led disk 2.43 on Remove and insert the new disk and check the status using sccli> sh disks Example o/p 2(3) 43 68.37GB 200MB NONE USED FUJITSU MAS3735F SUN72G 0801 S/N 0005038014LK WWNN 500000E010DB4360

After replace status should be USED or FRMT and its should not assign to any LDE V'S and its status should be "NONE" 4. Then assign to corresponding LDEV using below command sccli> help configure configure global-spare <disk> configure a disk as a global spare configure local-spare <disk> <logical-drive> configure a disk as a local spare for a specific logical drive If LDEV is RAID-5 then assign it as global-spare automatically it will replace failed one. If its RAID-1 then assign to the DEGARDED LDEV using RAID-5 sccli> configure global-spare 2.43 RAID-1 sccli> configure local-spare <disk> <logical-drive>

5. Check the LDEV and disk status using sccli> sh disks Ex o/p 2(3) 43 68.37GB 200MB ld1 REBUILD

FUJITSU MAS3735F SUN72G 0801 S/N 0005038014LK WWNN 500000E010DB4360

sccli> sh ld LD LD-ID Size Assigned Type Disks Spare Failed Status -----------------------------------------------------------------------ld0 478AC664 544.93GB Primary RAID5 9 1 0 Good Write-Policy Default StripeSize 32KB ld1 31E52D77 544.93GB Primary RAID5 8 0 1 Rebuilding Write-Policy Default StripeSize 32KB

Potrebbero piacerti anche