CN112822062A - Management method for desktop cloud service platform - Google Patents

Management method for desktop cloud service platform Download PDF

Info

Publication number
CN112822062A
CN112822062A CN201911121977.8A CN201911121977A CN112822062A CN 112822062 A CN112822062 A CN 112822062A CN 201911121977 A CN201911121977 A CN 201911121977A CN 112822062 A CN112822062 A CN 112822062A
Authority
CN
China
Prior art keywords
node
virtual machine
domain
scheduling
server node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201911121977.8A
Other languages
Chinese (zh)
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.)
Liaoning Provincial College of Communications
Original Assignee
Liaoning Provincial College of Communications
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 Liaoning Provincial College of Communications filed Critical Liaoning Provincial College of Communications
Priority to CN201911121977.8A priority Critical patent/CN112822062A/en
Publication of CN112822062A publication Critical patent/CN112822062A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • 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
    • 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/45595Network integration; Enabling network access in virtual machine instances

Abstract

The invention discloses a management method for a desktop cloud service platform, which comprises the steps of establishing a plurality of domain nodes and sending registration request information to a central management node; the central management node establishes connection with the server node, a user sends a user request to the central management node, the central management node receives the user request uniformly through a service interface layer, and the central management node responds to the user request according to a multi-layer scheduling method; and the central management node maintains the system load balance by adopting a multi-layer migration method according to the system state and the virtual machine running state so as to realize the management of the desktop cloud service platform. The method has the advantages of high resource allocation and scheduling efficiency, low resource consumption and good flexibility.

Description

