WO2008022517A1 - A system for managing a double ascription device and a method for recovering a double ascription data configuration - Google Patents

A system for managing a double ascription device and a method for recovering a double ascription data configuration Download PDF

Info

Publication number
WO2008022517A1
WO2008022517A1 PCT/CN2007/001580 CN2007001580W WO2008022517A1 WO 2008022517 A1 WO2008022517 A1 WO 2008022517A1 CN 2007001580 W CN2007001580 W CN 2007001580W WO 2008022517 A1 WO2008022517 A1 WO 2008022517A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
configuration
dual
devices
homing
Prior art date
Application number
PCT/CN2007/001580
Other languages
French (fr)
Chinese (zh)
Inventor
Ning Xie
Original Assignee
Huawei Technologies 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 Huawei Technologies Co., Ltd. filed Critical Huawei Technologies Co., Ltd.
Publication of WO2008022517A1 publication Critical patent/WO2008022517A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Definitions

  • the present invention relates to the field of telecommunications technologies, and in particular, to a dual-homed device management system and a dual-homed data configuration rollback method. Background technique
  • Dual-homing is a disaster-tolerant mechanism that prevents soft-switching equipment from crashing or providing emergency communications in the event of a sudden disaster. It is guaranteed by mutual backup between two sets of softswitch systems in different geographical locations. When one of the softswitch devices fails, the other softswitch device can take over all of its services, thus ensuring the communication security of the network in an emergency. When the data and services on the two devices are backed up, the two devices are two devices with dual-homing relationship. The two devices that have dual-homing relationships require completely consistent or basically consistent data as dual-homed data. .
  • the NMS needs to send the configuration commands to the two softswitches.
  • the data configuration rollback method to undo the data configuration command on the successfully configured softswitch to restore the data to the state before the data configuration is successful.
  • the network management system uses the query interface of the device to query and save the data information to be updated before performing data configuration on the softswitch. If the data configuration fails, the configuration command is configured according to the information that is queried before the configuration. The command is sent to the softswitch that is successfully configured. The softswitch receives the command and runs the command to implement rollback of the dual-homed data configuration.
  • Another method is that the network management saves the data in the network management before configuring the data on the softswitch.
  • the data is backed up. If the data configuration fails, the current configuration data is replaced with the backed up data, thereby implementing rollback of the dual-homed data configuration.
  • the disadvantages of using the second dual-homed data configuration rollback method are as follows: Because different data structures are different, the network management system needs to prepare different data backup structures for different data, resulting in an increase in system complexity. In the case that the dual-homed data is completely configured successfully, the backup data needs to be cleared, so that the number of data operations is increased, which affects system efficiency. Summary of the invention
  • the problem to be solved by the embodiments of the present invention is to provide a dual-homing device management system and a dual-homed data configuration rollback method to overcome the shortcomings of the system in the prior art when the configuration of the dual-homed data is rolled back.
  • An embodiment of the present invention provides a dual-homing data configuration rollback method, including the following steps: acquiring configuration data and setting a data state of the configured data;
  • the restoration of the data configuration is performed according to the configuration data and the data state of the configuration data.
  • the embodiment of the present invention further provides a dual-homed device management system, which includes a user unit, a network management unit, and a dual-homed device unit, wherein the network management unit is respectively connected to the user unit and the dual-homed device unit, and is configured to acquire configuration data and set the The data state of the data is configured, and the data configuration of the successfully configured softswitch is restored according to the configuration data and the data state of the configuration data.
  • the embodiment of the present invention does not require the network management system to query the device data before the configuration, and does not need to back up and clear the data stored in the network management system. Therefore, when the configuration of the dual-homed data is rolled back, the efficiency of the system is improved.
  • FIG. 1 is a schematic diagram of a dual-homed device management system in an embodiment of the present invention
  • FIG. 2 is a schematic flowchart of the dual-homing data configuration rollback in the embodiment of the present invention. detailed description
  • FIG. 1 is a schematic diagram of a dual-homing device management system.
  • the dual-homing device management system includes a subscriber unit 11, a network management unit 12, and The dual-homed equipment unit 13 , wherein the dual-homed equipment unit 13 further comprises a soft switch 14 and a soft switch 15 .
  • the network management unit 12 communicates with the subscriber unit 11 and the dual-homed equipment unit 13 respectively, and manages the dual-homed equipment unit 13.
  • FIG. 2 is a schematic diagram of the flow of the dual-homed data configuration rollback. As shown in the figure, the dual-homing device management system is implemented as an example.
  • the network management unit 12 acquires the configuration data and sets the data state of the configuration data.
  • the data state is 0, it indicates that the data is to be updated.
  • the data state is 1, it indicates that the data has been updated.
  • the network management unit 12 pairs the data according to the configuration data.
  • the home device unit 13 performs configuration.
  • the configuration of the softswitch 14 is successful, the configuration of the softswitch 15 is failed, and the dual-homing data needs to be configured for rollback.
  • Step 101 Synchronize and save the configuration data of the two devices with the dual-homing relationship to the network management unit. That is, the soft switch 14 and the soft switch 15 of the dual-homed equipment unit 13 respectively transmit the configuration data to the network management unit 12 for synchronization.
  • Step 102 set two that have a dual-homing relationship.
  • the data status of the corresponding configuration data of the device That is, the data state of the configuration data corresponding to the soft switch 14 and the soft switch 15 is set to 1, respectively.
  • Step 103 Configure two devices that have a dual-homing relationship and update the data state of the corresponding configuration data.
  • the user unit 11 sends a configuration command to the network management unit 12, and the network management unit 12 delivers the configuration.
  • the configuration command is sent to the softswitch 14 and the softswitch 15, and the softswitch 14 and the softswitch 15 respectively execute the configuration command to configure the dual-homed device unit 13. If the configuration of the softswitch device is successful, the data state of the corresponding configuration data of the device is set to 0. If the configuration of the softswitch device fails, the data state of the corresponding configuration data of the device is not changed. That is, the data state of the configuration data corresponding to the soft switch 14 is set to zero.
  • Step 104 Determine whether all the devices with the dual-homing relationship are successfully configured. If yes, go to step 109; otherwise, go to step 105. That is, it is judged whether the soft switch 14 and the soft switch 15 are all configured successfully. Since the configuration of the soft switch 14 is successful, the configuration of the soft switch 15 fails, so the process proceeds to step 105.
  • Step 105 Determine whether all the devices with the dual-homing relationship fail to be configured, and if yes, end; otherwise, go to step 106. That is, it is judged whether all the softswitch 14 and the softswitch 15 fail to be configured. Because the configuration of the softswitch 14 is successful, the configuration of the softswitch 15 fails, so the process goes to step 106. .
  • Step 106 Generate a reverse configuration command according to the configuration data of the successfully configured device among the two devices that have the dual-homing relationship. That is, the network management unit 12 generates a reverse configuration command based on the configuration data of the soft switch 14.
  • Step 107 The device configured successfully in the two devices with dual-homing relationship performs a reverse configuration command. That is, the network management unit 12 sends the generated reverse configuration command to the soft switch 14, and the soft switch 14 executes the reverse configuration command to restore the data of the soft switch 14 to the state before the configuration succeeds.
  • Step 108 Change the data state of the corresponding configuration data of the successful device in the two devices in which the dual-homing relationship exists, and end. That is, the network management unit 12 sets the data state of the configuration data corresponding to the soft switch 14 to 1 and ends.
  • Step 109 Copy the configuration data of the two devices that have the dual-homing relationship to the network management unit.
  • Step 110 Change the data shape of the corresponding configuration data of the two devices that have the dual-homing relationship. If the two devices that have the dual-homing relationship are configured, the softswitch 14 and the softswitch 15 are configured successfully, and If the data state of the softswitch 14 and the softswitch 15 corresponding to the configuration data is set to 0, then step 109 is performed to copy the configuration data of the softswitch 14 and the softswitch 15 to the network management unit 12; the copying process may be performed immediately or in a section. The automatic copying is performed after the time, or when the network management unit 12 needs to use the data.
  • step 111 is performed, and the data state of the configuration data corresponding to the softswitch 14 and the softswitch 15 is set to 1.

