Unix Study之--AIX系统构建RAC通过ASM磁盘共享

网友投稿 594 2022-09-21

Unix Study之--AIX系统构建RAC通过ASM磁盘共享

Unix Study之--AIX系统构建RAC通过ASM磁盘共享

Unix Study之--AIX系统构建RAC通过ASM磁盘共享

如上图所示:hdisk0支持reserve_policy,而hdisk1却不支持reserve_policy。

在AIX系统上,构建ASM磁盘共享的RAC环境,需要设置reserve_policy。

安装rac要将reserve_lock(reserve_policy)设置成NO或no_reserve,目的是因为RAC 需要 并发的共享盘 ,所以盘不能被一台机器锁住

如果不设置说不上什么时候会出问题。

操作:

======================================================To enable simultaneous access to a disk device from multiple nodes, you must set the appropriate Object Data Manager (ODM) attribute listed in the following table to the value shown, depending on the disk type:Disk Type Attribute ValueSSA, FAStT, or non-MPIO-capable disks reserve_lock noESS, EMC, HDS, CLARiiON, or MPIO-capable disksreserve_policy no_reserveTo determine whether the attribute has the correct value, enter a command similar to the following on all cluster nodes for each disk device that you want to use:# /usr/sbin/lsattr -E -l hdisknIf the required attribute is not set to the correct value on any node, then enter a command similar to one of the following on that node:■ SSA and FAStT devices# /usr/sbin/chdev -l hdiskn -a reserve_lock=no■ ESS, EMC, HDS, CLARiiON, and MPIO-capable devices# /usr/sbin/chdev -l hdiskn -a reserve_policy=no_reserve=====================================================

版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:C#200个基础工具类,史上最全快收藏下载
下一篇:CentOS安装expect
相关文章

 发表评论

暂时没有评论,来抢沙发吧~