CN102662901A - A Realization Method of Integrated Power Information Bus Parameter Synchronization - Google Patents
A Realization Method of Integrated Power Information Bus Parameter Synchronization Download PDFInfo
- Publication number
- CN102662901A CN102662901A CN2012101055159A CN201210105515A CN102662901A CN 102662901 A CN102662901 A CN 102662901A CN 2012101055159 A CN2012101055159 A CN 2012101055159A CN 201210105515 A CN201210105515 A CN 201210105515A CN 102662901 A CN102662901 A CN 102662901A
- Authority
- CN
- China
- Prior art keywords
- bus
- parameter
- synchronization
- server
- module
- 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
- Information Transfer Between Computers (AREA)
Abstract
Description
技术领域 technical field
本发明属于电力系统技术领域,具体涉及一种一体化电力信息总线参数同步的实现方法。The invention belongs to the technical field of power systems, and in particular relates to a method for realizing parameter synchronization of an integrated power information bus.
背景技术 Background technique
电力系统中各软件应用系统按安全规范要求,必须分别部署在生产区、管理区两个安全分区中,之间用物理装置隔离。各软件应用系统之间存在同区、跨区数据交换需求。以SOA架构实现的数据交换总线能很好地满足数据交换需求,但只能部署于一个安全区内,同时,电力软件系统的高可靠性要求,又使实际工程采用双总线服务器配置方案,因此电力信息数据交换总线必然是跨安全分区的部署在四台总线服务器上的四条总线,组成的虚拟的一体化总线,四台总线服务器总线的配置参数的有效同步就成为必须解决的问题。Each software application system in the power system must be deployed in two safety partitions, the production area and the management area, in accordance with the requirements of safety regulations, and they must be isolated by physical devices. There are data exchange requirements in the same region and across regions among software application systems. The data exchange bus implemented with SOA architecture can well meet the data exchange requirements, but it can only be deployed in one safe area. At the same time, the high reliability requirements of the power software system make the actual project adopt a dual-bus server configuration scheme, so The power information data exchange bus must be a virtual integrated bus composed of four buses deployed on four bus servers across security partitions. The effective synchronization of the configuration parameters of the four bus server buses has become a problem that must be solved.
目前配置参数同步技术,一般采用数据库做为同步源,参数更新时,直接更新到数据库,然后通知各节点总线服务器,统一从数据库读取新的参数。这种技术建立在数据库高可靠性的基础上。但电力信息交互总线不配置数据库软硬件,因而信息总线的参数配置无法采用此通用技术。The current configuration parameter synchronization technology generally uses the database as the synchronization source. When the parameters are updated, they are directly updated to the database, and then the bus servers of each node are notified to read new parameters from the database uniformly. This technology is based on the high reliability of the database. However, the power information interaction bus does not configure database software and hardware, so the parameter configuration of the information bus cannot adopt this general technology.
也有借用接入信息总线的某个系统中的数据库做为同步源,采用上述技术,实现参数同步。但降低了信息总线部署的独立性,人为增加了总线部署和其他系统的耦合程度,显然不是信息总线系统实现的优化方案。There is also a database in a system connected to the information bus as a synchronization source, and the above technology is used to realize parameter synchronization. However, the independence of information bus deployment is reduced, and the degree of coupling between bus deployment and other systems is artificially increased, which is obviously not an optimal solution for information bus system implementation.
发明内容 Contents of the invention
为了解决现有技术中存在的电力信息数据交换总线的配置参数的有效同步的技术问题,本发明提出了一种一体化电力信息总线参数同步的实现方法。本发明设计了跨区同步模块,网络同步模块,参数更新模块,本地同步模块,配合各总线服务器目录的设置,实现了一体化电力信息总线多总线服务器参数同步,保障了总线可靠有效运行。In order to solve the technical problem of effectively synchronizing the configuration parameters of the power information data exchange bus existing in the prior art, the present invention proposes a method for realizing parameter synchronization of the integrated power information bus. The invention designs a cross-area synchronization module, a network synchronization module, a parameter update module, and a local synchronization module, and cooperates with the setting of each bus server directory to realize the parameter synchronization of the multi-bus servers of the integrated power information bus and ensure the reliable and effective operation of the bus.
下面对本申请中使用到的技术特征名称进行定义和说明。The technical feature names used in this application are defined and described below.
1:总线服务器1: bus server
为部署总线交互总线软件系统的服务器。电力系统通常在2,3安全分区两侧各部署两台这样的服务器。完整的信息交互系统共部署4台这样的服务器。同侧安全区的2台服务器互为热备,不同侧的服务器相互配合,完成跨区完整的总线功能。It is the server for deploying the bus interactive bus software system. The power system usually deploys two such servers on both sides of security partitions 2 and 3. A total of 4 such servers are deployed in the complete information interaction system. The two servers in the security zone on the same side are hot standby for each other, and the servers on different sides cooperate with each other to complete the complete bus function across zones.
2:跨区参数同步源目录:2: Synchronize source directories across regions:
各总线服务器上都建立这目录。存放修改的参数,供参数更新模块、跨区同步模块使用。参数更新模块写入,跨区同步模块完成更新功能后,删除其中内容。This directory is established on each bus server. Store the modified parameters for use by the parameter update module and the cross-region synchronization module. The parameter update module writes, and the cross-region synchronization module deletes the content after the update function is completed.
3:网络参数同步源目录:3: Network parameter synchronization source directory:
各总线服务器上都建立这目录。存放修改的参数,供参数更新模块、网络同步模块使用。参数更新模块或跨区同步模块写入,网络同步模块完成更新功能后,删除其中内容。This directory is established on each bus server. The modified parameters are stored for use by the parameter update module and the network synchronization module. The parameter update module or cross-region synchronization module writes, and the network synchronization module deletes the content after the update function is completed.
4:本地同步源目录4: Local synchronization source directory
各总线服务器上都建立这目录。存放修改的参数,供参数更新模块、本地同步模块使用。网络同步模块写入,本地同步模块利用此目录内容,通知总线其他应用程序完成参数更新。This directory is established on each bus server. Store the modified parameters for use by the parameter update module and the local synchronization module. The network synchronization module writes, and the local synchronization module uses the content of this directory to notify other bus application programs to complete the parameter update.
5:参数更新模块:5: Parameter update module:
各总线服务器都部署这一模块。任何参数的修改,必须通过此模块进行。某总线服务器参数修改时,通过此模块,将修改内容同时写入本总线服务器的跨区参数同步源目录、网络参数同步源目录。6:跨区同步模块:Each bus server deploys this module. Any parameter modification must be done through this module. When a bus server parameter is modified, through this module, the modified content is simultaneously written into the cross-region parameter synchronization source directory and network parameter synchronization source directory of the bus server. 6: Cross-regional synchronization module:
各总线服务器都部署这一模块。各总线服务器中的跨区同步模块监视本服务器的跨区参数同步源目录,发现有更新后,将其中的内容负责更新至另一侧安全区任一总线服务器的网络参数同步源目录,更新成功后,删除本服务器中跨区参数同步源目录中的已成功更新的内容。Each bus server deploys this module. The cross-area synchronization module in each bus server monitors the cross-area parameter synchronization source directory of the server, and if any update is found, the content in it is responsible for updating the network parameter synchronization source directory of any bus server in the security zone on the other side, and the update is successful After that, delete the successfully updated content in the cross-region parameter synchronization source directory on this server.
7:网络同步模块:7: Network synchronization module:
各总线服务器都部署这一模块。各总线服务器中的网络同步模块监视本服务器的网络同步源目录,发现有更新后,将其中的内容负责更新至同侧安全区另一总线服务器的本地同步源目录和本总线服务器的本地同步源目录,更新成功后,删除本服务器中网络参数同步源目录中的已成功更新的内容。8:本地同步模块:Each bus server deploys this module. The network synchronization module in each bus server monitors the network synchronization source directory of the server, and if any update is found, the content in it is responsible for updating the local synchronization source directory of another bus server in the same side security area and the local synchronization source of the bus server Directory, after the update is successful, delete the successfully updated content in the network parameter synchronization source directory in this server. 8: Local synchronization module:
各总线服务器都部署这一模块。各总线服务器中的本地同步模块监视本服务器的本地同步源目录,有更新后,发送消息,通知需要更改参数的本服务器上的各总线应用程序,完成参数的更新。Each bus server deploys this module. The local synchronization module in each bus server monitors the local synchronization source directory of the server, and after there is an update, it sends a message to notify each bus application program on the server that needs to change the parameters, and completes the update of the parameters.
本发明具体采用以下技术方案。The present invention specifically adopts the following technical solutions.
一体化电力信息总线参数同步的实现方法,其特征在于,所述实现方法包括以下步骤:The realization method of integrated power information bus parameter synchronization is characterized in that the realization method comprises the following steps:
(1)在各总线服务器中建立跨区参数同步源目录、网络参数同步源目录、本地同步源目录,在各总线服务器中设置跨区同步模块、网络同步模块、参数更新模块、本地同步模块。(1) Establish a cross-area parameter synchronization source directory, a network parameter synchronization source directory, and a local synchronization source directory in each bus server, and set a cross-area synchronization module, a network synchronization module, a parameter update module, and a local synchronization module in each bus server.
跨区同步模块以跨区参数同步源目录为监视对象,以操作系统的目录变化更新消息为触发源,当有更新发生需要同步时,将更新读入,利用电力系统专用隔离装置提供的传送机制,调用隔离装置提供的函数接口,将其中的内容更新至另一侧安全区任一总线服务器的网络参数同步源目录。The cross-region synchronization module takes the cross-region parameter synchronization source directory as the monitoring object, and uses the operating system directory change update message as the trigger source. When there is an update that needs to be synchronized, it will read the update and use the transmission mechanism provided by the special isolation device for the power system. , call the function interface provided by the isolation device, and update the content therein to the network parameter synchronization source directory of any bus server in the security zone on the other side.
网络同步模块以网络参数同步源目录为监视对象,以操作系统的目录变化更新消息为触发源,当有更新发生需要同步时,将更新读入,利用操作系统的网络函数和文件函数,将其中的内容更新至同侧安全区总线服务器的本地同步源目录和本总线服务器的本地同步源目录。The network synchronization module takes the network parameter synchronization source directory as the monitoring object, takes the directory change update message of the operating system as the trigger source, reads the update when there is an update that needs to be synchronized, and uses the network function and file function of the operating system to convert the The content of . is updated to the local synchronization source directory of the bus server in the same security zone and the local synchronization source directory of the bus server.
本地同步模块以本地同步源目录为监视对象,以操作系统的目录变化更新消息为触发源,当有更新发生需要同步时,将更新读入,利用操作系统的消息机制,通知本服务器上的各总线应用程序,完成参数的更新。The local synchronization module takes the local synchronization source directory as the monitoring object, takes the directory change update message of the operating system as the trigger source, reads the update when there is an update that needs to be synchronized, and uses the operating system message mechanism to notify each The bus application program completes the update of the parameters.
参数更新模块提供输入界面给维护人员,参数需要改变时,由界面输入,参数更新模块负责将新的参数写入到本总线服务器的跨区参数同步源目录、网络参数同步源目录。The parameter update module provides an input interface for the maintenance personnel. When the parameter needs to be changed, it is input through the interface. The parameter update module is responsible for writing the new parameter into the cross-region parameter synchronization source directory and the network parameter synchronization source directory of the bus server.
(2)当某一总线服务器参数需要改变时,必须通过此总线服务器的参数更新模块修改参数,参数更新模块负责将新的参数写入到步骤(1)所建立的该总线服务器的跨区参数同步源目录、网络参数同步源目录;(2) When a bus server parameter needs to be changed, the parameters must be modified through the parameter update module of the bus server, and the parameter update module is responsible for writing new parameters into the cross-area parameters of the bus server established in step (1) Synchronization source directory, network parameter synchronization source directory;
(3)各总线服务器中的跨区同步模块监视本服务器的跨区参数同步源目录,发现有更新后,将其中的内容更新至另一侧安全区任一总线服务器的网络参数同步源目录,更新成功后,删除本服务器中跨区参数同步源目录中的已经更新过的内容;(3) The cross-area synchronization module in each bus server monitors the cross-area parameter synchronization source directory of this server, and after finding that there is an update, update the content therein to the network parameter synchronization source directory of any bus server in the security zone on the other side, After the update is successful, delete the updated content in the cross-region parameter synchronization source directory in this server;
(4)各总线服务器中的网络同步模块监视本服务器的网络同步源目录,发现有更新后,将其中的内容更新至同侧安全区另一总线服务器的本地同步源目录和本总线服务器的本地同步源目录,更新成功后,删除本服务器中网络参数同步源目录中的已成功更新的内容;(4) The network synchronization module in each bus server monitors the network synchronization source directory of this server. After finding that there is an update, update the content therein to the local synchronization source directory of another bus server in the same side security area and the local synchronization source directory of this bus server. Synchronize the source directory. After the update is successful, delete the successfully updated content in the network parameter synchronization source directory in this server;
(5)各总线服务器中的本地同步模块监视本服务器的本地同步源目录,有更新后,发送消息,通知需要更改参数的本服务器上的各总线应用程序,完成参数的更新。(5) The local synchronous module in each bus server monitors the local synchronous source directory of this server, and after updating, sends a message to notify each bus application program on this server that needs to change parameters, and completes the update of parameters.
各总线服务器中设置跨区同步模块、网络同步模块、参数更新模块、本地同步模块独立运行,充分考虑了跨安全分区、跨网络多台信息总线主机服务器有可能任意节点故障,及故障发生后,能完成配置参数可靠的同步,从而保障了各总线服务器多总线在配置参数可靠同步情况下一体化运行。Each bus server is equipped with cross-region synchronization module, network synchronization module, parameter update module and local synchronization module to operate independently, fully considering the possibility of any node failure of multiple information bus host servers across security partitions and networks, and after the failure occurs, Reliable synchronization of configuration parameters can be completed, thereby ensuring the integrated operation of multiple buses of each bus server under the condition of reliable synchronization of configuration parameters.
本发明具有以下技术效果:The present invention has the following technical effects:
充分考虑了跨安全分区、跨网络多台信息总线服务器有可能任意节点故障,及故障发生后,能完成配置参数可靠的同步,从而保障了多总线服务器在配置可靠同步情况下一体化运行。Fully consider the possibility of any node failure of multiple information bus servers across security partitions and networks, and after the failure occurs, reliable synchronization of configuration parameters can be completed, thus ensuring the integrated operation of multi-bus servers under the condition of reliable synchronization of configurations.
附图说明 Description of drawings
图1所示为电力信息交换总线结构示意图;Figure 1 is a schematic diagram of the structure of the power information exchange bus;
图2为本发明电力信息总线参数同步实现方法的流程图;Fig. 2 is the flow chart of the method for synchronizing power information bus parameters of the present invention;
图3为参数同步前各总线服务器目录内容更新状态示意图;Fig. 3 is a schematic diagram of the content update state of each bus server directory before parameter synchronization;
图4为参数跨区同步后各总线服务器目录内容更新状态示意图;Fig. 4 is a schematic diagram of the content update state of each bus server directory after parameter cross-regional synchronization;
图5为参数网络同步后各总线服务器目录内容更新状态示意图;Fig. 5 is a schematic diagram of the content update state of each bus server directory after parameter network synchronization;
图6为各总线服务器的本地同步源目录更新状态示意图。FIG. 6 is a schematic diagram of the update state of the local synchronization source directory of each bus server.
具体实施方式 Detailed ways
下面结合说明书附图对本发明的技术方案做进一步详细说明。The technical solution of the present invention will be described in further detail below in conjunction with the accompanying drawings.
如图1所示为信息交互总线系统总体结构图。Figure 1 shows the overall structure of the information exchange bus system.
总线服务器上共部署4台总线服务器,正反向隔离装置两侧分别部署2台。同侧的2台总线服务器相互热备用。A total of 4 bus servers are deployed on the bus server, and 2 are deployed on both sides of the forward and reverse isolation device. The two bus servers on the same side are in hot standby for each other.
示意图2为同步更新的流程示意。具体流程图示参见1-5说明。Diagram 2 is a schematic diagram of a synchronous update process. For the specific flow diagram, see 1-5 instructions.
(1)各信息服务器建立跨区同步源目录(ESB_section_source),网络同步源目录(ESB_net_source),本地同步源目录(ESB_local_source),供部署在本服务器上的跨区同步模块、网络同步模块、参数更新模块、本地同步模块使用,如图3所示,各总线服务器上的各目录以方框示意更改状态,灰底方框示意此目录参数没有更改,白底方框示意此目录参数发生更改,图3为初始状态,各目录都没有发生更新,不需要任何同步。(1) Each information server establishes a cross-region synchronization source directory (ESB_section_source), a network synchronization source directory (ESB_net_source), and a local synchronization source directory (ESB_local_source), for the cross-region synchronization module, network synchronization module, and parameter update deployed on the server modules and local synchronization modules, as shown in Figure 3, each directory on each bus server is changed with a box, the box with a gray background indicates that the parameters of this directory have not changed, and the box with a white background indicates that the parameters of this directory have changed, as shown in Fig. 3 is the initial state, each directory has not been updated, and no synchronization is required.
(2)某一总线服务器配置发生改变时,此总线服务器的参数更新程序修改本服务器机的跨区同步源目录、网络同步源目录中参数内容。如图4所示,本机的跨区同步源目录、网络同步源目录由灰底方框转变成白底方框,示意此两目录参数内容已经发生更改,需要将参数修改内容同步到其他总线服务器上。(2) When the configuration of a certain bus server changes, the parameter update program of this bus server modifies the content of parameters in the cross-region synchronization source directory and network synchronization source directory of the server machine. As shown in Figure 4, the cross-region synchronization source directory and the network synchronization source directory of the machine have changed from a gray-bottomed box to a white-bottomed box, indicating that the parameter content of these two directories has changed, and the parameter modification content needs to be synchronized to other buses on the server.
(3)各总线服务器上的跨区同步模块监视本服务器的跨区同步源目录,发现更新后,将其中配置内容负责更新至另一侧安全区任一总线服务器的网络同步源目录,成功后,删除本机跨区同步源目录已经成功更新的内容。如图5所示,另一侧安全区某总线服务器的网络同步源目录,由灰底方框转变成白底方框,示意此目录参数内容已经发生更改,需要后续同步操作,而本总线服务器的网络同步源目录由白底方框转变成灰底方框,示意此目录为初始状态,不再需要任何同步操作。(3) The cross-region synchronization module on each bus server monitors the cross-region synchronization source directory of the server. After finding the update, the configuration content in it is responsible for updating the network synchronization source directory of any bus server in the other security zone. , delete the content that has been successfully updated in the local cross-region synchronization source directory. As shown in Figure 5, the network synchronization source directory of a bus server in the security zone on the other side has changed from a gray-bottomed box to a white-bottomed box, indicating that the content of parameters in this directory has changed and subsequent synchronization operations are required. The network synchronization source directory of , changes from a white-bottomed box to a gray-bottomed box, indicating that this directory is in its initial state and no synchronization operation is required.
(4)各总线服务器上网络同步模块监视本服务器的网络同步源目录,有更新后,将其中配置内容负责更新至同侧另一总线主机的本地同步源目录(ESB_local_source),及本服务器上的本地同步源目录,成功后,删除本服务器网络同步源目录已经成功更新的内容。如图6所示各总线服务器的本地同步源目录,由灰底方框转变成白底方框,示意这些目录参数内容已经发生更改,而各总线服务器的网络同步源目录都为灰底方框,示意这些目录为初始状态,不再需要任何同步操作(4) The network synchronization module on each bus server monitors the network synchronization source directory of the server. After updating, the configuration content in it is responsible for updating the local synchronization source directory (ESB_local_source) of another bus host on the same side, and the local synchronization source directory (ESB_local_source) on the server. After the local synchronization source directory is successful, delete the contents of the server network synchronization source directory that have been successfully updated. As shown in Figure 6, the local synchronization source directory of each bus server has changed from a gray-bottomed box to a white-bottomed box, indicating that the parameter content of these directories has changed, while the network synchronization source directory of each bus server is a gray-bottomed box , indicating that these directories are in an initial state and no synchronization is required
(5)各总线服务器上的本地同步模块监视本服务器的本地同步源目录,有更新后,发送本地消息,通知需要更改配置的本地程序,完成配置信息的同步,当所有总线服务器上的这项任务都完成后,各总线服务器上所设置的目录回到初始不需要同步状态。如图3所示,为初始状态,各目录都没有发生更新,不需要任何同步。(5) The local synchronization module on each bus server monitors the local synchronization source directory of this server. After updating, it sends a local message to notify the local program that needs to change the configuration, and completes the synchronization of configuration information. When this item on all bus servers After the tasks are all completed, the directory set on each bus server returns to the initial state that does not need to be synchronized. As shown in Fig. 3, it is the initial state, each directory has not been updated, and no synchronization is required.
Claims (2)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2012101055159A CN102662901A (en) | 2012-04-11 | 2012-04-11 | A Realization Method of Integrated Power Information Bus Parameter Synchronization |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2012101055159A CN102662901A (en) | 2012-04-11 | 2012-04-11 | A Realization Method of Integrated Power Information Bus Parameter Synchronization |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN102662901A true CN102662901A (en) | 2012-09-12 |
Family
ID=46772397
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN2012101055159A Pending CN102662901A (en) | 2012-04-11 | 2012-04-11 | A Realization Method of Integrated Power Information Bus Parameter Synchronization |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN102662901A (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106202461A (en) * | 2016-07-13 | 2016-12-07 | 广东电网有限责任公司 | A kind of synchronous method and device |
| CN107070924A (en) * | 2017-04-18 | 2017-08-18 | 珠海优特电力科技股份有限公司 | Information processing method, apparatus and system |
| CN110620800A (en) * | 2018-06-20 | 2019-12-27 | 北京金风慧能技术有限公司 | Method and device for synchronously processing configuration data of power secondary system across safety zones |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1542637A (en) * | 2003-02-28 | 2004-11-03 | 微软公司 | Method and system for synchronizing data shared among peer computing devices |
| CN1630160A (en) * | 2004-08-27 | 2005-06-22 | 江苏省电力公司南京供电公司 | Method for establishing electric network monitoring disaster back-up system |
| CN1673972A (en) * | 2004-08-04 | 2005-09-28 | 上海宝信软件股份有限公司 | Dynamic monitoring system and method for data base list update |
| CN1795654A (en) * | 2003-08-01 | 2006-06-28 | 网飞亚技术公司 | A contents synchronization system in network environment and a method therefor |
| CN102187311A (en) * | 2008-10-29 | 2011-09-14 | Lsi公司 | Methods and systems for recovering a computer system using a storage area network |
-
2012
- 2012-04-11 CN CN2012101055159A patent/CN102662901A/en active Pending
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1542637A (en) * | 2003-02-28 | 2004-11-03 | 微软公司 | Method and system for synchronizing data shared among peer computing devices |
| CN1795654A (en) * | 2003-08-01 | 2006-06-28 | 网飞亚技术公司 | A contents synchronization system in network environment and a method therefor |
| CN1673972A (en) * | 2004-08-04 | 2005-09-28 | 上海宝信软件股份有限公司 | Dynamic monitoring system and method for data base list update |
| CN1630160A (en) * | 2004-08-27 | 2005-06-22 | 江苏省电力公司南京供电公司 | Method for establishing electric network monitoring disaster back-up system |
| CN102187311A (en) * | 2008-10-29 | 2011-09-14 | Lsi公司 | Methods and systems for recovering a computer system using a storage area network |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106202461A (en) * | 2016-07-13 | 2016-12-07 | 广东电网有限责任公司 | A kind of synchronous method and device |
| CN106202461B (en) * | 2016-07-13 | 2019-09-13 | 广东电网有限责任公司 | A synchronization method and device |
| CN107070924A (en) * | 2017-04-18 | 2017-08-18 | 珠海优特电力科技股份有限公司 | Information processing method, apparatus and system |
| CN110620800A (en) * | 2018-06-20 | 2019-12-27 | 北京金风慧能技术有限公司 | Method and device for synchronously processing configuration data of power secondary system across safety zones |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN103414712B (en) | A kind of distributed virtual desktop management system and method | |
| CN103023879B (en) | Wide-area data synchronous method between a kind of data center based on high-speed cache | |
| CN105471995B (en) | Extensive Web service group of planes high availability implementation method based on SOA | |
| CN104486319A (en) | Real-time synchronization method and real-time synchronization system for configuration file applied to high-availability system | |
| CN103905220B (en) | Data synchronizing processing method and system | |
| CN102830647A (en) | Double 2-vote-2 device for fail safety | |
| CN104090992A (en) | Method for high-availability configuration between conversion nodes in cluster storage system | |
| CN104010034A (en) | A method for managing group dependencies in high-availability clusters | |
| CN110764918A (en) | Method for managing main nodes in container cluster | |
| JP2017536624A (en) | Snapshot processing methods and associated devices | |
| CN102662901A (en) | A Realization Method of Integrated Power Information Bus Parameter Synchronization | |
| CN104394018A (en) | Communication device and active-standby system data online exchange method for hot master control panel backup | |
| CN106874150A (en) | A kind of virtual machine High Availabitity disaster recovery method and its system | |
| CN102111299A (en) | Redundant network system and method for realizing redundancy | |
| CN100395962C (en) | Switching method and system for equipment in communication system | |
| CN114143175A (en) | Method and system for realizing main and standby clusters | |
| CN109274763A (en) | A kind of information synchronization method and two-node cluster hot backup equipment | |
| CN103888283A (en) | SCTP communication method and device | |
| CN103327105B (en) | Slave node service automatic recovery method in hadoop system | |
| CN102629260A (en) | Processing method, device and system for database collapse | |
| CN102355595A (en) | Multi-platform disaster recovery method and system for internet protocol televisions | |
| CN104503871A (en) | Implementation method based on full-redundancy model of small computer system | |
| CN117997913A (en) | Data synchronization method, device, electronic equipment and computer readable storage medium | |
| CN104965752A (en) | Private cloud platform for power quality monitoring system and dynamic migration disaster recovery method | |
| CN109117320A (en) | Power distribution automation main station failure disaster tolerance processing system and method based on cloud platform |
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 |
Application publication date: 20120912 |