Management method for desktop cloud service platform
Technical Field
The invention relates to the technical field of cloud service platforms, in particular to a management method for a desktop cloud service platform.
Background
The desktop cloud is used as one of cloud computing, and has the characteristics of easiness in deployment, high safety and centralized data management. The desktop cloud can transfer the traditional desktop environment to the data center, so that the data center is decoupled with the terminal equipment, and a user can access the personal desktop environment through a network at any time and any place by using the terminal equipment such as a thin client and the like, so that the office flexibility and the resource utilization rate are improved. In addition, the desktop cloud solves the problems of low utilization rate of traditional PC resources and server resources, high operation and maintenance cost, low safety factor and the like, can make up the defects of computing and storage capacity of terminal equipment such as thin clients and the like, and fully exerts the advantages of mobile office.
However, the technical solutions of the existing desktop cloud service platforms for cloud service resource management have the following problems more or less: (1) the reference standard of resource allocation and scheduling is not perfect, which can not reflect the real resource consumption situation only from the CPU utilization rate or the memory size. (2) The resources allocated by the system need to be calculated in real time, the resource consumption is high, and static information and historical data are not referred. (3) The cluster management mode is single, only depending on the single-layer management mode, the resource scheduling system can not self-correct the resource allocation behavior, and the fault tolerance and the flexibility are lacked.
Disclosure of Invention
Aiming at the defects in the prior art, the management method for the desktop cloud service platform has the advantages of high resource allocation and scheduling efficiency, low resource consumption and high flexibility.
The management method for the desktop cloud service platform comprises the following steps:
the method comprises the following steps: establishing a plurality of domain nodes, and connecting the domain nodes together through a local area network to construct a desktop cloud data center;
step two: the daemon process runs and collects the configuration information of the domain node and the Capacity value of the daemon process as registration information, and the server node collects the registration information and then sends the registration information to a central management node and sends registration request information to the central management node;
step three: the central management node establishes connection with the server node, receives and processes a registration request of the server node, and returns confirmation information of successful registration to the server node;
step four: a user sends a user request to a central management node;
step five: the central management node establishes heartbeat detection with the server node through a Keep-Alive mechanism and receives user requests through a service interface layer in a unified manner;
step six: the central management node responds to the user request according to a multi-layer scheduling method; the server node creates and starts the virtual machine according to the virtual machine configuration information, completes the response to the user request, and updates the virtual machine information to the database table by the virtualization service management process;
step seven: and the central management node maintains the system load balance by adopting a multi-layer migration method according to the system state and the virtual machine running state so as to realize the management of the desktop cloud service platform.
Preferably, the method for constructing the desktop cloud data center in the first step includes: firstly, connecting a plurality of server nodes to the same storage device through a wireless switch to form a domain; then, a corresponding service directory is established in a file system of the storage device; then, selecting a server node as a main node server, taking a root directory in the storage device as a main node shared directory, and accessing the content of the storage device by other server nodes in a main node mode; and repeating the process to create a plurality of domain nodes.
Preferably, the method for sending the registration request in step two includes: firstly, a server node reads and runs a virtualization service management program in a storage device in an NFS (network file system) mode; then, the virtualization service management process collects the relevant information of the domain node, obtains the IP address of the node, and then calculates the Capacity value of the server node; and finally, the virtualization service management process sends the collected domain node configuration information and the Capacity value of the virtualization service management process to a central management node for registration, wherein the domain node configuration information and the Capacity value of the virtualization service management process serve as registration information.
Preferably, the method for establishing a connection between the central management node and the server node in step three includes: firstly, a central management node establishes connection with a server node, and a main service process creates a sub-process to respond to a registration request; then, the subprocess updates the registration information of the server node into a database; then, the sub-process updates the resource pool information corresponding to the domain node; and finally, the central management node returns the confirmation information of successful registration to the server node.
Preferably, the multilayer scheduling method in the sixth step includes: first layer scheduling, second layer scheduling and third layer scheduling: the first layer of scheduling selects a domain node from the cluster according to a scheduling strategy, and then creates a mirror image of the virtual machine under a shared storage directory of the domain node; the second layer of scheduling selects a proper server node from the domain nodes selected by the first layer of scheduling according to the currently adopted scheduling strategy, and the server node realizes the response to the user request; and the third layer of scheduling selects a proper server node from the domain nodes selected by the second layer of scheduling according to the currently adopted scheduling strategy, and the server node completes the response to the user request.
Preferably, the method for responding to the user request in the sixth step includes: firstly, a central management node dynamically generates a configuration file of a virtual machine image in a memory according to a user request; then, the scheduling module reads the configuration file and obtains the current scheduling strategy according to the user configuration; then, the scheduling module sends the dynamically generated virtual machine configuration information to a virtualization service management process of the server node; and finally, the server node creates and starts the virtual machine according to the virtual machine configuration information, and finally completes the response to the user request.
Preferably, the multilayer migration method in the seventh step includes: a local migration method and a global migration method.
Preferably, the method for maintaining system load balance in the seventh step includes: firstly, a migration module judges whether the virtual machine to be migrated executes intra-domain migration or inter-domain migration according to the load condition of each node of a cluster by combining a current scheduling strategy; then, the migration module migrates the virtual machine to be migrated from the source node to the destination node through an intra-domain online migration method based on a shared storage and memory pre-copy technology, and the availability of the virtual machine service is maintained in the migration process; then, the migration module migrates the mirror image of the virtual machine to the shared storage device of the destination domain node through the storage block online migration technology; and finally, the migration module migrates the virtual machine to be migrated to the destination server node, starts the virtual machine on the destination server node, and deletes the virtual machine on the source server node.
The invention has the beneficial effects that:
(1) the management method for the desktop cloud service platform adopts a structure that the server nodes of the same domain node are centralized together for management, and all data are stored in different storage devices in a scattered manner, has the advantages of high resource allocation and scheduling efficiency, and breaks the limitation of physical areas;
(2) the data sharing mode used in the management method of the desktop cloud service platform greatly improves the utilization rate of resources, reduces the repetition rate of the resources and further reduces the resource consumption;
(3) the management method for the desktop cloud service platform uses a multilayer scheduling method to schedule the virtual machine, and is more flexible and efficient, and higher in scheduling efficiency and practicability compared with the single prior art.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
Fig. 1 is a flowchart illustrating a method for managing a network according to an embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby.
It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which the invention pertains.
A management method for a desktop cloud service platform according to an embodiment of the present invention is described below with reference to fig. 1.
As shown in fig. 1, a management method for a desktop cloud service platform according to an embodiment of the present invention includes the following steps:
the method comprises the following steps: establishing a plurality of domain nodes, and connecting the domain nodes together through a local area network to construct a desktop cloud data center;
step two: the daemon process runs and collects the configuration information of the domain node and the Capacity value of the daemon process as registration information, and the server node collects the registration information and then sends the registration information to a central management node and sends registration request information to the central management node;
step three: the central management node establishes connection with the server node, receives and processes a registration request of the server node, and returns confirmation information of successful registration to the server node;
step four: a user sends a user request to a central management node;
step five: the central management node establishes heartbeat detection with the server node through a Keep-Alive mechanism and receives user requests through a service interface layer in a unified manner;
step six: the central management node responds to the user request according to a multi-layer scheduling method; the server node creates and starts the virtual machine according to the virtual machine configuration information, completes the response to the user request, and updates the virtual machine information to the database table by the virtualization service management process;
step seven: and the central management node maintains the system load balance by adopting a multi-layer migration method according to the system state and the virtual machine running state so as to realize the management of the desktop cloud service platform.
The method for constructing the desktop cloud data center in the first step comprises the following steps: firstly, connecting a plurality of server nodes to the same storage device through a wireless switch to form a domain; then, a corresponding service directory is established in a file system of the storage device; then, selecting a server node as a main node server, taking a root directory in the storage device as a main node shared directory, and accessing the content of the storage device by other server nodes in a main node mode; and repeating the process to create a plurality of domain nodes.
Preferably, the method for sending the registration request in step two includes: firstly, a server node reads and runs a virtualization service management program in a storage device in an NFS (network file system) mode; then, the virtualization service management process collects the relevant information of the domain node, obtains the IP address of the node, and then calculates the Capacity value of the server node; and finally, the virtualization service management process sends the collected domain node configuration information and the Capacity value of the virtualization service management process to a central management node for registration, wherein the domain node configuration information and the Capacity value of the virtualization service management process serve as registration information. The method for establishing the connection between the central management node and the server node in the third step comprises the following steps: firstly, a central management node establishes connection with a server node, and a main service process creates a sub-process to respond to a registration request; then, the subprocess updates the registration information of the server node into a database; then, the sub-process updates the resource pool information corresponding to the domain node; and finally, the central management node returns the confirmation information of successful registration to the server node.
Specifically, the multilayer scheduling method in the sixth step includes: first layer scheduling, second layer scheduling and third layer scheduling: the first layer of scheduling selects a domain node from the cluster according to a scheduling strategy, and then creates a mirror image of the virtual machine under a shared storage directory of the domain node; the second layer of scheduling selects a proper server node from the domain nodes selected by the first layer of scheduling according to the currently adopted scheduling strategy, and the server node realizes the response to the user request; and the third layer of scheduling selects a proper server node from the domain nodes selected by the second layer of scheduling according to the currently adopted scheduling strategy, and the server node completes the response to the user request. The method for responding to the user request in the sixth step comprises the following steps: firstly, a central management node dynamically generates a configuration file of a virtual machine image in a memory according to a user request; then, the scheduling module reads the configuration file and obtains the current scheduling strategy according to the user configuration; then, the scheduling module sends the dynamically generated virtual machine configuration information to a virtualization service management process of the server node; and finally, the server node creates and starts the virtual machine according to the virtual machine configuration information, and finally completes the response to the user request.
Specifically, the multilayer migration method in the seventh step includes: a local migration method and a global migration method. The method for maintaining system load balance in the seventh step comprises the following steps: firstly, a migration module judges whether the virtual machine to be migrated executes intra-domain migration or inter-domain migration according to the load condition of each node of a cluster by combining a current scheduling strategy; then, the migration module migrates the virtual machine to be migrated from the source node to the destination node through an intra-domain online migration method based on a shared storage and memory pre-copy technology, and the availability of the virtual machine service is maintained in the migration process; then, the migration module migrates the mirror image of the virtual machine to the shared storage device of the destination domain node through the storage block online migration technology; and finally, the migration module migrates the virtual machine to be migrated to the destination server node, starts the virtual machine on the destination server node, and deletes the virtual machine on the source server node.
The management method for the desktop cloud service platform adopts a structure that the server nodes of the same domain node are centralized together for management, and all data are stored in different storage devices in a scattered manner, has the advantages of high resource allocation and scheduling efficiency, and breaks the limitation of physical areas; the embodiment of the invention is used for realizing the data sharing mode in the management method of the desktop cloud service platform, greatly improving the resource utilization rate, reducing the resource repetition rate and further reducing the resource consumption; the management method for the desktop cloud service platform, provided by the embodiment of the invention, is used for scheduling the virtual machine by using a multilayer scheduling method, and is more flexible and efficient, and the scheduling efficiency and the practicability are higher compared with the single prior art.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (8)

