How to make RAID controller rescan devices Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Come Celebrate our 10 Year Anniversary!LSI MegaRAID SAS 9261-8i: Disk isn't recognized after replacementHow to monitor the hard disk status behind Dell PERC H710 Raid Controller with CentOS 6?LSI MegaRAID - Recreate missing RAID 1 arrayext. 2-bay USB-Drive with RAID: btrfs RAID vs built-in RAIDInvalid SAS topologyDoes enabling JBOD mode on LSI based controllers affect existing logical disks/arrays?Why is there a shift between the WWN reported from the controller and the Linux system?Optimal RAID 6+0 Setup for 40+ 4TB DisksAccidental SAS cable removal
How to say that you spent the night with someone, you were only sleeping and nothing else?
Can a monk deflect thrown melee weapons?
Two different pronunciation of "понял"
Using "nakedly" instead of "with nothing on"
How do I keep my slimes from escaping their pens?
How to market an anarchic city as a tourism spot to people living in civilized areas?
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
Was credit for the black hole image misattributed?
Writing Thesis: Copying from published papers
Can I throw a longsword at someone?
New Order #5: where Fibonacci and Beatty meet at Wythoff
Typeface like Times New Roman but with "tied" percent sign
What was the last x86 CPU that did not have the x87 floating-point unit built in?
How are presidential pardons supposed to be used?
Why don't the Weasley twins use magic outside of school if the Trace can only find the location of spells cast?
Can a zero nonce be safely used with AES-GCM if the key is random and never used again?
Why does this iterative way of solving of equation work?
How to rotate it perfectly?
What would be Julian Assange's expected punishment, on the current English criminal law?
Problem when applying foreach loop
Can the prologue be the backstory of your main character?
When is phishing education going too far?
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
What do you call a plan that's an alternative plan in case your initial plan fails?
How to make RAID controller rescan devices
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!LSI MegaRAID SAS 9261-8i: Disk isn't recognized after replacementHow to monitor the hard disk status behind Dell PERC H710 Raid Controller with CentOS 6?LSI MegaRAID - Recreate missing RAID 1 arrayext. 2-bay USB-Drive with RAID: btrfs RAID vs built-in RAIDInvalid SAS topologyDoes enabling JBOD mode on LSI based controllers affect existing logical disks/arrays?Why is there a shift between the WWN reported from the controller and the Linux system?Optimal RAID 6+0 Setup for 40+ 4TB DisksAccidental SAS cable removal
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have the following setup:
A single server with two LSI MegaRAID SAS 9380-8e controllers which are both connected to two 60-bay disk shelves while roughly following the design by Edmund White (see https://github.com/ewwhite/zfs-ha/wiki). The goal is to replicate the exact setup, but it's currently mid-migration.
After wiring the first shelf, all 60 disks were seen by both controllers and multipathing was setup and works smoothly. When adding the second disk shelf, there was still some old RAID configuration on the 60 disks which was dutifully reported by both controllers. Using the first controller I removed the configuration from disks and set them to being JBOD. All 60 disks are now visible to the OS and could be registered with multipath but only report a single path (going through controller 1), the second controller still reports all 60 disks as foreign (UGood F) and there is seemingly no way to forcibly make the controller rescan the devices or forget the current config for just this shelf:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall show | head -n20
Controller = 1
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
71:0 74 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:1 107 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:2 72 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:3 95 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:4 90 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:5 77 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:6 73 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:7 76 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:8 83 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
This is the same shelf as seen by the other controller:
# /opt/MegaRAID/storcli/storcli64 /c0 /e165 /sall show | head -n20
Controller = 0
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
165:0 127 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:1 121 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:2 118 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:3 116 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:4 146 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:5 122 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:6 115 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:7 142 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:8 145 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
But trying to clear the (wrong) info from the second controller does not work:
# /opt/MegaRAID/storcli/storcli64 /c1 /fall show
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall delete
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall import
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
Forcing the disks into JBOD on the second controller does not work either:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall set jbod | head -n20
Controller = 1
Status = Failure
Description = Set Drive JBOD Failed.
Detailed Status :
===============
-------------------------------------------------
Drive Status ErrCd ErrMsg
-------------------------------------------------
/c1/e71/s0 Failure 255 Operation not allowed.
/c1/e71/s1 Failure 255 Operation not allowed.
/c1/e71/s2 Failure 255 Operation not allowed.
/c1/e71/s3 Failure 255 Operation not allowed.
/c1/e71/s4 Failure 255 Operation not allowed.
/c1/e71/s5 Failure 255 Operation not allowed.
/c1/e71/s6 Failure 255 Operation not allowed.
/c1/e71/s7 Failure 255 Operation not allowed.
/c1/e71/s8 Failure 255 Operation not allowed.
/c1/e71/s9 Failure 255 Operation not allowed.
Is there any way to tell the RAID controller those disks do no longer have a foreign config and should be seen as JBODs?
raid zfs multipath jbod
|
show 2 more comments
I have the following setup:
A single server with two LSI MegaRAID SAS 9380-8e controllers which are both connected to two 60-bay disk shelves while roughly following the design by Edmund White (see https://github.com/ewwhite/zfs-ha/wiki). The goal is to replicate the exact setup, but it's currently mid-migration.
After wiring the first shelf, all 60 disks were seen by both controllers and multipathing was setup and works smoothly. When adding the second disk shelf, there was still some old RAID configuration on the 60 disks which was dutifully reported by both controllers. Using the first controller I removed the configuration from disks and set them to being JBOD. All 60 disks are now visible to the OS and could be registered with multipath but only report a single path (going through controller 1), the second controller still reports all 60 disks as foreign (UGood F) and there is seemingly no way to forcibly make the controller rescan the devices or forget the current config for just this shelf:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall show | head -n20
Controller = 1
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
71:0 74 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:1 107 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:2 72 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:3 95 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:4 90 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:5 77 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:6 73 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:7 76 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:8 83 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
This is the same shelf as seen by the other controller:
# /opt/MegaRAID/storcli/storcli64 /c0 /e165 /sall show | head -n20
Controller = 0
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
165:0 127 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:1 121 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:2 118 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:3 116 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:4 146 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:5 122 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:6 115 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:7 142 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:8 145 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
But trying to clear the (wrong) info from the second controller does not work:
# /opt/MegaRAID/storcli/storcli64 /c1 /fall show
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall delete
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall import
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
Forcing the disks into JBOD on the second controller does not work either:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall set jbod | head -n20
Controller = 1
Status = Failure
Description = Set Drive JBOD Failed.
Detailed Status :
===============
-------------------------------------------------
Drive Status ErrCd ErrMsg
-------------------------------------------------
/c1/e71/s0 Failure 255 Operation not allowed.
/c1/e71/s1 Failure 255 Operation not allowed.
/c1/e71/s2 Failure 255 Operation not allowed.
/c1/e71/s3 Failure 255 Operation not allowed.
/c1/e71/s4 Failure 255 Operation not allowed.
/c1/e71/s5 Failure 255 Operation not allowed.
/c1/e71/s6 Failure 255 Operation not allowed.
/c1/e71/s7 Failure 255 Operation not allowed.
/c1/e71/s8 Failure 255 Operation not allowed.
/c1/e71/s9 Failure 255 Operation not allowed.
Is there any way to tell the RAID controller those disks do no longer have a foreign config and should be seen as JBODs?
raid zfs multipath jbod
Could you try/cx rescan
?
– Lenniey
Sep 8 '17 at 9:50
This yields a syntax error. rescan is not a supported subcommand in storcli.
– Michael
Sep 8 '17 at 9:55
Sorry, I was on 3Ware...did all your disks come from the same old machine / vendor? Some controllers install their own firmware and can only be used by another one if you low-level-format the disk or remove the config from the old controller. Also I assume the controllers are all on the same firmware / BIOS etc.?
– Lenniey
Sep 8 '17 at 10:03
Does the controller have a JBOD mode? Why aren't you using a SAS HBA for ZFS? Are these a bunch of RAID0 arrays?
– ewwhite
Sep 8 '17 at 11:55
@eewhite: Yes, there is a JBOD mode (see sample output of controller c0 above). I am migrating from a different setup and had those 4 relatively new RAID controllers around. And it already works well with the first shelf. The problem when adding the second shelf was simply that the controller detected the existing config and pulled it in.
– Michael
Sep 8 '17 at 12:40
|
show 2 more comments
I have the following setup:
A single server with two LSI MegaRAID SAS 9380-8e controllers which are both connected to two 60-bay disk shelves while roughly following the design by Edmund White (see https://github.com/ewwhite/zfs-ha/wiki). The goal is to replicate the exact setup, but it's currently mid-migration.
After wiring the first shelf, all 60 disks were seen by both controllers and multipathing was setup and works smoothly. When adding the second disk shelf, there was still some old RAID configuration on the 60 disks which was dutifully reported by both controllers. Using the first controller I removed the configuration from disks and set them to being JBOD. All 60 disks are now visible to the OS and could be registered with multipath but only report a single path (going through controller 1), the second controller still reports all 60 disks as foreign (UGood F) and there is seemingly no way to forcibly make the controller rescan the devices or forget the current config for just this shelf:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall show | head -n20
Controller = 1
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
71:0 74 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:1 107 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:2 72 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:3 95 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:4 90 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:5 77 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:6 73 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:7 76 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:8 83 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
This is the same shelf as seen by the other controller:
# /opt/MegaRAID/storcli/storcli64 /c0 /e165 /sall show | head -n20
Controller = 0
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
165:0 127 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:1 121 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:2 118 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:3 116 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:4 146 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:5 122 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:6 115 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:7 142 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:8 145 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
But trying to clear the (wrong) info from the second controller does not work:
# /opt/MegaRAID/storcli/storcli64 /c1 /fall show
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall delete
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall import
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
Forcing the disks into JBOD on the second controller does not work either:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall set jbod | head -n20
Controller = 1
Status = Failure
Description = Set Drive JBOD Failed.
Detailed Status :
===============
-------------------------------------------------
Drive Status ErrCd ErrMsg
-------------------------------------------------
/c1/e71/s0 Failure 255 Operation not allowed.
/c1/e71/s1 Failure 255 Operation not allowed.
/c1/e71/s2 Failure 255 Operation not allowed.
/c1/e71/s3 Failure 255 Operation not allowed.
/c1/e71/s4 Failure 255 Operation not allowed.
/c1/e71/s5 Failure 255 Operation not allowed.
/c1/e71/s6 Failure 255 Operation not allowed.
/c1/e71/s7 Failure 255 Operation not allowed.
/c1/e71/s8 Failure 255 Operation not allowed.
/c1/e71/s9 Failure 255 Operation not allowed.
Is there any way to tell the RAID controller those disks do no longer have a foreign config and should be seen as JBODs?
raid zfs multipath jbod
I have the following setup:
A single server with two LSI MegaRAID SAS 9380-8e controllers which are both connected to two 60-bay disk shelves while roughly following the design by Edmund White (see https://github.com/ewwhite/zfs-ha/wiki). The goal is to replicate the exact setup, but it's currently mid-migration.
After wiring the first shelf, all 60 disks were seen by both controllers and multipathing was setup and works smoothly. When adding the second disk shelf, there was still some old RAID configuration on the 60 disks which was dutifully reported by both controllers. Using the first controller I removed the configuration from disks and set them to being JBOD. All 60 disks are now visible to the OS and could be registered with multipath but only report a single path (going through controller 1), the second controller still reports all 60 disks as foreign (UGood F) and there is seemingly no way to forcibly make the controller rescan the devices or forget the current config for just this shelf:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall show | head -n20
Controller = 1
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
71:0 74 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:1 107 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:2 72 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:3 95 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:4 90 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:5 77 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:6 73 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:7 76 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
71:8 83 UGood F 3.637 TB SAS HDD N N 512B HUS724040ALS640 D
This is the same shelf as seen by the other controller:
# /opt/MegaRAID/storcli/storcli64 /c0 /e165 /sall show | head -n20
Controller = 0
Status = Success
Description = Show Drive Information Succeeded.
Drive Information :
=================
-----------------------------------------------------------------------
EID:Slt DID State DG Size Intf Med SED PI SeSz Model Sp
-----------------------------------------------------------------------
165:0 127 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:1 121 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:2 118 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:3 116 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:4 146 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:5 122 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:6 115 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:7 142 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
165:8 145 JBOD - 3.637 TB SAS HDD N N 512B HUS724040ALS640 U
But trying to clear the (wrong) info from the second controller does not work:
# /opt/MegaRAID/storcli/storcli64 /c1 /fall show
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall delete
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
# /opt/MegaRAID/storcli/storcli64 /c1 /fall import
Controller = 1
Status = Success
Description = Couldn't find any foreign Configuration
Forcing the disks into JBOD on the second controller does not work either:
# /opt/MegaRAID/storcli/storcli64 /c1 /e71 /sall set jbod | head -n20
Controller = 1
Status = Failure
Description = Set Drive JBOD Failed.
Detailed Status :
===============
-------------------------------------------------
Drive Status ErrCd ErrMsg
-------------------------------------------------
/c1/e71/s0 Failure 255 Operation not allowed.
/c1/e71/s1 Failure 255 Operation not allowed.
/c1/e71/s2 Failure 255 Operation not allowed.
/c1/e71/s3 Failure 255 Operation not allowed.
/c1/e71/s4 Failure 255 Operation not allowed.
/c1/e71/s5 Failure 255 Operation not allowed.
/c1/e71/s6 Failure 255 Operation not allowed.
/c1/e71/s7 Failure 255 Operation not allowed.
/c1/e71/s8 Failure 255 Operation not allowed.
/c1/e71/s9 Failure 255 Operation not allowed.
Is there any way to tell the RAID controller those disks do no longer have a foreign config and should be seen as JBODs?
raid zfs multipath jbod
raid zfs multipath jbod
asked Sep 8 '17 at 9:05
MichaelMichael
180112
180112
Could you try/cx rescan
?
– Lenniey
Sep 8 '17 at 9:50
This yields a syntax error. rescan is not a supported subcommand in storcli.
– Michael
Sep 8 '17 at 9:55
Sorry, I was on 3Ware...did all your disks come from the same old machine / vendor? Some controllers install their own firmware and can only be used by another one if you low-level-format the disk or remove the config from the old controller. Also I assume the controllers are all on the same firmware / BIOS etc.?
– Lenniey
Sep 8 '17 at 10:03
Does the controller have a JBOD mode? Why aren't you using a SAS HBA for ZFS? Are these a bunch of RAID0 arrays?
– ewwhite
Sep 8 '17 at 11:55
@eewhite: Yes, there is a JBOD mode (see sample output of controller c0 above). I am migrating from a different setup and had those 4 relatively new RAID controllers around. And it already works well with the first shelf. The problem when adding the second shelf was simply that the controller detected the existing config and pulled it in.
– Michael
Sep 8 '17 at 12:40
|
show 2 more comments
Could you try/cx rescan
?
– Lenniey
Sep 8 '17 at 9:50
This yields a syntax error. rescan is not a supported subcommand in storcli.
– Michael
Sep 8 '17 at 9:55
Sorry, I was on 3Ware...did all your disks come from the same old machine / vendor? Some controllers install their own firmware and can only be used by another one if you low-level-format the disk or remove the config from the old controller. Also I assume the controllers are all on the same firmware / BIOS etc.?
– Lenniey
Sep 8 '17 at 10:03
Does the controller have a JBOD mode? Why aren't you using a SAS HBA for ZFS? Are these a bunch of RAID0 arrays?
– ewwhite
Sep 8 '17 at 11:55
@eewhite: Yes, there is a JBOD mode (see sample output of controller c0 above). I am migrating from a different setup and had those 4 relatively new RAID controllers around. And it already works well with the first shelf. The problem when adding the second shelf was simply that the controller detected the existing config and pulled it in.
– Michael
Sep 8 '17 at 12:40
Could you try
/cx rescan
?– Lenniey
Sep 8 '17 at 9:50
Could you try
/cx rescan
?– Lenniey
Sep 8 '17 at 9:50
This yields a syntax error. rescan is not a supported subcommand in storcli.
– Michael
Sep 8 '17 at 9:55
This yields a syntax error. rescan is not a supported subcommand in storcli.
– Michael
Sep 8 '17 at 9:55
Sorry, I was on 3Ware...did all your disks come from the same old machine / vendor? Some controllers install their own firmware and can only be used by another one if you low-level-format the disk or remove the config from the old controller. Also I assume the controllers are all on the same firmware / BIOS etc.?
– Lenniey
Sep 8 '17 at 10:03
Sorry, I was on 3Ware...did all your disks come from the same old machine / vendor? Some controllers install their own firmware and can only be used by another one if you low-level-format the disk or remove the config from the old controller. Also I assume the controllers are all on the same firmware / BIOS etc.?
– Lenniey
Sep 8 '17 at 10:03
Does the controller have a JBOD mode? Why aren't you using a SAS HBA for ZFS? Are these a bunch of RAID0 arrays?
– ewwhite
Sep 8 '17 at 11:55
Does the controller have a JBOD mode? Why aren't you using a SAS HBA for ZFS? Are these a bunch of RAID0 arrays?
– ewwhite
Sep 8 '17 at 11:55
@eewhite: Yes, there is a JBOD mode (see sample output of controller c0 above). I am migrating from a different setup and had those 4 relatively new RAID controllers around. And it already works well with the first shelf. The problem when adding the second shelf was simply that the controller detected the existing config and pulled it in.
– Michael
Sep 8 '17 at 12:40
@eewhite: Yes, there is a JBOD mode (see sample output of controller c0 above). I am migrating from a different setup and had those 4 relatively new RAID controllers around. And it already works well with the first shelf. The problem when adding the second shelf was simply that the controller detected the existing config and pulled it in.
– Michael
Sep 8 '17 at 12:40
|
show 2 more comments
2 Answers
2
active
oldest
votes
Restart the out-of-sync controller (eg c1)
/opt/MegaRAID/storcli/storcli64 /c1 restart
New contributor
add a comment |
seems like the jbod option in the controller is disabled,
try this command storclif64 /c0 show jbod
and if the JBOD is OFF you can enable it using storclif64 /c0 set jbod=ON (storcli /c0 set jbod=)
Controller Properties :
Ctrl_Prop Value
JBOD ON
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f872646%2fhow-to-make-raid-controller-rescan-devices%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Restart the out-of-sync controller (eg c1)
/opt/MegaRAID/storcli/storcli64 /c1 restart
New contributor
add a comment |
Restart the out-of-sync controller (eg c1)
/opt/MegaRAID/storcli/storcli64 /c1 restart
New contributor
add a comment |
Restart the out-of-sync controller (eg c1)
/opt/MegaRAID/storcli/storcli64 /c1 restart
New contributor
Restart the out-of-sync controller (eg c1)
/opt/MegaRAID/storcli/storcli64 /c1 restart
New contributor
New contributor
answered Apr 9 at 21:31
jeffrejeffre
111
111
New contributor
New contributor
add a comment |
add a comment |
seems like the jbod option in the controller is disabled,
try this command storclif64 /c0 show jbod
and if the JBOD is OFF you can enable it using storclif64 /c0 set jbod=ON (storcli /c0 set jbod=)
Controller Properties :
Ctrl_Prop Value
JBOD ON
add a comment |
seems like the jbod option in the controller is disabled,
try this command storclif64 /c0 show jbod
and if the JBOD is OFF you can enable it using storclif64 /c0 set jbod=ON (storcli /c0 set jbod=)
Controller Properties :
Ctrl_Prop Value
JBOD ON
add a comment |
seems like the jbod option in the controller is disabled,
try this command storclif64 /c0 show jbod
and if the JBOD is OFF you can enable it using storclif64 /c0 set jbod=ON (storcli /c0 set jbod=)
Controller Properties :
Ctrl_Prop Value
JBOD ON
seems like the jbod option in the controller is disabled,
try this command storclif64 /c0 show jbod
and if the JBOD is OFF you can enable it using storclif64 /c0 set jbod=ON (storcli /c0 set jbod=)
Controller Properties :
Ctrl_Prop Value
JBOD ON
answered Dec 21 '18 at 5:48
Anand RLAnand RL
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f872646%2fhow-to-make-raid-controller-rescan-devices%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you try
/cx rescan
?– Lenniey
Sep 8 '17 at 9:50
This yields a syntax error. rescan is not a supported subcommand in storcli.
– Michael
Sep 8 '17 at 9:55
Sorry, I was on 3Ware...did all your disks come from the same old machine / vendor? Some controllers install their own firmware and can only be used by another one if you low-level-format the disk or remove the config from the old controller. Also I assume the controllers are all on the same firmware / BIOS etc.?
– Lenniey
Sep 8 '17 at 10:03
Does the controller have a JBOD mode? Why aren't you using a SAS HBA for ZFS? Are these a bunch of RAID0 arrays?
– ewwhite
Sep 8 '17 at 11:55
@eewhite: Yes, there is a JBOD mode (see sample output of controller c0 above). I am migrating from a different setup and had those 4 relatively new RAID controllers around. And it already works well with the first shelf. The problem when adding the second shelf was simply that the controller detected the existing config and pulled it in.
– Michael
Sep 8 '17 at 12:40