rac维护工具集系列(二)--网络层
[oracle@rac1 ~]$ oifcfg -h
PRIF-9: incorrect usage
Name:
oifcfg - Oracle Interface Configuration Tool.
Usage: oifcfg iflist [-p [-n]]
oifcfg setif {-node
oifcfg getif [-node
oifcfg delif [-node
oifcfg [-help]
iflist显示网络列表
[oracle@rac1 bin]$ oifcfg iflist
eth0 192.168.230.0
eth1 10.10.10.0
getif显示每个网卡的属性
[oracle@rac1 bin]$ oifcfg getif
eth0 192.168.230.0 global public
eth1 10.10.10.0 global cluster_interconnect
delif删除接口配置
[oracle@rac1 bin]$ oifcfg delif
setif重新添加接口配置
[oracle@rac1 bin]$ oifcfg setif -global eth0/192.168.230.0:public
[oracle@rac1 bin]$ oifcfg setif -global eth1/10.10.10.0:cluster_interconnect