CN106844058B - Management method and device for virtualized resources - Google Patents

Management method and device for virtualized resources Download PDF

Info

Publication number
CN106844058B
CN106844058B CN201710089830.XA CN201710089830A CN106844058B CN 106844058 B CN106844058 B CN 106844058B CN 201710089830 A CN201710089830 A CN 201710089830A CN 106844058 B CN106844058 B CN 106844058B
Authority
CN
China
Prior art keywords
label
information
user
virtualized
virtualized resource
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710089830.XA
Other languages
Chinese (zh)
Other versions
CN106844058A (en
Inventor
李瑞丰
荆帅帅
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201710089830.XA priority Critical patent/CN106844058B/en
Publication of CN106844058A publication Critical patent/CN106844058A/en
Application granted granted Critical
Publication of CN106844058B publication Critical patent/CN106844058B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45562Creating, deleting, cloning virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

According to the management method and device for the virtualized resources, provided by the invention, a certain type of virtualized resources are bound by using the tag information, and when a user processes the type of virtualized resources, a virtualized resource processing request containing the tag information is input, so that the certain type of virtualized resources bound with the tag information can be uniformly processed. For example, all virtual machines can be quickly located directly through the tag information, and then operations such as batch startup, shutdown, backup or migration are performed. And furthermore, the problem that the management of the virtualized resources wastes time is solved, and the maintenance complexity is simplified.

Description

Management method and device for virtualized resources
Technical Field
The present invention relates to the field of virtualization technologies, and in particular, to a method and an apparatus for managing virtualized resources.
Background
In a computer, Virtualization (Virtualization) is a resource management technology, which abstracts and converts various physical resources of the computer, such as servers, networks, memories, storages, and the like, to present them, thereby breaking the barrier of non-cuttability between physical structures and enabling users to apply these resources in a better way than the original configuration. How to quickly locate and find a virtualized resource and operate it is an important issue faced in virtualization technology. The traditional approach is to identify and manage virtualized resources using special naming rules (e.g., multiple virtual machines created on a host with IP 100.2.22.2, commonly named VM _100_2_22_2_001, VM _100_2_22_2_002, etc.). In the process of deploying and using virtualization system software, when the deployment environment is complex, one virtualization system manages dozens to thousands of physical nodes, and the amount of virtualization resources provided by the system is huge at this time. The traditional method is adopted to manage the virtualized resources, a large amount of time is consumed, and the maintenance complexity is high.
Disclosure of Invention
In view of the above, the present invention provides a method and an apparatus for managing virtualized resources, so as to achieve the purposes of reducing the time consumed for managing the virtualized resources and simplifying the maintenance complexity.
In order to achieve the above object, the following solutions are proposed:
a method of managing virtualized resources, comprising:
receiving a virtualized resource processing request input by a user, wherein the virtualized resource processing request comprises tag information;
acquiring a virtualized resource bound with the label information;
executing the virtualized resource processing request on the virtualized resource.
Preferably, before the receiving the virtualized resource processing request input by the user, the method further includes:
generating the label information according to input information of a user, wherein the label information comprises a label name, a label description and a parent node of a label;
and binding the label information with the virtualized resource specified by the user.
Preferably, the generating the tag information according to the input information of the user specifically includes:
receiving input information of a user, wherein the input information comprises a label name, a label description and a parent node of a label;
when the concurrent lock is successfully acquired, verifying whether the label name exists in a label information set or not;
and if not, generating label information and storing the label information in the label information set.
Preferably, the binding the tag information with the virtualized resource specified by the user specifically includes:
receiving a virtualized resource designated by a user;
and when the concurrency lock is successfully acquired, binding the tag information with the virtualized resource specified by the user.
Preferably, before the receiving the virtualized resource processing request input by the user, the method further includes:
and deleting the label information without the binding relationship.
An apparatus for managing virtualized resources, comprising:
the system comprises a request receiving unit, a processing unit and a processing unit, wherein the request receiving unit is used for receiving a virtualized resource processing request input by a user, and the virtualized resource processing request comprises tag information;
a resource obtaining unit, configured to obtain a virtualized resource bound to the tag information;
a request processing unit, configured to execute the virtualized resource processing request on the virtualized resource.
Preferably, the apparatus further comprises:
the label establishing unit is used for generating the label information according to the input information of the user, and the label information comprises a label name, a label description and a parent node of the label;
and the information binding unit is used for binding the label information with the virtualized resource specified by the user.
Preferably, the tag establishing unit specifically includes:
the information receiving subunit is used for receiving input information of a user, wherein the input information comprises a label name, a label description and a parent node of a label;
the repeated verification subunit is used for verifying whether the label name exists in the label information set or not when the concurrent lock is successfully acquired;
and the label storage subunit is used for generating label information and storing the label information in the label information set if the label information does not exist.
Preferably, the information binding specifically includes:
the resource acquisition subunit is used for receiving the virtualized resources specified by the user;
and the information binding subunit is used for binding the label information with the virtualized resource specified by the user when the concurrent lock is successfully acquired.
Preferably, the apparatus further comprises:
and the label deleting unit is used for deleting the label information without the binding relationship.
Compared with the prior art, the technical scheme of the invention has the following advantages:
according to the management method and device for the virtualized resources, the tag information is used for binding a certain type of virtualized resources, and when the user processes the type of virtualized resources, the user inputs a virtualized resource processing request containing the tag information, namely, the certain type of virtualized resources bound with the tag information can be uniformly processed. For example, all virtual machines can be quickly located directly through the tag information, and then operations such as batch startup, shutdown, backup or migration are performed. And furthermore, the problem that the management of the virtualized resources wastes time is solved, and the maintenance complexity is simplified.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a method for managing virtualized resources according to an embodiment of the present invention;
fig. 2 is a flowchart of another management method for virtualized resources according to an embodiment of the present invention;
FIG. 3 is a flowchart of a tag information creation process according to an embodiment of the present invention;
fig. 4 is a flowchart of a binding process of tag information according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a management apparatus for virtualized resources according to an embodiment of the present invention;
fig. 6 is a schematic diagram of another management apparatus for virtualized resources according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example one
Referring to fig. 1, a flowchart of a management method for virtualized resources provided in this embodiment may include:
step S11: receiving a virtualized resource processing request input by a user.
The virtualized resource processing request includes tag information. And binding a certain type of virtualized resources by using the label information. When a user wants to process the virtual resource, a label bound with the virtual resource is selected on a preset page, corresponding processing content is appointed, and a virtual resource processing request containing label information is generated by the preset page according to the label selected by the user and the appointed processing content and is sent to a server.
Step S12: acquiring a virtualized resource bound with the tag information;
and after receiving the virtualized resource processing request containing the label information, the server acquires the virtualized resource bound with the label information from the database. Virtualized resources may be specifically divided into virtual machines, storage pools, hosts, clusters, and the like.
Step S13: executing the virtualized resource processing request on the virtualized resource.
For example, all virtual machines are bound with the tag information, and if the virtualized resource processing request is startup, the startup operation is executed on all virtual machines; all the virtual machines are bound with the label information, and if the virtualized resource processing request is inquiry, all the obtained virtual machine information is displayed, so that a user can conveniently designate certain resources to perform designated operation processing.
In the management method for virtualized resources provided in this embodiment, a virtualized resource processing request including tag information input by a user is received, a virtualized resource bound to the tag information is acquired in a database, and the virtualized resource processing request is executed on the virtualized resource. And uniformly processing certain type of virtualized resources by using the label information. For example, all virtual machines can be quickly located directly through the tag information, and then operations such as batch startup, shutdown, backup or migration are performed. And furthermore, the problem that the management of the virtualized resources wastes time is solved, and the maintenance complexity is simplified.
Example two
Referring to fig. 2, a flowchart of another management method for virtualized resources provided in this embodiment is shown, where the method adds a management process of a tag resource to the method provided in the first embodiment, and the method specifically may include:
step S21: and generating the label information according to the input information of the user.
The label information includes a label name, a label description, and a parent node of the label. Referring to fig. 3, for the data structure of the tag tree of the single node multi-way tree, after a tag information is created, a tag information is recorded in the database.
Step S22: and binding the label information with the virtualized resource specified by the user.
And after the label information is created, performing unified binding management on the formulated virtualized resources. In a common scenario, if a plurality of virtual machines belong to a service a cluster, after the tag service a is created, all the virtual machines belonging to the service a cluster are bound with the tag service a. When the same operation needs to be performed on the service A cluster later, all the virtual machines of the service A cluster can be quickly positioned directly through the label service A, and operations such as batch startup, shutdown, backup, migration and the like are executed.
Step S23: receiving a virtualized resource processing request input by a user.
Step S24: acquiring a virtualized resource bound with the tag information;
step S25: executing the virtualized resource processing request on the virtualized resource.
Here, steps S23, S24, and S25 are the same as steps S11, S12, and S13, respectively.
Referring to fig. 3, a process for creating tag information provided in this embodiment includes:
step S211: input information of a user is received.
The input information includes a tag name, a tag description, and a parent node of the tag.
Step S212: and when the concurrent lock is successfully acquired, verifying whether the label name exists in the label information set.
When creating tag information, in order to prevent a dirty data situation caused by concurrency, that is, a situation that two persons create the same tag information at the same time, it is necessary to ensure the principle of creation operation by acquiring a concurrency lock. And when the concurrent lock is successfully acquired, verifying whether the label name exists in a label information set of the database, otherwise, failing to establish.
Step S213: and if not, generating label information and storing the label information in the label information set.
The newly created label name and the label name stored in the database cannot be duplicated, so that the label information is stored in the label information set only when the label name is verified not to exist in the label information set of the database, otherwise, the creation fails.
Referring to fig. 4, a process for binding tag information provided in this embodiment includes:
step S221: receiving virtualized resources and label information specified by a user;
step S222: and when the concurrency lock is successfully acquired, binding the label information specified by the user with the virtualized resource.
When other users operate the specified tag information, the current user cannot perform binding operation on the specified tag information. Therefore, when the concurrency lock is successfully acquired, the tag information specified by the user and the virtualization information specified by the user are bound.
The management of the tag information also includes the operation of deleting the tag, that is, deleting the tag information without binding relationship. And deleting the existing label information in the database, wherein the current label information is required to be verified to have no binding relation with any virtualized resource when the label information is deleted, otherwise, the current label information cannot be deleted. And if the current tag information has sub-tag information, whether all the sub-tag information can be deleted or not needs to be verified, and the current tag information can be deleted only when all the sub-tag information can be deleted.
While, for purposes of simplicity of explanation, the foregoing method embodiments have been described as a series of acts or combination of acts, it will be appreciated by those skilled in the art that the present invention is not limited by the illustrated ordering of acts, as some steps may occur in other orders or concurrently with other steps in accordance with the invention.
The following are embodiments of the apparatus of the present invention that may be used to perform embodiments of the method of the present invention. For details which are not disclosed in the embodiments of the apparatus of the present invention, reference is made to the embodiments of the method of the present invention.
EXAMPLE III
Referring to fig. 5, a schematic diagram of a management device for virtualized resources according to this embodiment is shown, where the device may include:
a request receiving unit 11, configured to receive a virtualized resource processing request input by a user, where the virtualized resource processing request includes tag information;
a resource obtaining unit 12, configured to obtain a virtualized resource bound to the tag information;
a request processing unit 13, configured to execute the virtualized resource processing request on the virtualized resource.
In the management apparatus for virtualized resources according to this embodiment, the request receiving unit 11 receives a virtualized resource processing request including tag information input by a user, the resource obtaining unit 12 obtains a virtualized resource bound with the tag information in a database, and the request processing unit 13 executes the virtualized resource processing request on the virtualized resource. And uniformly processing certain type of virtualized resources by using the label information. For example, all virtual machines can be quickly located directly through the tag information, and then operations such as batch startup, shutdown, backup or migration are performed. And furthermore, the problem that the management of the virtualized resources wastes time is solved, and the maintenance complexity is simplified.
Example four
Referring to fig. 6, a schematic diagram of another management apparatus for virtualized resources provided in this embodiment is shown, where the apparatus may further include, in comparison with the apparatus provided in the third embodiment: a label establishing unit 14 and an information binding unit 15.
And the label establishing unit 14 is configured to generate the label information according to the input information of the user, where the label information includes a label name, a label description, and a parent node of the label.
The tag creation unit 14 may include: an information receiving subunit 141, a duplicate authentication subunit 142, and a label holding subunit 143.
An information receiving subunit 141, configured to receive input information of a user, where the input information includes a tag name, a tag description, and a parent node of a tag;
a repeated verification subunit 142, configured to verify whether the tag name exists in the tag information set when the concurrent lock is successfully acquired;
a tag saving subunit 143, configured to generate and save tag information in the tag information set if the tag information does not exist.
And an information binding unit 15, configured to bind the tag information with a virtualized resource specified by a user.
The information binding unit 15 may specifically include: a resource acquisition subunit 151 and an information binding subunit 152.
A resource acquisition subunit 151, configured to receive a virtualized resource specified by a user;
and an information binding subunit 152, configured to bind the tag information with the virtualized resource specified by the user when the concurrency lock is successfully acquired.
Preferably, the management apparatus for virtualized resources provided in this embodiment may further include: and the label deleting unit is used for deleting the label information without the binding relationship.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
In this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (6)

1. A method for managing virtualized resources, comprising:
receiving a virtualized resource processing request input by a user, wherein the virtualized resource processing request comprises tag information;
acquiring a virtualized resource bound with the label information;
executing the virtualized resource processing request on the virtualized resource;
before the receiving of the virtualized resource processing request input by the user, the method further includes:
generating the label information according to input information of a user, wherein the label information comprises a label name, a label description and a parent node of a label;
binding the label information with a virtualized resource specified by a user;
the generating the tag information according to the input information of the user specifically includes:
receiving input information of a user, wherein the input information comprises a label name, a label description and a parent node of a label;
when the concurrent lock is successfully acquired, verifying whether the label name exists in a label information set or not;
and if not, generating label information and storing the label information in the label information set.
2. The method of claim 1, wherein the binding the tag information with a virtualized resource specified by a user comprises:
receiving a virtualized resource designated by a user;
and when the concurrency lock is successfully acquired, binding the tag information with the virtualized resource specified by the user.
3. The method of claim 1, further comprising, prior to said receiving a user-entered virtualized resource processing request:
and deleting the label information without the binding relationship.
4. An apparatus for managing virtualized resources, comprising:
the system comprises a request receiving unit, a processing unit and a processing unit, wherein the request receiving unit is used for receiving a virtualized resource processing request input by a user, and the virtualized resource processing request comprises tag information;
a resource obtaining unit, configured to obtain a virtualized resource bound to the tag information;
a request processing unit configured to execute the virtualized resource processing request on the virtualized resource;
the device, still include:
the label establishing unit is used for generating the label information according to the input information of the user, and the label information comprises a label name, a label description and a parent node of the label;
the information binding unit is used for binding the label information with the virtualized resource specified by the user;
the tag establishing unit specifically includes:
the information receiving subunit is used for receiving input information of a user, wherein the input information comprises a label name, a label description and a parent node of a label;
the repeated verification subunit is used for verifying whether the label name exists in the label information set or not when the concurrent lock is successfully acquired;
and the label storage subunit is used for generating label information and storing the label information in the label information set if the label information does not exist.
5. The apparatus of claim 4, wherein the information binding specifically includes:
the resource acquisition subunit is used for receiving the virtualized resources specified by the user;
and the information binding subunit is used for binding the label information with the virtualized resource specified by the user when the concurrent lock is successfully acquired.
6. The apparatus of claim 4, further comprising:
and the label deleting unit is used for deleting the label information without the binding relationship.
CN201710089830.XA 2017-02-20 2017-02-20 Management method and device for virtualized resources Active CN106844058B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710089830.XA CN106844058B (en) 2017-02-20 2017-02-20 Management method and device for virtualized resources

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710089830.XA CN106844058B (en) 2017-02-20 2017-02-20 Management method and device for virtualized resources

Publications (2)

Publication Number Publication Date
CN106844058A CN106844058A (en) 2017-06-13
CN106844058B true CN106844058B (en) 2020-05-29

Family

ID=59128511

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710089830.XA Active CN106844058B (en) 2017-02-20 2017-02-20 Management method and device for virtualized resources

Country Status (1)

Country Link
CN (1) CN106844058B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109376011B (en) * 2018-09-26 2021-01-15 郑州云海信息技术有限公司 Method and device for managing resources in virtualization system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546379A (en) * 2010-12-27 2012-07-04 中国移动通信集团公司 Virtualized resource scheduling method and system
CN103873460A (en) * 2014-01-27 2014-06-18 华为技术有限公司 Business resource group realizing method and device
CN105653372A (en) * 2015-12-30 2016-06-08 中电科华云信息技术有限公司 Cloud platform-based method for realizing multi-virtualization hybrid management and scheduling
CN105812175A (en) * 2016-03-07 2016-07-27 联想(北京)有限公司 Resource management method and resource management device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9304798B2 (en) * 2011-06-07 2016-04-05 Hewlett Packard Enterprise Development Lp Scalable multi-tenant network architecture for virtualized datacenters
CN103593352B (en) * 2012-08-15 2016-10-12 阿里巴巴集团控股有限公司 A kind of mass data cleaning method and device
US9781051B2 (en) * 2014-05-27 2017-10-03 International Business Machines Corporation Managing information technology resources using metadata tags
US9747555B2 (en) * 2014-06-05 2017-08-29 International Business Machines Corporation Labeling of data for machine learning

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102546379A (en) * 2010-12-27 2012-07-04 中国移动通信集团公司 Virtualized resource scheduling method and system
CN103873460A (en) * 2014-01-27 2014-06-18 华为技术有限公司 Business resource group realizing method and device
CN105653372A (en) * 2015-12-30 2016-06-08 中电科华云信息技术有限公司 Cloud platform-based method for realizing multi-virtualization hybrid management and scheduling
CN105812175A (en) * 2016-03-07 2016-07-27 联想(北京)有限公司 Resource management method and resource management device

Also Published As

Publication number Publication date
CN106844058A (en) 2017-06-13

Similar Documents

Publication Publication Date Title
KR101970839B1 (en) Replaying jobs at a secondary location of a service
US9521194B1 (en) Nondeterministic value source
WO2019184164A1 (en) Method for automatically deploying kubernetes worker node, device, terminal apparatus, and readable storage medium
US10324803B1 (en) Storage snapshot management
CN108376100A (en) Container scheduling based on safety
US10061665B2 (en) Preserving management services with self-contained metadata through the disaster recovery life cycle
US10372555B1 (en) Reversion operations for data store components
US10929247B2 (en) Automatic creation of application-centric extended metadata for a storage appliance
CN111614733B (en) Deployment method, device and storage medium of distributed multi-fragmentation cluster
WO2012113336A1 (en) System for managing resources in virtualized environment and implementation method therefor
WO2012054160A2 (en) High availability of machines during patching
CN110971700B (en) Method and device for realizing distributed lock
CN103077034B (en) hybrid virtualization platform JAVA application migration method and system
CN111684437B (en) Staggered update key-value storage system ordered by time sequence
CN109933338B (en) Block chain deployment method, device, computer equipment and storage medium
GB2518894A (en) A method and a system for operating programs on a computer cluster
US10862887B2 (en) Multiple domain authentication using data management and storage node
CN110890987A (en) Method, device, equipment and system for automatically creating cluster
CN112035062B (en) Migration method of local storage of cloud computing, computer equipment and storage medium
CN106844058B (en) Management method and device for virtualized resources
CN104484221A (en) Method for taking over existing vCenter cluster by CloudStack
CN113805969A (en) Parameter configuration acquisition method and device, storage medium and electronic equipment
CN117389713B (en) Storage system application service data migration method, device, equipment and medium
CN113297158B (en) Cloud security product management method, device, equipment and storage medium
GB2542585A (en) Task scheduler and task scheduling process

Legal Events

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