1. A management method for a desktop cloud service platform is characterized by comprising the following steps:
the method comprises the following steps: establishing a plurality of domain nodes, and connecting the domain nodes together through a local area network to construct a desktop cloud data center;
step two: the daemon process runs and collects the configuration information of the domain node and the Capacity value of the daemon process as registration information, and the server node collects the registration information and then sends the registration information to a central management node and sends registration request information to the central management node;
step three: the central management node establishes connection with the server node, receives and processes a registration request of the server node, and returns confirmation information of successful registration to the server node;
step four: a user sends a user request to a central management node;
step five: the central management node establishes heartbeat detection with the server node through a Keep-Alive mechanism and receives user requests through a service interface layer in a unified manner;
step six: the central management node responds to the user request according to a multi-layer scheduling method; the server node creates and starts the virtual machine according to the virtual machine configuration information, completes the response to the user request, and updates the virtual machine information to the database table by the virtualization service management process;
step seven: and the central management node maintains the system load balance by adopting a multi-layer migration method according to the system state and the virtual machine running state so as to realize the management of the desktop cloud service platform.
2. The management method for the desktop cloud service platform according to claim 1, wherein the method for constructing the desktop cloud data center in the first step comprises: firstly, connecting a plurality of server nodes to the same storage device through a wireless switch to form a domain; then, a corresponding service directory is established in a file system of the storage device; then, selecting a server node as a main node server, taking a root directory in the storage device as a main node shared directory, and accessing the content of the storage device by other server nodes in a main node mode; and repeating the process to create a plurality of domain nodes.
3. The management method for the desktop cloud service platform according to claim 2, wherein the method for sending the registration request in the second step includes: firstly, a server node reads and runs a virtualization service management program in a storage device in an NFS (network file system) mode; then, the virtualization service management process collects the relevant information of the domain node, obtains the IP address of the node, and then calculates the Capacity value of the server node; and finally, the virtualization service management process sends the collected domain node configuration information and the Capacity value of the virtualization service management process to a central management node for registration, wherein the domain node configuration information and the Capacity value of the virtualization service management process serve as registration information.
4. The management method for the desktop cloud service platform according to claim 1, wherein the method for the central management node to establish a connection with the server node in step three includes: firstly, a central management node establishes connection with a server node, and a main service process creates a sub-process to respond to a registration request; then, the subprocess updates the registration information of the server node into a database; then, the sub-process updates the resource pool information corresponding to the domain node; and finally, the central management node returns the confirmation information of successful registration to the server node.
5. The management method for the desktop cloud service platform according to claim 1, wherein the multilayer scheduling method in the sixth step comprises: first layer scheduling, second layer scheduling and third layer scheduling: the first layer of scheduling selects a domain node from the cluster according to a scheduling strategy, and then creates a mirror image of the virtual machine under a shared storage directory of the domain node; the second layer of scheduling selects a proper server node from the domain nodes selected by the first layer of scheduling according to the currently adopted scheduling strategy, and the server node realizes the response to the user request; and the third layer of scheduling selects a proper server node from the domain nodes selected by the second layer of scheduling according to the currently adopted scheduling strategy, and the server node completes the response to the user request.
6. The management method for the desktop cloud service platform according to claim 1, wherein the method for responding to the user request in the sixth step comprises: firstly, a central management node dynamically generates a configuration file of a virtual machine image in a memory according to a user request; then, the scheduling module reads the configuration file and obtains the current scheduling strategy according to the user configuration; then, the scheduling module sends the dynamically generated virtual machine configuration information to a virtualization service management process of the server node; and finally, the server node creates and starts the virtual machine according to the virtual machine configuration information, and finally completes the response to the user request.
7. The management method for the desktop cloud service platform according to claim 1, wherein the multi-layer migration method in the seventh step comprises: a local migration method and a global migration method.
8. The management method for the desktop cloud service platform according to claim 1, wherein the method for maintaining system load balance in the seventh step comprises: firstly, a migration module judges whether the virtual machine to be migrated executes intra-domain migration or inter-domain migration according to the load condition of each node of a cluster by combining a current scheduling strategy; then, the migration module migrates the virtual machine to be migrated from the source node to the destination node through an intra-domain online migration method based on a shared storage and memory pre-copy technology, and the availability of the virtual machine service is maintained in the migration process; then, the migration module migrates the mirror image of the virtual machine to the shared storage device of the destination domain node through the storage block online migration technology; and finally, the migration module migrates the virtual machine to be migrated to the destination server node, starts the virtual machine on the destination server node, and deletes the virtual machine on the source server node.
CN201911121977.8A 2019-11-15 2019-11-15 Management method for desktop cloud service platform Pending CN112822062A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911121977.8A CN112822062A (en) 2019-11-15 2019-11-15 Management method for desktop cloud service platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911121977.8A CN112822062A (en) 2019-11-15 2019-11-15 Management method for desktop cloud service platform

