集群網卡
⑴ 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了。問題解決。