SlideShare una empresa de Scribd logo
1 de 13
Multipath with
                                  Virtual Iron and
                                 Open-E ® DSS V6


Configured and verified by Massimo Strina,
Share Distribuzione SRL (Italy)




Software Version: DSS ver. 6.00 up50
Presentation updated: July 2010
Multipath with Virtual Iron and Data Storage Server


TO SET UP MULTIPATH WITH VIRTUAL IRON AND OPEN-E
DSS, PERFORM THE FOLLOWING STEPS:
        1. Hardware Configuration
        2. Automatic Failover Configuration on the both Data Storage Servers
        3. Edit multipath.conf file
        4. Edit iscsi.conf file
        5. iSCSI and Ethernet Tunning
        6. Starting up Node Servers
        7. Edit iscsi_portal_list.xml and network_config_directives.xml files
        8. Starting Automatic Failover end restart Virtual Center Nodes




                                  www.open-e.com                                2
Multipath with Virtual Iron and Data Storage Server
                          1. Hardware Configuration
Virtual Center




             Public LAN




                              Node 1                            Node 2




                                Switch GbE                         Switch GbE




                                              iSCSI
                                              Failover/Volume
                                              Replication




                                         www.open-e.com                         3
Multipath with Virtual Iron and Data Storage Server
2. Automatic Failover Configuration on the both Data Storage Servers
  Configuration of the Secondary Server
 • Create a Volume Group and iSCSI Volume
 • Set Volume Replication mode as destination mode and set mirror IP address
  Configuration of the Primary Server
 • Create a Volume Group and iSCSI Volume
 • Set Volume Replication mode as source mode and settings mirror IP address,
 • Create Volume Replication task and start the replication task.
  Create new target on Secondary Server
  Create new target on Primary Server
  Configure Auxiliary connections and set Virtual IP for all Port . For example:
 • 172.16.0.1
 • 172.16.1.1
 • 172.16.2.1
 • 172.16.3.1
 NOTE:
 In this moment do not start Automatic Failover!
 Detailed describes of Automatic Failover Configuration please find in product presentation:
Synchronous Volume Replication with Failover over a LAN with broadcast.pdf
                                                www.open-e.com                                 4
Multipath with Virtual Iron and Data Storage Server
3. Edit multipath.conf file


• Open folder C:Program FileVirtualIronVirtualizationManagerbootfilesboottemplates
• Edit multipath.conf and uncomment the following line:

selector          "round-robin 0"
 
• Then insert multipath device definition for DSS:


      #
      #
      #     SHARE OpenStor powered by OPEN-E :: Active-Active
      #     Verified @ Massimo Strina, Share Distribuzione SRL (Italy)
      #
      device 
      {
             vendor                 "iSCSI"
             product                "*"
             path_grouping_policy   multibus
             path_checker           tur
             features               "1 queue_if_no_path"
             failback               immediate
             rr_min_io              100
      }
 




                                                 www.open-e.com                            5
Multipath with Virtual Iron and Data Storage Server
3. …Continue


• Next, paste under device section after "ATA" vendor following script:
 
devices {
 
      # Local non-SCSI drives (SATA and IDE) need a code page 0x80 to include the
      # serial number in the uid, otherwise duplicate model drives won't be unique.
            device {
            vendor                  "ATA*"
            product                 "*"
            getuid_callout          "/sbin/vi_scsi_id --scsi_id_args -p 0x80 -g -u -s /block/%n"
      }
      #     SHARE OpenStor powered by OPEN-E :: Active-Active
      #     Verified @ Massimo Strina, Share Distribuzione SRL (Italy)
            device {
             vendor                 "iSCSI"
             product                "*"
             path_grouping_policy   multibus
             path_checker           tur
             features               "1 queue_if_no_path"
             failback               immediate
             rr_min_io              100
      }
      #     Adaptec RAID controller
      
     
• Save multipath.conf file.




                                                 www.open-e.com                                    6
Multipath with Virtual Iron and Data Storage Server
4. Edit iscsi.conf file




• Edit iscsid.conf file and modify the parameters as follow:
 
node.session.iscsi.FirstBurstLength = 524288
 
node.session.iscsi.MaxBurstLength = 16776192
 
node.conn[0].iscsi.MaxRecvDataSegmentLength = 262144
 
discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 262144

• Save iscsid.conf




                                                www.open-e.com   7
Multipath with Virtual Iron and Data Storage Server
5. iSCSI and Ethernet Tunning




• On the DSS console press hot-hey ctrl-alt-w then select Tuning Options -> iSCSI deamon option -> Target
  option -> (for all targets):
 
MaxRecvDataSegmentLength = 262144
MaxBurstLength = 16776192
MaxXmitDataSegmentLength = 262144
FirstBurstLength = 524288
InitialR2T = No
ImmediateData = Yes
 
• Then go to Hardware Configuration Menu -> Tuning options ->Jumbo Frames config
• Please set Jumbo Frames value to 4200 for all ports.




NOTE:
4200 is optimized for this example system. Some other Switches can work better with Jumbo Frame set to
  6000 or 9000.



                                              www.open-e.com                                                8
Multipath with Virtual Iron and Data Storage Server
6. Starting up Node Servers



• Start up both node servers when discovery is complete, create iSCSI Network in Resource Center ->
  Network Tab,
• Assign ONLY the first Ethernet port of both nodes and configure IP as follow:
172.16.0.2 for node 1
172.16.0.3 for node 2
• The Virtual Iron wizard step ask you to configure target and you must put ONLY the IP of the first port
  of the storage (first virtual IP) as follow:
172.16.0.1
• After this both nodes prompts Yellow Warning state and request reboot.




NOTE:
Do not reboot nodes !




                                                www.open-e.com                                              9
Multipath with Virtual Iron and Data Storage Server
7. Edit iscsi_portal_list.xml and network_config_directives.xml files.
• Open folder C:Program FileVirtualIronVirtualizationManagerbootfilesboot and you can find 2 new
  directories named with Mac address of both nodes,
• Open the first folder named for example 00-30-48-66-CE-6E,
• Edit iscsi_portal_list.xml file, you will find this configuration:
 
<?xml version="1.0" encoding="UTF-8"?>
<ISCSIportalList>
    <ISCSIportal>172.16.0.1:3260</ISCSIportal>
</ISCSIportalList>
 
• Please add following lines:
 
<?xml version="1.0" encoding="UTF-8"?>
<ISCSIportalList>
    <ISCSIportal>172.16.0.1:3260</ISCSIportal>
    <ISCSIportal>172.16.1.1:3260</ISCSIportal>
    <ISCSIportal>172.16.2.1:3260</ISCSIportal>
    <ISCSIportal>172.16.3.1:3260</ISCSIportal>
</ISCSIportalList>
 
• Edit the network_config_directives.xml file,
• You will find this configuration:
 
 <?xml version="1.0" encoding="UTF-8"?>
<NetworkCfgDirectives>
    <CfgNICmtu>00:15:17:63:75:A5|4200</CfgNICmtu>
    <CfgNICstatic>
        <Interface>00:15:17:63:75:A5</Interface>
        <StaticIP>172.16.0.2</StaticIP>
        <StaticIPmask>255.255.255.0</StaticIPmask>
    </CfgNICstatic>
</NetworkCfgDirectives>
                                                 www.open-e.com                                          10
Multipath with Virtual Iron and Data Storage Server
7. …Continue

• Copy the section from <CfgNICmtu> to </CfgNICstatic> and paste it 3 times,
• Then modify MAC address and IP addres accordingly.
• You will find the Mac address in Virtual Center -> Hardware -> Managed Nodes -> Specific Node ->
  Ethernet Port.
<?xml version="1.0" encoding="UTF-8"?>
<NetworkCfgDirectives>
    <CfgNICmtu>00:15:17:63:75:A5|4200</CfgNICmtu>
    <CfgNICstatic>
        <Interface>00:15:17:63:75:A5</Interface>
        <StaticIP>172.16.0.2</StaticIP>
        <StaticIPmask>255.255.255.0</StaticIPmask>
    </CfgNICstatic>
    <CfgNICmtu>00:15:17:63:75:A4|4200</CfgNICmtu>
    <CfgNICstatic>
        <Interface>00:15:17:63:75:A4</Interface>
        <StaticIP>172.16.1.2</StaticIP>
        <StaticIPmask>255.255.255.0</StaticIPmask>
    </CfgNICstatic>
    <CfgNICmtu>00:15:17:63:75:A7|4200</CfgNICmtu>
    <CfgNICstatic>
        <Interface>00:15:17:63:75:A7</Interface>
        <StaticIP>172.16.2.2</StaticIP>
        <StaticIPmask>255.255.255.0</StaticIPmask>
    </CfgNICstatic>
    <CfgNICmtu>00:15:17:63:75:A6|4200</CfgNICmtu>
    <CfgNICstatic>
        <Interface>00:15:17:63:75:A6</Interface>
        <StaticIP>172.16.3.2</StaticIP>
        <StaticIPmask>255.255.255.0</StaticIPmask>
    </CfgNICstatic>
</NetworkCfgDirectives> 
 
                                              www.open-e.com                                         11
Multipath with Virtual Iron and Data Storage Server
7. …Continue


• Now , open the second folder named with second node MAC address name under
   C:Program FileVirtualIronVirtualizationManagerbootfilesboot
  and repeat the above procedure accordingly.
 




8. Starting Automatic Failover end restart Virtual Center Nodes

• On the WEB console Data Storage Server, choose „SETUP” and network from the menu, and select
  iSCSI Failover
• Next, in the Failover manager function, click on „start” button to start the Automatic Failover on the
  Primary Data Storage Server
• In Virtual Center Restart Nodes.




    The configuration Multipath with Virtual Iron and Data Storage Server is now complete.
                                                www.open-e.com                                             12
Thank you!




Follow Open-E:
                 www.open-e.com   13

Más contenido relacionado

Más de open-e

Open-E DSS V7 Synchronous Volume Replication over a LAN
Open-E DSS V7 Synchronous Volume Replication over a LANOpen-E DSS V7 Synchronous Volume Replication over a LAN
Open-E DSS V7 Synchronous Volume Replication over a LANopen-e
 
Open-E DSS V7 Remote Snapshot Control with CLI/API
Open-E DSS V7 Remote Snapshot Control with CLI/APIOpen-E DSS V7 Remote Snapshot Control with CLI/API
Open-E DSS V7 Remote Snapshot Control with CLI/APIopen-e
 
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)open-e
 
Open-E DSS V7 Active-Passive iSCSI Failover
Open-E DSS V7 Active-Passive iSCSI FailoverOpen-E DSS V7 Active-Passive iSCSI Failover
Open-E DSS V7 Active-Passive iSCSI Failoveropen-e
 
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)open-e
 
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server SystemsOpen-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systemsopen-e
 
Open-E DSS V7 Active-Active iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Active iSCSI Failover on Intel Server SystemsOpen-E DSS V7 Active-Active iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Active iSCSI Failover on Intel Server Systemsopen-e
 
Open-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.xOpen-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.xopen-e
 
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft WindowsHow to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windowsopen-e
 
Description of Open-E Snapshot
Description of Open-E SnapshotDescription of Open-E Snapshot
Description of Open-E Snapshotopen-e
 
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...open-e
 
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...open-e
 
Open-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape DriveOpen-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape Driveopen-e
 
Open-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LANOpen-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LANopen-e
 
Backup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup ExecBackup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup Execopen-e
 

Más de open-e (15)

Open-E DSS V7 Synchronous Volume Replication over a LAN
Open-E DSS V7 Synchronous Volume Replication over a LANOpen-E DSS V7 Synchronous Volume Replication over a LAN
Open-E DSS V7 Synchronous Volume Replication over a LAN
 
