HP Smart Array P410: Convert RAID10 to RAID1 OR remove disks from RAID10

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
7
down vote

favorite












I have a server with two RAID10 arrays of 146GB disks. I'm trying to replace one RAID10 array of 146GB disks with RAID1 of two 2TB disks.
Since there are no free ports, I took out two disks from the array which I am going to replace. Now the status of my raid looks like this:



# /opt/hp/hpssacli/bin/hpssacli ctrl all show config

Smart Array P400 in Slot 1
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (273.4 GB, RAID 1+0, Interim Recovery Mode)

physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 146 GB, Failed)
physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 146 GB, Failed)
physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 146 GB, OK)

array B (SAS, Unused Space: 0 MB)
logicaldrive 2 (273.4 GB, RAID 1+0, OK)

physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 146 GB, OK)
physicaldrive 1I:1:6 (port 1I:box 1:bay 6, SAS, 146 GB, OK)
physicaldrive 1I:1:7 (port 1I:box 1:bay 7, SAS, 146 GB, OK)
physicaldrive 1I:1:8 (port 1I:box 1:bay 8, SAS, 146 GB, OK)


I want to use ports 2I:1:1, 2I:1:2 for the new RAID1 (to migrate the VM to the new array with minimal downtime). But I do not know how to untie them from the current RAID10. As I see two options:



1) Convert RAID10 to RAID1 (in the documentation I just found a mention that the new array could not be smaller than the current one)
To the command "/opt/hp/hpssacli/bin/hpssacli ctrl slot=1 ld 1 modify raid=1" I get an error:



Error: "raid=1" is not a valid option for logicaldrive 1

Available options are:
0
1 + 0 (current value)
5
6 (default value)


2) Remove the ports 2I:1:1, 2I:1:2 of RAID10.



However, I did not find instructions for both options.



What can be done in this situation? (Without taking into account the option of moving data to another server / external drive / etc.)










share|improve this question









New contributor




DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • You removed the disks before asking the question?!?
    – ewwhite
    yesterday










  • Do not worry, this is a test server. On it, I check the options.
    – DiNGeR
    yesterday










  • I've server Proliant DL180 G8. I couldn't make that smart array stuff work as intended with Debian and/or Ubuntu. It was conflicting and could not recognize device. So I've just disabled it and made Software RAID using mdadm. Reason why I didn't solved hardware issue: it was easy to just remove bad disk drive from software array remotely, than going to data center to physically remove it.
    – num8er
    yesterday














up vote
7
down vote

favorite












I have a server with two RAID10 arrays of 146GB disks. I'm trying to replace one RAID10 array of 146GB disks with RAID1 of two 2TB disks.
Since there are no free ports, I took out two disks from the array which I am going to replace. Now the status of my raid looks like this:



# /opt/hp/hpssacli/bin/hpssacli ctrl all show config

Smart Array P400 in Slot 1
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (273.4 GB, RAID 1+0, Interim Recovery Mode)

physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 146 GB, Failed)
physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 146 GB, Failed)
physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 146 GB, OK)

array B (SAS, Unused Space: 0 MB)
logicaldrive 2 (273.4 GB, RAID 1+0, OK)

physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 146 GB, OK)
physicaldrive 1I:1:6 (port 1I:box 1:bay 6, SAS, 146 GB, OK)
physicaldrive 1I:1:7 (port 1I:box 1:bay 7, SAS, 146 GB, OK)
physicaldrive 1I:1:8 (port 1I:box 1:bay 8, SAS, 146 GB, OK)


I want to use ports 2I:1:1, 2I:1:2 for the new RAID1 (to migrate the VM to the new array with minimal downtime). But I do not know how to untie them from the current RAID10. As I see two options:



1) Convert RAID10 to RAID1 (in the documentation I just found a mention that the new array could not be smaller than the current one)
To the command "/opt/hp/hpssacli/bin/hpssacli ctrl slot=1 ld 1 modify raid=1" I get an error:



Error: "raid=1" is not a valid option for logicaldrive 1

Available options are:
0
1 + 0 (current value)
5
6 (default value)


2) Remove the ports 2I:1:1, 2I:1:2 of RAID10.



However, I did not find instructions for both options.



