Integrity Servers
1825805 Members
2268 Online
109687 Solutions
New Discussion

Secondary disk replacment in Raid1

 
Fadia Almarei
Super Advisor

Secondary disk replacment in Raid1

Dear All

i have rx6600 server running HP-UX v.2, i have 4 disks each 2 confgured is raid 1 as we have the default sas raid controller , in one mirror sets i have the secondary device missing , how could i replace it , with a new disk, kindly your help

# sasmgr get_info -D /dev/sasd0 -q raid

Thu Apr 23 15:29:05 2009

---------- LOGICAL DRIVE 4 ----------

Raid Level : RAID 1
Volume sas address : 0x8b68bcc1845d4b2
Device Special File : /dev/rdsk/c3t1d0
Raid State : DEGRADED
Raid Status Flag : ENABLED
Raid Size : 139236
Rebuild Rate : 0.00 %
Rebuild Progress : 100.00 %

Participating Physical Drive(s) :

SAS Address Enc Bay Size(MB) Type State

0x5000c500082f54d5 1 3 140014 PRIMARY ONLINE
0x0 0 0 140014 SECONDARY MISSING

---------- LOGICAL DRIVE 2 ----------

Raid Level : RAID 1
Volume sas address : 0x850de8ed7e859ae
Device Special File : /dev/rdsk/c3t0d0
Raid State : DEGRADED
Raid Size : 139898
Rebuild Rate : 0.00 %
Rebuild Progress : 43.59 %

Participating Physical Drive(s) :

SAS Address Enc Bay Size(MB) Type State

0x5000c500082f7a01 1 1 140014 SECONDARY ONLINE
0x5000c500082f59c5 1 2 140014 PRIMARY ONLINE
fadia.marei
3 REPLIES 3
Robert-Jan Goossens
Honored Contributor

Re: Secondary disk replacment in Raid1

Hi Fadia,

This failed disk is part of a Hardware RAID1 set, you can replace the disk online the raid controller will rebuild the RAID1 set.

Regards,
Robert-Jan
Fadia Almarei
Super Advisor

Re: Secondary disk replacment in Raid1

ok , but how could i check or refresh the sasmgr output after that ? .

and is this mean that this harddiak is failed, it doe not show any red blinking .
fadia.marei
Robert-Jan Goossens
Honored Contributor

Re: Secondary disk replacment in Raid1

SAS Address Enc Bay Size(MB) Type State

0x5000c500082f54d5 1 3 140014 PRIMARY ONLINE
0x0 0 0 140014 SECONDARY MISSING

SAS Address Enc Bay Size(MB) Type State

0x5000c500082f7a01 1 1 140014 SECONDARY ONLINE
0x5000c500082f59c5 1 2 140014 PRIMARY ONLINE

You have good disks in positions 1,2 and 3

You could try to run the below command to verify which disk is missing/failed.

# sasmgr get_info -D /dev/sasd0 -q phy=all

Regards,
Robert-Jan