CN101404568A - Double-network card hot backup redundancy method - Google Patents
Double-network card hot backup redundancy method Download PDFInfo
- Publication number
- CN101404568A CN101404568A CNA2008102351948A CN200810235194A CN101404568A CN 101404568 A CN101404568 A CN 101404568A CN A2008102351948 A CNA2008102351948 A CN A2008102351948A CN 200810235194 A CN200810235194 A CN 200810235194A CN 101404568 A CN101404568 A CN 101404568A
- Authority
- CN
- China
- Prior art keywords
- network interface
- interface card
- network card
- network
- service
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Data Exchanges In Wide-Area Networks (AREA)
- Small-Scale Networks (AREA)
Abstract
本发明涉及一种双网卡热备冗余方法,包括:在网络拓扑中将每台机器的两块网卡分别接在两台交换机上;将两台交换机相互级联;由网卡监视程序利用工作网卡的IP地址向交换机发送报文并接受应答,当多个连续的报文在一定的时间间隔后没有得到应答,则判断为工作网卡或网络设备故障,系统发出告警信号并记录告警状态,并将IP地址切换到备份网卡;当工作网卡恢复正常时,将原IP地址切换回工作网卡。本发明在某个工作网卡或网络设备或交换机故障时,可实现自动切换;并且当工作网卡恢复正常时,还可以切换回来,切换程序自动进行,并能进行故障报警和记录,很好地解决了交叉故障的问题。
The invention relates to a dual network card hot backup redundant method, comprising: connecting two network cards of each machine to two switches in the network topology; cascading the two switches; using the network card monitoring program to utilize the working network card The IP address of the switch sends a message to the switch and receives a response. When multiple consecutive messages do not receive a response after a certain time interval, it is judged that the working network card or network device is faulty. The system sends out an alarm signal and records the alarm status. Switch the IP address to the backup network card; when the working network card returns to normal, switch the original IP address back to the working network card. The present invention can realize automatic switching when a working network card or network equipment or switch fails; and when the working network card returns to normal, it can also be switched back, the switching program is automatically carried out, and fault alarms and records can be carried out, which is a good solution cross-fault problem.
Description
技术领域 technical field
本发明涉及一种服务器的双网卡热备冗余方法,用于网络通信设备状态的监视以及通讯管理,属于通信管理技术领域。The invention relates to a dual-network card hot standby redundancy method for a server, which is used for monitoring the state of network communication equipment and communication management, and belongs to the technical field of communication management.
背景技术 Background technique
现今的服务器一般都有两块或多块网卡,一些操作系统如IBM、SUN可使用自带的软件将网卡聚合,达到热备冗余的目的。这些聚合软件属于操作系统的一部分,需依赖操作系统的支持,一些软件还需依赖交换机的支持。Today's servers generally have two or more network cards, and some operating systems such as IBM and SUN can use their own software to aggregate the network cards to achieve the purpose of hot standby redundancy. These aggregation software are part of the operating system and depend on the support of the operating system, and some software also depend on the support of the switch.
发明内容 Contents of the invention
为解决现有技术的不足,本发明的目的在于提供一种工作在应用层的高可靠性和高可用性的双网卡热备冗余方法,不依赖于具体的操作系统和交换机,适用于各种UNIX和Linux操作系统。本发明负责网络通信设备状态的监视以及通讯管理,在还有任意一块网卡设备正常工作的情况下保证系统正常运行且数据不丢失,从而达到保证网络通信可靠性的目的。In order to solve the deficiencies in the prior art, the purpose of the present invention is to provide a dual-network card hot standby redundancy method with high reliability and high availability at the application layer, which does not depend on specific operating systems and switches, and is applicable to various UNIX and Linux operating systems. The present invention is responsible for the state monitoring and communication management of the network communication equipment, and guarantees the normal operation of the system and no data loss when any network card equipment is still working normally, so as to achieve the purpose of ensuring the reliability of network communication.
为达到上述发明目的,本发明是采用以下的技术方案来实现的:In order to achieve the above-mentioned purpose of the invention, the present invention is achieved by adopting the following technical solutions:
本发明实现的功能包括两部分:(1)网卡故障检测功能和(2)双网卡的热备冗余功能。The function realized by the invention includes two parts: (1) network card fault detection function and (2) hot standby redundant function of double network cards.
本发明的技术方案:一种双网卡热备冗余方法,其特征在于包括以下步骤:Technical solution of the present invention: a dual network card hot standby redundant method is characterized in that comprising the following steps:
(1)、在网络拓扑中将每台机器的两块网卡分别接在两台交换机上;(1) In the network topology, connect the two network cards of each machine to two switches;
(2)、在网络拓扑中将两台交换机相互级联;(2) Cascading two switches to each other in the network topology;
(3)、由网卡监视程序利用工作网卡的IP地址向交换机发送报文并接受应答,当多个连续的报文在一定的时间间隔后没有得到应答,则判断为工作网卡或网络设备故障,系统发出告警信号并记录告警状态,并将IP地址切换到备份网卡;(3), the IP address of the network card monitoring program is used to send messages to the switch and receive responses. When multiple consecutive messages are not answered after a certain time interval, it is judged that the network card or network equipment is faulty. The system sends out an alarm signal and records the alarm status, and switches the IP address to the backup network card;
(4)、当工作网卡恢复正常时,将原IP地址切换回工作网卡。(4) When the working network card returns to normal, switch the original IP address back to the working network card.
前述的双卡热备冗余方法,其特征在于在上述的步骤3中,在每个网卡上配置固定IP和服务IP,所述的固定IP是用于网卡监视程序发送报文监视网卡状态的地址,所述的服务IP为系统正常工作时提供给系统使用的地址,两块网卡上的服务IP可以同时提供给系统使用;进行如下检测切换过程:Aforesaid dual-card hot standby redundant method is characterized in that in above-mentioned step 3, configures fixed IP and service IP on each network card, and described fixed IP is used for network card monitoring program to send message to monitor network card state Address, the service IP is the address provided to the system when the system works normally, and the service IP on the two network cards can be provided to the system at the same time; carry out the following detection switching process:
(1)由网卡监视程序判断服务IP是否在工作网卡上;(1) judge whether the service IP is on the working network card by the network card monitoring program;
(2)若服务IP工作在工作网卡上,则不进行切换,进行循环监视;当此工作网卡或网络设备工作不正常,多个连续的报文在一定的时间间隔后没有得到应答时,查看备份网卡的工作状态;若备份网卡工作正常,则将服务IP切换到备份网卡上运行。(2) If the service IP is working on the working network card, it will not be switched, and cyclic monitoring will be carried out; when the working network card or network equipment is not working properly, and multiple consecutive messages have not been answered after a certain time interval, check The working status of the backup network card; if the backup network card is working normally, switch the service IP to run on the backup network card.
前述的双网卡热备冗余方法,其特征在于在上述的步骤4中,服务IP工作在备份网卡上,网卡监视程序不断判断工作网卡的状态,若工作网卡已正常,再判断备份网卡;若备份网卡也正常,则等待工作网卡维持正常状态一段时间后将服务IP切换到工作网卡;若备份网卡不正常,则立即将服务IP切换到工作网卡。Aforesaid dual network card hot standby redundant method is characterized in that in above-mentioned step 4, service IP works on the backup network card, and the network card monitoring program constantly judges the state of the work network card, if the work network card is normal, judges the backup network card again; If the backup network card is also normal, wait for the working network card to maintain a normal state for a period of time before switching the service IP to the working network card; if the backup network card is not normal, immediately switch the service IP to the working network card.
前述的双卡热备冗余方法,其特征在于所述的服务IP和固定IP不在同一网段上。The aforementioned dual-card hot standby redundancy method is characterized in that the service IP and the fixed IP are not on the same network segment.
本发明的优点:1、网络故障监测和故障网卡切换都由自动化程序完成,不需要人工干预;2、适用于各种UNIX操作系统和LINUX操作系统,通用性好;3、所有功能完全是在应用层实现,不需要借助任何操作系统自带的软件;4、网络故障后切换速度快,可达到秒级以内;5、故障检测周期、连接切换时间间隔等参数编程可调;6、固定IP与服务IP不在同一网络地址段,固定IP不会参与系统的一般业务,不会跟其他机器的服务IP冲突;7、在两块网卡上都有服务IP,可同时提供给系统使用;8、能够保证无论是主机的网卡故障、网线故障,或者是一台交换机故障,整个系统仍然能够正常通信,很好地解决了传统双网技术的交叉故障问题。Advantages of the present invention: 1. Network failure monitoring and failure network card switching are all completed by automatic programs, without manual intervention; 2. It is suitable for various UNIX operating systems and LINUX operating systems, and has good versatility; 3. All functions are completely in the The application layer is implemented without the help of any software that comes with the operating system; 4. The switching speed after the network failure is fast, which can reach within seconds; 5. The parameters such as the fault detection cycle and the connection switching time interval are programmable and adjustable; 6. Fixed IP Not in the same network address segment as the service IP, the fixed IP will not participate in the general business of the system, and will not conflict with the service IP of other machines; 7. There are service IPs on both network cards, which can be provided to the system at the same time; 8. It can ensure that the entire system can still communicate normally regardless of the failure of the network card of the host, the failure of the network cable, or the failure of a switch, which solves the cross-fault problem of traditional dual-network technology.
附图说明 Description of drawings
图1为网卡故障检测处理流程图;Fig. 1 is a flow chart of network card fault detection processing;
图2为双网热备冗余方法网络拓扑图;Fig. 2 is the network topology diagram of dual-network hot standby redundancy method;
图3为传统双网技术“交叉故障”和“单点故障”示意图;Figure 3 is a schematic diagram of "cross fault" and "single point of failure" in traditional dual network technology;
图4为服务IP切换处理流程图。FIG. 4 is a flow chart of service IP switching processing.
具体实施方式Detailed ways
以下结合附图对本发明作进一步详细的介绍。The present invention will be described in further detail below in conjunction with the accompanying drawings.
本发明涉及的双网卡热备冗余方法是使用工作在应用层的自主开发的软件实现,不依赖于具体的操作系统和交换机,适用于各种UNIX和Linux操作系统。本发明的双卡热备冗余方法保证了可移植性,能够安全、稳定地运行在IBM AIX、Sun Solaris、Alpha Tru64、HPUX、Linux等操作系统平台上;系统编程语言采用ANSI C/C++,并符合IEEE POSIX.2标准。The dual-network card hot standby redundancy method involved in the present invention is realized by self-developed software working on the application layer, does not depend on specific operating systems and switches, and is applicable to various UNIX and Linux operating systems. The dual-card hot backup redundant method of the present invention has guaranteed portability, and can run safely and stably on operating system platforms such as IBM AIX, Sun Solaris, Alpha Tru64, HPUX, Linux; the system programming language adopts ANSI C/C++, And complies with the IEEE POSIX.2 standard.
在本发明中,在网络拓扑中将每台机器的两块网卡分别接在两台交换机上,在网络拓扑中将两台交换机相互级联。本发明首先实现的是网卡故障检测功能,检测主机和所连网络设备(如交换机)之间的连通性。具备的功能有:(1)网卡及其附属设备(如网线等)是否正常工作的监视;(2)若网卡及其附属设备(如网线等)状态正常则不会有任何动作,当网卡及其附属设备(如网线等)发生故障时记录该故障状态,并发出告警信号,通知负责人员修复网卡故障。In the present invention, the two network cards of each machine are respectively connected to two switches in the network topology, and the two switches are cascaded to each other in the network topology. The present invention first realizes the fault detection function of the network card, and detects the connectivity between the host and the connected network equipment (such as a switch). The functions it has are: (1) monitoring whether the network card and its auxiliary equipment (such as network cable, etc.) are working normally; (2) if the network card and its auxiliary equipment (such as network cable, etc.) When its auxiliary equipment (such as network cable, etc.) fails, record the fault status, and send an alarm signal to notify the responsible personnel to repair the network card fault.
网卡故障检测是使用网卡监视程序采用发送ICMP报文并接收应答实现的。在系统中设立配置文件,配置了与每块网卡所连网络设备的地址。系统编程语言实现的自动化程序以守护进程的形式运行,读取配置文件的信息,通过不间断的向每块网卡所连的网络设备地址发送ICMP报文监控网卡的连通状态。当多个连续的ICMP报文在一定时间间隔后没有得到应答,将判断为网络设备故障。处理流程如图1所示。Network card failure detection is realized by using the network card monitoring program to send ICMP messages and receive responses. A configuration file is set up in the system, and the address of the network device connected to each network card is configured. The automation program implemented by the system programming language runs in the form of a daemon process, reads the information of the configuration file, and monitors the connection status of the network card by continuously sending ICMP messages to the address of the network device connected to each network card. When multiple consecutive ICMP messages are not answered after a certain time interval, it will be judged that the network device is faulty. The processing flow is shown in Figure 1.
本发明实现的第二部分功能是双网卡的热备冗余机制。双网热备冗余机制网络拓扑如图2所示。相比与传统的双网机制,图2中两台交换机被级联起来。通过交换机的级联,可解决传统双网技术带来的“交叉故障”(图3(a))和“单点故障”(图3(b))问题。在图3(a)中,当主机1网卡1/网线和主机2网卡2/网线发生故障时,主机1和主机2就不能通信;同样,在图3(b)中,当主机1网卡1/网线发生故障时,主机1和主机2也不能通信。而本发明可很好地解决这个问题。The second part of the functions realized by the present invention is the hot standby redundancy mechanism of dual network cards. The network topology of the dual-network hot standby redundancy mechanism is shown in Figure 2. Compared with the traditional dual-network mechanism, the two switches in Figure 2 are cascaded. Through the cascading of switches, the problems of "cross fault" (Figure 3(a)) and "single point of failure" (Figure 3(b)) brought about by traditional dual-network technology can be solved. In Figure 3(a), when host 1 network card 1/network cable and host 2 network card 2/network cable fail, host 1 and host 2 cannot communicate; similarly, in Figure 3(b), when host 1 network card 1 / When the network cable fails, host 1 and host 2 cannot communicate. And the present invention can solve this problem well.
双网卡的热备冗余机制是通过在网卡上配置固定IP和浮动IP,同时在配置文件中也写入以上两种地址,并同时运行网卡监视程序和网卡切换程序实现的。浮动IP又称服务IP,是系统正常工作时通信使用的IP。固定IP和服务IP首先配置在一个指定的网卡上(称为该服务IP的工作网卡),网卡监视程序使用固定IP发送ICMP报文监视网卡的状态,服务IP则提供给系统正常使用。且服务IP与固定IP不在同一网段上,这样固定IP不会占用服务IP的个数,且能保证固定IP不会被系统一般业务所使用。The hot standby redundancy mechanism of the dual network card is realized by configuring fixed IP and floating IP on the network card, and writing the above two addresses in the configuration file at the same time, and running the network card monitoring program and the network card switching program at the same time. Floating IP, also known as service IP, is the IP used for communication when the system works normally. The fixed IP and service IP are first configured on a designated network card (called the working network card of the service IP), the network card monitoring program uses the fixed IP to send ICMP messages to monitor the status of the network card, and the service IP is provided for normal use of the system. And the service IP and the fixed IP are not on the same network segment, so the fixed IP will not occupy the number of service IPs, and it can be guaranteed that the fixed IP will not be used by the general business of the system.
当服务IP的工作网卡及其附属设备(如网线等)发生故障时,网卡切换程序负责把服务IP切换到另一工作在正常状态的网卡(称为该服务IP的备份网卡)上,但固定IP不动。在服务IP的工作网卡恢复正常一段时间(如3秒)后,网卡切换程序负责把服务IP切换回到其工作网卡上。处理流程如图4所示。When the working network card of the service IP and its auxiliary equipment (such as network cables, etc.) fail, the network card switching program is responsible for switching the service IP to another network card (called the backup network card of the service IP) that is working in a normal state, but fixed IP does not move. After the working network card of the service IP returns to normal for a period of time (such as 3 seconds), the network card switching program is responsible for switching the service IP back to its working network card. The processing flow is shown in Figure 4.
对照附图4,首先由网卡监视程序判断服务IP是否在工作网卡上。Referring to accompanying drawing 4, at first judge whether service IP is on the working network card by the network card monitoring program.
若服务IP工作在工作网卡上,当此网卡工作不正常时,查看备份网卡的工作状态。若备份网卡工作正常则网卡切换程序将服务IP切换到备份网卡运行。If the service IP is working on the working network card, when the network card is not working properly, check the working status of the backup network card. If the backup network card works normally, the network card switching program will switch the service IP to the backup network card to run.
若服务IP已经工作在备份网卡上,即发生过从工作网卡到备份网卡的切换。则网卡监视程序判断此服务IP的工作网卡状态。若工作网卡已正常再判断备份网卡状态。若备份网卡也正常,则等待工作网卡维持正常状态一段时间后网卡切换程序再切换服务IP到工作网卡。若备份网卡也不正常则立即切换服务IP到工作网卡。If the service IP is already working on the backup network card, it means that a switch from the working network card to the backup network card has occurred. Then the network card monitoring program judges the working network card status of the service IP. If the working network card is normal, then judge the status of the backup network card. If the backup network card is also normal, wait for the working network card to maintain a normal state for a period of time, and then switch the service IP to the working network card after the network card switching program. If the backup network card is also abnormal, immediately switch the service IP to the working network card.
工作实例working example
对照附图2,主机1的网卡1设置浮动IP:192.168.0.1,设置固定IP:192.168.6.1。主机1的网卡2设置浮动IP:192.168.1.1,设置固定IP:192.168.7.1。Referring to the accompanying drawing 2, the network card 1 of the host 1 is set with a floating IP: 192.168.0.1, and a fixed IP: 192.168.6.1. Network card 2 of host 1 sets floating IP: 192.168.1.1, and sets fixed IP: 192.168.7.1.
主机2的网卡1设置浮动IP:192.168.0.2,设置固定IP:192.168.6.2。主机2的网卡2设置浮动IP:192.168.1.2,设置固定IP:192.168.7.2。Network card 1 of host 2 sets floating IP: 192.168.0.2, and sets fixed IP: 192.168.6.2. Network card 2 of host 2 sets floating IP: 192.168.1.2, and sets fixed IP: 192.168.7.2.
交换机1的地址设置为192.168.6.254。The address of switch 1 is set to 192.168.6.254.
交换机2的地址设置为192.168.7.254。The address of switch 2 is set to 192.168.7.254.
网卡监视程序使用网卡1的固定IP:192.168.6.1向交换机1的地址192.168.6.254发送ICMP报文。若在一定时间内能得到响应则认为网络状态正常。若超过一定时间间隔未收到应答则认为网络状态不正常,网卡切换程序将网卡1的浮动IP:192.168.0.1切换到网卡2上。这时网卡2有三个ip地址:The network card monitoring program uses the fixed IP of network card 1: 192.168.6.1 to send ICMP messages to the address 192.168.6.254 of switch 1. If you can get a response within a certain period of time, it is considered that the network status is normal. If no response is received within a certain time interval, it is considered that the network status is abnormal, and the network card switching program switches the floating IP of network card 1: 192.168.0.1 to network card 2. At this time, network card 2 has three ip addresses:
192.168.0.2192.168.0.2
192.168.1.2192.168.1.2
192.168.0.1192.168.0.1
此时的网络故障分两种情况。情况一是主机1的网卡1故障或网线故障。这种情况下只有主机1的网卡1服务IP被切换到网卡2上。其他机器仍然能够通过交换机1与在网卡2上的网卡1服务IP通信。整个系统网络通信正常。情况二是交换机1发生故障。这种情况下所有主机的网卡1服务地址都被切换到网卡2上。整个系统使用交换机2进行通信,整个系统网络通信正常。There are two types of network failures at this time. The first case is that the network card 1 of host 1 is faulty or the network cable is faulty. In this case, only the service IP of network card 1 of host 1 is switched to network card 2. Other machines can still communicate with the service IP of NIC 1 on NIC 2 through switch 1. The network communication of the whole system is normal. The second case is that switch 1 fails. In this case, the service addresses of network card 1 of all hosts are switched to network card 2. The entire system uses switch 2 for communication, and the network communication of the entire system is normal.
当主机1的网卡1的浮动IP:192.168.0.1被切换到网卡2后,网卡监视程序仍然继续使用网卡1的固定IP:192.168.6.1向交换机1的地址192.168.6.254发送ICMP报文。若再次得到应答,且连续一段时间得到应答,则认为网卡1恢复正常。此时网卡1的切换程序将网卡1的浮动地址从网卡2切换回网卡1。整个系统网络通信仍然正常。When the floating IP of network card 1 of host 1: 192.168.0.1 is switched to network card 2, the network card monitoring program still uses the fixed IP of network card 1: 192.168.6.1 to send ICMP messages to the address of switch 1: 192.168.6.254. If the response is received again, and the response is received for a continuous period of time, it is considered that the network card 1 is back to normal. At this time, the switching program of network card 1 switches the floating address of network card 1 from network card 2 back to network card 1. The entire system network communication is still normal.
上述实施例不以任何形式限制本发明,凡采用等同替换或等效变换的方式所获得的技术方案,均落在本发明的保护范围内。The above embodiments do not limit the present invention in any form, and all technical solutions obtained by means of equivalent replacement or equivalent transformation fall within the protection scope of the present invention.
Claims (4)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNA2008102351948A CN101404568A (en) | 2008-11-17 | 2008-11-17 | Double-network card hot backup redundancy method |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CNA2008102351948A CN101404568A (en) | 2008-11-17 | 2008-11-17 | Double-network card hot backup redundancy method |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN101404568A true CN101404568A (en) | 2009-04-08 |
Family
ID=40538446
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CNA2008102351948A Pending CN101404568A (en) | 2008-11-17 | 2008-11-17 | Double-network card hot backup redundancy method |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN101404568A (en) |
Cited By (22)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101944987A (en) * | 2010-05-27 | 2011-01-12 | 迈普通信技术股份有限公司 | Method for setting and switching dial-on-demand lines of master and slave backups, and system and equipment |
| CN101980468A (en) * | 2010-12-06 | 2011-02-23 | 南京恩瑞特实业有限公司 | Network hot backup data transmission method |
| WO2011072536A1 (en) * | 2009-12-17 | 2011-06-23 | 研祥智能科技股份有限公司 | Dual redundant device and system of multiple netword cards under vxworks system |
| CN102281158A (en) * | 2011-08-23 | 2011-12-14 | 大唐移动通信设备有限公司 | Line fault processing method and device |
| CN102799153A (en) * | 2012-07-13 | 2012-11-28 | 西南交通大学 | Wired and wireless hot-standby redundancy multi-master communication method and field network node module |
| CN102833591A (en) * | 2012-08-09 | 2012-12-19 | 中兴通讯股份有限公司 | Method and device for uninterrupted on-demand service in interactive personality television system |
| CN102868568A (en) * | 2011-07-06 | 2013-01-09 | 瑞昱半导体股份有限公司 | Network unit replacing system and embedded system device |
| CN103036780A (en) * | 2012-12-14 | 2013-04-10 | 滁州安瑞电力自动化有限公司 | Intelligent hot standby redundant double network cards and hot standby redundant method |
| CN103139018A (en) * | 2013-04-03 | 2013-06-05 | 国电南瑞科技股份有限公司 | Network card condition monitoring and transmission control protocol (TCP) communication method in dispatching and transformer substation integrated system |
| CN103166800A (en) * | 2013-04-03 | 2013-06-19 | 国电南瑞科技股份有限公司 | A message transmission method under the cross fault of dual-network redundant message bus |
| CN103944745A (en) * | 2013-01-22 | 2014-07-23 | 腾讯科技(深圳)有限公司 | Computer disaster recovery method and system |
| CN104320294A (en) * | 2014-09-29 | 2015-01-28 | 国电南瑞科技股份有限公司 | Network interface card state monitoring and address switching method of region-county integrated network architecture |
| CN106301836A (en) * | 2015-05-25 | 2017-01-04 | 北京视联动力国际信息技术有限公司 | A kind of method of redundancy backup, terminal and regard networked system |
| CN107368861A (en) * | 2017-06-23 | 2017-11-21 | 芜湖恒天易开软件科技股份有限公司 | The system that can recognize that a variety of different vehicles in short-term |
| CN107390804A (en) * | 2017-06-22 | 2017-11-24 | 安徽康海时代科技股份有限公司 | The serial server of double nets four with terminal |
| CN108322364A (en) * | 2018-03-06 | 2018-07-24 | 国电南瑞科技股份有限公司 | A kind of mutual Preparation Method of double netcard redundancy suitable for wide area dispatch automated system |
| CN111817892A (en) * | 2020-07-10 | 2020-10-23 | 济南浪潮数据技术有限公司 | Network management method, system, electronic equipment and storage medium |
| CN112947042A (en) * | 2021-03-10 | 2021-06-11 | 洛阳源创电气有限公司 | Centralized monitoring system for mine hoist cluster |
| CN115314367A (en) * | 2022-07-20 | 2022-11-08 | 杭州熠芯科技有限公司 | Network card hot standby method for double-network-port double-host-machine interface |
| CN115529222A (en) * | 2022-09-14 | 2022-12-27 | 天津津航计算技术研究所 | Dual-redundancy network card switching device based on cascade switch |
| CN115529223A (en) * | 2022-09-14 | 2022-12-27 | 天津津航计算技术研究所 | Dual-redundancy network card switching method based on cascade switch |
| CN115866106A (en) * | 2023-02-21 | 2023-03-28 | 麒麟软件有限公司 | Data processing method of redundant network communication system with multi-network card binding |
-
2008
- 2008-11-17 CN CNA2008102351948A patent/CN101404568A/en active Pending
Cited By (34)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2011072536A1 (en) * | 2009-12-17 | 2011-06-23 | 研祥智能科技股份有限公司 | Dual redundant device and system of multiple netword cards under vxworks system |
| CN101944987B (en) * | 2010-05-27 | 2013-02-20 | 迈普通信技术股份有限公司 | Method for setting and switching dial-on-demand lines of master and slave backups, and system and equipment |
| CN101944987A (en) * | 2010-05-27 | 2011-01-12 | 迈普通信技术股份有限公司 | Method for setting and switching dial-on-demand lines of master and slave backups, and system and equipment |
| CN101980468A (en) * | 2010-12-06 | 2011-02-23 | 南京恩瑞特实业有限公司 | Network hot backup data transmission method |
| CN102868568A (en) * | 2011-07-06 | 2013-01-09 | 瑞昱半导体股份有限公司 | Network unit replacing system and embedded system device |
| CN102868568B (en) * | 2011-07-06 | 2015-08-26 | 瑞昱半导体股份有限公司 | Network element method of replacing and embedded system device |
| CN102281158A (en) * | 2011-08-23 | 2011-12-14 | 大唐移动通信设备有限公司 | Line fault processing method and device |
| CN102799153A (en) * | 2012-07-13 | 2012-11-28 | 西南交通大学 | Wired and wireless hot-standby redundancy multi-master communication method and field network node module |
| CN102833591B (en) * | 2012-08-09 | 2015-08-12 | 中兴通讯股份有限公司 | The unbroken method of order program service and device in interactive Web TV system |
| CN102833591A (en) * | 2012-08-09 | 2012-12-19 | 中兴通讯股份有限公司 | Method and device for uninterrupted on-demand service in interactive personality television system |
| CN103036780A (en) * | 2012-12-14 | 2013-04-10 | 滁州安瑞电力自动化有限公司 | Intelligent hot standby redundant double network cards and hot standby redundant method |
| CN103944745A (en) * | 2013-01-22 | 2014-07-23 | 腾讯科技(深圳)有限公司 | Computer disaster recovery method and system |
| CN103944745B (en) * | 2013-01-22 | 2018-10-02 | 腾讯科技(深圳)有限公司 | A kind of computer disaster recovery method and system |
| CN103166800B (en) * | 2013-04-03 | 2015-07-08 | 国电南瑞科技股份有限公司 | Message transmission method for dual-network redundant message bus in cross failure |
| CN103166800A (en) * | 2013-04-03 | 2013-06-19 | 国电南瑞科技股份有限公司 | A message transmission method under the cross fault of dual-network redundant message bus |
| CN103139018B (en) * | 2013-04-03 | 2015-08-12 | 国电南瑞科技股份有限公司 | Network card status monitoring under a kind of modulation integral system and TCP communication method |
| CN103139018A (en) * | 2013-04-03 | 2013-06-05 | 国电南瑞科技股份有限公司 | Network card condition monitoring and transmission control protocol (TCP) communication method in dispatching and transformer substation integrated system |
| CN104320294A (en) * | 2014-09-29 | 2015-01-28 | 国电南瑞科技股份有限公司 | Network interface card state monitoring and address switching method of region-county integrated network architecture |
| CN104320294B (en) * | 2014-09-29 | 2018-02-13 | 国电南瑞科技股份有限公司 | The network card status monitoring of a kind of ground county integrated network framework and address switching method |
| CN106301836B (en) * | 2015-05-25 | 2019-03-12 | 视联动力信息技术股份有限公司 | A kind of method of redundancy backup, terminal and view networked system |
| CN106301836A (en) * | 2015-05-25 | 2017-01-04 | 北京视联动力国际信息技术有限公司 | A kind of method of redundancy backup, terminal and regard networked system |
| CN107390804A (en) * | 2017-06-22 | 2017-11-24 | 安徽康海时代科技股份有限公司 | The serial server of double nets four with terminal |
| CN107368861A (en) * | 2017-06-23 | 2017-11-21 | 芜湖恒天易开软件科技股份有限公司 | The system that can recognize that a variety of different vehicles in short-term |
| CN108322364A (en) * | 2018-03-06 | 2018-07-24 | 国电南瑞科技股份有限公司 | A kind of mutual Preparation Method of double netcard redundancy suitable for wide area dispatch automated system |
| CN111817892A (en) * | 2020-07-10 | 2020-10-23 | 济南浪潮数据技术有限公司 | Network management method, system, electronic equipment and storage medium |
| CN111817892B (en) * | 2020-07-10 | 2023-04-07 | 济南浪潮数据技术有限公司 | Network management method, system, electronic equipment and storage medium |
| CN112947042A (en) * | 2021-03-10 | 2021-06-11 | 洛阳源创电气有限公司 | Centralized monitoring system for mine hoist cluster |
| CN115314367A (en) * | 2022-07-20 | 2022-11-08 | 杭州熠芯科技有限公司 | Network card hot standby method for double-network-port double-host-machine interface |
| CN115529222A (en) * | 2022-09-14 | 2022-12-27 | 天津津航计算技术研究所 | Dual-redundancy network card switching device based on cascade switch |
| CN115529223A (en) * | 2022-09-14 | 2022-12-27 | 天津津航计算技术研究所 | Dual-redundancy network card switching method based on cascade switch |
| CN115529223B (en) * | 2022-09-14 | 2024-05-14 | 天津津航计算技术研究所 | Dual-redundancy network card switching method based on cascade switch |
| CN115529222B (en) * | 2022-09-14 | 2024-05-28 | 天津津航计算技术研究所 | Dual-redundancy network card switching device based on cascading switch |
| CN115866106A (en) * | 2023-02-21 | 2023-03-28 | 麒麟软件有限公司 | Data processing method of redundant network communication system with multi-network card binding |
| CN115866106B (en) * | 2023-02-21 | 2023-06-02 | 麒麟软件有限公司 | Data processing method of redundant network communication system with multi-network card binding |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN101404568A (en) | Double-network card hot backup redundancy method | |
| CN106487679B (en) | Active-standby switching system and switching method of Ethernet switch | |
| CN107147540A (en) | Fault Handling Method and Fault Handling Cluster in High Availability System | |
| CN105095001A (en) | Virtual machine exception recovery method under distributed environment | |
| CN105302661A (en) | System and method for implementing virtualization management platform high availability | |
| CN105515812A (en) | Fault processing method of resources and device | |
| CN108847982A (en) | A kind of distributed storage cluster and its node failure switching method and apparatus | |
| CN101217353B (en) | A control method for a call center multi-point dual-machine redundant system | |
| CN109842505A (en) | A kind of cloud clustering fault processing method and processing device | |
| CN111399879A (en) | A firmware upgrade system and method for CPLD | |
| CN100426751C (en) | Method for ensuring accordant configuration information in cluster system | |
| CN105335256A (en) | Method, device and system for switching backup disks in complete cabinet server | |
| CN102026042A (en) | Keep-alive and self-healing method and device for advanced telecom computing architecture control surface | |
| CN101227324A (en) | Method for collecting fault information of communication equipment, communication equipment and system | |
| CN102045230A (en) | Ethernet link protection switching method and device | |
| CN113742142B (en) | Method for managing SATA hard disk by storage system and storage system | |
| CN115499296B (en) | Cloud desktop hot standby management method, device and system | |
| CN102388569B (en) | Method and system for shifting between main and standby management software | |
| CN105490847A (en) | Real-time detecting and processing method of node failure in private cloud storage system | |
| US20210247996A1 (en) | Service continuation system and service continuation method | |
| CN100496030C (en) | Integrated access media gateway device based on the high-available system | |
| CN110174565A (en) | Equipment for monitoring power quality accesses the more specification management systems of main website and its redundancy approach | |
| CN120086072A (en) | Baseboard management function failure emergency system, method, server and storage medium | |
| CN204633800U (en) | A switch with double redundancy of management unit and switching unit | |
| CN117667523A (en) | Database cluster maintenance method and system for improving high availability of Oracle DG |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
| WD01 | Invention patent application deemed withdrawn after publication |
Open date: 20090408 |