WO2016045439A1 - Vnfm disaster-tolerant protection method and device, nfvo and storage medium - Google Patents

Vnfm disaster-tolerant protection method and device, nfvo and storage medium Download PDF

Info

Publication number
WO2016045439A1
WO2016045439A1 PCT/CN2015/084609 CN2015084609W WO2016045439A1 WO 2016045439 A1 WO2016045439 A1 WO 2016045439A1 CN 2015084609 W CN2015084609 W CN 2015084609W WO 2016045439 A1 WO2016045439 A1 WO 2016045439A1
Authority
WO
WIPO (PCT)
Prior art keywords
vnfm
abnormal
new
information
nfvo
Prior art date
Application number
PCT/CN2015/084609
Other languages
French (fr)
Chinese (zh)
Inventor
施政法
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2016045439A1 publication Critical patent/WO2016045439A1/en

Links

Images

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/40Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using virtualisation of network functions or resources, e.g. SDN or NFV entities

Definitions

  • the present invention relates to the field of virtualization technologies in mobile communications, and in particular, to a virtual network function manager (VNFM) disaster tolerance protection method, device, and network function virtualization coordinator (NFV) , storage media.
  • VNFM virtual network function manager
  • NFV network function virtualization coordinator
  • VNFM is mainly responsible for the management of virtual network function (VNF) entities in the system.
  • VNF virtual network function
  • the lifecycle management of a VNF entity includes operations such as instantiation, elastic scaling, shrinking, and instance termination, all of which require the participation of VNFM.
  • the VNFM interacts with the VNF entity to monitor the state of the VNF entity, shield the private characteristics of the VNF entity, complete the software deployment and data configuration of the VNF entity, and on the other hand, the VNFM interacts with the NFVO to provide operations for the NFVO.
  • the necessary verification and feedback of the virtual resource information required for the operation Therefore, if the VNFM does not work properly, the management of the VNF entity cannot be performed correctly. Therefore, an effective disaster recovery protection mechanism must be proposed for the VNFM.
  • the embodiments of the present invention provide a VNFM disaster tolerance protection method and apparatus, and an NFVO and a storage medium.
  • An embodiment of the present invention provides a VNFM disaster recovery protection method, where the method includes:
  • the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM is updated, and the management process of the new VNFM is started after the update is completed.
  • the shared disk is: a shared disk on the virtualization platform, correspondingly,
  • the mounting of the shared disk on the new VNFM includes: mounting the shared disk by using the mount command;
  • the method for uninstalling the shared disk includes: uninstalling the shared disk by uninstalling the unmount command.
  • the creating a new VNFM according to the information of the abnormal VNFM includes:
  • the VNFM information stored on the NFVO and all VNF entities managed by the abnormal VNFM includes:
  • the VNFM information change request is sent to all the VNF entities managed by the abnormal VNFM by the new VNFM, and after receiving the change request, each VNF entity updates its stored VNFM information, and returns a change completion response through the new VNFM.
  • the The NFVO updates the VNFM information stored by itself.
  • the method further includes:
  • the determining whether the VNFM is abnormal includes:
  • the method further includes:
  • the new VNFM After the new VNFM starts performing the management operation, the resources of the abnormal VNFM are released, and the information of the abnormal VNFM stored on the NFVO is deleted.
  • Embodiments of the present invention also provide a storage medium including a set of instructions that, when executed, cause at least one processor to perform the operations described above.
  • the embodiment of the present invention further provides a VNFM disaster recovery protection device, where the device includes: a VNFM monitoring module and a VNFM disaster tolerance module;
  • the VNFM monitoring module is configured to: after determining that the VNFM is abnormal, triggering the VNFM disaster tolerance module;
  • the VNFM disaster tolerance module is configured to stop all operations related to the abnormal VNFM under the trigger of the VNFM monitoring module, and create a new VNFM according to the abnormal VNFM information; the abnormal VNFM will be stored A shared disk that runs data and has been unmounted from the abnormal VNFM is mounted on the new VNFM;
  • It is further configured to update the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM after the new VNFM is running normally, and start the management process of the new VNFM after the update is completed.
  • the VNFM monitoring module is further configured to monitor by heartbeat information. Whether the operation of VNFM is abnormal.
  • the VNFM disaster tolerance module is further configured to release the resource of the abnormal VNFM after the new VNFM starts performing the management operation, and delete the information of the abnormal VNFM stored on the NFVO.
  • Embodiments of the present invention also provide an NFVO that includes the apparatus described above.
  • the VNFM disaster tolerance protection method and apparatus and the NFVO and the storage medium provided by the embodiments of the present invention, after determining the VNFM abnormality, stop all operations related to the abnormal VNFM, and create a new VNFM according to the abnormal VNFM information;
  • a shared disk that stores abnormal VNFM operation data and has been unloaded from the abnormal VNFM is mounted on the new VNFM; after the new VNFM is determined to be operating normally, the NFVO is updated and stored on all VNF entities managed by the abnormal VNFM.
  • the VNFM information after the update is completed, starts the new VNFM management process.
  • the embodiment of the present invention reduces the storage and resource overhead of the synchronization of the active and standby data of the disaster recovery system by dynamically mounting the shared disk. Moreover, the solution can be automatically deployed and automatically applied on the virtualization platform.
  • the feature of the resource is that the fault re-emergence mechanism is used to replace the traditional dual-system active/standby disaster recovery, which avoids the disadvantage that the faulty host of the dual-system active/standby solution cannot be automatically recovered.
  • the abnormal reply of the embodiment of the present invention does not require manual participation. The automatic operation of the system.
  • FIG. 1 is a schematic flowchart of a method for implementing VNFM disaster recovery protection according to an embodiment of the present invention
  • FIG. 2 is a schematic diagram of migration of a shared disk according to an embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram of a VNFM disaster recovery protection device according to an embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of an NFVO according to an embodiment of the present invention.
  • FIG. 5 is a flowchart of a VNFM disaster tolerance decision according to an embodiment of the present invention.
  • FIG. 6 is a flowchart of VNFM disaster tolerance according to an embodiment of the present invention.
  • FIG. 7 is a flowchart of updating VNFM information according to an embodiment of the present invention.
  • the VNFM abnormality after determining the VNFM abnormality, all operations related to the abnormal VNFM are stopped, and a new VNFM is created according to the abnormal VNFM information; an abnormal VNFM running data is stored, and the abnormal VNFM has been stored.
  • the shared disk that is unloaded is mounted on the new VNFM; after the new VNFM is determined to be running normally, the VNFM information stored on the NFVO and all VNF entities managed by the abnormal VNFM is updated, and the management of the new VNFM is started after the update is completed.
  • the process, that is, the management operation is started by the new VNFM instead of the abnormal VNFM.
  • FIG. 1 is a schematic flowchart of a method for implementing VNFM disaster recovery protection according to an embodiment of the present invention. As shown in FIG. 1 , the method includes:
  • Step 101 After determining the VNFM abnormality, stop all operations related to the abnormal VNFM, and create a new VNFM according to the information of the abnormal VNFM;
  • the NFVO stops receiving all operation requests related to the abnormal VNFM, and of course, the VNFM itself does not perform any management operation; according to the abnormal VNFM information, such as: virtual machine specifications.
  • the abnormal VNFM information such as: virtual machine specifications.
  • VIM Virtualization Infrastructure Manager
  • Step 102 Mount a shared disk that has been stored with abnormal VNFM operation data and has been uninstalled from the abnormal VNFM on the new VNFM.
  • the shared disk on the virtualization platform that is, the cloud disk is used to store the data of the VNFM runtime, and after the abnormality occurs, the shared disk is unloaded from the abnormal VNFM and Mounted to the new VNFM, the mount of the shared disk can be completed by the mount command.
  • NFVO can create the shared disk through the virtualization platform instruction, and connect the shared disk to the specified virtual machine when instantiating the VNFM, and can complete the mounting of the shared disk by using a mount command; The unloading of the shared disk can be completed by using the unmount command. After the VNFM exception is determined, the shared disk can be unloaded from the abnormal VNFM.
  • the migration of the shared disk can quickly migrate the data that needs to be migrated on the abnormal VNFM to the new VNFM, and avoid the real-time data synchronization necessary for the local disk.
  • the migration diagram of the shared disk shown in Figure 2. The solution requires that the VNFM software program be separated from the data file, that is, stored on the local disk of the VNFM virtual machine and the shared disk of the virtualization platform.
  • the shared disk of the virtualization platform used in the embodiment of the present invention can further enhance the reliability of the disk disaster recovery solution provided by the virtualization platform.
  • Step 103 After determining that the new VNFM is running normally, update the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM, and start the management process of the new VNFM after the update is completed;
  • the NFVO can monitor whether the new VNFM is running normally through the heartbeat information, and after determining that it is running normally, send a VNFM information change request to all the VNF entities managed by the abnormal VNFM through the new VNFM, and each VNF entity receives the request.
  • the VNFM information stored by itself is updated, for example, an IP address, and the response is returned to the NFVO through the new VNFM, and the NFVO updates the VNFM information stored by itself, and the new VNFM management process is started after the update is completed. That is: the management operation is started by the new VNFM instead of the abnormal VNFM.
  • the new VNFM is created by the NFVO, in addition to the information of the new VNFM itself, the new VNFM and all VNF entities it manages are created during the creation process.
  • the connection information and other NFVO are not known.
  • the NFVO updates its own stored VNFM information, which is a fixed storage space in which the VNFM information cached when a new VNFM is created is stored in the NFVO.
  • the embodiment of the present invention reduces the storage and resource overhead of the synchronization of the active and standby data of the disaster recovery system by dynamically mounting the shared disk. Moreover, the solution can be automatically deployed and automatically applied on the virtualization platform.
  • the feature of the resource is that the fault re-emergence mechanism is used to replace the traditional dual-system active/standby disaster recovery, which avoids the disadvantage that the faulty host of the dual-system active/standby solution cannot be automatically recovered.
  • the abnormal reply of the embodiment of the present invention does not require manual participation. The automatic operation of the system.
  • the solution is also repetitive, that is, no matter how many times the VNFM fails, a new VNFM can be generated to take over and ensure the normal operation of the system.
  • the method further includes: monitoring whether the operation of the VNFM is abnormal through the heartbeat information, specifically,
  • the NFVO After the NFVO sends the heartbeat information to the VNFM, if the heartbeat response returned by the VNFM is received, it is determined that the VNFM is running normally; otherwise, it is checked whether the maximum number of retries is exceeded, that is, the maximum number of consecutive heartbeat messages continuously sent to the VNFM is set. If not exceeded, wait for the next heartbeat response, otherwise, determine that the VNFM is running abnormally.
  • the method further includes: after the new VNFM starts performing the management operation, releasing the resource of the abnormal VNFM, and deleting the information of the abnormal VNFM stored on the NFVO.
  • the timely recovery of abnormal VNFM resources ensures efficient use of resources on the virtualization platform.
  • Embodiments of the present invention also provide a computer readable storage medium comprising a set of instructions that, when executed, cause at least one processor to perform the operations described above.
  • the embodiment of the present invention further provides a VNFM disaster recovery protection device, as shown in FIG. 3, the device includes: a VNFM monitoring module 301 and a VNFM disaster tolerance module 302;
  • the VNFM monitoring module 301 is configured to trigger the VNFM disaster tolerance module after determining that the VNFM is abnormal.
  • the VNFM disaster tolerance module 302 is configured to stop all operations related to the abnormal VNFM under the trigger of the VNFM monitoring module 301, and create a new VNFM according to the abnormal VNFM information; an abnormal VNFM will be stored.
  • a shared disk that is running data and has been unmounted from the abnormal VNFM is mounted on the new VNFM;
  • It is further configured to update the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM after the new VNFM is running normally, and start the management process of the new VNFM after the update is completed.
  • the VNFM monitoring module 301 and the VNFM disaster tolerance module 302 may be a central processing unit (CPU), a digital signal processor (DSP), or a programmable logic array (Field-Programmable Gate). Array, FPGA) implementation.
  • CPU central processing unit
  • DSP digital signal processor
  • FPGA programmable logic array
  • the VNFM disaster recovery module 302 determines that the VNFM is abnormal, it stops receiving all operation requests related to the abnormal VNFM, and of course, the VNFM itself does not perform any management operation; according to the abnormal VNFM information.
  • VNFM information For example, virtual machine specifications, network parameters, and software information are used to create a new VNFM on the virtualization platform.
  • VIM is required to create a virtual resource required for creating a new VNFM, and deploy a software program to the new VNFM. .
  • the shared disk on the virtualization platform that is, the cloud disk
  • the VNFM disaster recovery module 302 unloads and mounts the shared disk from the abnormal VNFM.
  • the mount of the shared disk can be done by the mount command.
  • the VNFM disaster tolerance module 302 can create the shared disk by using a virtualization platform instruction, and connect the shared disk to the specified virtual machine when instantiating the VNFM.
  • the mount command completes the mount of the shared disk.
  • the unmount command can be used to unmount the shared disk. After the VNFM exception is determined, the shared disk can be unloaded from the abnormal VNFM.
  • the migration of the shared disk can quickly migrate the data that needs to be migrated on the abnormal VNFM to the new VNFM, and avoid the real-time data synchronization necessary for the local disk.
  • the migration diagram of the shared disk shown in Figure 2. The solution requires that the VNFM software program be separated from the data file, that is, stored on the local disk of the VNFM virtual machine and the shared disk of the virtualization platform.
  • the shared disk of the virtualization platform used in the embodiment of the present invention can further enhance the reliability of the disk disaster recovery solution provided by the virtualization platform.
  • the VNFM monitoring module 301 is further configured to monitor whether the operation of the VNFM is abnormal through the heartbeat information; specifically,
  • the VNFM monitoring module 301 sends the heartbeat information to the VNFM, if the heartbeat response returned by the VNFM is received, it is determined that the VNFM is running normally; otherwise, it is checked whether the maximum number of retries is exceeded, that is, the set frequent test sends a heartbeat to the VNFM. The maximum number of times of information, if not exceeded, waits for the next time, otherwise, it is determined that the VNFM is operating abnormally.
  • the VNFM disaster tolerance module 302 is further configured to: after the new VNFM starts performing a management operation, release the resource of the abnormal VNFM, and delete the abnormality stored on the NFVO. VNFM information.
  • the timely recovery of abnormal VNFM resources ensures efficient use of resources on the virtualization platform.
  • the embodiment of the present invention further provides an NFVO.
  • the NFVO 40 includes the VNFM disaster recovery protection device described above.
  • the embodiment of the present invention reduces the storage and resource overhead of the synchronization of the active and standby data of the disaster recovery system by dynamically mounting the shared disk. Moreover, the solution utilizes the virtualization platform.
  • the fault can be automatically deployed and automatically applied for the resource. The fault re-emergence mechanism is used to replace the traditional dual-system active/standby disaster recovery. The response does not require manual participation, and the automatic operation of the system is realized.
  • the solution is also repetitive, that is, no matter how many times the VNFM fails, a new VNFM can be generated to take over and ensure the normal operation of the system.
  • the VNFM monitoring module and the VNFM disaster tolerant module are set on the NFVO, and the interface message change between the NFVO-VNFM and the VNFM-VNF entity is involved.
  • the technical solution of the present invention is described as follows in three embodiments. :
  • Embodiment 1 The abnormal monitoring process of the VNFM.
  • the VNFM monitoring module in the NFVO is responsible for monitoring the VNFM status and completing the decision of the disaster tolerance condition.
  • the process is shown in Figure 5, including the following processing steps:
  • Step 501 NFVO starts normally, and VNFM and VNF are automatically deployed;
  • Step 502 The VNFM monitoring module acquires the deployed VNFM information, and sequentially sends a heartbeat message to the VNFM.
  • Step 503 The VNFM receives the heartbeat information sent by the VNFM monitoring module in the NFVO, and returns a response.
  • Step 504 The VNFM monitoring module receives the heartbeat response of the VNFM, and considers that the state is normal, waiting for the next heartbeat, otherwise proceeding to step 505;
  • Step 505 The VNFM monitoring module in the NFVO does not receive the heartbeat response of the VNFM, and checks whether the predefined maximum number of retries is exceeded, that is, whether the maximum number of consecutive heartbeat messages continuously sent to the VNFM is exceeded. If the maximum number of retries is not exceeded, the number of retries is incremented by one, waiting for the next heartbeat, otherwise step 506 is continued;
  • Step 506 The VNFM monitoring module in the NFVO does not receive the heartbeat response of the VNFM, and the maximum number of retries is reached, the disaster tolerance condition is established, and the notification is sent to the VNFM disaster recovery module. Inform them to begin the VNFM disaster recovery process.
  • Embodiment 2 VNFM disaster tolerance process.
  • the NFVO disaster recovery process is controlled by the VNFM disaster recovery module.
  • the main tasks include the opening and closing of management status, the creation of new VNFM, the change of VNFM information, and the resource recovery of abnormal VNFM.
  • the process is shown in Figure 6. The following processing steps:
  • Step 601 The VNFM monitoring module sends a disaster tolerance request to the VNFM disaster recovery module when the disaster tolerance condition is met.
  • Step 602 After receiving the request, the VNFM disaster tolerance module first sets the VNFM and the VNF entity managed by the VNFM to a management state, that is, does not allow subsequent operations;
  • Step 603 The VNFM disaster tolerance module starts to create and start a new VNFM.
  • Step 604 The VNFM monitoring module monitors the new VNFM.
  • Step 605 After the heartbeat between the VNFM monitoring module and the new VNFM is normal, send an access completion notification to the VNFM disaster recovery module.
  • Step 606 After receiving the notification, the VNFM disaster recovery module completes updating the VNFM information on the NFVO and the VNF.
  • Step 607 The VNFM disaster recovery module releases the resources of the abnormal VNFM, and deletes related information stored on the NFVO.
  • Step 608 The VNFM opens the management state of the new VNFM and the VNF entity it manages, and the management operation can be performed normally.
  • Embodiment 3 VNFM information update process.
  • the managed VNF entity includes the following processing steps:
  • Step 701 The VNFM monitoring module sends a new VNFM access completion notification to the VNFM disaster recovery module.
  • Step 702 The VNFM disaster tolerance module sends a change VNFM request to the new VNFM.
  • Step 703 The new VNFM sends a change VNFM request to the VNF entity originally managed by the abnormal VNFM.
  • Step 704 After receiving the change request, each VNF entity updates the VNFM information stored by itself.
  • Step 705 Each VNF entity returns a change completion response to the new VNFM.
  • Step 706 After receiving the response of all the VNF entities, the new VNFM returns a response to the VNFM disaster recovery module.
  • Step 707 The VNFM disaster tolerance module updates the VNFM information on the NFVO.
  • embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention can take the form of a hardware embodiment, a software embodiment, or a combination of software and hardware. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
  • the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
  • the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
  • These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
  • the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.

Abstract

Disclosed is a VNFM disaster-tolerant protection method. The method comprises: after determining that a VNFM is abnormal, stopping all operations related to the abnormal VNFM, and creating a new VNFM according to information about the abnormal VNFM; mounting a shared disk which stores abnormal VNFM running data and is already downloaded from the abnormal VNFM at the new VNFM; and after determining that the new VNFM runs normally, updating VNFM information stored on an NFVO and all VNF entities managed by the abnormal VNFM, and starting a management process of the new VNFM after the update is completed. Also disclosed at the same time are a VNFM disaster-tolerant protection device, an NFVO and a storage medium.

Description

一种VNFM容灾保护的方法、装置和NFVO、存储介质Method, device and NFVO, storage medium for VNFM disaster tolerance protection 技术领域Technical field
本发明涉及移动通信中的虚拟化技术领域,尤其涉及一种虚拟的网络功能管理器(Virtualised Network Function Manager,VNFM)容灾保护的方法、装置和网络功能虚拟化协调器(NFV Orchestrator,NFVO)、存储介质。The present invention relates to the field of virtualization technologies in mobile communications, and in particular, to a virtual network function manager (VNFM) disaster tolerance protection method, device, and network function virtualization coordinator (NFV) , storage media.
背景技术Background technique
目前,根据欧洲电信标准化协会(ETSI)网络功能虚拟化(Network Function Virtualization,NFV)的规范定义,VNFM在系统中主要负责虚拟网络功能(VNF)实体的管理。根据ETSI NFV规范的定义,VNF实体的生命周期管理包括:实例化、弹性伸缩、缩扩容、实例终止等操作,这些操作都需要VNFM的参与。一方面,VNFM与VNF实体进行交互,监视VNF实体的状态,屏蔽VNF实体的私有特性,完成VNF实体的软件部署、数据配置等工作;另一方面,VNFM与NFVO进行交互,对NFVO的操作提供必要的验证,并反馈操作需要的虚拟资源信息。因此,如果VNFM不能正常工作,那么对于VNF实体的管理就无法正确进行,所以,必须针对VNFM提出有效的容灾保护机制。Currently, according to the European Telecommunications Standardization Institute (ETSI) Network Function Virtualization (NFV) specification, VNFM is mainly responsible for the management of virtual network function (VNF) entities in the system. According to the definition of the ETSI NFV specification, the lifecycle management of a VNF entity includes operations such as instantiation, elastic scaling, shrinking, and instance termination, all of which require the participation of VNFM. On the one hand, the VNFM interacts with the VNF entity to monitor the state of the VNF entity, shield the private characteristics of the VNF entity, complete the software deployment and data configuration of the VNF entity, and on the other hand, the VNFM interacts with the NFVO to provide operations for the NFVO. The necessary verification and feedback of the virtual resource information required for the operation. Therefore, if the VNFM does not work properly, the management of the VNF entity cannot be performed correctly. Therefore, an effective disaster recovery protection mechanism must be proposed for the VNFM.
目前通信领域对于网元设备的容灾保护,通常采用双机主备的保护机制。但是,对于部署在虚拟化平台上的VNFM,存在如下的缺点:At present, in the communication field, for the disaster recovery protection of network element equipment, the protection mechanism of the dual-machine primary and backup is usually adopted. However, for VNFM deployed on a virtualization platform, the following disadvantages exist:
主备机同时异常的情况下,无法起到保护的作用;需要同时占用主备两套资源,资源利用率不高;主备机间数据的同步,需要消耗大量资源;需要人工干预来恢复异常主机,否则无法提供后续的保护。 When the active and standby machines are abnormal at the same time, they cannot play the role of protection. Two sets of resources are required to be occupied at the same time. The resource utilization is not high. The data synchronization between the primary and backup machines consumes a large amount of resources. Manual intervention is required to restore the abnormality. Host, otherwise it will not provide subsequent protection.
发明内容Summary of the invention
为解决现有存在的技术问题,本发明实施例提供一种VNFM容灾保护的方法、装置和NFVO、存储介质。In order to solve the existing technical problems, the embodiments of the present invention provide a VNFM disaster tolerance protection method and apparatus, and an NFVO and a storage medium.
本发明实施例提供了一种VNFM容灾保护的方法,该方法包括:An embodiment of the present invention provides a VNFM disaster recovery protection method, where the method includes:
确定VNFM异常后,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;After determining the VNFM abnormality, stopping all operations related to the abnormal VNFM, and creating a new VNFM according to the information of the abnormal VNFM;
将存储有所述异常VNFM运行数据的、且已从所述异常VNFM上卸载的共享磁盘挂载在新的VNFM上;Mounting a shared disk that has stored the abnormal VNFM operation data and has been unloaded from the abnormal VNFM on a new VNFM;
确定所述新的VNFM运行正常后,更新NFVO上以及所述异常VNFM所管理的所有VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程。After determining that the new VNFM is operating normally, the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM is updated, and the management process of the new VNFM is started after the update is completed.
其中,所述共享磁盘为:虚拟化平台上的共享磁盘,相应的,Wherein the shared disk is: a shared disk on the virtualization platform, correspondingly,
所述将共享磁盘挂载在新的VNFM上,包括:通过挂接mount命令完成共享磁盘的挂载;The mounting of the shared disk on the new VNFM includes: mounting the shared disk by using the mount command;
所述共享磁盘的卸载方法包括:通过卸载unmount命令卸载所述共享磁盘。The method for uninstalling the shared disk includes: uninstalling the shared disk by uninstalling the unmount command.
其中,所述依据所述异常VNFM的信息创建新的VNFM,包括:The creating a new VNFM according to the information of the abnormal VNFM includes:
依据所述异常VNFM的虚拟机规格、网络参数以及软件信息在虚拟化平台上创建新的VNFM,在创建过程中,向虚拟化基础设施管理器VIM申请创建新的VNFM所需要的虚拟资源,并向新的VNFM部署软件程序。Create a new VNFM on the virtualization platform according to the virtual machine specification, network parameters, and software information of the abnormal VNFM, and apply to the virtualized infrastructure manager VIM to create a virtual resource required for creating a new VNFM during the creation process, and Deploy software programs to the new VNFM.
其中,所述更新NFVO上以及异常VNFM所管理的所有VNF实体上存储的VNFM信息,包括:The VNFM information stored on the NFVO and all VNF entities managed by the abnormal VNFM includes:
通过所述新的VNFM向所述异常VNFM所管理的所有VNF实体发送VNFM信息变更请求,各VNF实体接收到变更请求后,更新自身存储的VNFM信息,并通过所述新的VNFM返回变更完成响应到所述NFVO,所 述NFVO更新自身存储的VNFM信息。The VNFM information change request is sent to all the VNF entities managed by the abnormal VNFM by the new VNFM, and after receiving the change request, each VNF entity updates its stored VNFM information, and returns a change completion response through the new VNFM. To the NFVO, the The NFVO updates the VNFM information stored by itself.
一个实施例中,该方法还包括:In one embodiment, the method further includes:
通过心跳信息监控VNFM的运行是否出现异常。Monitor the operation of VNFM for abnormalities through heartbeat information.
其中,所述确定VNFM是否异常包括:The determining whether the VNFM is abnormal includes:
向VNFM发送心跳信息,如果收到VNFM返回的心跳响应,则确定所述VNFM运行正常;否则,检查是否超过已设置的常试向VNFM连续发送心跳信息的最大次数,如果没有超过,则等待下一次心跳响应,否则,确定所述VNFM运行异常。Sending heartbeat information to the VNFM. If the heartbeat response returned by the VNFM is received, it is determined that the VNFM is running normally; otherwise, it is checked whether the maximum number of consecutive attempts to send heartbeat information to the VNFM is exceeded. If not, the system waits for the next time. A heartbeat response, otherwise, it is determined that the VNFM is operating abnormally.
一个实施例中,该方法还包括:In one embodiment, the method further includes:
所述新的VNFM开始执行管理操作后,释放异常VNFM的资源,并删除所述NFVO上存储的所述异常VNFM的信息。After the new VNFM starts performing the management operation, the resources of the abnormal VNFM are released, and the information of the abnormal VNFM stored on the NFVO is deleted.
本发明实施例还提供了一种存储介质,该存储介质包括一组指令,当执行所述指令时,引起至少一个处理器执行上文所述的操作。Embodiments of the present invention also provide a storage medium including a set of instructions that, when executed, cause at least one processor to perform the operations described above.
本发明实施例还提供了一种VNFM容灾保护装置,该装置包括:VNFM监控模块和VNFM容灾模块;其中,The embodiment of the present invention further provides a VNFM disaster recovery protection device, where the device includes: a VNFM monitoring module and a VNFM disaster tolerance module;
所述VNFM监控模块,配置为确定所述VNFM异常后,触发所述VNFM容灾模块;The VNFM monitoring module is configured to: after determining that the VNFM is abnormal, triggering the VNFM disaster tolerance module;
所述VNFM容灾模块,配置为在所述VNFM监控模块的触发下,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;将存储有所述异常VNFM运行数据的、且已从所述异常VNFM上卸载的共享磁盘挂载在新的VNFM上;The VNFM disaster tolerance module is configured to stop all operations related to the abnormal VNFM under the trigger of the VNFM monitoring module, and create a new VNFM according to the abnormal VNFM information; the abnormal VNFM will be stored A shared disk that runs data and has been unmounted from the abnormal VNFM is mounted on the new VNFM;
还配置为确定所述新的VNFM运行正常后,更新NFVO上以及所述异常VNFM所管理的所有VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程。It is further configured to update the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM after the new VNFM is running normally, and start the management process of the new VNFM after the update is completed.
一个实施例中,所述VNFM监控模块,还配置为通过心跳信息监控 VNFM的运行是否出现异常。In an embodiment, the VNFM monitoring module is further configured to monitor by heartbeat information. Whether the operation of VNFM is abnormal.
一个实施例中,所述VNFM容灾模块,还配置为所述新的VNFM开始执行管理操作后,释放异常VNFM的资源,并删除所述NFVO上存储的所述异常VNFM的信息。In one embodiment, the VNFM disaster tolerance module is further configured to release the resource of the abnormal VNFM after the new VNFM starts performing the management operation, and delete the information of the abnormal VNFM stored on the NFVO.
本发明实施例还提供了一种NFVO,所述NFVO包括上文所述的装置。Embodiments of the present invention also provide an NFVO that includes the apparatus described above.
本发明实施例提供的VNFM容灾保护的方法、装置和NFVO、存储介质,确定VNFM异常后,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;将存储有异常VNFM运行数据的、且已从异常VNFM上卸载的共享磁盘挂载在新的VNFM上;确定所述新的VNFM运行正常后,更新NFVO上以及异常VNFM所管理的所有VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程。与现有技术相比,本发明实施例通过共享磁盘的动态挂载,减少了容灾系统主备数据同步的存储和资源开销;而且,该方案利用了虚拟化平台上可自动部署、自动申请资源的特点,采用故障重生的机制来替代传统的双机主备容灾,避免了双机主备方案故障主机无法自动恢复的缺点;此外,本发明实施例的异常回复不需人工参与,实现了系统的自动化运行。The VNFM disaster tolerance protection method and apparatus and the NFVO and the storage medium provided by the embodiments of the present invention, after determining the VNFM abnormality, stop all operations related to the abnormal VNFM, and create a new VNFM according to the abnormal VNFM information; A shared disk that stores abnormal VNFM operation data and has been unloaded from the abnormal VNFM is mounted on the new VNFM; after the new VNFM is determined to be operating normally, the NFVO is updated and stored on all VNF entities managed by the abnormal VNFM. The VNFM information, after the update is completed, starts the new VNFM management process. Compared with the prior art, the embodiment of the present invention reduces the storage and resource overhead of the synchronization of the active and standby data of the disaster recovery system by dynamically mounting the shared disk. Moreover, the solution can be automatically deployed and automatically applied on the virtualization platform. The feature of the resource is that the fault re-emergence mechanism is used to replace the traditional dual-system active/standby disaster recovery, which avoids the disadvantage that the faulty host of the dual-system active/standby solution cannot be automatically recovered. In addition, the abnormal reply of the embodiment of the present invention does not require manual participation. The automatic operation of the system.
附图说明DRAWINGS
在附图(其不一定是按比例绘制的)中,相似的附图标记可在不同的视图中描述相似的部件。具有不同字母后缀的相似附图标记可表示相似部件的不同示例。附图以示例而非限制的方式大体示出了本文中所讨论的各个实施例。In the drawings, which are not necessarily to scale, the Like reference numerals with different letter suffixes may indicate different examples of similar components. The drawings generally illustrate the various embodiments discussed herein by way of example and not limitation.
图1为本发明实施例所述VNFM容灾保护的方法实现流程示意图;1 is a schematic flowchart of a method for implementing VNFM disaster recovery protection according to an embodiment of the present invention;
图2为本发明实施例所述共享磁盘的迁移示意图;2 is a schematic diagram of migration of a shared disk according to an embodiment of the present invention;
图3为本发明实施例所述VNFM容灾保护装置的结构示意图;3 is a schematic structural diagram of a VNFM disaster recovery protection device according to an embodiment of the present invention;
图4为本发明实施例所述NFVO的结构示意图; 4 is a schematic structural diagram of an NFVO according to an embodiment of the present invention;
图5为本发明实施例所述VNFM容灾判决流程图;FIG. 5 is a flowchart of a VNFM disaster tolerance decision according to an embodiment of the present invention;
图6为本发明实施例所述VNFM容灾流程图;FIG. 6 is a flowchart of VNFM disaster tolerance according to an embodiment of the present invention;
图7为本发明实施例所述VNFM信息更新流程图。FIG. 7 is a flowchart of updating VNFM information according to an embodiment of the present invention.
具体实施方式detailed description
本发明的实施例中,确定VNFM异常后,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;将存储有异常VNFM运行数据的、且已从异常VNFM上卸载的共享磁盘挂载在新的VNFM上;确定所述新的VNFM运行正常后,更新NFVO上以及异常VNFM所管理的所有VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程,即:开始由新的VNFM代替异常VNFM执行管理操作。In the embodiment of the present invention, after determining the VNFM abnormality, all operations related to the abnormal VNFM are stopped, and a new VNFM is created according to the abnormal VNFM information; an abnormal VNFM running data is stored, and the abnormal VNFM has been stored. The shared disk that is unloaded is mounted on the new VNFM; after the new VNFM is determined to be running normally, the VNFM information stored on the NFVO and all VNF entities managed by the abnormal VNFM is updated, and the management of the new VNFM is started after the update is completed. The process, that is, the management operation is started by the new VNFM instead of the abnormal VNFM.
下面结合附图及具体实施例对本发明作进一步详细说明。The present invention will be further described in detail below with reference to the accompanying drawings and specific embodiments.
图1为本发明实施例所述VNFM容灾保护的方法实现流程示意图,如图1所示,该方法包括:FIG. 1 is a schematic flowchart of a method for implementing VNFM disaster recovery protection according to an embodiment of the present invention. As shown in FIG. 1 , the method includes:
步骤101:确定VNFM异常后,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;Step 101: After determining the VNFM abnormality, stop all operations related to the abnormal VNFM, and create a new VNFM according to the information of the abnormal VNFM;
本发明实施例中,NFVO确定VNFM出现异常后,停止接收与所述异常VNFM相关的所有操作请求,当然VNFM自身也不再执行任何管理操作;依据所述异常VNFM的信息,如:虚拟机规格、网络参数以及软件信息等在虚拟化平台上创建新的VNFM,在创建过程中,需向虚拟化基础设施管理器(VIM)申请创建新的VNFM所需要的虚拟资源,并向新的VNFM部署软件程序。In the embodiment of the present invention, after determining that the VNFM is abnormal, the NFVO stops receiving all operation requests related to the abnormal VNFM, and of course, the VNFM itself does not perform any management operation; according to the abnormal VNFM information, such as: virtual machine specifications. Create a new VNFM on the virtualization platform, network parameters, and software information. During the creation process, you need to apply to the Virtualization Infrastructure Manager (VIM) to create virtual resources needed for the new VNFM and deploy to the new VNFM. software program.
步骤102:将存储有异常VNFM运行数据的、且已从异常VNFM上卸载的共享磁盘挂载在新的VNFM上;Step 102: Mount a shared disk that has been stored with abnormal VNFM operation data and has been uninstalled from the abnormal VNFM on the new VNFM.
本发明实施例中,使用虚拟化平台上的共享磁盘,即:云盘来存储VNFM运行时的数据,在异常发生后,将共享磁盘从异常VNFM上卸载并 挂载到新的VNFM上,可通过挂接(mount)命令完成共享磁盘的挂载。In the embodiment of the present invention, the shared disk on the virtualization platform, that is, the cloud disk is used to store the data of the VNFM runtime, and after the abnormality occurs, the shared disk is unloaded from the abnormal VNFM and Mounted to the new VNFM, the mount of the shared disk can be completed by the mount command.
在实际操作过程,NFVO可通过虚拟化平台指令创建所述共享磁盘,并在实例化VNFM时将共享磁盘连接到指定虚拟机上,可通过挂接(mount)命令完成共享磁盘的挂载;相应的,可通过卸载(unmount)命令完成共享磁盘的卸载,在确定VNFM异常后,可将所述共享磁盘从异常VNFM上卸载下来。In the actual operation process, NFVO can create the shared disk through the virtualization platform instruction, and connect the shared disk to the specified virtual machine when instantiating the VNFM, and can complete the mounting of the shared disk by using a mount command; The unloading of the shared disk can be completed by using the unmount command. After the VNFM exception is determined, the shared disk can be unloaded from the abnormal VNFM.
这里,通过共享磁盘的迁移,能够快速的将异常VNFM上需要迁移的数据迁移到新的VNFM上,避免了本地磁盘所必须的实时数据同步,基本原理参见图2所示的共享磁盘的迁移示意图。该方案要求将VNFM的软件程序与数据文件进行分离存储,即:分别存放到VNFM虚拟机的本地磁盘和虚拟化平台的共享磁盘上。Here, the migration of the shared disk can quickly migrate the data that needs to be migrated on the abnormal VNFM to the new VNFM, and avoid the real-time data synchronization necessary for the local disk. For the basic principle, see the migration diagram of the shared disk shown in Figure 2. . The solution requires that the VNFM software program be separated from the data file, that is, stored on the local disk of the VNFM virtual machine and the shared disk of the virtualization platform.
本发明实施例所使用的虚拟化平台的共享磁盘,可以通过虚拟化平台提供的磁盘容灾方案来进一步增强其可靠性。The shared disk of the virtualization platform used in the embodiment of the present invention can further enhance the reliability of the disk disaster recovery solution provided by the virtualization platform.
步骤103:确定所述新的VNFM运行正常后,更新NFVO上以及异常VNFM所管理的所有VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程;Step 103: After determining that the new VNFM is running normally, update the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM, and start the management process of the new VNFM after the update is completed;
具体为:NFVO可通过心跳信息监控新的VNFM是否运行正常,确定其运行正常后,通过所述新的VNFM向所述异常VNFM所管理的所有VNF实体发送VNFM信息变更请求,各VNF实体接收到变更请求后,更新自身存储的VNFM信息,例如:IP地址等,并通过所述新的VNFM返回变更完成响应到NFVO,NFVO更新自身存储的VNFM信息,更新完成后启动新的VNFM的管理流程,即:开始由新的VNFM代替异常VNFM执行管理操作。Specifically, the NFVO can monitor whether the new VNFM is running normally through the heartbeat information, and after determining that it is running normally, send a VNFM information change request to all the VNF entities managed by the abnormal VNFM through the new VNFM, and each VNF entity receives the request. After the change request, the VNFM information stored by itself is updated, for example, an IP address, and the response is returned to the NFVO through the new VNFM, and the NFVO updates the VNFM information stored by itself, and the new VNFM management process is started after the update is completed. That is: the management operation is started by the new VNFM instead of the abnormal VNFM.
这里,虽然所述新的VNFM由所述NFVO创建,但在创建过程中除了新的VNFM自身的信息外,新的VNFM与其所管理的所有VNF实体之间 的连接信息等NFVO并不了解。所述NFVO更新自身存储的VNFM信息,是将创建新的VNFM时缓存的VNFM信息存储在NFVO中的固定存储空间。Here, although the new VNFM is created by the NFVO, in addition to the information of the new VNFM itself, the new VNFM and all VNF entities it manages are created during the creation process. The connection information and other NFVO are not known. The NFVO updates its own stored VNFM information, which is a fixed storage space in which the VNFM information cached when a new VNFM is created is stored in the NFVO.
与现有技术相比,本发明实施例通过共享磁盘的动态挂载,减少了容灾系统主备数据同步的存储和资源开销;而且,该方案利用了虚拟化平台上可自动部署、自动申请资源的特点,采用故障重生的机制来替代传统的双机主备容灾,避免了双机主备方案故障主机无法自动恢复的缺点;此外,本发明实施例的异常回复不需人工参与,实现了系统的自动化运行。Compared with the prior art, the embodiment of the present invention reduces the storage and resource overhead of the synchronization of the active and standby data of the disaster recovery system by dynamically mounting the shared disk. Moreover, the solution can be automatically deployed and automatically applied on the virtualization platform. The feature of the resource is that the fault re-emergence mechanism is used to replace the traditional dual-system active/standby disaster recovery, which avoids the disadvantage that the faulty host of the dual-system active/standby solution cannot be automatically recovered. In addition, the abnormal reply of the embodiment of the present invention does not require manual participation. The automatic operation of the system.
另外,该方案也是可反复的,即无论VNFM故障几次,都能够产生一个新的VNFM来接管它,保证系统的正常运行。In addition, the solution is also repetitive, that is, no matter how many times the VNFM fails, a new VNFM can be generated to take over and ensure the normal operation of the system.
优选的,在本发明一个实施例中,该方法还包括:通过心跳信息监控VNFM的运行是否出现异常,具体的,Preferably, in an embodiment of the present invention, the method further includes: monitoring whether the operation of the VNFM is abnormal through the heartbeat information, specifically,
NFVO向VNFM发送心跳信息后,如果收到VNFM返回的心跳响应,则确定所述VNFM运行正常;否则,检查是否超过最大重试次数,即:设置的常试向VNFM连续发送心跳信息的最大次数,如果没有超过,则等待下一次心跳响应,否则,确定所述VNFM运行异常。After the NFVO sends the heartbeat information to the VNFM, if the heartbeat response returned by the VNFM is received, it is determined that the VNFM is running normally; otherwise, it is checked whether the maximum number of retries is exceeded, that is, the maximum number of consecutive heartbeat messages continuously sent to the VNFM is set. If not exceeded, wait for the next heartbeat response, otherwise, determine that the VNFM is running abnormally.
优选的,在本发明一个实施例中,该方法还包括:新的VNFM开始执行管理操作后,释放异常VNFM的资源,并删除NFVO上存储的所述异常VNFM的信息。Preferably, in an embodiment of the present invention, the method further includes: after the new VNFM starts performing the management operation, releasing the resource of the abnormal VNFM, and deleting the information of the abnormal VNFM stored on the NFVO.
这里,对异常VNFM资源的及时回收,保证了对虚拟化平台上资源的有效利用。Here, the timely recovery of abnormal VNFM resources ensures efficient use of resources on the virtualization platform.
本发明实施例还提供了一种计算机可读存储介质,该存储介质包括一组指令,当执行所述指令时,引起至少一个处理器执行上文所述的操作。Embodiments of the present invention also provide a computer readable storage medium comprising a set of instructions that, when executed, cause at least one processor to perform the operations described above.
本发明实施例还提供了一种VNFM容灾保护装置,如图3所示,该装置包括:VNFM监控模块301和VNFM容灾模块302;其中, The embodiment of the present invention further provides a VNFM disaster recovery protection device, as shown in FIG. 3, the device includes: a VNFM monitoring module 301 and a VNFM disaster tolerance module 302;
所述VNFM监控模块301,配置为确定所述VNFM异常后,触发所述VNFM容灾模块;The VNFM monitoring module 301 is configured to trigger the VNFM disaster tolerance module after determining that the VNFM is abnormal.
所述VNFM容灾模块302,配置为在所述VNFM监控模块301的触发下,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;将存储有异常VNFM运行数据的、且已从异常VNFM上卸载的共享磁盘挂载在新的VNFM上;The VNFM disaster tolerance module 302 is configured to stop all operations related to the abnormal VNFM under the trigger of the VNFM monitoring module 301, and create a new VNFM according to the abnormal VNFM information; an abnormal VNFM will be stored. A shared disk that is running data and has been unmounted from the abnormal VNFM is mounted on the new VNFM;
还配置为确定所述新的VNFM运行正常后,更新NFVO上以及所述异常VNFM所管理的所有VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程。It is further configured to update the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM after the new VNFM is running normally, and start the management process of the new VNFM after the update is completed.
在实际应用中,所述VNFM监控模块301和VNFM容灾模块302可由中央处理器(Central Processing Unit,CPU)、数字信号处理器(Digital Signal Processor,DSP)或可编程逻辑阵列(Field-Programmable Gate Array,FPGA)实现。In practical applications, the VNFM monitoring module 301 and the VNFM disaster tolerance module 302 may be a central processing unit (CPU), a digital signal processor (DSP), or a programmable logic array (Field-Programmable Gate). Array, FPGA) implementation.
本发明实施例中,所述VNFM容灾模块302确定VNFM出现异常后,停止接收与所述异常VNFM相关的所有操作请求,当然VNFM自身也不再执行任何管理操作;依据所述异常VNFM的信息,如:虚拟机规格、网络参数以及软件信息等在虚拟化平台上创建新的VNFM,在创建过程中,需向VIM申请创建新的VNFM所需要的虚拟资源,并向新的VNFM部署软件程序。In the embodiment of the present invention, after the VNFM disaster recovery module 302 determines that the VNFM is abnormal, it stops receiving all operation requests related to the abnormal VNFM, and of course, the VNFM itself does not perform any management operation; according to the abnormal VNFM information. For example, virtual machine specifications, network parameters, and software information are used to create a new VNFM on the virtualization platform. During the creation process, VIM is required to create a virtual resource required for creating a new VNFM, and deploy a software program to the new VNFM. .
本发明实施例中,使用虚拟化平台上的共享磁盘,即:云盘来存储VNFM运行时的数据,在异常发生后,所述VNFM容灾模块302将共享磁盘从异常VNFM上卸载并挂载到新的VNFM上,可通过挂接(mount)命令完成共享磁盘的挂载。In the embodiment of the present invention, the shared disk on the virtualization platform, that is, the cloud disk, is used to store the data of the VNFM runtime. After the abnormality occurs, the VNFM disaster recovery module 302 unloads and mounts the shared disk from the abnormal VNFM. On the new VNFM, the mount of the shared disk can be done by the mount command.
在实际操作过程,VNFM容灾模块302可通过虚拟化平台指令创建所述共享磁盘,并在实例化VNFM时将共享磁盘连接到指定虚拟机上,可通 过挂接(mount)命令完成共享磁盘的挂载;相应的,可通过卸载(unmount)命令完成共享磁盘的卸载,在确定VNFM异常后,可将所述共享磁盘从异常VNFM上卸载下来。During the actual operation, the VNFM disaster tolerance module 302 can create the shared disk by using a virtualization platform instruction, and connect the shared disk to the specified virtual machine when instantiating the VNFM. The mount command completes the mount of the shared disk. Correspondingly, the unmount command can be used to unmount the shared disk. After the VNFM exception is determined, the shared disk can be unloaded from the abnormal VNFM.
这里,通过共享磁盘的迁移,能够快速的将异常VNFM上需要迁移的数据迁移到新的VNFM上,避免了本地磁盘所必须的实时数据同步,基本原理参见图2所示的共享磁盘的迁移示意图。该方案要求将VNFM的软件程序与数据文件进行分离存储,即:分别存放到VNFM虚拟机的本地磁盘和虚拟化平台的共享磁盘上。Here, the migration of the shared disk can quickly migrate the data that needs to be migrated on the abnormal VNFM to the new VNFM, and avoid the real-time data synchronization necessary for the local disk. For the basic principle, see the migration diagram of the shared disk shown in Figure 2. . The solution requires that the VNFM software program be separated from the data file, that is, stored on the local disk of the VNFM virtual machine and the shared disk of the virtualization platform.
本发明实施例所使用的虚拟化平台的共享磁盘,可以通过虚拟化平台提供的磁盘容灾方案来进一步增强其可靠性。The shared disk of the virtualization platform used in the embodiment of the present invention can further enhance the reliability of the disk disaster recovery solution provided by the virtualization platform.
优选的,在本发明一个实施例中,所述VNFM监控模块301,还配置为通过心跳信息监控VNFM的运行是否出现异常;具体的,Preferably, in an embodiment of the present invention, the VNFM monitoring module 301 is further configured to monitor whether the operation of the VNFM is abnormal through the heartbeat information; specifically,
所述VNFM监控模块301向VNFM发送心跳信息后,如果收到VNFM返回的心跳响应,则确定所述VNFM运行正常;否则,检查是否超过最大重试次数,即:设置的常试向VNFM发送心跳信息的最大次数,如果没有超过,则等待下一次,否则,确定所述VNFM运行异常。After the VNFM monitoring module 301 sends the heartbeat information to the VNFM, if the heartbeat response returned by the VNFM is received, it is determined that the VNFM is running normally; otherwise, it is checked whether the maximum number of retries is exceeded, that is, the set frequent test sends a heartbeat to the VNFM. The maximum number of times of information, if not exceeded, waits for the next time, otherwise, it is determined that the VNFM is operating abnormally.
优选的,在本发明一个实施例中,所述VNFM容灾模块302,还配置为所述新的VNFM开始执行管理操作后,释放异常VNFM的资源,并删除所述NFVO上存储的所述异常VNFM的信息。Preferably, in an embodiment of the present invention, the VNFM disaster tolerance module 302 is further configured to: after the new VNFM starts performing a management operation, release the resource of the abnormal VNFM, and delete the abnormality stored on the NFVO. VNFM information.
这里,对异常VNFM资源的及时回收,保证了对虚拟化平台上资源的有效利用。Here, the timely recovery of abnormal VNFM resources ensures efficient use of resources on the virtualization platform.
本发明实施例还提供了一种NFVO,如图4所示,所述NFVO 40包括上文所述的VNFM容灾保护装置。The embodiment of the present invention further provides an NFVO. As shown in FIG. 4, the NFVO 40 includes the VNFM disaster recovery protection device described above.
与现有技术相比,本发明实施例通过共享磁盘的动态挂载,减少了容灾系统主备数据同步的存储和资源开销;而且,该方案利用了虚拟化平台 上可自动部署、自动申请资源的特点,采用故障重生的机制来替代传统的双机主备容灾,避免了双机主备方案故障主机无法自动恢复的缺点;此外,本发明实施例的异常回复不需人工参与,实现了系统的自动化运行。Compared with the prior art, the embodiment of the present invention reduces the storage and resource overhead of the synchronization of the active and standby data of the disaster recovery system by dynamically mounting the shared disk. Moreover, the solution utilizes the virtualization platform. On the other hand, the fault can be automatically deployed and automatically applied for the resource. The fault re-emergence mechanism is used to replace the traditional dual-system active/standby disaster recovery. The response does not require manual participation, and the automatic operation of the system is realized.
另外,该方案也是可反复的,即无论VNFM故障几次,都能够产生一个新的VNFM来接管它,保证系统的正常运行。In addition, the solution is also repetitive, that is, no matter how many times the VNFM fails, a new VNFM can be generated to take over and ensure the normal operation of the system.
下面结合附图和具体实施例对本发明的技术方案的实施作进一步的详细阐述。本具体实施例中,需要在NFVO上设置VNFM监控模块和VNFM容灾模块,并涉及NFVO-VNFM、VNFM-VNF实体之间的接口消息变更,分三个实施例对本发明的技术方案进行如下阐述:The implementation of the technical solution of the present invention will be further described in detail below with reference to the accompanying drawings and specific embodiments. In this embodiment, the VNFM monitoring module and the VNFM disaster tolerant module are set on the NFVO, and the interface message change between the NFVO-VNFM and the VNFM-VNF entity is involved. The technical solution of the present invention is described as follows in three embodiments. :
实施例一:VNFM的异常监控过程。Embodiment 1: The abnormal monitoring process of the VNFM.
NFVO中的VNFM监控模块负责监控VNFM状态并完成容灾条件的判决,流程参见图5所示,包括如下处理步骤:The VNFM monitoring module in the NFVO is responsible for monitoring the VNFM status and completing the decision of the disaster tolerance condition. The process is shown in Figure 5, including the following processing steps:
步骤501:NFVO正常启动,并自动部署了VNFM和VNF;Step 501: NFVO starts normally, and VNFM and VNF are automatically deployed;
步骤502:VNFM监控模块获取已部署的VNFM信息,并依次向所述VNFM发送心跳消息;Step 502: The VNFM monitoring module acquires the deployed VNFM information, and sequentially sends a heartbeat message to the VNFM.
步骤503:VNFM接收到NFVO中的VNFM监控模块所发的心跳信息,返回响应;Step 503: The VNFM receives the heartbeat information sent by the VNFM monitoring module in the NFVO, and returns a response.
步骤504:VNFM监控模块接收到VNFM的心跳响应,则视为状态正常,等待进行下一次心跳,否则继续步骤505;Step 504: The VNFM monitoring module receives the heartbeat response of the VNFM, and considers that the state is normal, waiting for the next heartbeat, otherwise proceeding to step 505;
步骤505:NFVO中的VNFM监控模块没有接收到VNFM的心跳响应,则检查是否超过预定义的最大重试次数,即:检查是否超过已设置的常试向VNFM连续发送心跳信息的最大次数,如果没有超过最大重试次数,则将重试次数加1,等待下一次心跳,否则继续步骤506;Step 505: The VNFM monitoring module in the NFVO does not receive the heartbeat response of the VNFM, and checks whether the predefined maximum number of retries is exceeded, that is, whether the maximum number of consecutive heartbeat messages continuously sent to the VNFM is exceeded. If the maximum number of retries is not exceeded, the number of retries is incremented by one, waiting for the next heartbeat, otherwise step 506 is continued;
步骤506:NFVO中的VNFM监控模块没有接收到VNFM的心跳响应,且达到了最大重试次数,则容灾条件成立,向VNFM容灾模块发送通知, 通知其开始执行VNFM容灾流程。Step 506: The VNFM monitoring module in the NFVO does not receive the heartbeat response of the VNFM, and the maximum number of retries is reached, the disaster tolerance condition is established, and the notification is sent to the VNFM disaster recovery module. Inform them to begin the VNFM disaster recovery process.
实施例二:VNFM容灾流程。Embodiment 2: VNFM disaster tolerance process.
NFVO容灾流程由所述VNFM容灾模块控制完成,其主要工作包括管理状态的开启和关闭、新的VNFM的创建、VNFM信息的变更、异常VNFM的资源回收,流程参见附图6,共包括如下处理步骤:The NFVO disaster recovery process is controlled by the VNFM disaster recovery module. The main tasks include the opening and closing of management status, the creation of new VNFM, the change of VNFM information, and the resource recovery of abnormal VNFM. The process is shown in Figure 6. The following processing steps:
步骤601:VNFM监控模块在容灾条件满足的情况下,向VNFM容灾模块发送容灾请求;Step 601: The VNFM monitoring module sends a disaster tolerance request to the VNFM disaster recovery module when the disaster tolerance condition is met.
步骤602:VNFM容灾模块接收请求后,首先将该VNFM及该VNFM所管理的VNF实体设置为管理状态,即不允许后续操作;Step 602: After receiving the request, the VNFM disaster tolerance module first sets the VNFM and the VNF entity managed by the VNFM to a management state, that is, does not allow subsequent operations;
步骤603:VNFM容灾模块开始创建并启动新的VNFM;Step 603: The VNFM disaster tolerance module starts to create and start a new VNFM.
具体的,卸载故障VNFM的共享磁盘,并向VIM申请创建新的VNFM所需要的虚拟资源,并向新的VNFM部署软件程序;之后挂载共享磁盘到新的VNFM,并启动新的VNFM。Specifically, unmount the shared disk of the failed VNFM, and apply to VIM to create the virtual resources needed for the new VNFM, and deploy the software program to the new VNFM; then mount the shared disk to the new VNFM and start the new VNFM.
步骤604:VNFM监控模块监控新的VNFM;Step 604: The VNFM monitoring module monitors the new VNFM.
步骤605:VNFM监控模块与新的VNFM之间的心跳正常后,则向VNFM容灾模块发送接入完成通知;Step 605: After the heartbeat between the VNFM monitoring module and the new VNFM is normal, send an access completion notification to the VNFM disaster recovery module.
步骤606:VNFM容灾模块接收到通知后,完成NFVO、VNF上VNFM信息的更新;Step 606: After receiving the notification, the VNFM disaster recovery module completes updating the VNFM information on the NFVO and the VNF.
步骤607:VNFM容灾模块释放异常VNFM的资源,并删除NFVO上存储的相关信息;Step 607: The VNFM disaster recovery module releases the resources of the abnormal VNFM, and deletes related information stored on the NFVO.
步骤608:VNFM打开新的VNFM和其管理的VNF实体的管理状态,可以正常执行管理操作。Step 608: The VNFM opens the management state of the new VNFM and the VNF entity it manages, and the management operation can be performed normally.
实施例三:VNFM信息更新流程。Embodiment 3: VNFM information update process.
在新的VNFM创建完成并正常运行后,需要修改所述NFVO和VNF实体上VNFM的信息,如IP地址等,使新的VNFM能够接管原有的VNFM 所管理的VNF实体,参见附图7,共包括如下处理步骤:After the new VNFM is created and running normally, it is necessary to modify the VNFM information on the NFVO and VNF entities, such as the IP address, so that the new VNFM can take over the original VNFM. The managed VNF entity, see Figure 7, includes the following processing steps:
步骤701:VNFM监控模块向VNFM容灾模块发送新VNFM接入完成通知;Step 701: The VNFM monitoring module sends a new VNFM access completion notification to the VNFM disaster recovery module.
步骤702:VNFM容灾模块向新VNFM发送变更VNFM请求;Step 702: The VNFM disaster tolerance module sends a change VNFM request to the new VNFM.
步骤703:新VNFM向异常VNFM原来所管理的VNF实体发送变更VNFM请求;Step 703: The new VNFM sends a change VNFM request to the VNF entity originally managed by the abnormal VNFM.
步骤704:各VNF实体接收到变更请求后,更新自身存储的VNFM信息;Step 704: After receiving the change request, each VNF entity updates the VNFM information stored by itself.
步骤705:各VNF实体向新VNFM返回变更完成响应;Step 705: Each VNF entity returns a change completion response to the new VNFM.
步骤706:新VNFM接收到所有VNF实体的响应后,向VNFM容灾模块返回应答;Step 706: After receiving the response of all the VNF entities, the new VNFM returns a response to the VNFM disaster recovery module.
步骤707:VNFM容灾模块更新NFVO上的VNFM信息。Step 707: The VNFM disaster tolerance module updates the VNFM information on the NFVO.
本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、或计算机程序产品。因此,本发明可采用硬件实施例、软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器和光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art will appreciate that embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention can take the form of a hardware embodiment, a software embodiment, or a combination of software and hardware. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage and optical storage, etc.) including computer usable program code.
本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。 The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (system), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or FIG. These computer program instructions can be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing device to produce a machine for the execution of instructions for execution by a processor of a computer or other programmable data processing device. Means for implementing the functions specified in one or more of the flow or in a block or blocks of the flow chart.
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。The computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device. The apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device. The instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
以上所述,仅为本发明的较佳实施例而已,并非用于限定本发明的保护范围。 The above is only the preferred embodiment of the present invention and is not intended to limit the scope of the present invention.

