当前位置:网站首页>Oracle RAC configuration multipathing
Oracle RAC configuration multipathing
2022-06-24 14:40:00 【It bond】
Keep creating , Accelerate growth ! This is my participation 「 Nuggets day new plan · 6 Yuegengwen challenge 」 Of the 31 God , Click to see the event details
hello ! Hello everyone , I am a 【IT bond 】, Jianghu people jeames007,10 year DBA Work experience
China DBA union (ACDU) member , Currently engaged in DBA And program programming
Good at Oracle、MySQL、PG Operations and development , Backup recovery , Installation migration , performance optimization 、 Emergency treatment of failure .
️️️ Thank you, big and small !️️️
Abstract :Oracle RAC Configure multipathing , This paper makes a detailed description
1 install multipath
[[email protected] ~]# rpm -qa | grep device-mapper
If not, execute the following command to install :
yum install -y device-mapper*
2 Generate configuration files
mpathconf --enable --with_multipathd y
see scsi_id
[[email protected] ~]# /usr/lib/udev/scsi_id -g -u /dev/sdb
36000c29f7e6ca7c54bd3ad4d2a2b8939
[[email protected] ~]# /usr/lib/udev/scsi_id -g -u /dev/sdc
36000c2970b50cdffdc8e547c8a87938d
[[email protected] ~]# /usr/lib/udev/scsi_id -g -u /dev/sdd
36000c292f6145f1679dcb64d20c7499e
[[email protected] ~]# /usr/lib/udev/scsi_id -g -u /dev/sde
36000c29c6f447f602411b8adabfe82a9
[[email protected] ~]# /usr/lib/udev/scsi_id -g -u /dev/sdf
36000c29937fecda3c66ce8a02e9a9d9d
[[email protected] ~]# /usr/lib/udev/scsi_id -g -u /dev/sdg
36000c29541e4d4e620c8326c45b51dd4
[[email protected] ~]# multipath -v3
To configure multipath,wwid The value of is obtained above scsi_id,alias Customizable ,
Configuration here 3 block OCR disc ,2 block DATA disc , A piece of ARCH disc .
cp /etc/multipath.conf /etc/multipath.conf.bak
The initialization configuration file contains the following :
defaults {
user_friendly_names yes
find_multipaths yes
}
blacklist {
}
The following needs to be in blacklist Add a row devnode Information
cat <<EOF>> /etc/multipath.conf
blacklist {
devnode "^sda"
}
multipaths {
multipath {
wwid "36000c29f7e6ca7c54bd3ad4d2a2b8939"
alias asm_ocr01
}
multipath {
wwid "36000c2970b50cdffdc8e547c8a87938d"
alias asm_ocr02
}
multipath {
wwid "36000c292f6145f1679dcb64d20c7499e"
alias asm_ocr03
}
multipath {
wwid "36000c29c6f447f602411b8adabfe82a9"
alias asm_data01
}
multipath {
wwid "36000c29937fecda3c66ce8a02e9a9d9d"
alias asm_data02
}
multipath {
wwid "36000c29541e4d4e620c8326c45b51dd4"
alias asm_arch01
}
}
EOF
3 Activate multipath Multipath
multipath -F
multipath -v2
multipath -ll
4 Check the status
systemctl status multipathd.service
5 Boot up service
systemctl enable multipathd.service
[[email protected] ~]# multipath -v3 | grep 3600
[[email protected] ~]# mpathconf
边栏推荐
- Openinstall joins hands with the book chain to help channel data analysis and create the era of Book Networking
- 港股上市公司公告 API 数据接口
- leetcode.12 --- 整数转罗马数字
- 作为一名开发者,对你影响最深的书籍是哪一本?
- Golang实现Biginteger大数计算
- Common singleton mode & simple factory
- A common defect management tool - Zen, which teaches you from installation to using the handle
- [learn ZABBIX from scratch] I. Introduction and deployment of ZABBIX
- Laravel8 uses faker to call factory to fill data
- GO语言-goroutine协程的使用
猜你喜欢

Method of establishing unity thermodynamic diagram

左手代码,右手开源,开源路上的一份子

postgresql之词法分析简介

Bert-whitening 向量降维及使用

Idea connection MySQL custom generated entity class code

Multimeter resistance measurement diagram and precautions

Linux Installation cenos7 MySQL - 8.0.26

Method of inputting dots under letters in markdown/latex

GO语言-goroutine协程的使用

Overview of SAP marketing cloud functions (IV)
随机推荐
Common singleton mode & simple factory
ES mapping之keyword;term查詢添加keyword查詢;更改mapping keyword類型
Linux 安装 CenOS7 MySQL - 8.0.26
六月集训(第23天) —— 字典树
[bitbear story collection] June MVP hero story | technology practice collision realm thinking
Method of inputting dots under letters in markdown/latex
As a developer, what is the most influential book for you?
时间同步业务的闭环管理——时间监测
安装wireshark时npcap怎么都安装不成功,建议先用winpcap
pgsql查询分组中某个字段最大或者最小的一条数据
How to avoid placing duplicate orders
How to implement redis cache of highly paid programmers & interview questions series 115? How do I find a hot key? What are the possible problems with caching?
leetcode 139. Word Break 单词拆分(中等)
10_那些格调很高的个性签名
Mots clés pour la cartographie es; Ajouter une requête par mot - clé à la requête term; Changer le type de mot - clé de cartographie
API data interface for announcement of Hong Kong listed companies
[sdx62] wcn685x IPA registration failure analysis and solution
Defeat the binary tree!
Overview of SAP marketing cloud functions (III)
在CVS中恢复到早期版本