Open-E DSS V7 Remote Snapshot Control with CLI/API
Open-E DSS V7 Remote Snapshot Control with CLI/APIOpen-E DSS V7 Remote Snapshot Control with CLI/API
Open-E DSS V7 Remote Snapshot Control with CLI/API
 
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (with bonding)
 
Open-E DSS V7 Active-Passive iSCSI Failover
Open-E DSS V7 Active-Passive iSCSI FailoverOpen-E DSS V7 Active-Passive iSCSI Failover
Open-E DSS V7 Active-Passive iSCSI Failover
 
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
Open-E DSS V7 Active-Active Load Balanced iSCSI HA Cluster (without bonding)
 
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server SystemsOpen-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Passive iSCSI Failover on Intel Server Systems
 
Open-E DSS V7 Active-Active iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Active iSCSI Failover on Intel Server SystemsOpen-E DSS V7 Active-Active iSCSI Failover on Intel Server Systems
Open-E DSS V7 Active-Active iSCSI Failover on Intel Server Systems
 
Open-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.xOpen-E DSS V6 MPIO with ESXi 4.x
Open-E DSS V6 MPIO with ESXi 4.x
 
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft WindowsHow to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
How to Connect to a DSS V6 iSCSI Target Volume from a Microsoft Windows
 
Description of Open-E Snapshot
Description of Open-E SnapshotDescription of Open-E Snapshot
Description of Open-E Snapshot
 
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
Open-E DSS V6 Synchronous Volume Replication with Failover over a LAN with Un...
 
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
Open-E DSS V6 Synchronous Volume Replication With Failover over a LAN with Br...
 
Open-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape DriveOpen-E Backup to Attached Tape Drive
Open-E Backup to Attached Tape Drive
 
Open-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LANOpen-E Backup to iSCSI Target Volume over a LAN
Open-E Backup to iSCSI Target Volume over a LAN
 
Backup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup ExecBackup of Data Residing on DSS V6 with Backup Exec
Backup of Data Residing on DSS V6 with Backup Exec
 

Último

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 

Último (20)

Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 