Claims (12)

  1. 一种虚拟的网络功能管理器VNFM容灾保护的方法,该方法包括:A virtual network function manager VNFM disaster tolerance protection method, the method comprising:
    确定VNFM异常后,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;After determining the VNFM abnormality, stopping all operations related to the abnormal VNFM, and creating a new VNFM according to the information of the abnormal VNFM;
    将存储有所述异常VNFM运行数据的、且已从所述异常VNFM上卸载的共享磁盘挂载在所述新的VNFM上;Mounting a shared disk that has stored the abnormal VNFM operation data and has been unloaded from the abnormal VNFM on the new VNFM;
    确定所述新的VNFM运行正常后,更新网络功能虚拟化协调器NFVO上以及所述异常VNFM所管理的所有虚拟网络功能VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程。After determining that the new VNFM is running normally, the VNFM information stored on the network function virtualization coordinator NFVO and all the virtual network function VNF entities managed by the abnormal VNFM is updated, and the management process of the new VNFM is started after the update is completed.
  2. 根据权利要求1所述的方法,其中,所述共享磁盘为:虚拟化平台上的共享磁盘,相应的,The method of claim 1, wherein the shared disk is: a shared disk on a virtualization platform, correspondingly,
    所述将共享磁盘挂载在新的VNFM上,包括:通过挂接mount命令完成共享磁盘的挂载;The mounting of the shared disk on the new VNFM includes: mounting the shared disk by using the mount command;
    所述共享磁盘的卸载方法包括:通过卸载unmount命令卸载所述共享磁盘。The method for uninstalling the shared disk includes: uninstalling the shared disk by uninstalling the unmount command.
  3. 根据权利要求1所述的方法,其中,所述依据所述异常VNFM的信息创建新的VNFM,包括:The method of claim 1, wherein the creating a new VNFM based on the information of the abnormal VNFM comprises:
    依据所述异常VNFM的虚拟机规格、网络参数以及软件信息在虚拟化平台上创建新的VNFM,在创建过程中,向虚拟化基础设施管理器VIM申请创建新的VNFM所需要的虚拟资源,并向新的VNFM部署软件程序。Create a new VNFM on the virtualization platform according to the virtual machine specification, network parameters, and software information of the abnormal VNFM, and apply to the virtualized infrastructure manager VIM to create a virtual resource required for creating a new VNFM during the creation process, and Deploy software programs to the new VNFM.
  4. 根据权利要求1所述的方法,其中,所述更新NFVO上以及异常VNFM所管理的所有VNF实体上存储的VNFM信息,包括:The method of claim 1, wherein the updating of the VNFM information stored on the NFVO and on all VNF entities managed by the abnormal VNFM comprises:
    通过所述新的VNFM向所述异常VNFM所管理的所有VNF实体发送VNFM信息变更请求,各VNF实体接收到变更请求后,更新自身存储的 VNFM信息,并通过所述新的VNFM返回变更完成响应到所述NFVO,所述NFVO更新自身存储的VNFM信息。Sending a VNFM information change request to all VNF entities managed by the abnormal VNFM by the new VNFM, and each VNF entity updates its own storage after receiving the change request. VNFM information, and by the new VNFM return change completion response to the NFVO, the NFVO updates its own stored VNFM information.
  5. 根据权利要求1-4中任一项所述的方法,其中,该方法还包括:The method of any of claims 1-4, wherein the method further comprises:
    通过心跳信息监控VNFM的运行是否出现异常。Monitor the operation of VNFM for abnormalities through heartbeat information.
  6. 根据权利要求5所述的方法,其中,所述确定VNFM是否异常包括:The method of claim 5 wherein said determining whether the VNFM is abnormal comprises:
    向VNFM发送心跳信息,如果收到VNFM返回的心跳响应,则确定所述VNFM运行正常;否则,检查是否超过已设置的常试向VNFM连续发送心跳信息的最大次数,如果没有超过,则等待下一次心跳响应,否则,确定所述VNFM运行异常。Sending heartbeat information to the VNFM. If the heartbeat response returned by the VNFM is received, it is determined that the VNFM is running normally; otherwise, it is checked whether the maximum number of consecutive attempts to send heartbeat information to the VNFM is exceeded. If not, the system waits for the next time. A heartbeat response, otherwise, it is determined that the VNFM is operating abnormally.
  7. 根据权利要求1-4中任一项所述的方法,其中,该方法还包括:The method of any of claims 1-4, wherein the method further comprises:
    所述新的VNFM开始执行管理操作后,释放异常VNFM的资源,并删除所述NFVO上存储的所述异常VNFM的信息。After the new VNFM starts performing the management operation, the resources of the abnormal VNFM are released, and the information of the abnormal VNFM stored on the NFVO is deleted.
  8. 一种VNFM容灾保护装置,该装置包括:VNFM监控模块和VNFM容灾模块;其中,A VNFM disaster recovery protection device, the device includes: a VNFM monitoring module and a VNFM disaster tolerance module; wherein
    所述VNFM监控模块,配置为确定所述VNFM异常后,触发所述VNFM容灾模块;The VNFM monitoring module is configured to: after determining that the VNFM is abnormal, triggering the VNFM disaster tolerance module;
    所述VNFM容灾模块,配置为在所述VNFM监控模块的触发下,停止与所述异常VNFM相关的所有操作,并依据所述异常VNFM的信息创建新的VNFM;将存储有所述异常VNFM运行数据的、且已从所述异常VNFM上卸载的共享磁盘挂载在新的VNFM上;The VNFM disaster tolerance module is configured to stop all operations related to the abnormal VNFM under the trigger of the VNFM monitoring module, and create a new VNFM according to the abnormal VNFM information; the abnormal VNFM will be stored A shared disk that runs data and has been unmounted from the abnormal VNFM is mounted on the new VNFM;
    还配置为确定所述新的VNFM运行正常后,更新NFVO上以及所述异常VNFM所管理的所有VNF实体上存储的VNFM信息,更新完成后启动新的VNFM的管理流程。It is further configured to update the VNFM information stored on the NFVO and all the VNF entities managed by the abnormal VNFM after the new VNFM is running normally, and start the management process of the new VNFM after the update is completed.
  9. 根据权利要求8所述的装置,其中,所述VNFM监控模块,还配置为通过心跳信息监控VNFM的运行是否出现异常。 The apparatus of claim 8, wherein the VNFM monitoring module is further configured to monitor whether the operation of the VNFM is abnormal by heartbeat information.
  10. 根据权利要求8或9所述的装置,其中,所述VNFM容灾模块,还配置为所述新的VNFM开始执行管理操作后,释放异常VNFM的资源,并删除所述NFVO上存储的所述异常VNFM的信息。The device according to claim 8 or 9, wherein the VNFM disaster tolerance module is further configured to: after the new VNFM starts performing a management operation, release resources of the abnormal VNFM, and delete the stored on the NFVO Abnormal VNFM information.
  11. 一种网络功能虚拟化协调器NFVO,所述NFVO包括权利要求8-10中任一项所述的装置。A network function virtualization coordinator, NFVO, comprising the apparatus of any of claims 8-10.
  12. 一种存储介质,该存储介质包括一组指令,当执行所述指令时,引起至少一个处理器执行权利要求1-7中任一项所述的操作。 A storage medium comprising a set of instructions that, when executed, cause at least one processor to perform the operations of any of claims 1-7.
