ORACLE 19C RAC 修改公共网卡为其他网卡

This guide outlines the steps to change the public network interface in an Oracle 19C Real Application Clusters (RAC) setup from enp49s0f0 to ens4f0. It involves deleting the old interface, setting the new one, updating IP configurations in the OS, and modifying the corresponding VIPs." 100830987,8345928,C语言实现学生数据按学号排序,"['C语言', '排序', '编程基础']
摘要由CSDN通过智能技术生成

修改ORACLE 19C RAC公共网卡为其他网卡
比如由 enp49s0f0 修改为 ens4f0
1.集群在所有节点正常
crsctl stat res -t
2.删除以前的网卡,增加新的网卡
% $
CRS_HOME/bin/oifcfg/oifcfg delif -global <if_name>[/<subnet>]
% $
CRS_HOME/bin/oifcfg/oifcfg setif -global <if_name>/<subnet>:public
For example:
% $CRS_HOME/bin/oifcfg delif -global enp49s0f0/192.168.2.0
% $CRS_HOME/bin/oifcfg setif -global ens4f0/192.168.2.0:public
确认修改:
[grid@easdb2 ~]$ oifcfg getif
ens4f1 10.0.0.0 global cluster_interconnect,asm
ens4f0 192.168.2.0 global public
3.在操作系统上修改网卡IP
停用以前网卡
启用新网卡IP
nmcli con
[root@easdb2 ~]# nmcli con
NAME UUID TYPE DEVICE
ens4f0
11d1d159-e438-bc38-bba2-411145f244b4 ethernet ens4f0
ens4f1
f540b644-ada1-a879-c4aa-2566c44f1e74 ethernet ens4f1
enp0s20f0u1u6
f3520517-3b4c-450c-b520-37c22b7e07ff ethernet --
enp49s0f0
9fb76c6

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值