Multipath with Virtual Iron and Open-E DSS V6

  • 1. Multipath with Virtual Iron and Open-E ® DSS V6 Configured and verified by Massimo Strina, Share Distribuzione SRL (Italy) Software Version: DSS ver. 6.00 up50 Presentation updated: July 2010
  • 2. Multipath with Virtual Iron and Data Storage Server TO SET UP MULTIPATH WITH VIRTUAL IRON AND OPEN-E DSS, PERFORM THE FOLLOWING STEPS: 1. Hardware Configuration 2. Automatic Failover Configuration on the both Data Storage Servers 3. Edit multipath.conf file 4. Edit iscsi.conf file 5. iSCSI and Ethernet Tunning 6. Starting up Node Servers 7. Edit iscsi_portal_list.xml and network_config_directives.xml files 8. Starting Automatic Failover end restart Virtual Center Nodes www.open-e.com 2
  • 3. Multipath with Virtual Iron and Data Storage Server 1. Hardware Configuration Virtual Center Public LAN Node 1 Node 2 Switch GbE Switch GbE iSCSI Failover/Volume Replication www.open-e.com 3
  • 4. Multipath with Virtual Iron and Data Storage Server 2. Automatic Failover Configuration on the both Data Storage Servers  Configuration of the Secondary Server • Create a Volume Group and iSCSI Volume • Set Volume Replication mode as destination mode and set mirror IP address  Configuration of the Primary Server • Create a Volume Group and iSCSI Volume • Set Volume Replication mode as source mode and settings mirror IP address, • Create Volume Replication task and start the replication task.  Create new target on Secondary Server  Create new target on Primary Server  Configure Auxiliary connections and set Virtual IP for all Port . For example: • 172.16.0.1 • 172.16.1.1 • 172.16.2.1 • 172.16.3.1 NOTE: In this moment do not start Automatic Failover! Detailed describes of Automatic Failover Configuration please find in product presentation: Synchronous Volume Replication with Failover over a LAN with broadcast.pdf www.open-e.com 4
  • 5. Multipath with Virtual Iron and Data Storage Server 3. Edit multipath.conf file • Open folder C:Program FileVirtualIronVirtualizationManagerbootfilesboottemplates • Edit multipath.conf and uncomment the following line: selector          "round-robin 0"   • Then insert multipath device definition for DSS:       #       #       #     SHARE OpenStor powered by OPEN-E :: Active-Active       #     Verified @ Massimo Strina, Share Distribuzione SRL (Italy)       #       device        {              vendor                 "iSCSI"              product                "*"              path_grouping_policy   multibus              path_checker           tur              features               "1 queue_if_no_path"              failback               immediate              rr_min_io              100       }   www.open-e.com 5
  • 6. Multipath with Virtual Iron and Data Storage Server 3. …Continue • Next, paste under device section after "ATA" vendor following script:   devices {         # Local non-SCSI drives (SATA and IDE) need a code page 0x80 to include the       # serial number in the uid, otherwise duplicate model drives won't be unique.             device {             vendor                  "ATA*"             product                 "*"             getuid_callout          "/sbin/vi_scsi_id --scsi_id_args -p 0x80 -g -u -s /block/%n"       }       #     SHARE OpenStor powered by OPEN-E :: Active-Active       #     Verified @ Massimo Strina, Share Distribuzione SRL (Italy)             device {              vendor                 "iSCSI"              product                "*"              path_grouping_policy   multibus              path_checker           tur              features               "1 queue_if_no_path"              failback               immediate              rr_min_io              100       }       #     Adaptec RAID controller              • Save multipath.conf file. www.open-e.com 6
  • 7. Multipath with Virtual Iron and Data Storage Server 4. Edit iscsi.conf file • Edit iscsid.conf file and modify the parameters as follow:   node.session.iscsi.FirstBurstLength = 524288   node.session.iscsi.MaxBurstLength = 16776192   node.conn[0].iscsi.MaxRecvDataSegmentLength = 262144   discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 262144 • Save iscsid.conf www.open-e.com 7
  • 8. Multipath with Virtual Iron and Data Storage Server 5. iSCSI and Ethernet Tunning • On the DSS console press hot-hey ctrl-alt-w then select Tuning Options -> iSCSI deamon option -> Target option -> (for all targets):   MaxRecvDataSegmentLength = 262144 MaxBurstLength = 16776192 MaxXmitDataSegmentLength = 262144 FirstBurstLength = 524288 InitialR2T = No ImmediateData = Yes   • Then go to Hardware Configuration Menu -> Tuning options ->Jumbo Frames config • Please set Jumbo Frames value to 4200 for all ports. NOTE: 4200 is optimized for this example system. Some other Switches can work better with Jumbo Frame set to 6000 or 9000. www.open-e.com 8
  • 9. Multipath with Virtual Iron and Data Storage Server 6. Starting up Node Servers • Start up both node servers when discovery is complete, create iSCSI Network in Resource Center -> Network Tab, • Assign ONLY the first Ethernet port of both nodes and configure IP as follow: 172.16.0.2 for node 1 172.16.0.3 for node 2 • The Virtual Iron wizard step ask you to configure target and you must put ONLY the IP of the first port of the storage (first virtual IP) as follow: 172.16.0.1 • After this both nodes prompts Yellow Warning state and request reboot. NOTE: Do not reboot nodes ! www.open-e.com 9
  • 10. Multipath with Virtual Iron and Data Storage Server 7. Edit iscsi_portal_list.xml and network_config_directives.xml files. • Open folder C:Program FileVirtualIronVirtualizationManagerbootfilesboot and you can find 2 new directories named with Mac address of both nodes, • Open the first folder named for example 00-30-48-66-CE-6E, • Edit iscsi_portal_list.xml file, you will find this configuration:   <?xml version="1.0" encoding="UTF-8"?> <ISCSIportalList>     <ISCSIportal>172.16.0.1:3260</ISCSIportal> </ISCSIportalList>   • Please add following lines:   <?xml version="1.0" encoding="UTF-8"?> <ISCSIportalList>     <ISCSIportal>172.16.0.1:3260</ISCSIportal>     <ISCSIportal>172.16.1.1:3260</ISCSIportal>     <ISCSIportal>172.16.2.1:3260</ISCSIportal>     <ISCSIportal>172.16.3.1:3260</ISCSIportal> </ISCSIportalList>   • Edit the network_config_directives.xml file, • You will find this configuration:    <?xml version="1.0" encoding="UTF-8"?> <NetworkCfgDirectives>     <CfgNICmtu>00:15:17:63:75:A5|4200</CfgNICmtu>     <CfgNICstatic>         <Interface>00:15:17:63:75:A5</Interface>         <StaticIP>172.16.0.2</StaticIP>         <StaticIPmask>255.255.255.0</StaticIPmask>     </CfgNICstatic> </NetworkCfgDirectives> www.open-e.com 10
  • 11. Multipath with Virtual Iron and Data Storage Server 7. …Continue • Copy the section from <CfgNICmtu> to </CfgNICstatic> and paste it 3 times, • Then modify MAC address and IP addres accordingly. • You will find the Mac address in Virtual Center -> Hardware -> Managed Nodes -> Specific Node -> Ethernet Port. <?xml version="1.0" encoding="UTF-8"?> <NetworkCfgDirectives>     <CfgNICmtu>00:15:17:63:75:A5|4200</CfgNICmtu>     <CfgNICstatic>         <Interface>00:15:17:63:75:A5</Interface>         <StaticIP>172.16.0.2</StaticIP>         <StaticIPmask>255.255.255.0</StaticIPmask>     </CfgNICstatic>     <CfgNICmtu>00:15:17:63:75:A4|4200</CfgNICmtu>     <CfgNICstatic>         <Interface>00:15:17:63:75:A4</Interface>         <StaticIP>172.16.1.2</StaticIP>         <StaticIPmask>255.255.255.0</StaticIPmask>     </CfgNICstatic>     <CfgNICmtu>00:15:17:63:75:A7|4200</CfgNICmtu>     <CfgNICstatic>         <Interface>00:15:17:63:75:A7</Interface>         <StaticIP>172.16.2.2</StaticIP>         <StaticIPmask>255.255.255.0</StaticIPmask>     </CfgNICstatic>     <CfgNICmtu>00:15:17:63:75:A6|4200</CfgNICmtu>     <CfgNICstatic>         <Interface>00:15:17:63:75:A6</Interface>         <StaticIP>172.16.3.2</StaticIP>         <StaticIPmask>255.255.255.0</StaticIPmask>     </CfgNICstatic> </NetworkCfgDirectives>    www.open-e.com 11
  • 12. Multipath with Virtual Iron and Data Storage Server 7. …Continue • Now , open the second folder named with second node MAC address name under C:Program FileVirtualIronVirtualizationManagerbootfilesboot and repeat the above procedure accordingly.   8. Starting Automatic Failover end restart Virtual Center Nodes • On the WEB console Data Storage Server, choose „SETUP” and network from the menu, and select iSCSI Failover • Next, in the Failover manager function, click on „start” button to start the Automatic Failover on the Primary Data Storage Server • In Virtual Center Restart Nodes. The configuration Multipath with Virtual Iron and Data Storage Server is now complete. www.open-e.com 12
  • 13. Thank you! Follow Open-E: www.open-e.com 13