PCT/CN2015/084609 2014-09-25 2015-07-21 Vnfm disaster-tolerant protection method and device, nfvo and storage medium WO2016045439A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
CN201410499428 2014-09-25
CN201410499428.5 2014-09-25
CN201410549420.5A CN105577408A (en) 2014-09-25 2014-10-16 Method of VNFM disaster recovery protection, apparatus and NFVO thereof
CN201410549420.5 2014-10-16

Publications (1)

Publication Number Publication Date
WO2016045439A1 true WO2016045439A1 (en) 2016-03-31

Family

ID=55580264

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/084609 WO2016045439A1 (en) 2014-09-25 2015-07-21 Vnfm disaster-tolerant protection method and device, nfvo and storage medium

Country Status (2)

Country Link
CN (1) CN105577408A (en)
WO (1) WO2016045439A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107360015A (en) * 2016-05-10 2017-11-17 华为技术有限公司 The method and apparatus of the shared storage of switching
US10880370B2 (en) 2018-11-27 2020-12-29 At&T Intellectual Property I, L.P. Virtual network manager system
CN112162886A (en) * 2020-09-18 2021-01-01 北京浪潮数据技术有限公司 Method, device, equipment and medium for switching back-end storage equipment
CN114338359A (en) * 2021-12-29 2022-04-12 中国邮政储蓄银行股份有限公司 Method and device for processing data center abnormity

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108170507B (en) * 2017-12-04 2022-02-22 上海市信息网络有限公司 Virtual application management method/system, computer readable storage medium and server
CN109995574A (en) * 2018-01-02 2019-07-09 中兴通讯股份有限公司 It is a kind of to repair the method for VNFM failure, monitor, VIM, VNFM and storage medium
CN110536330B (en) * 2018-09-27 2023-06-23 中兴通讯股份有限公司 UE migration method, device, system and storage medium
CN111414276B (en) * 2019-01-08 2023-05-05 中国移动通信有限公司研究院 Data disaster recovery method and device of VNF (virtual network function), VNF node and storage medium
CN109842526B (en) * 2019-03-12 2021-12-07 中国联合网络通信集团有限公司 Disaster recovery method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102012789A (en) * 2009-09-07 2011-04-13 云端容灾有限公司 Centralized management type backup and disaster recovery system
US20120066446A1 (en) * 2010-09-15 2012-03-15 Sabjan Check A Physical to virtual disks creation (p2v) method, by harvesting data from critical sectors
CN102629224A (en) * 2012-04-26 2012-08-08 广东电子工业研究院有限公司 Method and device of integrated data disaster recovery based on cloud platform
CN102819465A (en) * 2012-06-29 2012-12-12 华中科技大学 Failure recovery method in virtualization environment
CN104182306A (en) * 2014-08-08 2014-12-03 成都致云科技有限公司 Low-cost intelligent breakdown instant switching method for cloud host

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559108B (en) * 2013-11-11 2017-05-17 中国科学院信息工程研究所 Method and system for carrying out automatic master and slave failure recovery on the basis of virtualization

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102012789A (en) * 2009-09-07 2011-04-13 云端容灾有限公司 Centralized management type backup and disaster recovery system
US20120066446A1 (en) * 2010-09-15 2012-03-15 Sabjan Check A Physical to virtual disks creation (p2v) method, by harvesting data from critical sectors
CN102629224A (en) * 2012-04-26 2012-08-08 广东电子工业研究院有限公司 Method and device of integrated data disaster recovery based on cloud platform
CN102819465A (en) * 2012-06-29 2012-12-12 华中科技大学 Failure recovery method in virtualization environment
CN104182306A (en) * 2014-08-08 2014-12-03 成都致云科技有限公司 Low-cost intelligent breakdown instant switching method for cloud host

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107360015A (en) * 2016-05-10 2017-11-17 华为技术有限公司 The method and apparatus of the shared storage of switching
US10880370B2 (en) 2018-11-27 2020-12-29 At&T Intellectual Property I, L.P. Virtual network manager system
US11451624B2 (en) 2018-11-27 2022-09-20 At&T Intellectual Property I, L.P. Virtual network manager system
CN112162886A (en) * 2020-09-18 2021-01-01 北京浪潮数据技术有限公司 Method, device, equipment and medium for switching back-end storage equipment
CN112162886B (en) * 2020-09-18 2023-12-22 北京浪潮数据技术有限公司 Back-end storage device switching method, device, equipment and medium
CN114338359A (en) * 2021-12-29 2022-04-12 中国邮政储蓄银行股份有限公司 Method and device for processing data center abnormity

Also Published As

Publication number Publication date
CN105577408A (en) 2016-05-11

Similar Documents

Publication Publication Date Title
WO2016045439A1 (en) Vnfm disaster-tolerant protection method and device, nfvo and storage medium
US10169173B2 (en) Preserving management services with distributed metadata through the disaster recovery life cycle
US20180225108A1 (en) Applying update to snapshots of virtual machine
US9727429B1 (en) Method and system for immediate recovery of replicated virtual machines
US10678648B2 (en) Method, apparatus, and system for migrating virtual machine backup information
US9448899B2 (en) Method, apparatus and system for switching over virtual application two-node cluster in cloud environment
US8359493B2 (en) Mechanism to provide assured recovery for distributed application
US10061665B2 (en) Preserving management services with self-contained metadata through the disaster recovery life cycle
CN109656742B (en) Node exception handling method and device and storage medium
US9483314B2 (en) Systems and methods for fault tolerant batch processing in a virtual environment
WO2018095414A1 (en) Method and apparatus for detecting and recovering fault of virtual machine
KR20140025503A (en) Replaying jobs at a secondary location of a service
CN105812169B (en) A kind of switch between master and slave machines method and device
WO2017049997A1 (en) Virtual machine monitoring method, apparatus and system based on cloud computing service
WO2018137520A1 (en) Service recovery method and apparatus
CN103902401A (en) Virtual machine fault tolerance method and device based on monitoring
WO2014086150A1 (en) Snapshot method, service node, main control node and system
US11775334B1 (en) Provisioning and managing data orchestration platforms in a cloud computing environment
WO2017000586A1 (en) Method and device for upgrading virtual network element, and computer storage medium
US9658894B2 (en) Automatically and dynamically reclaiming resources during virtual machine decommission
WO2017092539A1 (en) Virtual machine repairing method, virtual machine device, system, and service functional network element
CN113746676B (en) Network card management method, device, equipment, medium and product based on container cluster
US11474707B2 (en) Data loss recovery in a secondary storage controller from a primary storage controller
WO2017107828A1 (en) Method and device for processing data after restart of node
CN114691304A (en) Method, device, equipment and medium for realizing high availability of cluster virtual machine

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: 15843209

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15843209

Country of ref document: EP

Kind code of ref document: A1