Abstract

A system for managing a double ascription device comprises a user unit, a network administration unit and a double ascription device unit, wherein the network administration unit connects to the user unit and the double ascription device unit respectively; a method for recovering the double ascription data configuration comprises that: acquire the configuration data and set the state of the said configuration data firstly, and then configurate the two devices with double ascription relationship according to the said configuration data, when the double ascription data configuration recovery is needed, recover the data configuration according to the said configuration data and the state of the said configuration data.

Description

一种双归属设备管理系统和双归属数据配置回滚的方法 技术领域  Method for dual-homing device management system and dual-homing data configuration rollback
本发明涉及电信技术领域, 尤其是涉及一种双归属设备管理系统和双归 属数据配置回滚的方法。 背景技术  The present invention relates to the field of telecommunications technologies, and in particular, to a dual-homed device management system and a dual-homed data configuration rollback method. Background technique
为了能够适应未来的通信和业务发展需求, 通信网络向以软交换为核心 的 NGN ( Next Generation Network, 下一代网络)演进势在必行。 前, 在电 信的 NGN中, 需要对软交换提供双归属管理。 双归属是一种防止软交换设备 瘫机或者是出现突发灾害事故时能够提供紧急通信的容灾机制, 通过处于不 同地理位置的两套软交换系统之间的互为备份的方式, 保证当其中一台软交 换设备出现故障的时候, 另一台软交换设备能够将其业务全部接管过来, 从 而确保网络在紧急时刻的通信安全。 当在两台设备上的数据和业务相互备份 时, 该两台设备为存在双归属关系的两台设备; 在存在双归属关系的两台设 备上要求完全一致或基本一致的数据为双归属数据。  In order to be able to adapt to the future communication and business development needs, it is imperative for the communication network to evolve to the NGN (Next Generation Network) with softswitch as the core. Previously, in the NGN of telecommunications, dual-homing management of softswitches was required. Dual-homing is a disaster-tolerant mechanism that prevents soft-switching equipment from crashing or providing emergency communications in the event of a sudden disaster. It is guaranteed by mutual backup between two sets of softswitch systems in different geographical locations. When one of the softswitch devices fails, the other softswitch device can take over all of its services, thus ensuring the communication security of the network in an emergency. When the data and services on the two devices are backed up, the two devices are two devices with dual-homing relationship. The two devices that have dual-homing relationships require completely consistent or basically consistent data as dual-homed data. .
当在存在双归属关系的两台设备上进行数据配置时, 需要网管系统将配 置命令下发到两台软交换上。 但在实际运用中, 可能出现只有一台软交换配 置成功而另一台软交换配置失败的情况。 为了保证两台软交换之间的数据一 致, 需要采用数据配置回滚的方法, 将配置成功的软交换上的数据配置命令 撤销, 使数据回复到数据配置成功前的状态。  When the data is configured on the two devices with the dual-homing relationship, the NMS needs to send the configuration commands to the two softswitches. However, in actual use, there may be cases where only one softswitch configuration is successful and the other softswitch configuration fails. To ensure that the data is consistent between the two softswitches, you need to use the data configuration rollback method to undo the data configuration command on the successfully configured softswitch to restore the data to the state before the data configuration is successful.
现在, 有两种双归属数据配置回滚的方法。 一种是网管在软交换上进行 数据配置之前, 先利用设备的查询接口查询并保存待更新的数据信息。 如果 数据配置失败, 则根据配置前查询到的信息构造相反的配置命令, 并将该命 令下发到配置成功的软交换上, 该软交换接收命令并运行, 实现双归属数据 配置的回滚。  There are now two ways to configure rollback for dual-homed data. One is that the network management system uses the query interface of the device to query and save the data information to be updated before performing data configuration on the softswitch. If the data configuration fails, the configuration command is configured according to the information that is queried before the configuration. The command is sent to the softswitch that is successfully configured. The softswitch receives the command and runs the command to implement rollback of the dual-homed data configuration.
另一种方法是网管在软交换上进行数据配置之前, 先对保存在网管中的 数据进行备份。 如果数据配置失败, 则用备份的数据替换当前的配置数据, 从而实现双归属数据配置的回滚。 Another method is that the network management saves the data in the network management before configuring the data on the softswitch. The data is backed up. If the data configuration fails, the current configuration data is replaced with the backed up data, thereby implementing rollback of the dual-homed data configuration.
但是, 发明人在发明过程中注意到, 当采用第一种双归属数据配置回滚 的方法时存在的不足是: 由于网管在配置前需要先对设备数据进行一次查询, 与设备的交互次数由一次变为两次, 双归属配置命令处理效率降低为原来的 一半。  However, the inventor noticed in the process of the invention that when the method for configuring the rollback of the first type of dual-homing data is used, the insufficiency is: Since the network management needs to perform a query on the device data before the configuration, the number of interactions with the device is determined by Once changed to twice, the dual-homing configuration command processing efficiency is reduced to half.
当采用第二种双归属数据配置回滚的方法时存在的不足是: , 由于不同数 据的结构不同, 网管系统需要为不同的数据准备不同的数据备份结构, 造成 系统复杂度增加。 而在双归属数据完全配置成功的情况下, 还需要清除备份 数据, 使数据操作次数增加, 影响系统效率。 发明内容  The disadvantages of using the second dual-homed data configuration rollback method are as follows: Because different data structures are different, the network management system needs to prepare different data backup structures for different data, resulting in an increase in system complexity. In the case that the dual-homed data is completely configured successfully, the backup data needs to be cleared, so that the number of data operations is increased, which affects system efficiency. Summary of the invention
本发明实施例要解决的问题是提供一种双归属设备管理系统和双归属数 据配置回滚的方法, 以克服现有技术中在对双归属数据进行配置回滚时系统 效率低的缺陷。  The problem to be solved by the embodiments of the present invention is to provide a dual-homing device management system and a dual-homed data configuration rollback method to overcome the shortcomings of the system in the prior art when the configuration of the dual-homed data is rolled back.
本发明实施例提供了一种双归属数据配置回滚的方法, 包括以下步骤: 获取配置数据并设置所迷配置数据的数据状态;  An embodiment of the present invention provides a dual-homing data configuration rollback method, including the following steps: acquiring configuration data and setting a data state of the configured data;
根据所述配置数据对存在双归属关系的两台设备进行配置;  Configuring two devices having a dual-homing relationship according to the configuration data;
根据所述配置数据和所述配置数据的数据状态进行数据配置的恢复。 本发明实施例还提供了一种双归属设备管理系统, 包括用户单元、 网管 单元和双归属设备单元, 其中网管单元分别与用户单元和双归属设备单元连 接, 用于获取配置数据、 设置所述配置数据的数据状态, 并根据所述配置数 据和所述配置数据的数据状态, 对配置成功的软交换进行数据配置的恢复。  The restoration of the data configuration is performed according to the configuration data and the data state of the configuration data. The embodiment of the present invention further provides a dual-homed device management system, which includes a user unit, a network management unit, and a dual-homed device unit, wherein the network management unit is respectively connected to the user unit and the dual-homed device unit, and is configured to acquire configuration data and set the The data state of the data is configured, and the data configuration of the successfully configured softswitch is restored according to the configuration data and the data state of the configuration data.
本发明实施例有益效果:  Advantageous effects of the embodiments of the present invention:
本发明实施例不需要网管在配置前先对设备数据进行查询, 也不需要对 保存在网管中的数据进行备份和清除, 因此在对双归属数据进行配置回滚时, 提高了系统的效率。 附图说明 The embodiment of the present invention does not require the network management system to query the device data before the configuration, and does not need to back up and clear the data stored in the network management system. Therefore, when the configuration of the dual-homed data is rolled back, the efficiency of the system is improved. DRAWINGS
图 1 是本发明实施例中所述双归属设备管理系统示意图;  1 is a schematic diagram of a dual-homed device management system in an embodiment of the present invention;
图 2是本发明实施例中所述双归属数据配置回滚的流程示意图。 具体实施方式  FIG. 2 is a schematic flowchart of the dual-homing data configuration rollback in the embodiment of the present invention. detailed description
下面结合附图和实施例, 对本发明的具体实施方式作进一步详细描述: 图 1 是双归属设备管理系统示意图, 如图所示, 在双归属设备管理系统 中包括用户单元 11、 网管单元 12和双归属设备单元 13 , 其中双归属设备单元 13进一步包括软交换 14和软交换 15。 网管单元 12分别与用户单元 11和双归属 设备单元 13进行通信, 对双归属设备单元 13进行管理。  The specific embodiments of the present invention are further described in detail below with reference to the accompanying drawings and embodiments. FIG. 1 is a schematic diagram of a dual-homing device management system. As shown in the figure, the dual-homing device management system includes a subscriber unit 11, a network management unit 12, and The dual-homed equipment unit 13 , wherein the dual-homed equipment unit 13 further comprises a soft switch 14 and a soft switch 15 . The network management unit 12 communicates with the subscriber unit 11 and the dual-homed equipment unit 13 respectively, and manages the dual-homed equipment unit 13.
图 2是双归属数据配置回滚的流程示意图, 如图所示, 现以采用图 1所示 双归属设备管理系统实施为例, 则双归属数据配置回滚的流程为:  Figure 2 is a schematic diagram of the flow of the dual-homed data configuration rollback. As shown in the figure, the dual-homing device management system is implemented as an example.
首先网管单元 12获取配置数据并设置所述配置数据的数据状态, 当数据 状态为 0时表示数据待更新, 当数据状态为 1时表示数据已更新; 然后网管单 元 12根据所述配置数据对双归属设备单元 13进行配置; 当軟交换 14和软交换 15只有一台配置成功时, 本实施例中假设软交换 14配置成功, 软交换 15配置 失败, 双归属数据需要配置回滚, 则网管单元 12根据所述配置数据和所述配 置数据的数据状态, 对配置成功的软交换进行数据配置的恢复。 参照图 2, 实 施中可以包括以下步骤:  First, the network management unit 12 acquires the configuration data and sets the data state of the configuration data. When the data state is 0, it indicates that the data is to be updated. When the data state is 1, it indicates that the data has been updated. Then, the network management unit 12 pairs the data according to the configuration data. The home device unit 13 performs configuration. When only one configuration of the softswitch 14 and the softswitch 15 is successful, the configuration of the softswitch 14 is successful, the configuration of the softswitch 15 is failed, and the dual-homing data needs to be configured for rollback. 12: Perform data configuration recovery on the configured softswitch according to the configuration data and the data state of the configuration data. Referring to Figure 2, the implementation may include the following steps:
步驟 101 , 同步并保存存在双归属关系的两台设备的配置数据到网管单 元。 即双归属设备单元 13的软交换 14和软交换 15分别将配置数据发送到网管 单元 12进行同步。  Step 101: Synchronize and save the configuration data of the two devices with the dual-homing relationship to the network management unit. That is, the soft switch 14 and the soft switch 15 of the dual-homed equipment unit 13 respectively transmit the configuration data to the network management unit 12 for synchronization.
步霍 102, 设置存在双归属关系的两。台设备的对应配置数据的数据状态。 即分別将与軟交换 14和软交换 15对应的配置数据的数据状态设置为 1。  Step 102, set two that have a dual-homing relationship. The data status of the corresponding configuration data of the device. That is, the data state of the configuration data corresponding to the soft switch 14 and the soft switch 15 is set to 1, respectively.
步骤 103 , 对存在双归属关系的两台设备进行配置并更新对应配置数据的 数据状态。 用户单元 11下发配置命令到网管单元 12, 网管单元 12再分别下发 配置命令到软交换 14和软交换 15 , 软交换 14和软交换 15分别执行该配置命令, 对双归属设备单元 13进行配置。 如果软交换设备配置成功, 则设置该设备对 应配置数据的数据状态为 0; 如果软交换设备配置失败, 则不改变该设备对应 配置数据的数据状态。 即设置软交换 14对应配置数据的数据状态为 0。 Step 103: Configure two devices that have a dual-homing relationship and update the data state of the corresponding configuration data. The user unit 11 sends a configuration command to the network management unit 12, and the network management unit 12 delivers the configuration. The configuration command is sent to the softswitch 14 and the softswitch 15, and the softswitch 14 and the softswitch 15 respectively execute the configuration command to configure the dual-homed device unit 13. If the configuration of the softswitch device is successful, the data state of the corresponding configuration data of the device is set to 0. If the configuration of the softswitch device fails, the data state of the corresponding configuration data of the device is not changed. That is, the data state of the configuration data corresponding to the soft switch 14 is set to zero.
步骤 104, 判断存在双归属关系的两台设备是否全部配置成功, 如果是, 则转步骤 109; 否则转步驟 105。 即判断软交换 14和软交换 15是否全部配置成 功, 因为软交换 14配置成功, 软交换 15配置失败, 所以转步骤 105。  Step 104: Determine whether all the devices with the dual-homing relationship are successfully configured. If yes, go to step 109; otherwise, go to step 105. That is, it is judged whether the soft switch 14 and the soft switch 15 are all configured successfully. Since the configuration of the soft switch 14 is successful, the configuration of the soft switch 15 fails, so the process proceeds to step 105.
步骤 105, 判断存在双归属关系的两台设备是否全部配置失败, 如果是, 则结束; 否则转步驟 106。 即判断软交换 14和软交换 15是否全部配置失败, 因 为软交换 14配置成功, 软交换 15配置失败, 所以转步骤 106。 .  Step 105: Determine whether all the devices with the dual-homing relationship fail to be configured, and if yes, end; otherwise, go to step 106. That is, it is judged whether all the softswitch 14 and the softswitch 15 fail to be configured. Because the configuration of the softswitch 14 is successful, the configuration of the softswitch 15 fails, so the process goes to step 106. .
步骤 106, 根据存在双归属关系的两台设备中配置成功的设备的配置数据 生成反配置命令。 即网管单元 12根据軟交换 14的配置数据生成反配置命令。  Step 106: Generate a reverse configuration command according to the configuration data of the successfully configured device among the two devices that have the dual-homing relationship. That is, the network management unit 12 generates a reverse configuration command based on the configuration data of the soft switch 14.
步驟 107, 存在双归属关系的两台设备中配置成功的设备执行反配置命 令。 即网管单元 12将生成的反配置命令下发到软交换 14, 软交换 14执行该反 配置命令, 将软交换 14的数据恢复到配置成功前的状态。  Step 107: The device configured successfully in the two devices with dual-homing relationship performs a reverse configuration command. That is, the network management unit 12 sends the generated reverse configuration command to the soft switch 14, and the soft switch 14 executes the reverse configuration command to restore the data of the soft switch 14 to the state before the configuration succeeds.
步據 108, 改变所述存在双归属关系的两台设备中配置成功设备的对应配 置数据的数据状态并结束。 即网管单元 12将软交换 14对应配置数据的数据状 态设置为 1并结束。  Step 108: Change the data state of the corresponding configuration data of the successful device in the two devices in which the dual-homing relationship exists, and end. That is, the network management unit 12 sets the data state of the configuration data corresponding to the soft switch 14 to 1 and ends.
步骤 109, 复制存在双归属关系的两台设备的配置数据到网管单元。  Step 109: Copy the configuration data of the two devices that have the dual-homing relationship to the network management unit.
步骤 110, 改变所述存在双归属关系的两台设备的对应配置数据的数据状 太 如果在对存在双归属关系的两台设备进行配置后 , 软交换 14和软交换 15 都配置成功, 并将软交换 14和软交换 15对应配置数据的数据状态设置为 0, 则 进行步骤 109, 将软交换 14和软交换 15的配置数据复制到网管单元 12; 该复制 过程可以立即进行, 也可以在一段时间以后再进行自动复制, 或当网管单元 12需要使用该数据时再进行复制。 在复制过程完成后进行步骤 111 ,· 将软交换 14和软交换 15对应配置数据的数据状态设置为 1。 以上所述仅是本发明的优选实施方式, 应当指出, 对于本技术领域的普 通技术人员来说, 在不脱离本发明原理的前提下, 还可以做出若干改进和润 饰, 这些改进和润饰也应视为本发明的保护范围。 Step 110: Change the data shape of the corresponding configuration data of the two devices that have the dual-homing relationship. If the two devices that have the dual-homing relationship are configured, the softswitch 14 and the softswitch 15 are configured successfully, and If the data state of the softswitch 14 and the softswitch 15 corresponding to the configuration data is set to 0, then step 109 is performed to copy the configuration data of the softswitch 14 and the softswitch 15 to the network management unit 12; the copying process may be performed immediately or in a section. The automatic copying is performed after the time, or when the network management unit 12 needs to use the data. After the copying process is completed, step 111 is performed, and the data state of the configuration data corresponding to the softswitch 14 and the softswitch 15 is set to 1. The above description is only a preferred embodiment of the present invention, and it should be noted that those skilled in the art can also make several improvements and retouchings without departing from the principles of the present invention. It should be considered as the scope of protection of the present invention.

Claims

权 利 要 求 Rights request
1、 一种双归属数据配置回滚的方法, 其特征在于, 包括以下步驟: 获取配置数据并设置所迷配置数据的数据状态;  A method for dual-homing data configuration rollback, comprising the steps of: acquiring configuration data and setting a data state of the configured data;
根据所述配置数据对存在双归属关系的两台设备进行配置;  Configuring two devices having a dual-homing relationship according to the configuration data;
根据所迷配置数据和所述配置数据的数据状态进行数据配置的恢复。 The restoration of the data configuration is performed according to the configuration data and the data state of the configuration data.
2、 如权利要求 1所述双归属数据配置回滚的方法, 其特征在于, 所述获 取配置数据并设置所述配置数据的数据状态步骤进一步包括如下步骤: 2. The method of claim 2, wherein the step of obtaining configuration data and setting the data state of the configuration data further comprises the steps of:
同步并保存存在双归属关系的两台设备的配置数据到网管单元; 分别设置存在双归属关系的两台设备的对应配置数据的数据状态。  Synchronize and save the configuration data of the two devices that have the dual-homing relationship to the network management unit. Set the data status of the corresponding configuration data of the two devices that have the dual-homing relationship.
3、 如权利要求 1所述双归属数据配置回滚的方法, 其特征在于, 进一步 包括如下步驟:  The method for configuring rollback of dual-homed data according to claim 1, further comprising the following steps:
判断存在双归属关系的两台设备的状态, 如果只有一台配置成功, 则根 据所述配置数据和所述配置数据的数据状态进行数据配置的恢复。  The status of the two devices having the dual-homing relationship is determined. If only one configuration is successful, the data configuration is restored according to the configuration data and the data state of the configuration data.
4、 如权利要求 3所述双归属数据配置回滚的方法, 其特征在于, 进一步 包括如下步骤:  The method for performing the dual-homing data configuration rollback according to claim 3, further comprising the following steps:
如果存在双归属关系的两台设备全部配置成功, 则复制存在双归属关系 的两台设备的配置数据到网管单元; 分别改变所述存在双归属关系的两台设 备的对应配置数据的数据状态。  If the two devices in the dual-homing relationship are all configured successfully, the configuration data of the two devices with the dual-homing relationship is copied to the network management unit; and the data states of the corresponding configuration data of the two devices having the dual-homing relationship are respectively changed.
5、 如权利要求 3所述双归属数据配置回滚的方法, 其特征在于, 在存在 双归属关系的两台设备只有一台配置成功, 所述根据所述配置数据和所述配 置数据的数据状态进行数据配置的恢复步骤, 包括如下步骤:  The dual-homing data configuration rollback method according to claim 3, wherein only one configuration of the two devices in the dual-homing relationship is successful, and the data according to the configuration data and the configuration data is used. The recovery step of the state for data configuration includes the following steps:
根据所述存在双归属关系的两台设备中配置成功的设备的配置数据生成 反配置命令;  Generating a reverse configuration command according to the configuration data of the successfully configured device among the two devices in the dual-homing relationship;
所述存在双归属关系的两台设备中配置成功的设备执行所述反配置命 令;  The device configured successfully in the two devices having the dual-homing relationship performs the reverse configuration command;
改变所述存在双归属关系的两台设备中配置成功设备的对应配置数据的 数据状态。 Changing the corresponding configuration data of the successfully configured device among the two devices that have the dual-homing relationship Data status.
6、 一种双归属设备管理系统, 其特征在于, 包括用户单元、 网管单元和 双归属设备单元, 其中网管单元分别与用户单元和双归属设备单元连接, 用 于获取配置数据、 设置所述配置数据的数据状态, 并根据所述配置数据和所 述配置数据的数据状态, 对配置成功的软交换进行数据配置的恢复。  A dual-homed device management system, comprising: a subscriber unit, a network management unit, and a dual-homed equipment unit, wherein the network management unit is respectively connected to the subscriber unit and the dual-homed equipment unit, configured to acquire configuration data, and set the configuration. The data status of the data, and the data configuration recovery of the successfully configured soft switch according to the configuration data and the data status of the configuration data.
7、 如权利要求 6所述双归属设备管理系统, 其特征在于, 所述双归属设 备单元进一步包括两台软交换, 所述两台软交换存在双归属关系。  The dual-homed device management system according to claim 6, wherein the dual-homed device unit further includes two softswitches, and the two softswitches have a dual-homing relationship.
8、 一种网管单元, 其特征在于, 包括:  8. A network management unit, comprising:
获取设置模块, 用于获取配置数据并设置所述配置数据的数据状态; 配置模块, 用于根据所述配置数据对存在双归属关系的两台设备进行配 置;  Obtaining a setting module, configured to acquire configuration data and set a data state of the configuration data; and a configuration module, configured to configure, according to the configuration data, two devices having a dual-homing relationship;
恢复模块, 用于根据所述配置数据和所述配置数据的数据状态进行数据 配置的恢复。  And a recovery module, configured to perform data configuration recovery according to the configuration data and the data state of the configuration data.
9、 如权利要求 8所述的网管单元, 其特征在于, 进一步包括判断模块, 用于判断存在双归属关系的两台设备配置成功状态;  The network management unit of claim 8, further comprising a determining module, configured to determine a successful configuration state of the two devices in the dual-homing relationship;
所述恢复模块包括恢复子模块、 数据处理子模块, 其中:  The recovery module includes a recovery submodule and a data processing submodule, wherein:
恢复子模块, 用于在所述判断模块判断存在双归属关系的两台设备只有 一台配置成功时, 根据所述配置数据和所述配置数据的数据状态进行数据配 置的恢复;  a recovery sub-module, configured to: when the determining module determines that only one configuration of the two devices having the dual-homing relationship is successful, performing data configuration recovery according to the configuration data and the data state of the configuration data;
数据处理子模块, 用于在所述判断模块判断存在双归属关系的两台设备 全部配置成功时, 复制存在双归属关系的两台设备的配置数据, 并分别改变 所述存在双归属关系的两台设备的对应配置数据的数据状态。  a data processing sub-module, configured to: when the determining module determines that all the two devices having the dual-homing relationship are successfully configured, copy the configuration data of the two devices that have the dual-homing relationship, and respectively change the two devices that have the dual-homing relationship The data status of the corresponding configuration data of the device.
10、 如权利要求 9所述的网管单元, 其特征在于, 所述恢复子模块包括: 反配置命令生成子单元, 用于根据所述存在双归属关系的两台设备中配 置成功的设备的配置数据生成反配置命令;  The network management unit of claim 9, wherein the recovery sub-module comprises: a reverse configuration command generation sub-unit, configured to configure a device successfully configured according to the two devices having the dual-homing relationship Data generation anti-configuration command;
命令执行子单元, 用于使所述存在又归属关系的两台设备中配置成功的 设备执行所述反配置命令; 数据状态改变子单元, 用于改变所述存在双归属关系的两台设备中配置 成功设备的对应配置数据的数据状态。 a command execution subunit, configured to enable the device configured successfully in the two devices that have the affiliation relationship to execute the reverse configuration command; The data state change subunit is configured to change a data state of the corresponding configuration data of the successfully configured device among the two devices in the dual-homing relationship.
PCT/CN2007/001580 2006-08-16 2007-05-16 A system for managing a double ascription device and a method for recovering a double ascription data configuration WO2008022517A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200610109438.9 2006-08-16
CNB2006101094389A CN100450035C (en) 2006-08-16 2006-08-16 Dual home equipment management system and method for dual home data configuration rolling back