What can be done in this situation? (Without taking into account the option of moving data to another server / external drive / etc.)










share|improve this question









New contributor




DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • You removed the disks before asking the question?!?
    – ewwhite
    yesterday










  • Do not worry, this is a test server. On it, I check the options.
    – DiNGeR
    yesterday










  • I've server Proliant DL180 G8. I couldn't make that smart array stuff work as intended with Debian and/or Ubuntu. It was conflicting and could not recognize device. So I've just disabled it and made Software RAID using mdadm. Reason why I didn't solved hardware issue: it was easy to just remove bad disk drive from software array remotely, than going to data center to physically remove it.
    – num8er
    yesterday












up vote
7
down vote

favorite









up vote
7
down vote

favorite











I have a server with two RAID10 arrays of 146GB disks. I'm trying to replace one RAID10 array of 146GB disks with RAID1 of two 2TB disks.
Since there are no free ports, I took out two disks from the array which I am going to replace. Now the status of my raid looks like this:



# /opt/hp/hpssacli/bin/hpssacli ctrl all show config

Smart Array P400 in Slot 1
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (273.4 GB, RAID 1+0, Interim Recovery Mode)

physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 146 GB, Failed)
physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 146 GB, Failed)
physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 146 GB, OK)

array B (SAS, Unused Space: 0 MB)
logicaldrive 2 (273.4 GB, RAID 1+0, OK)

physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 146 GB, OK)
physicaldrive 1I:1:6 (port 1I:box 1:bay 6, SAS, 146 GB, OK)
physicaldrive 1I:1:7 (port 1I:box 1:bay 7, SAS, 146 GB, OK)
physicaldrive 1I:1:8 (port 1I:box 1:bay 8, SAS, 146 GB, OK)


I want to use ports 2I:1:1, 2I:1:2 for the new RAID1 (to migrate the VM to the new array with minimal downtime). But I do not know how to untie them from the current RAID10. As I see two options:



1) Convert RAID10 to RAID1 (in the documentation I just found a mention that the new array could not be smaller than the current one)
To the command "/opt/hp/hpssacli/bin/hpssacli ctrl slot=1 ld 1 modify raid=1" I get an error:



Error: "raid=1" is not a valid option for logicaldrive 1

Available options are:
0
1 + 0 (current value)
5
6 (default value)


2) Remove the ports 2I:1:1, 2I:1:2 of RAID10.



However, I did not find instructions for both options.



What can be done in this situation? (Without taking into account the option of moving data to another server / external drive / etc.)










share|improve this question









New contributor




DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have a server with two RAID10 arrays of 146GB disks. I'm trying to replace one RAID10 array of 146GB disks with RAID1 of two 2TB disks.
Since there are no free ports, I took out two disks from the array which I am going to replace. Now the status of my raid looks like this:



# /opt/hp/hpssacli/bin/hpssacli ctrl all show config

Smart Array P400 in Slot 1
array A (SAS, Unused Space: 0 MB)
logicaldrive 1 (273.4 GB, RAID 1+0, Interim Recovery Mode)

physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 146 GB, Failed)
physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 146 GB, Failed)
physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 146 GB, OK)
physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 146 GB, OK)

array B (SAS, Unused Space: 0 MB)
logicaldrive 2 (273.4 GB, RAID 1+0, OK)

physicaldrive 1I:1:5 (port 1I:box 1:bay 5, SAS, 146 GB, OK)
physicaldrive 1I:1:6 (port 1I:box 1:bay 6, SAS, 146 GB, OK)
physicaldrive 1I:1:7 (port 1I:box 1:bay 7, SAS, 146 GB, OK)
physicaldrive 1I:1:8 (port 1I:box 1:bay 8, SAS, 146 GB, OK)


I want to use ports 2I:1:1, 2I:1:2 for the new RAID1 (to migrate the VM to the new array with minimal downtime). But I do not know how to untie them from the current RAID10. As I see two options:



1) Convert RAID10 to RAID1 (in the documentation I just found a mention that the new array could not be smaller than the current one)
To the command "/opt/hp/hpssacli/bin/hpssacli ctrl slot=1 ld 1 modify raid=1" I get an error:



Error: "raid=1" is not a valid option for logicaldrive 1