Publications (1)

Publication Number Publication Date
CN112822062A true CN112822062A (en) 2021-05-18

Family

ID=75852056

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911121977.8A Pending CN112822062A (en) 2019-11-15 2019-11-15 Management method for desktop cloud service platform

Country Status (1)

Country Link
CN (1) CN112822062A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114791855A (en) * 2022-06-23 2022-07-26 中航金网(北京)电子商务有限公司 Task scheduling method, device, medium, equipment and program product under cloud platform
CN116204494A (en) * 2023-04-28 2023-06-02 深圳竹云科技股份有限公司 Method and device for migrating active directory data, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103607466A (en) * 2013-11-27 2014-02-26 国家电网公司 Wide-area multi-stage distributed parallel grid analysis method based on cloud computing
CN104253865A (en) * 2014-09-18 2014-12-31 华南理工大学 Two-level management method for hybrid desktop cloud service platform
CN105208123A (en) * 2015-09-24 2015-12-30 广东亿迅科技有限公司 Virtual desktop implementation method and system thereof
TWI581113B (en) * 2016-06-17 2017-05-01 Chunghwa Telecom Co Ltd Method and System for Accelerating Desktop Production in Desktop Cloud Services
CN107480237A (en) * 2017-08-08 2017-12-15 中南大学 Towards the data fusion method and system of isomery desktop cloud platform

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103607466A (en) * 2013-11-27 2014-02-26 国家电网公司 Wide-area multi-stage distributed parallel grid analysis method based on cloud computing
CN104253865A (en) * 2014-09-18 2014-12-31 华南理工大学 Two-level management method for hybrid desktop cloud service platform
CN105208123A (en) * 2015-09-24 2015-12-30 广东亿迅科技有限公司 Virtual desktop implementation method and system thereof
TWI581113B (en) * 2016-06-17 2017-05-01 Chunghwa Telecom Co Ltd Method and System for Accelerating Desktop Production in Desktop Cloud Services
CN107480237A (en) * 2017-08-08 2017-12-15 中南大学 Towards the data fusion method and system of isomery desktop cloud platform

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114791855A (en) * 2022-06-23 2022-07-26 中航金网(北京)电子商务有限公司 Task scheduling method, device, medium, equipment and program product under cloud platform
CN114791855B (en) * 2022-06-23 2022-09-16 中航金网(北京)电子商务有限公司 Task scheduling method, device, medium, equipment and program product under cloud platform
CN116204494A (en) * 2023-04-28 2023-06-02 深圳竹云科技股份有限公司 Method and device for migrating active directory data, electronic equipment and storage medium
CN116204494B (en) * 2023-04-28 2023-07-14 深圳竹云科技股份有限公司 Method and device for migrating active directory data, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US11429449B2 (en) Method for fast scheduling for balanced resource allocation in distributed and collaborative container platform environment
CN109743415B (en) Public cloud network elastic IP implementation method and system
CN112671882B (en) Same-city double-activity system and method based on micro-service
Mesbahi et al. Load balancing in cloud computing: a state of the art survey
US20160216994A1 (en) Method, system, computer program and computer program product for monitoring data packet flows between virtual machines, vms, within a data centre
CN105159775A (en) Load balancer based management system and management method for cloud computing data center
CN103533063A (en) Method and device capable of realizing dynamic expansion of WEB (World Wide Web) application resource
Wided et al. Load balancing with Job Migration Algorithm for improving performance on grid computing: Experimental Results
CN108833462A (en) A kind of system and method found from registration service towards micro services
CN112463366A (en) Cloud-native-oriented micro-service automatic expansion and contraction capacity and automatic fusing method and system
EP3806395B1 (en) Virtual network function (vnf) deployment method and apparatus
CN110580198B (en) Method and device for adaptively switching OpenStack computing node into control node
US20220318071A1 (en) Load balancing method and related device
CN111858033A (en) Load balancing method based on cluster and multiple processes
WO2016095524A1 (en) Resource allocation method and apparatus
CN112822062A (en) Management method for desktop cloud service platform
CN113382077A (en) Micro-service scheduling method and device, computer equipment and storage medium
JP2023541607A (en) Automatic node interchangeability between compute nodes and infrastructure nodes in edge zones
CN114911602A (en) Load balancing method, device, equipment and storage medium for server cluster
CN116886696A (en) Cloud edge collaboration-based application deployment method and system
CN112655185B (en) Apparatus, method and storage medium for service allocation in a software defined network
CN114338670B (en) Edge cloud platform and network-connected traffic three-level cloud control platform with same
WO2023109062A1 (en) Cloud disaster recovery system and method, electronic device, and storage medium
CN105046393A (en) Cloud computing-based traffic resource management system
WO2018196651A1 (en) Resource management method and device

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210518