Publications (1)

Publication Number Publication Date
WO2008022517A1 true WO2008022517A1 (en) 2008-02-28

Family

ID=37859200

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/001580 WO2008022517A1 (en) 2006-08-16 2007-05-16 A system for managing a double ascription device and a method for recovering a double ascription data configuration

Country Status (2)

Country Link
CN (1) CN100450035C (en)
WO (1) WO2008022517A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150827B (en) * 2007-10-25 2010-06-16 华为技术有限公司 A dual home data configuration method, device and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1536819A (en) * 2003-04-11 2004-10-13 华为技术有限公司 Method for implementing dual home in next network
US6934247B2 (en) * 2000-11-24 2005-08-23 International Business Machines Corporation Recovery following process or system failure

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7234001B2 (en) * 2000-12-20 2007-06-19 Nortel Networks Limited Dormant backup link for OSPF network protection
US7315526B2 (en) * 2002-06-20 2008-01-01 Thomson Licensing Dual home mobility management in a wireless telephony/wireless LAN interworking environment
CN100452793C (en) * 2003-10-22 2009-01-14 华为技术有限公司 Business transmitting method based on soft exchange network
CN1725658A (en) * 2004-07-21 2006-01-25 中兴通讯股份有限公司 Real-time data base main standby synchronous method
CN100574486C (en) * 2004-08-29 2009-12-23 华为技术有限公司 The system of dual-homing networking and method thereof in the communication network
AU2005279575B2 (en) * 2004-08-29 2009-05-21 Huawei Technologies Co., Ltd. A method for implementing dual-homing

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6934247B2 (en) * 2000-11-24 2005-08-23 International Business Machines Corporation Recovery following process or system failure
CN1536819A (en) * 2003-04-11 2004-10-13 华为技术有限公司 Method for implementing dual home in next network