Available options are:
0
1 + 0 (current value)
5
6 (default value)


2) Remove the ports 2I:1:1, 2I:1:2 of RAID10.



However, I did not find instructions for both options.



What can be done in this situation? (Without taking into account the option of moving data to another server / external drive / etc.)







raid hp-smart-array raid1 raid10






share|improve this question









New contributor




DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday





















New contributor




DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









DiNGeR

363




363




New contributor




DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






DiNGeR is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • You removed the disks before asking the question?!?
    – ewwhite
    yesterday










  • Do not worry, this is a test server. On it, I check the options.
    – DiNGeR
    yesterday










  • I've server Proliant DL180 G8. I couldn't make that smart array stuff work as intended with Debian and/or Ubuntu. It was conflicting and could not recognize device. So I've just disabled it and made Software RAID using mdadm. Reason why I didn't solved hardware issue: it was easy to just remove bad disk drive from software array remotely, than going to data center to physically remove it.
    – num8er
    yesterday
















  • You removed the disks before asking the question?!?
    – ewwhite
    yesterday










  • Do not worry, this is a test server. On it, I check the options.
    – DiNGeR
    yesterday










  • I've server Proliant DL180 G8. I couldn't make that smart array stuff work as intended with Debian and/or Ubuntu. It was conflicting and could not recognize device. So I've just disabled it and made Software RAID using mdadm. Reason why I didn't solved hardware issue: it was easy to just remove bad disk drive from software array remotely, than going to data center to physically remove it.
    – num8er
    yesterday















You removed the disks before asking the question?!?
– ewwhite
yesterday




You removed the disks before asking the question?!?
– ewwhite
yesterday












Do not worry, this is a test server. On it, I check the options.
– DiNGeR
yesterday




Do not worry, this is a test server. On it, I check the options.
– DiNGeR
yesterday












I've server Proliant DL180 G8. I couldn't make that smart array stuff work as intended with Debian and/or Ubuntu. It was conflicting and could not recognize device. So I've just disabled it and made Software RAID using mdadm. Reason why I didn't solved hardware issue: it was easy to just remove bad disk drive from software array remotely, than going to data center to physically remove it.
– num8er
yesterday




I've server Proliant DL180 G8. I couldn't make that smart array stuff work as intended with Debian and/or Ubuntu. It was conflicting and could not recognize device. So I've just disabled it and made Software RAID using mdadm. Reason why I didn't solved hardware issue: it was easy to just remove bad disk drive from software array remotely, than going to data center to physically remove it.
– num8er
yesterday










1 Answer
1






active

oldest

votes

















up vote
6
down vote













I don't participate here as much as I used to, but I see a problem with what you've done.



HP Smart Array controllers can accommodate SAS and SATA disks. However, you cannot have an array comprised of a mix of SAS and SATA disks.



HP never marketed a 2TB 2.5" SAS disk, so I'm assuming the 2TB drives you have are SATA. The 146GB disks are SAS. So... pulling two disks will not work because you can't join the new disks to the existing array.



You messed up. Put the two 146GB drives back in.




Other considerations:



You are probably using a 3rd party SATA disk. It will be downshifted to 1.5Gbps speeds on the Smart Array P400 controller.



The use of the a P400 controller means the server you're using is a G5 HP ProLiant, circa 2005-2007.



It's better to rebuild or use more modern hardware if possible.






share|improve this answer






















  • Yes, the new drives are SATA. I'm not going to combine disks of different types, I want to eventually completely replace the RAID10 SAS on RAID1 SATA.
    – DiNGeR
    yesterday











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






DiNGeR is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f934354%2fhp-smart-array-p410-convert-raid10-to-raid1-or-remove-disks-from-raid10%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
6
down vote













I don't participate here as much as I used to, but I see a problem with what you've done.



HP Smart Array controllers can accommodate SAS and SATA disks. However, you cannot have an array comprised of a mix of SAS and SATA disks.



HP never marketed a 2TB 2.5" SAS disk, so I'm assuming the 2TB drives you have are SATA. The 146GB disks are SAS. So... pulling two disks will not work because you can't join the new disks to the existing array.



You messed up. Put the two 146GB drives back in.




Other considerations:



You are probably using a 3rd party SATA disk. It will be downshifted to 1.5Gbps speeds on the Smart Array P400 controller.



The use of the a P400 controller means the server you're using is a G5 HP ProLiant, circa 2005-2007.



It's better to rebuild or use more modern hardware if possible.






share|improve this answer






















  • Yes, the new drives are SATA. I'm not going to combine disks of different types, I want to eventually completely replace the RAID10 SAS on RAID1 SATA.
    – DiNGeR
    yesterday















up vote
6
down vote













I don't participate here as much as I used to, but I see a problem with what you've done.



HP Smart Array controllers can accommodate SAS and SATA disks. However, you cannot have an array comprised of a mix of SAS and SATA disks.



HP never marketed a 2TB 2.5" SAS disk, so I'm assuming the 2TB drives you have are SATA. The 146GB disks are SAS. So... pulling two disks will not work because you can't join the new disks to the existing array.



You messed up. Put the two 146GB drives back in.




Other considerations:



You are probably using a 3rd party SATA disk. It will be downshifted to 1.5Gbps speeds on the Smart Array P400 controller.



The use of the a P400 controller means the server you're using is a G5 HP ProLiant, circa 2005-2007.



It's better to rebuild or use more modern hardware if possible.






share|improve this answer






















  • Yes, the new drives are SATA. I'm not going to combine disks of different types, I want to eventually completely replace the RAID10 SAS on RAID1 SATA.
    – DiNGeR
    yesterday













up vote
6
down vote










up vote
6
down vote









I don't participate here as much as I used to, but I see a problem with what you've done.



HP Smart Array controllers can accommodate SAS and SATA disks. However, you cannot have an array comprised of a mix of SAS and SATA disks.



HP never marketed a 2TB 2.5" SAS disk, so I'm assuming the 2TB drives you have are SATA. The 146GB disks are SAS. So... pulling two disks will not work because you can't join the new disks to the existing array.



You messed up. Put the two 146GB drives back in.




Other considerations:



You are probably using a 3rd party SATA disk. It will be downshifted to 1.5Gbps speeds on the Smart Array P400 controller.



The use of the a P400 controller means the server you're using is a G5 HP ProLiant, circa 2005-2007.



It's better to rebuild or use more modern hardware if possible.






share|improve this answer














I don't participate here as much as I used to, but I see a problem with what you've done.



HP Smart Array controllers can accommodate SAS and SATA disks. However, you cannot have an array comprised of a mix of SAS and SATA disks.



HP never marketed a 2TB 2.5" SAS disk, so I'm assuming the 2TB drives you have are SATA. The 146GB disks are SAS. So... pulling two disks will not work because you can't join the new disks to the existing array.



You messed up. Put the two 146GB drives back in.




Other considerations:



You are probably using a 3rd party SATA disk. It will be downshifted to 1.5Gbps speeds on the Smart Array P400 controller.



The use of the a P400 controller means the server you're using is a G5 HP ProLiant, circa 2005-2007.



It's better to rebuild or use more modern hardware if possible.







share|improve this answer














share|improve this answer



share|improve this answer








edited yesterday









BaronSamedi1958

6,8431927




6,8431927










answered yesterday









ewwhite

171k73357707




171k73357707











  • Yes, the new drives are SATA. I'm not going to combine disks of different types, I want to eventually completely replace the RAID10 SAS on RAID1 SATA.
    – DiNGeR
    yesterday

















  • Yes, the new drives are SATA. I'm not going to combine disks of different types, I want to eventually completely replace the RAID10 SAS on RAID1 SATA.
    – DiNGeR
    yesterday
















Yes, the new drives are SATA. I'm not going to combine disks of different types, I want to eventually completely replace the RAID10 SAS on RAID1 SATA.
– DiNGeR
yesterday





Yes, the new drives are SATA. I'm not going to combine disks of different types, I want to eventually completely replace the RAID10 SAS on RAID1 SATA.
– DiNGeR
yesterday











DiNGeR is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















DiNGeR is a new contributor. Be nice, and check out our Code of Conduct.












DiNGeR is a new contributor. Be nice, and check out our Code of Conduct.











DiNGeR is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f934354%2fhp-smart-array-p410-convert-raid10-to-raid1-or-remove-disks-from-raid10%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay