当前位置:首页 » 网络设备 » 集群网卡

集群网卡

发布时间: 2021-02-20 12:11:50

⑴ HP刀片服务器双机做集群时存在的问题,希望高手帮助。注:每个刀片有两个网卡eth0和eth1。

热备(主从)、互备、双机双工(并行),这三种方式,无论你采用哪种,在需要恢复热备功能时都需要人工干预,不是说修好机器之后开机就完事儿了。

⑵ 服务器上面有两个网卡怎么同时连接两个外网

建议你:A网卡复设成制192.168.1.0网段,B网卡设成192.168.2.0网段。
企业内部计算机全部设成192.168.1.0网段
服务器专用线路如果是要针对外部计算机的话,192.168.2.0网段做成一个集群,在路由器上设置下,不允许A网段访问好了。

怎么看怎么觉得说的很别扭,就是A网络是公司内部局域网,要能访问外网。B网卡是。。。
纠结了 ,被绕糊涂了。

内网网线插在A网卡上,全部是1.0网段。然后ISP入户线插在B网卡上。再
启用Internet连接共享。
服务器做成web服务器,对外发布。OK了。问题解决。

⑶ 怎么样使用网卡进行led屏的集群控制

看LED屏是什么方式控制的,,,如GPRS的话, 随便一台电脑能上网的都可以控制,只要安装了厂家的软件就行,要是用局域网的也简单啊,分IP就行了

⑷ 如何在oracle 集群中更换私有网络的网卡

查看目前节点私网信息
节点二:
[grid@rac-two peer]$ oifcfg getif
eth0 192.168.4.0 global public
eth3 192.168.2.0 global cluster_interconnect
[grid@rac-two peer]$ oifcfg iflist -p -n
eth0 192.168.4.0 PRIVATE 255.255.255.0
eth3 192.168.2.0 PRIVATE 255.255.255.0
eth3 169.254.0.0 UNKNOWN 255.255.0.0
eth1 192.168.1.0 PRIVATE 255.255.255.0
eth2 192.168.1.0 PRIVATE 255.255.255.0
[grid@rac-two peer]$
节点一:
[grid@rac-one peer]$ oifcfg getif
eth0 192.168.4.0 global public
eth3 192.168.2.0 global cluster_interconnect
[grid@rac-one peer]$ oifcfg iflist -p -n
eth0 192.168.4.0 PRIVATE 255.255.255.0
eth1 192.168.1.0 PRIVATE 255.255.255.0
eth2 192.168.1.0 PRIVATE 255.255.255.0
eth3 192.168.2.0 PRIVATE 255.255.255.0
eth3 169.254.0.0 UNKNOWN 255.255.0.0
[grid@rac-one peer]$
目前可以知道集群内部连接私有网络设备名为eth3,所需要做的是将集群内部私有网络设备名由eth3改变为eth1和eth2.
3、增加新的集群内部连接
[grid@rac-one peer]$ oifcfg setif -global eth1/192.168.1.0:cluster_interconnect
[grid@rac-one peer]$ oifcfg setif -global eth2/192.168.1.0:cluster_interconnect
[grid@rac-one peer]$
4、验证
节点一:
[grid@rac-one peer]$ oifcfg getif
eth0 192.168.4.0 global public
eth3 192.168.2.0 global cluster_interconnect
eth1 192.168.1.0 global cluster_interconnect
eth2 192.168.1.0 global cluster_interconnect
[grid@rac-one peer]$
节点二:
[grid@rac-two peer]$ oifcfg getif
eth0 192.168.4.0 global public
eth3 192.168.2.0 global cluster_interconnect
eth1 192.168.1.0 global cluster_interconnect
eth2 192.168.1.0 global cluster_interconnect
[grid@rac-two peer]$
5、删除192.168.2.0这个集群内部连接:
[grid@rac-two peer]$ oifcfg delif -global eth3/192.168.2.0
[grid@rac-two peer]$
6、在所有节点关闭集群和禁用crs服务且重启
节点一:
root@rac-one cdgi]# ./crsctl stop crs
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rac-one'
CRS-2673: Attempting to stop 'ora.crsd' on 'rac-one'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'rac-one'
CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'rac-one'
CRS-2673: Attempting to stop 'ora.GIDG.dg' on 'rac-one'
CRS-2673: Attempting to stop 'ora.registry.acfs' on 'rac-one'
CRS-2673: Attempting to stop 'ora.DATADG.dg' on 'rac-one'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'rac-one'
CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'rac-one' succeeded
CRS-2673: Attempting to stop 'ora.scan1.vip' on 'rac-one'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'rac-one' succeeded
CRS-2673: Attempting to stop 'ora.rac-one.vip' on 'rac-one'
CRS-2677: Stop of 'ora.DATADG.dg' on 'rac-one' succeeded
CRS-2677: Stop of 'ora.scan1.vip' on 'rac-one' succeeded
CRS-2672: Attempting to start 'ora.scan1.vip' on 'rac-two'
CRS-2677: Stop of 'ora.registry.acfs' on 'rac-one' succeeded
CRS-2677: Stop of 'ora.rac-one.vip' on 'rac-one' succeeded
CRS-2672: Attempting to start 'ora.rac-one.vip' on 'rac-two'
CRS-2676: Start of 'ora.scan1.vip' on 'rac-two' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'rac-two'
CRS-2676: Start of 'ora.rac-one.vip' on 'rac-two' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'rac-two' succeeded
CRS-2677: Stop of 'ora.GIDG.dg' on 'rac-one' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rac-one'
CRS-2677: Stop of 'ora.asm' on 'rac-one' succeeded
CRS-2673: Attempting to stop 'ora.ons' on 'rac-one'
CRS-2677: Stop of 'ora.ons' on 'rac-one' succeeded
CRS-2673: Attempting to stop 'ora.net1.network' on 'rac-one'
CRS-2677: Stop of 'ora.net1.network' on 'rac-one' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'rac-one' has completed

