第一步:添加網卡(網絡部門實施)
第二步:給新網卡配置ip地址(如果網絡部門沒有配置,要自己動手配置)
第三步:查看心跳網絡配置
–1
su - grid
oifcfg getif
enp0s3 192.168.1.0 global public
enp0s8 10.10.1.0 global cluster_interconnect,asm
–2
添加新的私有網絡
oifcfg setif -global enp0s9/10.10.10.0:cluster_interconnect
oifcfg getif
enp0s3 192.168.1.0 global public
enp0s8 10.10.10.0 global cluster_interconnect,asm
enp0s9 10.10.1.0 global cluster_interconnect
–3
查看新增網卡有沒有被HAIP接管
ifconfig -a
如果沒有被接管需要重啟has
crsctl stop has
crsctl start has
–4
查看心跳的狀態,看到169段的網址表示配置成功
ifconfig -a
enp0s9: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.10.1.76 netmask 255.255.255.0 broadcast 10.10.10.255
inet6 fe80::aa57:333c:c39b:f57 prefixlen 64 scopeid 0x20
ether 08:00:27:21:43:83 txqueuelen 1000 (Ethernet)
RX packets 55070 bytes 62291254 (59.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 25825 bytes 20797845 (19.8 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp0s9:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 169.254.18.77 netmask 255.255.224.0 broadcast 169.254.31.255
ether 08:00:27:21:43:83 txqueuelen 1000 (Ethernet)