轉: enable multipathing on RedHat Linux 5.3
To enable multipathing on RedHat Linux 5.3 By Robert Tsai on Aug 10, 2009 Set multiple cable connections per your design such as dual connections from the server to the SAN switch and then to the storage array. At Sun Solution center, we use QLogic HBA and its driver can be downloaded directly from Qlogic web site. Check the HBA used and ensure to get the correct driver. i.e. the HBA model we used is QLE2462, download its driver accordingly from below: In Red Hat Enterprise Linux 5, device-mapper-multipath is installed by default. This is a change from Red Hat Enterprise Linux 4. If a third party multipathing solution is in use, device-mapper-multipath should be disabled to avoid any conflict between the multiple multipathing technologies. But RedHat multipathing is NOT ACTIVATED by default and you must enable it. To enable it, modify the setting in /etc/sysconfig/mkinitrd/multipath file by changing MULTIPATH from NO to YES MULTIPATH=YES By default, /etc/multipath.conf has all devices blacklisted. If this default configuration has been changed, the change should be reverted. Comment out following three lines: # Blacklist all devices by default. Remove this to enable multipathing # on the default devices. blacklist { devnode "*" } Then reboot. Enable the multipathd on boot and start it by chkconfig mutipathd on service multipathd start At this time, you should be able to see multiple connections to the LUNs on the storage array if everything set correctly and you can verify it using "fdisk -l". You should see some newly enabled "dm-??" devices. Also run "/sbin/multipath -ll" command and should see the path to each device. i.e. the path mpath2 for device dm-7 pointing to two devices sdj and sdx. mpath2 (3600a0b80004879f0000004064a5b5d9f) dm-7 SUN,CSM200_R [size=50G][features=1 queue_if_no_path][hwhandler=1 rdac][rw] _ round-robin 0 [prio=200][active] _ 0:0:1:2 sdj 8:144 [active][ready] _ 1:0:1:2 sdx 65:112 [active][ready] _ round-robin 0 [prio=0][enabled] _ 0:0:0:2 sdc 8:32 [active][ghost] _ 1:0:0:2 sdq 65:0 [active][ghost] You should see I/O activities on both sdj and sdx when running dd test on dm-7.[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/197458/viewspace-1058157/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux(01):RedHat 7.6 安裝LinuxRedhat
- Redhat(03):Linux 初始化配置RedhatLinux
- Linux基礎命令---enable開啟shell命令Linux
- Redhat 5.3掛載IBM DS4800儲存並安裝RDAC多路徑軟體RedhatIBM
- RedHat Linux口令恢復任我行RedhatLinux
- redhat linux核心資訊 warning:many lost ticksRedhatLinux
- 5.3
- Sql Server Linux(Redhat) Distributed Availability Group Setup — step by stepSQLServerLinuxRedhatAI
- redhat enterprise linux中vsftp開機自啟動RedhatLinuxFTP
- Linux之RedHat7如何更換yum源LinuxRedhat
- oracle ENABLE=BROKENOracle
- enable_index_filterIndexFilter
- FSM:Enable shift register
- Linux系統中Ubuntu和Redhat的差異有哪些?LinuxUbuntuRedhat
- 適合Linux系統初學的redhat系列有哪些?LinuxRedhat
- RedHat Linux 6企業版開啟VNC Server遠端桌面RedhatLinuxVNCServer
- redhat ntsysv中一些服務的簡單解釋(轉)Redhat
- RedHat Advance Server上安裝Oracle 9204 RAC參考手冊(轉)RedhatServerOracle
- Spring中Enable*功能的使用Spring
- redhat安裝dockerRedhatDocker
- Redhat(02):yum 配置Redhat
- [重慶思莊每日技術分享]-Redhat Linux 6.5安裝ORACLE ASMLIBRedhatLinuxOracleASM
- Vmware linux redhat6.4 安裝11g(11.2.0.1) 雙節點RACLinuxRedhat
- redhat 7.x 、redhat 6.x檢視硬碟UUID方法Redhat硬碟UI
- ACM – 5.3 排序檢索ACM排序
- RuntimeWarning: Enable tracemalloc to get the object allocation tracebackObject
- SpringBoot開發自己的@Enable功能Spring Boot
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)線上安裝方式LinuxRedhatCentOSMySql
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)離線安裝方式LinuxRedhatCentOSMySql
- Redhat:檔案目錄管理Redhat
- NVMe1.4的:IO Determinism及多路徑(Multipathing)訪問共享名稱空間
- How to enable Traefik Dashborad in K3s
- Oracle ENABLE=broken引數與TCP KeepAliveOracleTCP
- minikube addons enable ingress 啟動錯誤
- PostgreSQL DBA(188) - PG 14 enable_memoizeSQL
- ADFS – How to enable Trace Debugging and advanced access logging
- Spring Boot Enable* 的原理與實踐Spring Boot
- 如何在RedHat Linux 6.8新增ftp使用者限制目錄和訪問ipRedhatLinuxFTP
- centOS(同redhat)安裝 dockerCentOSRedhatDocker