⑸ 怎么将SQL集群IP地址配置到指定的网卡如果能有截图步骤就最好了!

用的是linux么 如果是的话 就命令就可以啊 比如eth0
iifconfig eth0:0 虚拟IP 这就可以了 不过最好绑定到网卡配回置文件中。
配置文件位答置/etc/sysconfig/network-script/ifcfg-eth0:0

⑹ 2008系统单网卡能做集群吗

除非你用2根串口线做心跳才行,不然就加网卡吧,你用的08自带还是3方的软件做的?

⑺ 为何一般服务器都是双网卡,为何两个呀作用是什么

服务器是网络环境中重要的硬件设备,担负着网络中数据交换的重要地位。网卡作为服务器与网络中进行数据交换的界面,其作用更是不言而喻。双网卡冗余技术使网卡的可靠性得到了大幅增强,同时,可以实现网卡负载平衡和提高网络通信速度.

⑻ 服务器怎么给两个不同的网卡(网段也不同)共享外网

建议你:A网卡设成192.168.1.0网段,B网卡设成192.168.2.0网段。
企业内部计算机内全部设成192.168.1.0网段
服务器专用容线路如果是要针对外部计算机的话,192.168.2.0网段做成一个集群,在路由器上设置下,不允许A网段访问好了。
怎么看怎么觉得说的很别扭,就是A网络是公司内部局域网,要能访问外网。B网卡是。。。
纠结了 ,被绕糊涂了。
内网网线插在A网卡上,全部是1.0网段。然后ISP入户线插在B网卡上。再
启用Internet连接共享。
服务器做成web服务器,对外发布。OK了。问题解决。

热点内容
网卡了的原因 发布:2021-03-16 21:18:20 浏览:602
联通客服工作怎么样 发布:2021-03-16 21:17:49 浏览:218
路由器画图 发布:2021-03-16 21:17:21 浏览:403
大网卡收费 发布:2021-03-16 21:16:50 浏览:113
路由器免费送 发布:2021-03-16 21:16:19 浏览:985
孝昌营业厅 发布:2021-03-16 21:15:54 浏览:861
网速增速代码 发布:2021-03-16 21:15:29 浏览:194
怎么黑光纤 发布:2021-03-16 21:14:54 浏览:901
端口增大 发布:2021-03-16 21:14:20 浏览:709
开机没信号是什么原因 发布:2021-03-16 21:13:45 浏览:645