Oracle数据库数据恢复、性能优化

找回密码
注册
搜索
热搜: 活动 交友 discuz
发新帖

0

积分

1

好友

4

主题
1#
发表于 2013-6-5 15:16:08 | 查看: 4500| 回复: 3
      刘大好!我按照你的方法,在oel5上安装11.2.0.3的rac,因为在11.2.0.2的时候,oracle开始支持priv的网卡支持多网卡的haip,所以在安装的时候设置了2个priv网卡,安装也成功了。我们的服务器都是4个网卡接口,如果把eth0做public,eth1-3做priv的haip,这样就可以提高利用率,也避免网卡的损坏造成的问题。
       但是在安装2个priv的网卡之后,如果我想把剩余的eth3加入到haip的cluster_interconnect里面。除了启用和设置好eth3的网卡,还需要做什么,我在mos上没有找到相关的文档.
       参考过的文档ID 1481481.1 ID 1210883.1 ID 1525820.1
       按照ID 1383453.1也删除和重新添加了网卡,但是ifconfig的时候没有出现eth3:1
[grid@rac01 ~]$ oifcfg iflist -p -n
eth1  10.10.1.0  PRIVATE  255.255.255.0
eth1  169.254.0.0  UNKNOWN  255.255.128.0
eth2  10.10.1.0  PRIVATE  255.255.255.0
eth2  169.254.128.0  UNKNOWN  255.255.128.0
eth3  10.10.1.0  PRIVATE  255.255.255.0
eth0  172.31.10.0  PRIVATE  255.255.255.0
[grid@rac01 ~]$ oifcfg delif -global eth3
[grid@rac01 ~]$ oifcfg setif -global eth3/10.10.1.0:cluster_interconnect

[root@rac01 bak]# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 08:00:27:2A:F1:E1  
          inet addr:172.31.10.26  Bcast:172.31.10.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:40489 errors:0 dropped:85 overruns:0 frame:0
          TX packets:27490 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:4256003 (4.0 MiB)  TX bytes:6016381 (5.7 MiB)

eth0:1    Link encap:Ethernet  HWaddr 08:00:27:2A:F1:E1  
          inet addr:172.31.10.195  Bcast:172.31.10.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

eth1      Link encap:Ethernet  HWaddr 08:00:27:D8:89:C2  
          inet addr:10.10.1.26  Bcast:10.10.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:111765 errors:0 dropped:0 overruns:0 frame:0
          TX packets:110406 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:78654019 (75.0 MiB)  TX bytes:48460138 (46.2 MiB)

eth1:1    Link encap:Ethernet  HWaddr 08:00:27:D8:89:C2  
          inet addr:169.254.29.40  Bcast:169.254.127.255  Mask:255.255.128.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

eth2      Link encap:Ethernet  HWaddr 08:00:27:ED:BF:56  
          inet addr:10.10.1.27  Bcast:10.10.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:124798 errors:0 dropped:0 overruns:0 frame:0
          TX packets:58259 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:89722158 (85.5 MiB)  TX bytes:30901020 (29.4 MiB)

eth2:1    Link encap:Ethernet  HWaddr 08:00:27:ED:BF:56  
          inet addr:169.254.140.245  Bcast:169.254.255.255  Mask:255.255.128.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1

eth3      Link encap:Ethernet  HWaddr 08:00:27:32:7E:86  
          inet addr:10.10.1.28  Bcast:10.10.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4957 errors:0 dropped:0 overruns:0 frame:0
          TX packets:403 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:382789 (373.8 KiB)  TX bytes:29047 (28.3 KiB)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:39372 errors:0 dropped:0 overruns:0 frame:0
          TX packets:39372 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:29764783 (28.3 MiB)  TX bytes:29764783 (28.3 MiB)

2#
发表于 2013-6-5 17:31:22
11gR2 Grid Infrastructure Redundant Interconnect and ora.cluster_interconnect.haip [ID 1210883.1]

里有这样一段。

The number of HAIP addresses is decided by how many private network adapters are active when Grid comes up on the first node in the cluster .  If there's only one active private network, Grid will create one; if two, Grid will create two; and if more than two, Grid will create four HAIPs. The number of HAIPs won't change even if more private network adapters are activated later, a restart of clusterware on all nodes is required for the number to change, however, the newly activated adapters can be used for fail over purpose.

回复 只看该作者 道具 举报

3#
发表于 2013-6-6 09:05:18
意思就是需要重启cluster,不知道重启以后啥结果?

回复 只看该作者 道具 举报

4#
发表于 2013-6-7 14:49:40
[grid@rac01 ~]$ oifcfg iflist -p -n
eth1  10.10.1.0  PRIVATE  255.255.255.0
eth1  169.254.0.0  UNKNOWN  255.255.128.0
eth2  10.10.1.0  PRIVATE  255.255.255.0
eth2  169.254.128.0  UNKNOWN  255.255.128.0
eth3  10.10.1.0  PRIVATE  255.255.255.0
eth0  172.31.10.0  PRIVATE  255.255.255.0

为什么eth0是PRIVATE的

回复 只看该作者 道具 举报

您需要登录后才可以回帖 登录 | 注册

QQ|手机版|Archiver|Oracle数据库数据恢复、性能优化

GMT+8, 2024-11-16 18:33 , Processed in 0.049562 second(s), 20 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部
TEL/電話+86 13764045638
Email service@parnassusdata.com
QQ 47079569