Also Published As

Publication number Publication date
CN100450035C (en) 2009-01-07
CN1929403A (en) 2007-03-14

Similar Documents

Publication Publication Date Title
AU744015B2 (en) Highly-available cluster configuration database
JP5508289B2 (en) Network recovery system and method from multilink failure
WO2016070375A1 (en) Distributed storage replication system and method
WO2012071920A1 (en) Method, system, token conreoller and memory database for implementing distribute-type main memory database system
JP2002319963A (en) Method for providing network connection in failure- proof platform
WO2007038617A2 (en) Methods and systems for validating accessibility and currency of replicated data
CN110032478B (en) Method, device and system for real-time synchronization of data of main and standby centers and storage medium
WO2012174893A1 (en) Dual-center disaster recovery-based switching method and device in iptv system
WO2007048319A1 (en) A disaster recovery system and method of service controlling device in intelligent network
WO2021185169A1 (en) Switching method and apparatus, and device and storage medium
CN115632933A (en) PBFT algorithm-based cluster exception recovery method
CN112380062A (en) Method and system for rapidly recovering system for multiple times based on system backup point
CN115576655B (en) Container data protection system, method, device, equipment and readable storage medium
WO2013113220A1 (en) Method and device for backup and recovery of network management configuration data
WO2012171346A1 (en) Telephone number mapping-domain name system (enum-dns) and disaster tolerance method thereof
JP2003337717A (en) Fault recovery synchronizing system of online transaction process
WO2014032532A1 (en) Enum-dns disaster recovery method and system in ims network
WO2006020390A2 (en) Computing system redundancy and fault tolerance
WO2021115043A1 (en) Distributed database system and data disaster backup drilling method
KR101563133B1 (en) System and method for virtual circuit protection in the dynamic multi-domain environment
WO2012097571A1 (en) Method and node device for recovering ring network service
JP5449229B2 (en) Call relief system and call relief method
WO2008022517A1 (en) A system for managing a double ascription device and a method for recovering a double ascription data configuration
CN108984346B (en) Method, system and storage medium for producing data disaster tolerance
CN115658390A (en) Container disaster tolerance method, system, device, equipment and computer readable storage medium

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07721153

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

NENP Non-entry into the national phase

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 07721153

Country of ref document: EP

Kind code of ref document: A1