how to identify if raid1 or raid mirror configure on OS disk

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











up vote
-1
down vote

favorite












we want to verify if raid1 is configured on out linux machine
so we found the answer on - https://serverfault.com/questions/110843/how-to-determine-if-a-centos-system-is-raid-1



but from the output - how we can be sure that raid1 is configured?



and how to understand it from the command: dmesg | grep raid



when non raid , and when raid1 is configured ?



enter image description here







share|improve this question




















  • Possible duplicate of linux + tool that can identify RAID configuration
    – peterh
    Dec 9 '17 at 19:22














up vote
-1
down vote

favorite












we want to verify if raid1 is configured on out linux machine
so we found the answer on - https://serverfault.com/questions/110843/how-to-determine-if-a-centos-system-is-raid-1



but from the output - how we can be sure that raid1 is configured?



and how to understand it from the command: dmesg | grep raid



when non raid , and when raid1 is configured ?



enter image description here







share|improve this question




















  • Possible duplicate of linux + tool that can identify RAID configuration
    – peterh
    Dec 9 '17 at 19:22












up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











we want to verify if raid1 is configured on out linux machine
so we found the answer on - https://serverfault.com/questions/110843/how-to-determine-if-a-centos-system-is-raid-1



but from the output - how we can be sure that raid1 is configured?



and how to understand it from the command: dmesg | grep raid



when non raid , and when raid1 is configured ?



enter image description here







share|improve this question












we want to verify if raid1 is configured on out linux machine
so we found the answer on - https://serverfault.com/questions/110843/how-to-determine-if-a-centos-system-is-raid-1



but from the output - how we can be sure that raid1 is configured?



and how to understand it from the command: dmesg | grep raid



when non raid , and when raid1 is configured ?



enter image description here









share|improve this question











share|improve this question




share|improve this question










asked Dec 7 '17 at 14:25









yael

2,0231145




2,0231145











  • Possible duplicate of linux + tool that can identify RAID configuration
    – peterh
    Dec 9 '17 at 19:22
















  • Possible duplicate of linux + tool that can identify RAID configuration
    – peterh
    Dec 9 '17 at 19:22















Possible duplicate of linux + tool that can identify RAID configuration
– peterh
Dec 9 '17 at 19:22




Possible duplicate of linux + tool that can identify RAID configuration
– peterh
Dec 9 '17 at 19:22










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










The output in the image you attached isn't necessarily showing you what you think it is. The "megaraid_sas" bits aren't specifying any RAID level in the OS, they're specifying the use of the "megaraid_sas" driver to access the disk. Given that, you are very likely using a MegaRAID controller, which is capable of various RAID levels, but to see the configuration you would need to be in the MegaRAID BIOS screen. That information usually isn't available from the OS. When configured for RAID-1, the MegaRAID card will hide the two physical disks from the system, and will present the kernel and OS with only a single disk device.



In short: check your MegaRAID BIOS configuration.






share|improve this answer




















  • MegaRAID BIOS configuration. is relevant for each HW? ( because some server are dell and some others etc )
    – yael
    Dec 7 '17 at 14:40










  • This answer is only relevant for systems which have and use a MegaRAID controller card. Other systems with other RAID controllers will have a different driver in use and a different BIOS to check.
    – John
    Dec 7 '17 at 15:16










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409487%2fhow-to-identify-if-raid1-or-raid-mirror-configure-on-os-disk%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
1
down vote



accepted










The output in the image you attached isn't necessarily showing you what you think it is. The "megaraid_sas" bits aren't specifying any RAID level in the OS, they're specifying the use of the "megaraid_sas" driver to access the disk. Given that, you are very likely using a MegaRAID controller, which is capable of various RAID levels, but to see the configuration you would need to be in the MegaRAID BIOS screen. That information usually isn't available from the OS. When configured for RAID-1, the MegaRAID card will hide the two physical disks from the system, and will present the kernel and OS with only a single disk device.



In short: check your MegaRAID BIOS configuration.






