Ignore Local Disks when Generating Multipath Devices on Oracle Lin 6_1601802.1
Ignoring Local Disks when Generating Multipath Devices on Oracle Linux 6 (文件 ID 1601802.1)
Linux x86-64
Linux x86
In this Document
Goal |
Solution |
Applies to:
Linux OS - Version Oracle Linux 5.5 with Unbreakable Enterprise Kernel [2.6.32] and laterLinux x86-64
Linux x86
Goal
This document should show how to blacklist local disks from multipath configurations.
Solution
-
Determine local disks
-
# multipath -v2
create: SATA_WDC_WD800JD-75M_WD-WMAM9S391055 undef ATA,WDC WD800JD-75MS
size=75 GB features="0" hwhandler="0" wp=undef
`-+- policy='round-robin 0' prio=1 status=undef
|- 0:0:0:0 sda 8:0
.
.
.
or use
# multipathd show paths format "%n %S %s %f %h %t"
size vend/prod/rev dm_st
75G ATA,WDC WD800JD-75MS undef
10G DGC,RAID 5 active
10G DGC,RAID 5 active
50G DGC,RAID 5 active
50G DGC,RAID 5 active
10G DGC,RAID 5 active
10G DGC,RAID 5 active
50G DGC,RAID 5 active
50G DGC,RAID 5 active
10G SUN,Sun Storage 7410 active
10G SUN,Sun Storage 7410 active
100G SUN,Sun Storage 7410 active
100G SUN,Sun Storage 7410 active
"ATA" here tells you that this is a local disk
For more information on multipathd use, please read DM Multipath Configuration and Administration
-
Now blacklist the device found above in the /etc/multipath.conf
blacklist {
wwid SATA_WDC_WD800JD-75M_WD-WMAM9S391055
}
-
reload the multipath configuration
# service multipathd reload
-
remove the existing map
# multipath -f SATA_WDC_WD800JD-75M_WD-WMAM9S391055
-
Confirm that the device is not added back by multipathd
# multipath | grep SATA_WDC_WD800JD-75M_WD-WMAM9S391055
this should return nothing.
-
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17252115/viewspace-1425043/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Configuring non-raw Multipath Devices for Oracle Clusterware 11gdevOracle
- Mount Options for Oracle files when used with NFS on NAS devices_359515.1OracleNFSdev
- ORA - 1461 encountered when generating server alertServer
- What happens when exadata has lost two disks?(轉)APP
- ORA-0 encountered when generating server alert SMG-4121Server
- ORA - 1461 encountered when generating server alert SMG-3500Server
- Linux Raw DevicesLinuxdev
- Configuring raw devices (multipath) for Oracle Clusterware 10g Release 2 (10.2.0) on RHEL5-OEL5 [ID ...devOracle
- Configuring non-raw multipath devices for Oracle Clusterware 11g (11.1.0) on RHEL5/OEL5devOracle
- ORA-1461 encountered when generating server alert SMG-3500Server
- [Oracle Script] ASM Disks Performance metricOracleASMORM
- Oracle Linux 7.8 多路徑(Multipath)+Udev繫結磁碟OracleLinuxdev
- Configuring Multipath Devices on RHEL6/OL6 (文件 ID 1538626.1)dev
- Linux的multipath for ASMLinuxASM
- Oracle ASM Renaming Disks GroupsOracleASM
- ORA-1000 encountered when generating server alert SMG-3000;Server
- Oracle Case WhenOracle
- linux之 multipath 多路徑Linux
- linux多路徑multipath配置Linux
- ORACLE程式之LOCAL=NO和LOCAL=YESOracle
- Kill Oracle Local=NOOracle
- Configuring Oracle ASM disks in Oracle Enterprise Linux r5u3OracleASMLinux
- set udev for setting disk permiss on ASM when using multipath OL 6.x_1521757.1devASM
- ORACLE CASE WHEN 及 SELECT CASE WHEN的用法Oracle
- Multipath
- linux配置multipath 並安裝racLinux
- 【OH】3 Managing Oracle Cluster Registry and Voting DisksOracle
- Oracle的order by case whenOracle
- eslint-disable-next-line to ignore the next lineEsLint
- I. Disks
- JLink Support for the Nuvoton NUC1xx devicesdev
- Linux Multipath多路徑配置與使用案例Linux
- Oracle case when改寫SQLOracleSQL
- ORACLE多欄位CASE WHENOracle
- AAR 檔案錯誤:Direct local .aar file dependencies are not supported when building an AAR.UI
- [Oracle] Oracle RAC中local_listener指定Oracle
- Analog Devicesdev
- 案例:oracle中case when的用法Oracle