CN111444047A - Configuration synchronization method for dual-computer hot backup, dual-computer hot backup system and readable storage medium - Google Patents

Configuration synchronization method for dual-computer hot backup, dual-computer hot backup system and readable storage medium Download PDF

Info

Publication number
CN111444047A
CN111444047A CN202010235293.7A CN202010235293A CN111444047A CN 111444047 A CN111444047 A CN 111444047A CN 202010235293 A CN202010235293 A CN 202010235293A CN 111444047 A CN111444047 A CN 111444047A
Authority
CN
China
Prior art keywords
configuration
dual
command
configuration command
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.)
Granted
Application number
CN202010235293.7A
Other languages
Chinese (zh)
Other versions
CN111444047B (en
Inventor
郝永哲
李太安
滕俐军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Rongan Networks Technology Co ltd
Original Assignee
Shenzhen Rongan Networks Technology Co ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Shenzhen Rongan Networks Technology Co ltd filed Critical Shenzhen Rongan Networks Technology Co ltd
Priority to CN202010235293.7A priority Critical patent/CN111444047B/en
Publication of CN111444047A publication Critical patent/CN111444047A/en
Application granted granted Critical
Publication of CN111444047B publication Critical patent/CN111444047B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/16Error detection or correction of the data by redundancy in hardware
    • G06F11/1658Data re-synchronization of a redundant component, or initial sync of replacement, additional or spare unit

Abstract

The invention discloses a configuration synchronization method of dual-computer hot backup, which comprises the following steps: the service slave receives a configuration command sent by a service host and stores the configuration command in a list to be executed, wherein the configuration command is sent to the service slave after the service host performs configuration according to the configuration command; sequentially acquiring configuration commands of the list to be executed; and after the configuration command is acquired every time, performing configuration operation according to the acquired configuration command. The invention also discloses a dual-computer hot standby system and a computer readable storage medium, which achieve the effect of improving the configuration synchronization efficiency.

Description

Configuration synchronization method for dual-computer hot backup, dual-computer hot backup system and readable storage medium
Technical Field
The present invention relates to the field of dual-computer hot backup technologies, and in particular, to a configuration synchronization method for dual-computer hot backup, a dual-computer hot backup system, and a computer readable storage medium.
Background
The dual-computer hot backup is a fault isolation scheme applied to a server, and when a fault occurs in a currently running server, a standby server is operated so as to ensure that a service system can continuously provide services.
The existing dual-computer hot backup method needs to switch to the slave computer for backup configuration after configuring a certain parameter of the service host computer when configuring each configuration parameter and needing backup in the slave computer after configuring the host computer, and switches to the service slave computer for reconfiguring the next parameter after the slave computer is backed up until all the parameters are configured. Therefore, in a complete configuration process, the service master and the service slave need to be switched back and forth, so that the configuration synchronization efficiency is low.
Disclosure of Invention
The present invention mainly aims to provide a configuration synchronization method for dual-computer hot backup, a dual-computer hot backup system and a computer readable storage medium, and aims to achieve the effect of improving the configuration synchronization efficiency.
In order to achieve the above object, the present invention provides a configuration synchronization method for dual-computer hot backup, which is applied to a service slave, and the configuration synchronization method for dual-computer hot backup comprises the following steps:
the service slave receives a configuration command sent by a service host and stores the configuration command in a list to be executed, wherein the configuration command is sent to the service slave after the service host performs configuration according to the configuration command;
sequentially acquiring configuration commands of the list to be executed;
and after the configuration command is acquired every time, performing configuration operation according to the acquired configuration command.
Optionally, after the configuration command is acquired each time, outputting the acquired configuration parameters of the configuration command;
after receiving modification operation triggered based on the configuration parameters, updating the configuration command according to the modified configuration parameters;
and executing the updated configuration command to perform configuration operation.
Optionally, after receiving a modification operation triggered based on the configuration parameter, receiving modification data;
and replacing the configuration parameters according to the modification data, and updating the configuration command according to the modified configuration parameters.
Optionally, after receiving a confirmation operation triggered based on the configuration parameter, the acquired configuration command is executed to perform a configuration operation.
Optionally, after a discarding operation triggered based on the configuration parameter is received, the configuration command in the list to be executed is deleted.
Optionally, when the configuration command of the list to be executed is not acquired, a prompt message is output.
In addition, in order to achieve the above object, the present invention further provides a method for synchronizing configuration of dual-server hot backup, which is applied to a service host, and the method for synchronizing configuration of dual-server hot backup includes the following steps:
executing a configuration command when the configuration command is received;
and when the configuration command meets a preset condition, sending the configuration command to a service slave machine so that the service slave machine can receive and store the configuration command.
Optionally, the preset condition may be that the configuration command is inconsistent with a preset configuration command in the list to be executed.
In addition, to achieve the above object, the present invention further provides a service slave, including: the configuration synchronization program can be executed by the processor to realize the configuration synchronization method of the dual-computer hot backup.
In addition, to achieve the above object, the present invention further provides a service host, including: the configuration synchronization program can be executed by the processor to realize the configuration synchronization method of the dual-computer hot backup.
In addition, in order to achieve the above object, the present invention further provides a dual-computer hot-standby system, including: the service slave and the service master are backup to each other.
In addition, to achieve the above object, the present invention further provides a computer readable storage medium, where a configuration synchronization program is stored, and when the configuration synchronization program is executed by a processor, the configuration synchronization program implements the steps of the configuration synchronization method for dual-computer hot backup as described above.
According to the configuration synchronization method for dual-computer hot backup, the dual-computer hot backup system and the computer readable storage medium provided by the embodiment of the invention, the service slave receives the configuration command sent by the service host, stores the configuration command in the list to be executed, then sequentially obtains the configuration command of the list to be executed, and performs configuration operation according to the obtained configuration command after obtaining the configuration command each time. According to the scheme, the received configuration command is stored in the list to be executed, and then the configuration command is obtained when configuration is started, so that the service host does not need to switch back to the service host to execute a new configuration command after the service host executes the configuration command and the service slave executes the configuration command, the switching times of the service host and the service slave are reduced, and the effect of improving the configuration synchronization efficiency is achieved.
Drawings
FIG. 1 is a schematic diagram of a hardware architecture of a service slave according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a service host hardware architecture to which embodiments of the present invention relate;
fig. 3 is a schematic diagram of a hardware architecture of a dual-computer hot-standby system according to an embodiment of the present invention;
fig. 4 is a flowchart illustrating a configuration synchronization method for dual-computer hot backup according to a first embodiment of the present invention;
fig. 5 is a flowchart illustrating a configuration synchronization method for dual-computer hot backup according to a second embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The existing dual-computer hot backup method needs to be switched to the slave computer for backup configuration after configuring each configuration parameter after the host computer is configured, and then the existing dual-computer hot backup method needs to be switched to the service slave computer for next parameter configuration after a certain parameter of the service host computer is configured, until all parameters are configured. Therefore, in a complete configuration process, the service master and the service slave need to be switched back and forth, so that the configuration synchronization efficiency is low.
To solve the above-mentioned drawbacks, an embodiment of the present invention provides a configuration synchronization method for dual-computer hot backup, a dual-computer hot backup system, and a computer readable storage medium, where the configuration synchronization method for dual-computer hot backup is applied to a service slave, and mainly includes the following steps:
the service slave receives a configuration command sent by a service host and stores the configuration command in a list to be executed, wherein the configuration command is sent to the service slave after the service host performs configuration according to the configuration command;
sequentially acquiring configuration commands of the list to be executed;
and after the configuration command is acquired every time, performing configuration operation according to the acquired configuration command.
The received configuration command is stored in the list to be executed, and then the configuration command is acquired when the configuration is started, so that the service host does not need to switch back to the service host to execute a new configuration command after the configuration command is executed by switching to the service slave to execute the configuration command after the configuration command is executed by the service host, the switching times of the service host and the service slave are reduced, and the effect of improving the configuration synchronization efficiency is achieved.
In addition, the embodiment of the invention also provides a configuration synchronization method of the dual-computer hot backup, which is applied to the service host and mainly comprises the following steps:
executing a configuration command when the configuration command is received;
and when the configuration command meets a preset condition, sending the configuration command to a service slave machine so that the service slave machine can receive and store the configuration command.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware architecture of a service slave according to an embodiment of the present invention.
The service slave machine of the embodiment of the invention can be a terminal device such as a PC.
As shown in fig. 1, the service slave may include: a first processor 1001, e.g. a CPU, a first user interface 1003, a first network interface 1004, a first memory 1005, a first communication bus 1002. Wherein a first communication bus 1002 is used to enable connectivity communication between these components. The first user interface 1003 may comprise a Display screen (Display), an input unit such as a keyboard, etc., and the optional first user interface 1003 may also comprise a standard wired interface, a wireless interface. The first network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The first memory 1005 may be a high-speed RAM memory or a non-volatile memory (e.g., a magnetic disk memory). The first memory 1005 may alternatively be a storage device separate from the first processor 1001.
Those skilled in the art will appreciate that the hardware architecture of the service slave shown in fig. 1 does not constitute a definition of a service slave, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
As shown in fig. 1, the first memory 1005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a configuration synchronization program.
In the service slave shown in fig. 1, the first network interface 1004 is mainly used for connecting to a background server and performing data communication with the background server; the first processor 1001 may be used for the configuration synchronization program stored in the first call memory 1005, and performs the following operations:
the service slave receives a configuration command sent by a service host and stores the configuration command in a list to be executed, wherein the configuration command is sent to the service slave after the service host performs configuration according to the configuration command;
sequentially acquiring configuration commands of the list to be executed;
and after the configuration command is acquired every time, performing configuration operation according to the acquired configuration command.
Further, the first processor 1001 may be configured to call the configuration synchronization program stored in the first memory 1005, and further perform the following operations:
after the configuration command is acquired each time, outputting the acquired configuration parameters of the configuration command;
after receiving modification operation triggered based on the configuration parameters, updating the configuration command according to the modified configuration parameters;
and executing the updated configuration command to perform configuration operation.
Further, the first processor 1001 may be configured to call the configuration synchronization program stored in the first memory 1005, and further perform the following operations:
receiving modification data after receiving modification operation triggered based on the configuration parameters;
and replacing the configuration parameters according to the modification data, and updating the configuration command according to the modified configuration parameters.
Further, the first processor 1001 may be configured to call the configuration synchronization program stored in the first memory 1005, and further perform the following operations:
and after receiving the confirmation operation triggered based on the configuration parameters, executing the acquired configuration command to perform the configuration operation.
Further, the first processor 1001 may be configured to call the configuration synchronization program stored in the first memory 1005, and further perform the following operations:
and deleting the configuration command in the list to be executed after receiving the discarding operation triggered based on the configuration parameters.
Further, the first processor 1001 may be configured to call the configuration synchronization program stored in the first memory 1005, and further perform the following operations:
and outputting prompt information when the configuration command of the list to be executed is not acquired.
Referring to fig. 2, fig. 2 is a schematic diagram of a hardware architecture of a service host according to an embodiment of the present invention.
The service host of the embodiment of the invention can be terminal equipment such as a PC.
As shown in fig. 2, the service host may include: a second processor 2001, e.g., a CPU, a second user interface 2003, a second network interface 2004, a second memory 2005, a second communication bus 2002.
Those skilled in the art will appreciate that the hardware architecture of the service host shown in FIG. 2 does not constitute a limitation of the service host, and may include more or fewer components than shown, or some components in combination, or a different arrangement of components.
As shown in fig. 2, the memory 2005, which is a kind of computer storage medium, may include therein an operating system, a network communication module, a user interface module, and a configuration synchronization program.
In the service host shown in fig. 2, the second network interface 2004 is mainly used for connecting to the backend server and performing data communication with the backend server; the second processor 2001 may be configured to invoke the configuration synchronization program stored in the second memory 2005 and perform the following operations:
executing a configuration command when the configuration command is received;
and when the configuration command meets a preset condition, sending the configuration command to a service slave machine so that the service slave machine can receive and store the configuration command.
Referring to fig. 3, an embodiment of the present invention provides a dual-computer hot-standby system, which includes a service host 10 and a service slave 20, where the service host 10 and the service slave 20 backup each other.
The service master 10 and the service slave 20 are connected in communication, so that the traffic master 10 can send the configuration command to the service slave 20 when the execution of the configuration command is finished, and the service slave 20 can receive the configuration command from the service master 10 and save the configuration command.
Alternatively, the service slave 20 may send the configuration command to the service master 10 when the execution of the configuration command is finished, and the service master 10 may receive the configuration command from the service slave 20 and store the configuration command.
Referring to fig. 4, fig. 4 is a first embodiment of a configuration synchronization method for dual-computer hot backup according to the present invention, where the configuration synchronization method for dual-computer hot backup includes the following steps:
step S10, the service slave receives the configuration command sent by the service host, and stores the configuration command in a list to be executed, wherein, after the service host performs configuration according to the configuration command, the configuration command is sent to the service slave;
step S20, sequentially acquiring configuration commands of the list to be executed;
and step S30, after the configuration command is acquired each time, performing configuration operation according to the acquired configuration command.
In this embodiment, the configuration command is a computer instruction for configuring a relevant service function in a server; the list to be executed is a data structure used by the service slave to store the received configuration command; the configuration operation may be a computer instruction for controlling a configuration command, such as a modify operation, a confirm operation, and a discard operation.
When receiving a configuration command sent by the service host, the first processor saves the configuration command to a list to be executed in the first memory.
When the service slave machine is configured, the first processor reads the list to be executed stored in the first memory, acquires the configuration command of the list to be executed, and outputs the configuration parameters of the configuration command. And when receiving the control instruction, the first processor controls and executes the configuration operation corresponding to the control instruction for the configuration command.
After the control instruction is based on modification operation triggered by the configuration parameters, the first processor receives modification data, replaces the configuration parameters of the configuration command with the modification data, obtains an updated configuration command, executes the updated configuration command to generate configuration data corresponding to the configuration command, and stores the configuration data in the first memory.
After the execution of the configuration command is finished, the first processor sequentially acquires the configuration command in the list to be executed, and executes the configuration synchronization step.
In the technical solution disclosed in this embodiment, by storing the received configuration command in the list to be executed and then acquiring the configuration command when starting configuration, after the service master executes the configuration command, it is not necessary to switch back to the service master to execute a new configuration command after switching to the service slave to execute the configuration command, so that the switching frequency between the service master and the service slave is reduced, and the effect of improving the configuration synchronization efficiency is achieved.
Optionally, in this embodiment, since the control instruction received by the first processor may be a confirmation operation triggered based on the configuration parameter, after the first processor receives the confirmation operation triggered based on the configuration parameter, the currently acquired configuration command is executed to generate configuration data corresponding to the configuration command, and the configuration data is saved in the first memory.
After the execution of the configuration command is finished, the first processor sequentially acquires the configuration command in the list to be executed, and executes the configuration synchronization step.
In the technical solution disclosed in this embodiment, the technical effect of synchronizing the configuration of the service master and the service slave is achieved by directly executing the configuration command, and then generating and storing the configuration data.
Optionally, in this embodiment, since the control instruction received by the first processor may also be a discarding operation triggered based on the configuration parameter, after the first processor receives the discarding operation triggered based on the configuration parameter, the corresponding configuration commands in the list to be executed are deleted, then the configuration commands in the list to be executed are sequentially acquired, and the configuration synchronization step as described above is executed.
In the technical solution disclosed in this embodiment, by deleting the configuration command, a technical effect of avoiding synchronization unnecessary configuration is achieved.
Optionally, in this embodiment, since the list to be executed acquired by the first processor may be empty, when the first processor does not acquire the configuration command of the list to be executed, the prompt information is output.
In the technical scheme disclosed in the embodiment, the technical effect of prompting errors is achieved by outputting the prompt information.
Referring to fig. 5, fig. 5 is a second embodiment of the configuration synchronization method for dual-computer hot backup according to the present invention, where the configuration synchronization method for dual-computer hot backup includes the following steps:
step S10, when receiving the configuration command, executing the configuration command;
and step S20, when the configuration command meets the preset condition, sending the configuration command to a service slave machine, so that the service slave machine can receive and store the configuration command.
In this embodiment, the preset condition may be that the configuration command is inconsistent with a preset configuration command in the list to be executed; the list to be executed is a configuration command which is received by the service host and sent by the service slave, and the list to be executed is stored in the second memory.
And when receiving the configuration command, the second processor executes the configuration command to generate configuration data corresponding to the configuration command and stores the configuration data in the second memory.
The second processor judges whether a preset configuration command consistent with the configuration command exists in the list to be executed or not, and judges that the configuration command meets a preset condition when the preset configuration command consistent with the configuration command does not exist in the list to be executed; and when a preset configuration command consistent with the configuration command exists in the list to be executed, judging that the configuration command does not meet the preset condition.
When the configuration command meets the preset condition, the second processor sends the configuration command to the service slave, receives a new configuration command, and then executes the configuration synchronization step.
When the configuration command does not satisfy the preset condition, the second processor receives a new configuration command and then executes the configuration synchronization step as described above.
In the technical solution disclosed in this embodiment, the configuration command meeting the preset condition is sent to the service slave, so that the technical effect of synchronizing the configurations of the service master and the service slave is achieved.
In addition, an embodiment of the present invention further provides a service slave, where the service slave includes a memory, a processor, and a configuration synchronization program that is stored in the memory and is executable on the processor, and when the configuration synchronization program is executed by the processor, the steps of the configuration synchronization method for dual-computer hot backup according to the above embodiments are implemented.
In addition, an embodiment of the present invention further provides a service host, where the service host includes a memory, a processor, and a configuration synchronization program that is stored in the memory and is capable of running on the processor, and when the configuration synchronization program is executed by the processor, the steps of the configuration synchronization method for dual-computer hot backup according to the above embodiments are implemented.
In addition, the embodiment of the present invention further provides a dual-computer hot-standby system, where the dual-computer hot-standby system includes a service slave and a service host, and the service slave and the service host are backup to each other.
In addition, an embodiment of the present invention further provides a computer-readable storage medium, where a configuration synchronization program is stored on the computer-readable storage medium, and when the configuration synchronization program is executed by a processor, the steps of the configuration synchronization method for dual-computer hot backup according to the above embodiments are implemented.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above and includes several instructions for enabling a terminal device (e.g. PC, etc.) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (12)

1. A configuration synchronization method for dual-computer hot backup is characterized in that the configuration synchronization method for dual-computer hot backup comprises the following steps:
the service slave receives a configuration command sent by a service host and stores the configuration command in a list to be executed, wherein the configuration command is sent to the service slave after the service host performs configuration according to the configuration command;
sequentially acquiring configuration commands of the list to be executed;
and after the configuration command is acquired every time, performing configuration operation according to the acquired configuration command.
2. The method for synchronizing configuration of dual-computer hot backup according to claim 1, wherein the step of performing configuration operation according to the acquired configuration command after acquiring the configuration command each time comprises:
after the configuration command is acquired each time, outputting the acquired configuration parameters of the configuration command;
after receiving modification operation triggered based on the configuration parameters, updating the configuration command according to the modified configuration parameters;
and executing the updated configuration command to perform configuration operation.
3. The method for synchronizing configuration of dual-server hot backup according to claim 2, wherein the step of updating the configuration command according to the modified configuration parameters after receiving the modification operation triggered based on the configuration parameters comprises:
receiving modification data after receiving modification operation triggered based on the configuration parameters;
and replacing the configuration parameters according to the modification data, and updating the configuration command according to the modified configuration parameters.
4. The method for synchronizing configuration of dual-computer hot backup according to claim 2, wherein after the step of outputting the obtained configuration parameters of the configuration command, the method for synchronizing configuration of dual-computer hot backup further comprises:
and after receiving the confirmation operation triggered based on the configuration parameters, executing the acquired configuration command to perform the configuration operation.
5. The method for synchronizing configuration of dual-computer hot backup according to claim 2, wherein after the step of outputting the obtained configuration parameters of the configuration command, the method for synchronizing configuration of dual-computer hot backup further comprises:
and deleting the configuration command in the list to be executed after receiving the discarding operation triggered based on the configuration parameters.
6. The method for synchronizing configuration of dual-computer hot backup according to claim 1, wherein after the step of sequentially obtaining the configuration commands of the list to be executed, the method for synchronizing configuration of dual-computer hot backup further comprises:
and outputting prompt information when the configuration command of the list to be executed is not acquired.
7. A configuration synchronization method for dual-computer hot backup is characterized in that the configuration synchronization method for dual-computer hot backup comprises the following steps:
executing a configuration command when the configuration command is received;
and when the configuration command meets a preset condition, sending the configuration command to a service slave machine so that the service slave machine can receive and store the configuration command.
8. The method for configuration synchronization of dual-computer hot backup as claimed in claim 7, wherein the preset condition may be that the configuration command is inconsistent with a preset configuration command in a list to be executed.
9. A service slave, characterized in that it comprises: a memory, a processor and a configuration synchronization program stored on the memory and operable on the processor, the configuration synchronization program when executed by the processor implementing the steps of the configuration synchronization method for dual-machine hot-backup according to any one of claims 1 to 6.
10. A service host, comprising: a memory, a processor and a configuration synchronization program stored on the memory and operable on the processor, the configuration synchronization program when executed by the processor implementing the steps of the configuration synchronization method for dual-machine hot-backup according to any one of claims 7 to 8.
11. A dual-computer hot-standby system, comprising: the service slave of claim 9 and the service master of claim 10, the service slave and the service master being backups for each other.
12. A computer-readable storage medium, wherein a configuration synchronization program is stored on the computer-readable storage medium, and when executed by a processor, the configuration synchronization program implements the steps of the configuration synchronization method for dual-machine hot backup according to any one of claims 1 to 8.
CN202010235293.7A 2020-03-27 2020-03-27 Configuration synchronization method for dual-engine hot standby, dual-engine hot standby system and readable storage medium Active CN111444047B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010235293.7A CN111444047B (en) 2020-03-27 2020-03-27 Configuration synchronization method for dual-engine hot standby, dual-engine hot standby system and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010235293.7A CN111444047B (en) 2020-03-27 2020-03-27 Configuration synchronization method for dual-engine hot standby, dual-engine hot standby system and readable storage medium

Publications (2)

Publication Number Publication Date
CN111444047A true CN111444047A (en) 2020-07-24
CN111444047B CN111444047B (en) 2023-12-29

Family

ID=71649270

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010235293.7A Active CN111444047B (en) 2020-03-27 2020-03-27 Configuration synchronization method for dual-engine hot standby, dual-engine hot standby system and readable storage medium

Country Status (1)

Country Link
CN (1) CN111444047B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115378557A (en) * 2022-10-25 2022-11-22 成都星联芯通科技有限公司 Hot standby implementation method, device, system, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101447858A (en) * 2008-01-17 2009-06-03 中兴通讯股份有限公司 Method for realizing synchronous switching of virtual router redundancy protocol in dual-machine hot backup system
CN101753362A (en) * 2010-02-10 2010-06-23 中兴通讯股份有限公司 Configuring method and device of stacking virtual local area network of distributed network device
WO2015196654A1 (en) * 2014-06-26 2015-12-30 中兴通讯股份有限公司 Distributed management method and device for network management
CN106850255A (en) * 2016-12-20 2017-06-13 曙光信息产业(北京)有限公司 A kind of implementation method of multi-computer back-up
CN110895469A (en) * 2019-11-29 2020-03-20 深信服科技股份有限公司 Method and device for upgrading dual-computer hot standby system, electronic equipment and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101447858A (en) * 2008-01-17 2009-06-03 中兴通讯股份有限公司 Method for realizing synchronous switching of virtual router redundancy protocol in dual-machine hot backup system
CN101753362A (en) * 2010-02-10 2010-06-23 中兴通讯股份有限公司 Configuring method and device of stacking virtual local area network of distributed network device
WO2015196654A1 (en) * 2014-06-26 2015-12-30 中兴通讯股份有限公司 Distributed management method and device for network management
CN106850255A (en) * 2016-12-20 2017-06-13 曙光信息产业(北京)有限公司 A kind of implementation method of multi-computer back-up
CN110895469A (en) * 2019-11-29 2020-03-20 深信服科技股份有限公司 Method and device for upgrading dual-computer hot standby system, electronic equipment and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115378557A (en) * 2022-10-25 2022-11-22 成都星联芯通科技有限公司 Hot standby implementation method, device, system, electronic equipment and storage medium
CN115378557B (en) * 2022-10-25 2023-02-17 成都星联芯通科技有限公司 Hot standby implementation method, device, system, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN111444047B (en) 2023-12-29

Similar Documents

Publication Publication Date Title
CN110427385B (en) Block chain data updating method, related node and block chain
CN101494560B (en) Method, apparatus and system for configuring master-salve network device
CN106648781B (en) Method and system for upgrading remote firmware of communication equipment
CN109408090B (en) Upgrading method of equipment software, data converter and readable storage medium
WO2016119218A1 (en) Call supplementary service configuration synchronization method, apparatus and system
CN111147314A (en) Switch upgrading method, device and storage medium
CN108337743B (en) Terminal equipment of double-card double-system and communication method thereof
CN112363845A (en) Data synchronization method of system integration middling station and integration middling station system
CN111796853A (en) Firmware upgrading method, system, equipment and computer storage medium
CN113835369A (en) Edge terminal scene management method, device and system
CN107702274B (en) Terminal control method, device and computer readable storage medium
CN111444047A (en) Configuration synchronization method for dual-computer hot backup, dual-computer hot backup system and readable storage medium
CN112583630B (en) Device management method, device, system, device and storage medium
CN109617950B (en) Data updating method, device, equipment and readable storage medium
US10078532B2 (en) Resource management method and device for terminal system among multiple operating systems
US9398444B2 (en) Computer-readable recording medium, mobile device, and wireless communication system
CN114115866A (en) Cross-domain-based vehicle-mounted scene self-defining method, device, equipment and storage medium
US9854429B2 (en) Mobile terminal configuration method and system
CN108989428B (en) Bluetooth terminal upgrading method, server, computer readable storage medium and system
CN114765623A (en) Information subscribing method, information distributing method and device
CN111131897A (en) Television BGM updating method, device and computer readable storage medium
CN108712298B (en) Network equipment upgrading method and device, network equipment and storage medium
CN111683022B (en) White box switch, method for upgrading forwarding function of white box switch and readable storage medium
CN109916012A (en) A kind of air-conditioner control method and system
CN110442415B (en) Terminal application style switching and controlling method, display terminal, server and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant