oracle 11g 添加删除haip

前端之家收集整理的这篇文章主要介绍了oracle 11g 添加删除haip前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
 1 [[email protected] ~]# /u01/app/crs/bin/oifcfg getif
 2 eth11  192.168.20.0  global  public
 3 eth12  10.0.0.0  global  cluster_interconnect
 4 [[email protected] ~]# /u01/app/crs/bin/oifcfg setif -global eth13/10.0.0.0:cluster_interconnect
 5 [[email protected] ~]# /u01/app/crs/bin/oifcfg getif
 6 eth11  192.168.20.0  global  public
 7 eth12  10.0.0.0  global  cluster_interconnect
 8 eth13  10.0.0.0  global  cluster_interconnect
 9 [[email protected] ~]# /u01/app/crs/bin/oifcfg delif -global eth12/10.0.0.0:cluster_interconnect
10 [[email protected] ~]# /u01/app/crs/bin/oifcfg getif
11 eth11  192.168.20.0  global  public
12 eth13  10.0.0.0  global  cluster_interconnect

猜你在找的Oracle相关文章