{"id":1293,"date":"2010-09-20T13:24:36","date_gmt":"2010-09-20T13:24:36","guid":{"rendered":"http:\/\/blog.open-e.com\/?p=1293"},"modified":"2025-07-03T07:48:40","modified_gmt":"2025-07-03T07:48:40","slug":"multipath-which-path-should-we-choose","status":"publish","type":"post","link":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/","title":{"rendered":"Multipath &#8211; which path should we choose?"},"content":{"rendered":"<p>\t\t\t\tFortunately in Linux\u00a0 in contrast to our lives we don&#8217;t need to choose one path, we are able to choose all paths!<\/p>\n<p>In this article, you can find simple description about configuring multipath under Linux for iSCSI (internet Small Computer System Interface) and FC (Fibre Channel) environments.<\/p>\n<p>At the very beginning we must configure iSCSI or FC target.<br \/>\nWe can use <a href=\"https:\/\/www.open-e.com\/account\/register\/free-trial\/\">trial version of Open-E DSS V6 software<\/a>.<\/p>\n<p>If we decide to use <a title=\"iscsi target\" href=\"https:\/\/www.open-e.com\/solutions\/how-connect-to-dss-v6-iscsi-target-volume-from-microsoft-windows\/\">iSCSI target<\/a> then it is necessary to connect at least two NICs (Network Interface Cards) on target and initiator sides.<br \/>\nFor configuring FC we need to have at least one Qlogic FC HBA (Host Bus Adapter) 2\/4\/8 Gb with dual-port on target side and also on initiator side.<\/p>\n<p>Next step will be exports of one LU (Logical Unit) via iSCSI or FC target.<\/p>\n<p>After that we must configure our initiator. In case of using iSCSI target we need to connect to it\u00a0 twice, using iSCSI initiator via both NICs. Using FC target the drives should be visible automatically after loading specific driver.<\/p>\n<p>Now we could check if LU is visible locally on initiators side twice by typing command <strong>lsscsi<\/strong>.<br \/>\nExample output for <strong>lsscsi <\/strong>command:<br \/>\n<code><br \/>\n[8:0:0:0]\u00a0\u00a0\u00a0 disk\u00a0\u00a0\u00a0 SCST_BIO sB6glXbw6LxyZnCv\u00a0 101\u00a0 \/dev\/sdb<br \/>\n[9:0:0:0]\u00a0\u00a0\u00a0 disk\u00a0\u00a0\u00a0 SCST_BIO sB6glXbw6LxyZnCv\u00a0 101\u00a0 \/dev\/sdc<br \/>\n<\/code><br \/>\nNow we will generate configuration file for multipath software. To do that properly we need to get WWID (World Wide Identifier) for disks \/dev\/sdb and \/dev\/sdc by using command <strong>scsi_id<\/strong>.<br \/>\nExample output for command\u00a0 <strong>\/lib\/udev\/scsi_id &#8211;page=0x80 &#8211;whitelisted &#8211;device=\/dev\/sdb<\/strong><br \/>\n<code><br \/>\nSSCST_BIOsB6glXbw6LxyZnC2279e18<br \/>\n<\/code><br \/>\nThe same output will be for disk \/dev\/sdc<\/p>\n<p>Getting this information we are able to generate proper configuration file.<br \/>\n<code><br \/>\n--- \/etc\/multipath.conf ---<br \/>\ndefaults {<br \/>\nudev_dir\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0\/dev<br \/>\npath_grouping_policy\u00a0\u00a0 \u00a0multibus<br \/>\ngetuid_callout\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0\"\/lib\/udev\/scsi_id --page=0x80 --whitelisted --device=\/dev\/%n\"<br \/>\n}<br \/>\nmultipaths {<br \/>\nmultipath {<br \/>\nwwid\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0SSCST_BIOsB6glXbw6LxyZnC2279e18<br \/>\nalias\u00a0\u00a0 \u00a0\u00a0\u00a0 \u00a0multipath<br \/>\n}<br \/>\n}<br \/>\n--- \/etc\/multipath.conf ---<br \/>\n<\/code><br \/>\nAfter multipath start by using script <strong>\/etc\/init.d\/multipath-tools start<\/strong> (depending on your Linux distribution), we could type command <strong>multipath -l<\/strong><br \/>\nExample output is:<br \/>\n<code><br \/>\nmultipath (SSCST_BIOsB6glXbw6LxyZnC2279e18) dm-0 SCST_BIO,sB6glXbw6LxyZn<br \/>\n[size=3.0G][features=0][hwhandler=0]<br \/>\n\\_ round-robin 0 [prio=0][active]<br \/>\n\\_ 8:0:0:0 sdb 8:16\u00a0 [active][undef]<br \/>\n\\_ 9:0:0:0 sdc 8:32\u00a0 [active][undef]<br \/>\n<\/code><br \/>\nOur new device is available here: \/dev\/mapper\/multipath, we could format it by our favorite file system and mount.<\/p>\n<p>Now we have an access to one LU via two paths! Good luck with testing it! I&#8217;m looking forward for some feedback.\t\t<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fortunately in Linux\u00a0 in contrast to our lives we don&#8217;t need to choose one path, we are able to choose all paths! In this article, you can find simple description&nbsp;&#8230;<\/p>\n","protected":false},"author":3,"featured_media":55796,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[777,765],"tags":[258,293,349,374,411,481],"class_list":["post-1293","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-iscsi","category-open-e-legacy-products","tag-fc","tag-hard-disk","tag-iscsi","tag-linux","tag-mpio","tag-open-e-products"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Lukasz Wittig\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Open-E Blog | Data Storage Software for Enterprise NAS &amp; SAN - Data Storage blog based on Open-E Software and experience\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC\" \/>\n\t\t<meta property=\"og:description\" content=\"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2025\/10\/blog_og_1200x630_1.jpeg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2025\/10\/blog_og_1200x630_1.jpeg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t\t<meta property=\"og:image:height\" content=\"420\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-09-20T13:24:36+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-07-03T07:48:40+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/opene.inc\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@storagesoftware\" \/>\n\t\t<meta name=\"twitter:title\" content=\"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@storagesoftware\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2025\/10\/blog_og_1200x630_1.jpeg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#blogposting\",\"name\":\"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC\",\"headline\":\"Multipath &#8211; which path should we choose?\",\"author\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/author\\\/lwittig\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/wp-content\\\/uploads\\\/2010\\\/08\\\/blog_new_Open-E-Overview.jpg\",\"width\":1920,\"height\":800,\"caption\":\"Open-E Overview\"},\"datePublished\":\"2010-09-20T13:24:36+00:00\",\"dateModified\":\"2025-07-03T07:48:40+00:00\",\"inLanguage\":\"en-US\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#webpage\"},\"articleSection\":\"iSCSI, Open-E Legacy Products, FC, Hard disk, iSCSI, Linux, Multipath IO, Open-E products\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.open-e.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/#listItem\",\"name\":\"Data Protection\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/#listItem\",\"position\":2,\"name\":\"Data Protection\",\"item\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/iscsi\\\/#listItem\",\"name\":\"iSCSI\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/iscsi\\\/#listItem\",\"position\":3,\"name\":\"iSCSI\",\"item\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/iscsi\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#listItem\",\"name\":\"Multipath &#8211; which path should we choose?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/#listItem\",\"name\":\"Data Protection\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#listItem\",\"position\":4,\"name\":\"Multipath &#8211; which path should we choose?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/category\\\/data-protection\\\/iscsi\\\/#listItem\",\"name\":\"iSCSI\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/#organization\",\"name\":\"Open-E Inc.\",\"description\":\"Open-E is a leading provider of software-defined storage solutions, specializing in ZFS-based data storage for enterprise and SMB environments. Its flagship product, Open-E JovianDSS, delivers high-performance, reliable, and flexible storage for SAN and NAS systems, ensuring business continuity, data protection, and easy scalability.\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/\",\"email\":\"info@open-e.com\",\"telephone\":\"+16786662880\",\"foundingDate\":\"1998-09-01\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/logo1.png\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#organizationLogo\",\"width\":165,\"height\":37,\"caption\":\"Open-E - #1 Software for Data Storage, Backup & Business Continuity\"},\"image\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/opene.inc\",\"https:\\\/\\\/x.com\\\/storagesoftware\",\"https:\\\/\\\/www.instagram.com\\\/open.e.inc\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@open.e.inc\",\"https:\\\/\\\/www.youtube.com\\\/@opene\\\/videos\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/open-e\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/author\\\/lwittig\\\/#author\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/author\\\/lwittig\\\/\",\"name\":\"Lukasz Wittig\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#authorImage\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/wp_avatar-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Lukasz Wittig\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#webpage\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/\",\"name\":\"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC\",\"description\":\"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/author\\\/lwittig\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/author\\\/lwittig\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/wp-content\\\/uploads\\\/2010\\\/08\\\/blog_new_Open-E-Overview.jpg\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#mainImage\",\"width\":1920,\"height\":800,\"caption\":\"Open-E Overview\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/multipath-which-path-should-we-choose\\\/#mainImage\"},\"datePublished\":\"2010-09-20T13:24:36+00:00\",\"dateModified\":\"2025-07-03T07:48:40+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/\",\"name\":\"Open-E Blog | Data Storage Software for Enterprise NAS & SAN Open-E Data Storage Software Blog\",\"alternateName\":\"Open-E Blog\",\"description\":\"Data Storage blog based on Open-E Software and experience\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.open-e.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC","description":"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets","canonical_url":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#blogposting","name":"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC","headline":"Multipath &#8211; which path should we choose?","author":{"@id":"https:\/\/www.open-e.com\/blog\/author\/lwittig\/#author"},"publisher":{"@id":"https:\/\/www.open-e.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2010\/08\/blog_new_Open-E-Overview.jpg","width":1920,"height":800,"caption":"Open-E Overview"},"datePublished":"2010-09-20T13:24:36+00:00","dateModified":"2025-07-03T07:48:40+00:00","inLanguage":"en-US","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#webpage"},"isPartOf":{"@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#webpage"},"articleSection":"iSCSI, Open-E Legacy Products, FC, Hard disk, iSCSI, Linux, Multipath IO, Open-E products"},{"@type":"BreadcrumbList","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.open-e.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/#listItem","name":"Data Protection"}},{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/#listItem","position":2,"name":"Data Protection","item":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/iscsi\/#listItem","name":"iSCSI"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/iscsi\/#listItem","position":3,"name":"iSCSI","item":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/iscsi\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#listItem","name":"Multipath &#8211; which path should we choose?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/#listItem","name":"Data Protection"}},{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#listItem","position":4,"name":"Multipath &#8211; which path should we choose?","previousItem":{"@type":"ListItem","@id":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/iscsi\/#listItem","name":"iSCSI"}}]},{"@type":"Organization","@id":"https:\/\/www.open-e.com\/blog\/#organization","name":"Open-E Inc.","description":"Open-E is a leading provider of software-defined storage solutions, specializing in ZFS-based data storage for enterprise and SMB environments. Its flagship product, Open-E JovianDSS, delivers high-performance, reliable, and flexible storage for SAN and NAS systems, ensuring business continuity, data protection, and easy scalability.","url":"https:\/\/www.open-e.com\/blog\/","email":"info@open-e.com","telephone":"+16786662880","foundingDate":"1998-09-01","logo":{"@type":"ImageObject","url":"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2024\/12\/logo1.png","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#organizationLogo","width":165,"height":37,"caption":"Open-E - #1 Software for Data Storage, Backup & Business Continuity"},"image":{"@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/opene.inc","https:\/\/x.com\/storagesoftware","https:\/\/www.instagram.com\/open.e.inc\/","https:\/\/www.tiktok.com\/@open.e.inc","https:\/\/www.youtube.com\/@opene\/videos","https:\/\/www.linkedin.com\/company\/open-e\/"]},{"@type":"Person","@id":"https:\/\/www.open-e.com\/blog\/author\/lwittig\/#author","url":"https:\/\/www.open-e.com\/blog\/author\/lwittig\/","name":"Lukasz Wittig","image":{"@type":"ImageObject","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#authorImage","url":"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2025\/04\/wp_avatar-150x150.png","width":96,"height":96,"caption":"Lukasz Wittig"}},{"@type":"WebPage","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#webpage","url":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/","name":"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC","description":"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.open-e.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#breadcrumblist"},"author":{"@id":"https:\/\/www.open-e.com\/blog\/author\/lwittig\/#author"},"creator":{"@id":"https:\/\/www.open-e.com\/blog\/author\/lwittig\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2010\/08\/blog_new_Open-E-Overview.jpg","@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#mainImage","width":1920,"height":800,"caption":"Open-E Overview"},"primaryImageOfPage":{"@id":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/#mainImage"},"datePublished":"2010-09-20T13:24:36+00:00","dateModified":"2025-07-03T07:48:40+00:00"},{"@type":"WebSite","@id":"https:\/\/www.open-e.com\/blog\/#website","url":"https:\/\/www.open-e.com\/blog\/","name":"Open-E Blog | Data Storage Software for Enterprise NAS & SAN Open-E Data Storage Software Blog","alternateName":"Open-E Blog","description":"Data Storage blog based on Open-E Software and experience","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.open-e.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Open-E Blog | Data Storage Software for Enterprise NAS &amp; SAN - Data Storage blog based on Open-E Software and experience","og:type":"article","og:title":"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC","og:description":"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets","og:url":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/","og:image":"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2025\/10\/blog_og_1200x630_1.jpeg","og:image:secure_url":"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2025\/10\/blog_og_1200x630_1.jpeg","og:image:width":800,"og:image:height":420,"article:published_time":"2010-09-20T13:24:36+00:00","article:modified_time":"2025-07-03T07:48:40+00:00","article:publisher":"https:\/\/www.facebook.com\/opene.inc","twitter:card":"summary","twitter:site":"@storagesoftware","twitter:title":"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC","twitter:description":"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets","twitter:creator":"@storagesoftware","twitter:image":"https:\/\/www.open-e.com\/blog\/wp-content\/uploads\/2025\/10\/blog_og_1200x630_1.jpeg"},"aioseo_meta_data":{"post_id":"1293","title":"HOWTO configure Multipath IO MPIO in Linux for iSCSI and FC","description":"Linux is not complicated OS and this article proves it by providing a simple HOWTO about multipath (MPIO) functionality with combination of iSCSI and FC targets","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"custom_image","og_image_url":"","og_image_width":"0","og_image_height":"0","og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-04-03 07:02:31","updated":"2025-07-03 07:53:00","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.open-e.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.open-e.com\/blog\/category\/data-protection\/\" title=\"Data Protection\">Data Protection<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.open-e.com\/blog\/category\/data-protection\/iscsi\/\" title=\"iSCSI\">iSCSI<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tMultipath \u2013 which path should we choose?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.open-e.com\/blog"},{"label":"Data Protection","link":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/"},{"label":"iSCSI","link":"https:\/\/www.open-e.com\/blog\/category\/data-protection\/iscsi\/"},{"label":"Multipath &#8211; which path should we choose?","link":"https:\/\/www.open-e.com\/blog\/multipath-which-path-should-we-choose\/"}],"_links":{"self":[{"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/posts\/1293","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/comments?post=1293"}],"version-history":[{"count":1,"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/posts\/1293\/revisions"}],"predecessor-version":[{"id":55154,"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/posts\/1293\/revisions\/55154"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/media\/55796"}],"wp:attachment":[{"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/media?parent=1293"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/categories?post=1293"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.open-e.com\/blog\/wp-json\/wp\/v2\/tags?post=1293"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}