CN108920685B - Management method and device for database in cloud data system - Google Patents

Management method and device for database in cloud data system Download PDF

Info

Publication number
CN108920685B
CN108920685B CN201810762963.3A CN201810762963A CN108920685B CN 108920685 B CN108920685 B CN 108920685B CN 201810762963 A CN201810762963 A CN 201810762963A CN 108920685 B CN108920685 B CN 108920685B
Authority
CN
China
Prior art keywords
virtual machine
mysql database
database
program
template
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
CN201810762963.3A
Other languages
Chinese (zh)
Other versions
CN108920685A (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 CN201810762963.3A priority Critical patent/CN108920685B/en
Publication of CN108920685A publication Critical patent/CN108920685A/en
Application granted granted Critical
Publication of CN108920685B publication Critical patent/CN108920685B/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/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/45583Memory management, e.g. access or allocation

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a device for managing a database in a cloud data system. The method comprises the following steps: acquiring a template of a virtual machine provided with a program of a Mysql database, wherein the template of the virtual machine does not comprise network information and volume information of the virtual machine; importing a template of the virtual machine into the virtual machine, and configuring new network information and volume information for the virtual machine; and starting the service of the Mysql database on the virtual machine.

Description

Management method and device for database in cloud data system
Technical Field
The invention relates to the field of information processing, in particular to a method and a device for managing a database in a cloud data system.
Background
MySQL is a relational database management system that keeps data in different tables instead of putting all the data in one large repository, which increases speed and flexibility. The SQL language used is the most common standardized language for accessing databases. MySQL software adopts a double-authorization policy and is divided into a community version and a business version, and generally MySQL is selected as a website database for development of small and medium-sized websites due to the characteristics of small volume, high speed, low total ownership cost and particularly open source codes.
In the cloud computing era, with the application field of cloud services becoming wider and wider, for a public cloud computing platform, only three services of computing, network and storage are often insufficient, almost all applications use a database under the background that internet applications are all in a hundred flowers at present, and the database bears most core data of the applications. In addition, reliable and convenient management of databases is becoming more important in the context of the increasing prevalence of big data analysis. Therefore, the database Service (DBase as a Service, DBaaS) becomes an important Service for creating value for users by the cloud computing platform. Therefore, how to quickly and conveniently build the MySQL database in the cloud computing system is a problem to be solved urgently.
Disclosure of Invention
In order to solve the technical problem, the invention provides a management method and a management device for a database in a cloud data system, which are used for realizing the rapid and convenient construction of a Mysql database.
In order to achieve the purpose of the invention, the invention provides a management method of a database in a cloud data system, which comprises the following steps:
acquiring a template of a virtual machine provided with a program of a Mysql database, wherein the template of the virtual machine does not comprise network information and volume information of the virtual machine;
importing a template of the virtual machine into the virtual machine, and configuring new network information and volume information for the virtual machine;
and starting the service of the Mysql database on the virtual machine.
Wherein, the method also has the following characteristics: before the obtaining of the template of the virtual machine in which the program of the Mysql database is installed, the method further includes:
creating a virtual machine, and running an installation program of the Mysql database on the virtual machine;
and after the completion of the installation is detected, deleting the network information and the volume information of the virtual machine, and storing the template information of the virtual machine.
Wherein, the method also has the following characteristics: configuring new network information and volume information for the virtual machine includes:
allocating new network information and volume information on a virtual machine to the Mysql database by using a preset starting program of the Mysql database to complete the configuration of the Mysql database;
wherein, the method also has the following characteristics: the method further comprises the following steps:
acquiring a starting program of the Mysql database, wherein the starting program of the Mysql database sequentially executes at least one operation:
automatically allocating an IP address for the current virtual machine;
mounting the Mysql database to a preset directory;
the Mysql database is started.
Wherein, the method also has the following characteristics: the allocating new network information and volume information on a virtual machine to the Mysql database by using a preset startup program of the Mysql database includes:
acquiring a management configuration request of a user to the Mysql database;
and sending the management configuration request to a virtual machine management platform, and informing the virtual machine management platform to perform configuration according to the management configuration request.
An apparatus for managing a database in a cloud data system, comprising:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring a template of a virtual machine provided with a program of a Mysql database, and the template of the virtual machine does not comprise network information and volume information of the virtual machine;
the management module is used for importing a template of the virtual machine into the virtual machine and configuring new network information and volume information for the virtual machine;
and the starting module is used for starting the service of the Mysql database on the virtual machine.
Wherein, the device still has following characteristics: the device further comprises:
the system comprises a preprocessing module, a database management module and a database management module, wherein the preprocessing module is used for creating a virtual machine before acquiring a template of the virtual machine provided with a program of a Mysql database, and running an installation program of the Mysql database on the virtual machine;
and the storage module is used for deleting the network information and the volume information of the virtual machine and storing the template information of the virtual machine after detecting that the installation is finished.
Wherein, the device still has following characteristics: the management module is specifically configured to:
allocating new network information and volume information on a virtual machine to the Mysql database by using a preset starting program of the Mysql database to complete the configuration of the Mysql database;
wherein, the device still has following characteristics: the management module further comprises:
a first obtaining unit, configured to obtain a start-up program of the Mysql database, where the start-up program of the Mysql database sequentially performs at least one operation:
automatically allocating an IP address for the current virtual machine;
mounting the Mysql database to a preset directory;
the Mysql database is started.
Wherein, the device still has following characteristics: the management module comprises:
the second acquisition unit is used for acquiring a management configuration request of a user to the Mysql database;
and the sending unit is used for sending the management configuration request to the virtual machine management platform and informing the virtual machine management platform to carry out configuration according to the management configuration request.
The embodiment provided by the invention obtains a template of a virtual machine provided with a program of a Mysql database, wherein the template of the virtual machine does not comprise network information and volume information of the virtual machine; importing a template of the virtual machine into the virtual machine, and configuring new network information and volume information for the virtual machine; and starting the service of the Mysql database on the virtual machine, finishing the initial establishment of the database by utilizing the template of the virtual machine, finishing the configuration of network information in a targeted manner, and finishing the quick establishment of the database.
Additional features and advantages of the invention will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention. The objectives and other advantages of the invention will be realized and attained by the structure particularly pointed out in the written description and claims hereof as well as the appended drawings.
Drawings
The accompanying drawings are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the example serve to explain the principles of the invention and not to limit the invention.
Fig. 1 is a flowchart of a method for managing a database in a cloud data system according to the present invention;
FIG. 2 is a schematic diagram of an implementation method of a Mysql database based on virtualization of a virtual machine management platform according to the present invention;
fig. 3 is a structural diagram of a management apparatus for a database in a cloud data system according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, embodiments of the present invention will be described in detail below with reference to the accompanying drawings. It should be noted that the embodiments and features of the embodiments in the present application may be arbitrarily combined with each other without conflict.
The steps illustrated in the flow charts of the figures may be performed in a computer system such as a set of computer-executable instructions. Also, while a logical order is shown in the flow diagrams, in some cases, the steps shown or described may be performed in an order different than here.
Fig. 1 is a flowchart of a management method for a database in a cloud data system according to the present invention. The method shown in fig. 1 comprises:
step 101, obtaining a template of a virtual machine provided with a program of a Mysql database, wherein the template of the virtual machine does not comprise network information and volume information of the virtual machine;
step 102, importing a template of a virtual machine on the virtual machine, and configuring new network information and volume information for the virtual machine;
and 103, starting the service of the Mysql database on the virtual machine.
The method comprises the steps of obtaining a template of a virtual machine provided with a program of a Mysql database, wherein the template of the virtual machine does not comprise network information and volume information of the virtual machine; importing a template of the virtual machine into the virtual machine, and configuring new network information and volume information for the virtual machine; and starting the service of the Mysql database on the virtual machine, finishing the initial establishment of the database by utilizing the template of the virtual machine, finishing the configuration of network information in a targeted manner, and finishing the quick establishment of the database.
The following examples of the method provided by the present invention are further illustrated:
in order to achieve the purpose of quickly establishing the Mysql database on the virtual machine, the Mysql database can be established by means of a virtual machine template, but since the database needs to be configured with relevant network information, when a virtual machine template conforming to the Mysql database is created, attention needs to be paid to the processing of the network information.
In the present invention, before obtaining a template of a virtual machine in which a program of the Mysql database is installed, the method further includes:
creating a virtual machine, and running an installation program of the Mysql database on the virtual machine;
and after the completion of the installation is detected, deleting the network information and the volume information of the virtual machine, and storing the template information of the virtual machine.
For example, a virtual machine may be created, and preferably, only an installer of the Mysql database is installed on the virtual machine, and no other application is installed on the virtual machine, so as to obtain a virtual machine with an installer of the Mysql database.
When a template is installed on a virtual machine by using the template, new network information and volume information need to be configured for the virtual machine, and the specific implementation includes:
allocating new network information and volume information on a virtual machine to the Mysql database by using a preset starting program of the Mysql database to complete the configuration of the Mysql database;
specifically, the startup program of the Mysql database may automatically run a script for the startup of the virtual machine, collect relevant network information through the script to complete the network configuration of the Mysql database on the virtual machine, and complete the volume configuration for the Mysql database according to the storage data of the virtual machine.
Of course, to facilitate the speed of Mysql database creation, the method further comprises:
acquiring a starting program of the Mysql database, wherein the starting program of the Mysql database sequentially executes at least one operation:
automatically allocating an IP address for the current virtual machine;
mounting the Mysql database to a preset directory;
the Mysql database is started.
Specifically, the Mysql database service is started and runs a script, and the Mysql database service is written by self-definition to distribute network cards when being started and automatically mount volume scripts to/var/lib/Mysql.
The allocating new network information and volume information on a virtual machine to the Mysql database by using a preset startup program of the Mysql database includes:
acquiring a management configuration request of a user to the Mysql database;
and sending the management configuration request to a virtual machine management platform, and informing the virtual machine management platform to perform configuration according to the management configuration request.
Specifically, the management configuration requirements of the user on the management can be collected by inputting a management page of the management configuration request to the user, the management configuration request is sent to the virtual machine management platform, and the virtual machine management platform is informed to perform configuration according to the management configuration request, so that personalized configuration of the database is realized, and the management requirements of the user are met.
The process according to the invention is further illustrated by the following application examples:
the invention provides a Mysql implementation method based on virtualization of a virtual machine management platform on a cloud data management platform.
The following examples of applications provided by the present invention are further illustrated:
fig. 2 is a schematic diagram of an implementation method of the Mysql database based on virtualization of the virtual machine management platform according to the present invention. The implementation shown in fig. 2 is as follows:
firstly: a virtual machine management platform virtualization environment must be provided, and the virtual machine management platform environment module operates normally.
Then: and making a custom mirror image for Mysql database service in a virtual machine management platform in a virtualization mode.
Firstly, the method comprises the following steps: creating a virtual machine, installing a Mysql database service of a required version, and configuring and opening a 3306 port of Mysql;
secondly, the method comprises the following steps: self-defining writing of a Mysql database service startup self-running script, self-defining writing of a Mysql database service startup distribution network card, and automatic mounting of a volume script to/var/lib/Mysql;
thirdly, the method comprises the following steps: deleting the network information and the volume information of the virtual machine, and turning off to obtain ovf template;
and finally: creating a virtual machine management platform virtualized Mysql database service in a cloud data management platform environment:
firstly, the method comprises the following steps: input name, virtualization type, database version, service configuration (CPU, memory, store)
Secondly, the method comprises the following steps: the method comprises the steps that a cloud data management platform collects user input information, the cloud data management platform sends the information to a database management platform, the database management platform processes information, sends a request to a virtual machine management platform to create Mysql service in a virtualization mode, the virtual machine management platform creates a corresponding template type, version and configuration in a virtualization mode, for a configured virtual machine example, a configuration script can be automatically executed during creation to automatically allocate IP (Internet protocol) to a current virtual machine, mount a volume to a/var/lib/Mysql directory and automatically start the Mysql database service, the database process monitors that the database service is started, the service state is updated, and the creation of the database service example is completed.
According to the application example provided by the invention, the customized Mysql database mirror image is obtained, and the Mysql database service is created in the cloud data management platform environment, so that the loss caused by the error easiness of computer hardware and software is reduced.
Fig. 3 is a structural diagram of a management apparatus for a database in a cloud data system according to the present invention. The apparatus shown in fig. 3 comprises:
an obtaining module 301, configured to obtain a template of a virtual machine in which a program of a Mysql database is installed, where the template of the virtual machine does not include network information and volume information of the virtual machine;
a management module 302, configured to import a template of a virtual machine onto the virtual machine, and configure new network information and volume information for the virtual machine;
a starting module 303, configured to start a service of the Mysql database on the virtual machine.
In an embodiment of the apparatus provided by the present invention, the apparatus further comprises:
the system comprises a preprocessing module, a database management module and a database management module, wherein the preprocessing module is used for creating a virtual machine before acquiring a template of the virtual machine provided with a program of a Mysql database, and running an installation program of the Mysql database on the virtual machine;
and the storage module is used for deleting the network information and the volume information of the virtual machine and storing the template information of the virtual machine after detecting that the installation is finished.
In an embodiment of the apparatus provided in the present invention, the management module 302 is specifically configured to:
allocating new network information and volume information on a virtual machine to the Mysql database by using a preset starting program of the Mysql database to complete the configuration of the Mysql database;
in an embodiment of the apparatus provided in the present invention, the management module 302 further includes:
a first obtaining unit, configured to obtain a start-up program of the Mysql database, where the start-up program of the Mysql database sequentially performs at least one operation:
automatically allocating an IP address for the current virtual machine;
mounting the Mysql database to a preset directory;
the Mysql database is started.
In an embodiment of the apparatus provided in the present invention, the management module 302 further includes:
the second acquisition unit is used for acquiring a management configuration request of a user to the Mysql database;
and the sending unit is used for sending the management configuration request to the virtual machine management platform and informing the virtual machine management platform to carry out configuration according to the management configuration request.
The method comprises the steps of obtaining a template of a virtual machine provided with a program of a Mysql database, wherein the template of the virtual machine does not comprise network information and volume information of the virtual machine; importing a template of the virtual machine into the virtual machine, and configuring new network information and volume information for the virtual machine; and starting the service of the Mysql database on the virtual machine, finishing the initial establishment of the database by utilizing the template of the virtual machine, finishing the configuration of network information in a targeted manner, and finishing the quick establishment of the database.
It will be understood by those of ordinary skill in the art that all or part of the steps of the above embodiments may be implemented using a computer program flow, which may be stored in a computer readable storage medium and executed on a corresponding hardware platform (e.g., system, apparatus, device, etc.), and when executed, includes one or a combination of the steps of the method embodiments.
Alternatively, all or part of the steps of the above embodiments may be implemented by using an integrated circuit, and the steps may be respectively manufactured as an integrated circuit module, or a plurality of the blocks or steps may be manufactured as a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
The devices/functional modules/functional units in the above embodiments may be implemented by general-purpose computing devices, and they may be centralized on a single computing device or distributed on a network formed by a plurality of computing devices.
Each device/function module/function unit in the above embodiments may be implemented in the form of a software function module and may be stored in a computer-readable storage medium when being sold or used as a separate product. The computer readable storage medium mentioned above may be a read-only memory, a magnetic disk or an optical disk, etc.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A management method for a database in a cloud data system is characterized by comprising the following steps:
acquiring a template of a virtual machine provided with a program of a Mysql database, wherein the template of the virtual machine does not comprise network information and volume information of the virtual machine, and a 3306 port of Mysql database service in the program of the Mysql database is in an open state;
importing a template of the virtual machine into the virtual machine, and configuring new network information and volume information for the virtual machine by running a Mysql database service boot self-running script, wherein the script is used for distributing a network card and automatically mounting the volume script to/var/lib/Mysql after the Mysql database service is booted;
and starting the service of the Mysql database on the virtual machine.
2. The method of claim 1, wherein prior to obtaining the template for the virtual machine in which the program of the Mysql database is installed, the method further comprises:
creating a virtual machine, and running an installation program of the Mysql database on the virtual machine;
and after the completion of the installation is detected, deleting the network information and the volume information of the virtual machine, and storing the template information of the virtual machine.
3. The method of claim 1, wherein configuring new network information and volume information for the virtual machine comprises:
and distributing new network information and volume information on the virtual machine to the Mysql database by using a preset starting program of the Mysql database to complete the configuration of the Mysql database.
4. The method of claim 3, further comprising:
acquiring a starting program of the Mysql database, wherein the starting program of the Mysql database sequentially executes at least one operation:
automatically allocating an IP address for the current virtual machine;
mounting the Mysql database to a preset directory;
the Mysql database is started.
5. The method according to claim 3, wherein the allocating new network information and volume information on the virtual machine to the Mysql database by using a preset startup program of the Mysql database comprises:
acquiring a management configuration request of a user to the Mysql database;
and sending the management configuration request to a virtual machine management platform, and informing the virtual machine management platform to perform configuration according to the management configuration request.
6. An apparatus for managing a database in a cloud data system, comprising:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring a template of a virtual machine provided with a program of a Mysql database, the template of the virtual machine does not comprise network information and volume information of the virtual machine, and a 3306 port of Mysql database service in the program of the Mysql database is in an open state;
the management module is used for importing a template of the virtual machine into the virtual machine, configuring new network information and volume information for the virtual machine by running a Mysql database service boot self-running script, wherein the script is used for distributing a network card and automatically mounting the volume script to/var/lib/Mysql after the Mysql database service is booted;
and the starting module is used for starting the service of the Mysql database on the virtual machine.
7. The apparatus of claim 6, further comprising:
the system comprises a preprocessing module, a database management module and a database management module, wherein the preprocessing module is used for creating a virtual machine before acquiring a template of the virtual machine provided with a program of a Mysql database, and running an installation program of the Mysql database on the virtual machine;
and the storage module is used for deleting the network information and the volume information of the virtual machine and storing the template information of the virtual machine after detecting that the installation is finished.
8. The apparatus of claim 6, wherein the management module is specifically configured to:
and distributing new network information and volume information on the virtual machine to the Mysql database by using a preset starting program of the Mysql database to complete the configuration of the Mysql database.
9. The apparatus of claim 8, wherein the management module further comprises:
a first obtaining unit, configured to obtain a start-up program of the Mysql database, where the start-up program of the Mysql database sequentially performs at least one operation:
automatically allocating an IP address for the current virtual machine;
mounting the Mysql database to a preset directory;
the Mysql database is started.
10. The apparatus of claim 8, wherein the management module comprises:
the second acquisition unit is used for acquiring a management configuration request of a user to the Mysql database;
and the sending unit is used for sending the management configuration request to the virtual machine management platform and informing the virtual machine management platform to carry out configuration according to the management configuration request.
CN201810762963.3A 2018-07-12 2018-07-12 Management method and device for database in cloud data system Active CN108920685B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810762963.3A CN108920685B (en) 2018-07-12 2018-07-12 Management method and device for database in cloud data system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810762963.3A CN108920685B (en) 2018-07-12 2018-07-12 Management method and device for database in cloud data system

Publications (2)

Publication Number Publication Date
CN108920685A CN108920685A (en) 2018-11-30
CN108920685B true CN108920685B (en) 2021-11-26

Family

ID=64410881

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810762963.3A Active CN108920685B (en) 2018-07-12 2018-07-12 Management method and device for database in cloud data system

Country Status (1)

Country Link
CN (1) CN108920685B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103533061A (en) * 2013-10-18 2014-01-22 广东工业大学 Construction method for cloud experimental platform of operating system
CN104717233A (en) * 2013-12-11 2015-06-17 中国电信股份有限公司 Database deployment method and device
CN106155759A (en) * 2015-03-26 2016-11-23 华为软件技术有限公司 virtual machine batch creation method and device
CN107729149A (en) * 2017-10-16 2018-02-23 郑州云海信息技术有限公司 A kind of virtual machine migration method and device
CN107861731A (en) * 2017-11-06 2018-03-30 郑州云海信息技术有限公司 A kind of Database Creation Method and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8776038B2 (en) * 2008-08-07 2014-07-08 Code Systems Corporation Method and system for configuration of virtualized software applications

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103533061A (en) * 2013-10-18 2014-01-22 广东工业大学 Construction method for cloud experimental platform of operating system
CN104717233A (en) * 2013-12-11 2015-06-17 中国电信股份有限公司 Database deployment method and device
CN106155759A (en) * 2015-03-26 2016-11-23 华为软件技术有限公司 virtual machine batch creation method and device
CN107729149A (en) * 2017-10-16 2018-02-23 郑州云海信息技术有限公司 A kind of virtual machine migration method and device
CN107861731A (en) * 2017-11-06 2018-03-30 郑州云海信息技术有限公司 A kind of Database Creation Method and device

Also Published As

Publication number Publication date
CN108920685A (en) 2018-11-30

Similar Documents

Publication Publication Date Title
US11237812B2 (en) Deploying an application in a cloud computing environment
US8819679B2 (en) Methods and systems for on-boarding applications to a cloud
EP2827245B1 (en) Enabling multi-tenant virtual servers in a cloud system
US20140289286A1 (en) System and method for performance tuning of garbage collection algorithms
US7702655B1 (en) Maintaining and using user-created mapping history for network resource mapping
US9742860B2 (en) Bi-temporal key value cache system
CN113474751A (en) Managing software programs
CN111966494A (en) Resource scheduling method and device, storage medium and electronic equipment
WO2017054533A1 (en) External resource management method, apparatus and system through cloud interworking
US20170353543A1 (en) Autonomous and adaptive monitoring of workloads
CN111124437A (en) Bare computer resource configuration information acquisition method, system and equipment based on OpenStack
US20150163111A1 (en) Managing resources in a distributed computing environment
US9298487B2 (en) Managing virtual machine images in a distributed computing environment
US8904396B2 (en) System and method of general service management
CN108920685B (en) Management method and device for database in cloud data system
CN104461757A (en) Method and device for restoring virtual machines
CN107203333A (en) The method that block storage is automatically accessed in OpenStack cloud computing platforms
CN115150268A (en) Network configuration method and device of Kubernetes cluster and electronic equipment
CN118056183A (en) Optimizing just-in-time compilation processes
CN111324374B (en) Application program registration method and device based on application performance management system
CN109522014B (en) Algorithm processing method based on new product development, electronic device and readable storage medium
CN114519477A (en) Large data platform tenant management system, method, storage medium and electronic equipment
US20230195901A1 (en) Model-based upgrade recommendations using software dependencies
US20240143459A1 (en) Replicating resources between regional data centers
WO2022222602A1 (en) Vm file management using file-level snapshots

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