Linux Multipathing example
How to configure Multipath IO in CentOS SAN Storage Configuration Perform preliminary configuration steps within the storage controller, FC switches e.g.: * LUN Creation * FC zoning * LUN Masking Install Multipath Driver yum install device-mapper-multipath systemctl enable multipathd systemctl start multipathd Scan the FC HBA device for new LUNs * The device…