share|improve this answer




















  • MegaRAID BIOS configuration. is relevant for each HW? ( because some server are dell and some others etc )
    – yael
    Dec 7 '17 at 14:40










  • This answer is only relevant for systems which have and use a MegaRAID controller card. Other systems with other RAID controllers will have a different driver in use and a different BIOS to check.
    – John
    Dec 7 '17 at 15:16














up vote
1
down vote



accepted










The output in the image you attached isn't necessarily showing you what you think it is. The "megaraid_sas" bits aren't specifying any RAID level in the OS, they're specifying the use of the "megaraid_sas" driver to access the disk. Given that, you are very likely using a MegaRAID controller, which is capable of various RAID levels, but to see the configuration you would need to be in the MegaRAID BIOS screen. That information usually isn't available from the OS. When configured for RAID-1, the MegaRAID card will hide the two physical disks from the system, and will present the kernel and OS with only a single disk device.



In short: check your MegaRAID BIOS configuration.






share|improve this answer




















  • MegaRAID BIOS configuration. is relevant for each HW? ( because some server are dell and some others etc )
    – yael
    Dec 7 '17 at 14:40










  • This answer is only relevant for systems which have and use a MegaRAID controller card. Other systems with other RAID controllers will have a different driver in use and a different BIOS to check.
    – John
    Dec 7 '17 at 15:16












up vote
1
down vote



accepted







up vote
1
down vote



accepted






The output in the image you attached isn't necessarily showing you what you think it is. The "megaraid_sas" bits aren't specifying any RAID level in the OS, they're specifying the use of the "megaraid_sas" driver to access the disk. Given that, you are very likely using a MegaRAID controller, which is capable of various RAID levels, but to see the configuration you would need to be in the MegaRAID BIOS screen. That information usually isn't available from the OS. When configured for RAID-1, the MegaRAID card will hide the two physical disks from the system, and will present the kernel and OS with only a single disk device.



In short: check your MegaRAID BIOS configuration.






share|improve this answer












The output in the image you attached isn't necessarily showing you what you think it is. The "megaraid_sas" bits aren't specifying any RAID level in the OS, they're specifying the use of the "megaraid_sas" driver to access the disk. Given that, you are very likely using a MegaRAID controller, which is capable of various RAID levels, but to see the configuration you would need to be in the MegaRAID BIOS screen. That information usually isn't available from the OS. When configured for RAID-1, the MegaRAID card will hide the two physical disks from the system, and will present the kernel and OS with only a single disk device.



In short: check your MegaRAID BIOS configuration.







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 7 '17 at 14:33









John

11.3k11630




11.3k11630











  • MegaRAID BIOS configuration. is relevant for each HW? ( because some server are dell and some others etc )
    – yael
    Dec 7 '17 at 14:40










  • This answer is only relevant for systems which have and use a MegaRAID controller card. Other systems with other RAID controllers will have a different driver in use and a different BIOS to check.
    – John
    Dec 7 '17 at 15:16
















  • MegaRAID BIOS configuration. is relevant for each HW? ( because some server are dell and some others etc )
    – yael
    Dec 7 '17 at 14:40










  • This answer is only relevant for systems which have and use a MegaRAID controller card. Other systems with other RAID controllers will have a different driver in use and a different BIOS to check.
    – John
    Dec 7 '17 at 15:16















MegaRAID BIOS configuration. is relevant for each HW? ( because some server are dell and some others etc )
– yael
Dec 7 '17 at 14:40




MegaRAID BIOS configuration. is relevant for each HW? ( because some server are dell and some others etc )
– yael
Dec 7 '17 at 14:40












This answer is only relevant for systems which have and use a MegaRAID controller card. Other systems with other RAID controllers will have a different driver in use and a different BIOS to check.
– John
Dec 7 '17 at 15:16




This answer is only relevant for systems which have and use a MegaRAID controller card. Other systems with other RAID controllers will have a different driver in use and a different BIOS to check.
– John
Dec 7 '17 at 15:16

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409487%2fhow-to-identify-if-raid1-or-raid-mirror-configure-on-os-disk%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Peggy Mitchell

Palaiologos

The Forum (Inglewood, California)