CN110990117A - Method, device and computer readable storage medium for deploying virtual machine - Google Patents

Method, device and computer readable storage medium for deploying virtual machine Download PDF

Info

Publication number
CN110990117A
CN110990117A CN201911159339.5A CN201911159339A CN110990117A CN 110990117 A CN110990117 A CN 110990117A CN 201911159339 A CN201911159339 A CN 201911159339A CN 110990117 A CN110990117 A CN 110990117A
Authority
CN
China
Prior art keywords
virtual machine
deployment
response file
deploying
installation
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.)
Withdrawn
Application number
CN201911159339.5A
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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911159339.5A priority Critical patent/CN110990117A/en
Publication of CN110990117A publication Critical patent/CN110990117A/en
Withdrawn legal-status Critical Current

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/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)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a method, a device and a computer readable storage medium for deploying a virtual machine, which adjust corresponding parameters in a response file according to a received parameter instruction; storing the response file after the parameter adjustment to a preset position; and recording parameters required by deploying the virtual machine in the response file after the parameters are adjusted. In order to implement the automatic deployment of the virtual machine, the fixed operation flow for deploying the virtual machine can be written into an installation script, and the response file after parameter adjustment is called by the installation script, so that the automatic deployment of the virtual machine can be implemented. Because the response file is independent of the installation script, only the parameters of the response file need to be adjusted according to different deployment requirements, the whole installation script does not need to be adjusted, and the difficulty of deploying the virtual machine under different deployment requirements is reduced. And the response file is called through the installation script, so that the automatic batch deployment of the virtual machines can be realized, and the deployment efficiency of the virtual machines is effectively improved.

Description

Method, device and computer readable storage medium for deploying virtual machine
Technical Field
The present invention relates to the field of virtualization technologies, and in particular, to a method, an apparatus, and a computer-readable storage medium for deploying a virtual machine.
Background
A Virtual Machine (VM) is a special piece of software in a computer science architecture that creates an environment between a computer platform and an end user who operates the software based on the environment created by the software. The virtual machine technology effectively reduces the number of physical servers and obviously improves the resource utilization rate of each physical server and the CPU thereof.
When a current virtualization platform deploys a virtual machine, one is to copy an installed virtual machine image and configuration files to directly start. However, the method has poor applicability and cannot meet the requirement of differential deployment. The other is to manually select the iso image to install the virtual machine using the command line virt-install or the graphical interface virt-manager. The deployment mode needs manual deployment, has high requirements on engineers and has low deployment efficiency.
Therefore, how to improve the deployment efficiency of the virtual machine is a problem to be solved by those skilled in the art.
Disclosure of Invention
Embodiments of the present invention provide a method, an apparatus, and a computer-readable storage medium for deploying a virtual machine, which can improve deployment efficiency of the virtual machine.
To solve the foregoing technical problem, an embodiment of the present invention provides a method for deploying a virtual machine, including:
adjusting corresponding parameters in the response file according to the received parameter instruction;
storing the response file after the parameter adjustment to a preset position; wherein, the response file after the parameter adjustment records parameters required by deploying the virtual machine;
and calling the response file after the parameter adjustment by using the installation script so as to realize the deployment of the virtual machine.
Optionally, after the adjusting the corresponding parameter in the response file according to the received parameter instruction, the method further includes: the httpd hypertext transfer protocol is enabled;
correspondingly, the calling the response file after the parameter adjustment by using the installation script to realize the deployment of the virtual machine includes:
and running the installation script, and accessing the response file after the parameter adjustment by using a url mode.
Optionally, the invoking, by using the installation script, the answer file from the preset location to implement deployment of the virtual machine includes:
and running the installation script, and accessing the response file after the parameter adjustment by using an absolute path mode.
Optionally, before the invoking the response file after the parameter adjustment by using the installation script to implement the deployment of the virtual machine, the method further includes:
and calling a corresponding number of response files and installation scripts according to the service requirements.
Optionally, after the invoking of the corresponding number of response files and installation scripts according to the service requirement, the method further includes:
judging whether the quantity of the installation scripts called on the same host machine exceeds a preset threshold value or not;
if yes, grouping all the installation scripts called on the host machine according to the preset threshold value to obtain a plurality of script groups;
and calling the response file after the parameter adjustment by using each script group in sequence so as to realize the deployment of the virtual machine.
The embodiment of the invention also provides a device for deploying the virtual machine, which comprises an adjusting unit, a storage unit and a deploying unit;
the adjusting unit is used for adjusting corresponding parameters in the response file according to the received parameter instruction;
the storage unit is used for storing the response file after the parameter adjustment to a preset position; wherein, the response file after the parameter adjustment records parameters required by deploying the virtual machine;
the deployment unit is used for calling the response file after the parameter adjustment by using the installation script so as to realize the deployment of the virtual machine.
Optionally, an enabling unit is further included;
the starting unit is used for starting the httpd hypertext transfer protocol after the corresponding parameters in the response file are adjusted according to the received parameter instruction;
correspondingly, the deployment unit is specifically configured to run the installation script, and access the response file after parameter adjustment in a url manner.
Optionally, the deployment unit is specifically configured to run the installation script, and access the response file after the parameter adjustment in an absolute path manner.
Optionally, the system further comprises a calling unit;
and the calling unit is used for calling the response files and the installation scripts with corresponding quantity according to the service requirements before the response files after the parameter adjustment are called by using the installation scripts so as to realize the deployment of the virtual machines.
Optionally, the system further comprises a judging unit and a grouping unit;
the judging unit is used for judging whether the quantity of the installation scripts called on the same host machine exceeds a preset threshold value or not after calling the corresponding quantity of the response files and the installation scripts according to the service requirements; if yes, triggering the grouping unit;
the grouping unit is used for grouping all the installation scripts called by the host machine according to the preset threshold value to obtain a plurality of script groups;
the deployment unit is specifically configured to call the parameter-adjusted response file sequentially by using each script group, so as to implement deployment of the virtual machine.
The embodiment of the invention also provides a device for deploying the virtual machine, which comprises:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the method for deploying a virtual machine as claimed in any one of the above.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the steps of the method for deploying a virtual machine according to any one of the above items.
According to the technical scheme, the corresponding parameters in the response file are adjusted according to the received parameter instruction; storing the response file after the parameter adjustment to a preset position; and recording parameters required by deploying the virtual machine in the response file after the parameters are adjusted. The parameters required by the deployment of the virtual machine are separately stored in a response file mode, so that a user can conveniently adjust the parameter information of the deployment of the virtual machine according to different service requirements. In order to implement the automatic deployment of the virtual machine, the fixed operation flow for deploying the virtual machine can be written into an installation script, and the response file after parameter adjustment is called by the installation script, so that the automatic deployment of the virtual machine can be implemented. Because the response file is independent of the installation script, only the parameters of the response file need to be adjusted according to different deployment requirements, the whole installation script does not need to be adjusted, and the difficulty of deploying the virtual machine under different deployment requirements is reduced. And the response file is called through the installation script, so that the automatic batch deployment of the virtual machines can be realized, and the deployment efficiency of the virtual machines is effectively improved.
Drawings
In order to illustrate the embodiments of the present invention more clearly, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a method for deploying a virtual machine according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an apparatus for deploying a virtual machine according to an embodiment of the present invention;
fig. 3 is a schematic hardware structure diagram of an apparatus for deploying a virtual machine 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 obtained by a person of ordinary skill in the art based on the embodiments of the present invention without any creative work belong to the protection scope of the present invention.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments.
Next, a method for deploying a virtual machine according to an embodiment of the present invention is described in detail. Fig. 1 is a flowchart of a method for deploying a virtual machine according to an embodiment of the present invention, where the method includes:
s101: and adjusting corresponding parameters in the response file according to the received parameter instruction.
In the embodiment of the invention, the parameters required by the deployment of the virtual machine can be stored in the form of the response file, so that a user can adjust the parameter information in the response file according to different deployment requirements.
The parameters required for deploying the virtual machine may include information such as a listening port of the virtual machine, an occupied memory size, and a location and a name of the virtual disk. In the concrete implementation, system-config-kickstart can be executed to generate a response file, corresponding parameters in the response file can be adjusted according to business requirements, and the response file is saved as ks.
S102: and storing the response file after the parameters are adjusted to a preset position.
The parameter information recorded in the reply file needs to be called when the virtual machine is deployed, so that in the embodiment of the invention, the storage position of the reply file can be specified in advance.
Cfg may be deposited in the memory path of/var/www/html/in a specific implementation.
S103: and calling the response file after the parameter adjustment by using the installation script so as to realize the deployment of the virtual machine.
The installation script refers to a script program for realizing the automatic deployment of the virtual machine. Although all the parameter information corresponding to the virtual machines under different service requirements are different, the installation flows of the virtual machines are consistent, and therefore, in the embodiment of the invention, in order to improve the deployment efficiency of the virtual machines, the deployment flows of the virtual machines can be written into a script program.
When a virtual machine needs to be deployed on a host machine, the host machine can directly call the installation script. In the deployment process, the installation script calls the response file according to the storage path of the response file to realize the configuration of the parameters of the virtual machine.
The system image file is created when the virtual machine is deployed, and in specific implementation, the system image file can be stored in a specified path, and the specified path can be consistent with the storage path of the response file, that is, the system image file can be mounted to/var/www/html/. Of course, the designated path may be different from the storage path of the reply file. The storage path of the image file is not limited herein.
In the embodiment of the invention, the answer file can be called in various ways, and one way can start the httpd hypertext transfer protocol after adjusting the corresponding parameters in the answer file according to the received parameter instruction; correspondingly, the installation script can be operated when the virtual machine is deployed, and the response file after parameter adjustment is accessed in a url mode.
A Uniform Resource Locator (URL) indicates the address of a Resource on the Internet. Various network resources on the Internet can be accessed through the url mode, and the access mode is flexible and convenient.
In addition to accessing the response file after parameter adjustment in the url manner, in the embodiment of the present invention, the installation script may also be run when the virtual machine is deployed, and the response file after parameter adjustment may also be accessed in the absolute path manner.
According to the technical scheme, the corresponding parameters in the response file are adjusted according to the received parameter instruction; storing the response file after the parameter adjustment to a preset position; and recording parameters required by deploying the virtual machine in the response file after the parameters are adjusted. The parameters required by the deployment of the virtual machine are separately stored in a response file mode, so that a user can conveniently adjust the parameter information of the deployment of the virtual machine according to different service requirements. In order to implement the automatic deployment of the virtual machine, the fixed operation flow for deploying the virtual machine can be written into an installation script, and the response file after parameter adjustment is called by the installation script, so that the automatic deployment of the virtual machine can be implemented. Because the response file is independent of the installation script, only the parameters of the response file need to be adjusted according to different deployment requirements, the whole installation script does not need to be adjusted, and the difficulty of deploying the virtual machine under different deployment requirements is reduced. And the response file is called through the installation script, so that the automatic batch deployment of the virtual machines can be realized, and the deployment efficiency of the virtual machines is effectively improved.
In the embodiment of the invention, the response file and the installation script both have corresponding storage paths, and different host machines can call the installation script and the response file according to the storage paths.
In specific implementation, when the service requirements of the virtual machines deployed on the multiple host machines are the same, the multiple host machines run the installation script to call the same response file, so as to implement parameter configuration of virtual machine deployment.
When the service requirements of the virtual machines deployed on the multiple host machines are different, the corresponding parameters in the response files can be adjusted according to the different service requirements, so that the response files matched with the service requirements of the host machines are generated, and the multiple host machines can simultaneously run the installation scripts to call the corresponding response files, so that the parameter configuration of the virtual machine deployment is realized. That is, in the embodiment of the present invention, it is possible to deploy a plurality of virtual machines on one host machine, or to deploy virtual machines on different host machines simultaneously.
For example, when a virtual machine needs to be deployed on 5 hosts, if the service requirements of the 5 hosts are different, corresponding response files may be generated according to the service requirements of the hosts, and the 5 hosts may run installation scripts and call the corresponding response files on the 5 hosts according to the storage paths of the installation scripts, so as to implement the deployment of the virtual machine.
In the embodiment of the invention, the parameters related to the service requirements are stored in the response files independent of the installation scripts, and the response files with different parameters can be generated for the hosts with different service requirements, so that the hosts with different service requirements can simultaneously realize the automatic deployment of the virtual machine, and the efficiency of the virtual machine deployment is improved.
Considering that the processing capacity of one host machine is limited, when a plurality of virtual machines need to be deployed on one host machine at the same time, the number of the virtual machines deployed in parallel at the same time can be limited, so as to ensure that the execution of other services of the host machine is not influenced.
In a specific implementation, it may be determined whether the number of installation scripts called on the same host exceeds a preset threshold.
The value of the preset threshold may be set according to the processing capability of the host, and is not limited herein.
When the number of the installation scripts called on the same host exceeds a preset threshold, it indicates that the deployment of the virtual machine needs to consume more system resources by simultaneously running the installation scripts at the moment, and the running efficiency of other services is possibly influenced.
Therefore, when the number of the installation scripts called on the same host machine exceeds a preset threshold value, all the installation scripts called on the host machine can be grouped according to the preset threshold value to obtain a plurality of script groups; and calling the response files after the parameters are adjusted by using each script group in sequence so as to realize the deployment of the virtual machine.
For example, assuming that when 8 virtual machines need to be deployed on one host, the preset threshold is 4, at this time, the virtual machines may be deployed twice, and each time, 4 virtual machines are deployed simultaneously.
By limiting the number of the virtual machines deployed on the host machine at the same time, the deployment efficiency of the virtual machines is effectively ensured, meanwhile, the influence on the processing efficiency of other services on the host machine can be reduced, and the balanced operation of each service on the host machine is realized.
Fig. 2 is a schematic structural diagram of an apparatus for deploying a virtual machine according to an embodiment of the present invention, including an adjusting unit 21, a storage unit 22, and a deployment unit 23;
the adjusting unit 21 is configured to adjust corresponding parameters in the response file according to the received parameter instruction;
the storage unit 22 is used for storing the response file after the parameter adjustment to a preset position; wherein, the response file after the parameter adjustment records parameters required by deploying the virtual machine;
and the deployment unit 23 is configured to call the response file after parameter adjustment by using the installation script, so as to implement deployment of the virtual machine.
Optionally, an enabling unit is further included;
the starting unit is used for starting the httpd hypertext transfer protocol after adjusting the corresponding parameters in the response file according to the received parameter instruction;
correspondingly, the deployment unit is specifically configured to run the installation script, and access the response file after parameter adjustment in a url manner.
Optionally, the deployment unit is specifically configured to run an installation script, and access the response file after parameter adjustment in an absolute path manner.
Optionally, the system further comprises a calling unit;
and the calling unit is used for calling the response files and the installation scripts with corresponding quantity according to the service requirements before the response files with the adjusted parameters are called by the installation scripts so as to realize the deployment of the virtual machines.
Optionally, the system further comprises a judging unit and a grouping unit;
the judging unit is used for judging whether the quantity of the installation scripts called on the same host machine exceeds a preset threshold value or not after calling the corresponding quantity of the response files and the installation scripts according to the service requirements; if yes, triggering a grouping unit;
the device comprises a grouping unit, a setting unit and a control unit, wherein the grouping unit is used for grouping all the installation scripts called on a host machine according to a preset threshold value to obtain a plurality of script groups;
the deployment unit is specifically configured to call the response file with the adjusted parameters by using each script group in sequence to implement deployment of the virtual machine.
The description of the features in the embodiment corresponding to fig. 2 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
According to the technical scheme, the corresponding parameters in the response file are adjusted according to the received parameter instruction; storing the response file after the parameter adjustment to a preset position; and recording parameters required by deploying the virtual machine in the response file after the parameters are adjusted. The parameters required by the deployment of the virtual machine are separately stored in a response file mode, so that a user can conveniently adjust the parameter information of the deployment of the virtual machine according to different service requirements. In order to implement the automatic deployment of the virtual machine, the fixed operation flow for deploying the virtual machine can be written into an installation script, and the response file after parameter adjustment is called by the installation script, so that the automatic deployment of the virtual machine can be implemented. Because the response file is independent of the installation script, only the parameters of the response file need to be adjusted according to different deployment requirements, the whole installation script does not need to be adjusted, and the difficulty of deploying the virtual machine under different deployment requirements is reduced. And the response file is called through the installation script, so that the automatic batch deployment of the virtual machines can be realized, and the deployment efficiency of the virtual machines is effectively improved.
Fig. 3 is a schematic hardware structure diagram of an apparatus 30 for deploying a virtual machine according to an embodiment of the present invention, including:
a memory 31 for storing a computer program;
a processor 32 for executing a computer program to implement the steps of any of the methods of deploying virtual machines as described above.
The description of the features in the embodiment corresponding to fig. 3 may refer to the related description of the embodiment corresponding to fig. 1, and is not repeated here.
An embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the steps of any one of the methods for deploying virtual machines as described above.
A method, an apparatus, and a computer-readable storage medium for deploying a virtual machine according to embodiments of the present invention are described above in detail. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.

Claims (10)

1. A method for deploying a virtual machine, comprising:
adjusting corresponding parameters in the response file according to the received parameter instruction;
storing the response file after the parameter adjustment to a preset position; wherein, the response file after the parameter adjustment records parameters required by deploying the virtual machine;
and calling the response file after the parameter adjustment by using the installation script so as to realize the deployment of the virtual machine.
2. The method of claim 1, further comprising, after said adjusting the corresponding parameters in the response file according to the received parameter instructions: the httpd hypertext transfer protocol is enabled;
correspondingly, the calling the response file after the parameter adjustment by using the installation script to realize the deployment of the virtual machine includes:
and running the installation script, and accessing the response file after the parameter adjustment by using a url mode.
3. The method of claim 1, wherein the invoking the reply file from the preset location using the installation script to implement the deployment of the virtual machine comprises:
and running the installation script, and accessing the response file after the parameter adjustment by using an absolute path mode.
4. The method of claim 1, further comprising, prior to said invoking said parameter-adjusted response file with said installation script to effect deployment of a virtual machine:
and calling a corresponding number of response files and installation scripts according to the service requirements.
5. The method of claim 4, further comprising, after said invoking a corresponding number of answer files and installation scripts based on business requirements:
judging whether the quantity of the installation scripts called on the same host machine exceeds a preset threshold value or not;
if yes, grouping all the installation scripts called on the host machine according to the preset threshold value to obtain a plurality of script groups;
and calling the response file after the parameter adjustment by using each script group in sequence so as to realize the deployment of the virtual machine.
6. The device for deploying the virtual machine is characterized by comprising an adjusting unit, a storage unit and a deploying unit;
the adjusting unit is used for adjusting corresponding parameters in the response file according to the received parameter instruction;
the storage unit is used for storing the response file after the parameter adjustment to a preset position; wherein, the response file after the parameter adjustment records parameters required by deploying the virtual machine;
the deployment unit is used for calling the response file after the parameter adjustment by using the installation script so as to realize the deployment of the virtual machine.
7. The apparatus of claim 6, further comprising a call unit;
and the calling unit is used for calling the response files and the installation scripts with corresponding quantity according to the service requirements before the response files after the parameter adjustment are called by using the installation scripts so as to realize the deployment of the virtual machines.
8. The apparatus according to claim 7, further comprising a judging unit and a grouping unit;
the judging unit is used for judging whether the quantity of the installation scripts called on the same host machine exceeds a preset threshold value or not after calling the corresponding quantity of the response files and the installation scripts according to the service requirements; if yes, triggering the grouping unit;
the grouping unit is used for grouping all the installation scripts called by the host machine according to the preset threshold value to obtain a plurality of script groups;
the deployment unit is specifically configured to call the parameter-adjusted response file sequentially by using each script group, so as to implement deployment of the virtual machine.
9. An apparatus for deploying a virtual machine, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the method of deploying a virtual machine as claimed in any one of claims 1 to 5.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of deploying virtual machines according to any of claims 1 to 5.
CN201911159339.5A 2019-11-22 2019-11-22 Method, device and computer readable storage medium for deploying virtual machine Withdrawn CN110990117A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911159339.5A CN110990117A (en) 2019-11-22 2019-11-22 Method, device and computer readable storage medium for deploying virtual machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911159339.5A CN110990117A (en) 2019-11-22 2019-11-22 Method, device and computer readable storage medium for deploying virtual machine

Publications (1)

Publication Number Publication Date
CN110990117A true CN110990117A (en) 2020-04-10

Family

ID=70086059

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911159339.5A Withdrawn CN110990117A (en) 2019-11-22 2019-11-22 Method, device and computer readable storage medium for deploying virtual machine

Country Status (1)

Country Link
CN (1) CN110990117A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114625486A (en) * 2022-05-12 2022-06-14 武汉四通信息服务有限公司 ISO medium management system, method and device, information service easy cloud and storage medium

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101840346A (en) * 2009-12-30 2010-09-22 北京世纪互联宽带数据中心有限公司 Method and system for deploying cloud host computer
CN102916995A (en) * 2011-08-05 2013-02-06 南京中兴新软件有限责任公司 Application hosting method and system
CN103605570A (en) * 2013-11-18 2014-02-26 浪潮(北京)电子信息产业有限公司 Automatic application deployment method and system based on virtual machine template
CN104461697A (en) * 2014-12-25 2015-03-25 中国科学院信息工程研究所 Automatic setting system and method for batched online IP addresses of virtual machine
CN107193633A (en) * 2017-05-23 2017-09-22 郑州云海信息技术有限公司 A kind of batch creates the method and device of virtual machine
CN107291525A (en) * 2016-04-01 2017-10-24 华为技术有限公司 A kind of method, host and system for disposing virtual machine
CN108021375A (en) * 2017-12-05 2018-05-11 郑州云海信息技术有限公司 The management method and computer-readable recording medium of data in cloud computing system
CN108121590A (en) * 2017-11-29 2018-06-05 杭州九略智能科技有限公司 The method and device of ESXI virtual machine automatic deployment installation systems
CN108958750A (en) * 2018-06-29 2018-12-07 郑州云海信息技术有限公司 A kind of method, apparatus, equipment and medium for installing (SuSE) Linux OS

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101840346A (en) * 2009-12-30 2010-09-22 北京世纪互联宽带数据中心有限公司 Method and system for deploying cloud host computer
CN102916995A (en) * 2011-08-05 2013-02-06 南京中兴新软件有限责任公司 Application hosting method and system
CN103605570A (en) * 2013-11-18 2014-02-26 浪潮(北京)电子信息产业有限公司 Automatic application deployment method and system based on virtual machine template
CN104461697A (en) * 2014-12-25 2015-03-25 中国科学院信息工程研究所 Automatic setting system and method for batched online IP addresses of virtual machine
CN107291525A (en) * 2016-04-01 2017-10-24 华为技术有限公司 A kind of method, host and system for disposing virtual machine
CN107193633A (en) * 2017-05-23 2017-09-22 郑州云海信息技术有限公司 A kind of batch creates the method and device of virtual machine
CN108121590A (en) * 2017-11-29 2018-06-05 杭州九略智能科技有限公司 The method and device of ESXI virtual machine automatic deployment installation systems
CN108021375A (en) * 2017-12-05 2018-05-11 郑州云海信息技术有限公司 The management method and computer-readable recording medium of data in cloud computing system
CN108958750A (en) * 2018-06-29 2018-12-07 郑州云海信息技术有限公司 A kind of method, apparatus, equipment and medium for installing (SuSE) Linux OS

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
潘俊文: "U盘直接跑精简版Win7", 《电脑爱好者》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114625486A (en) * 2022-05-12 2022-06-14 武汉四通信息服务有限公司 ISO medium management system, method and device, information service easy cloud and storage medium

Similar Documents

Publication Publication Date Title
US11570148B2 (en) Method and apparatus for deploying security access control policy
CN106095533B (en) Method of server expansion and device
US9077643B1 (en) Programmatically simulating system conditions
US20140172406A1 (en) Evaluating distributed application performance in a new environment
JP5903822B2 (en) Setting control apparatus, setting control method, and setting control program
CN105005521A (en) Test method and apparatus
US20140047115A1 (en) Immediately launching applications
CN108255708B (en) Method, device, storage medium and equipment for accessing production file in test environment
CN110266761B (en) Load balancing application creation method and device, computer equipment and storage medium
CN108829510B (en) Thread binding processing method and device
CN111787036A (en) Solution method, device, storage medium and equipment for front-end private cloud deployment
CN110928554A (en) Deployment method, device, equipment and storage medium
CN107908957B (en) Safe operation management method and system of intelligent terminal
CN107102889B (en) Virtual machine resource adjusting method and device
CN114285659B (en) Reverse proxy method, device, equipment and storage medium
CN109714208B (en) Method for bringing equipment into network management, storage medium and electronic equipment
CN110990117A (en) Method, device and computer readable storage medium for deploying virtual machine
CN113900939A (en) Test environment access method and device, readable storage medium and computer equipment
CN112003794B (en) Floating IP current limiting method, system, terminal and storage medium
CN105045539B (en) The control method and device of off-line data storage
CN110417856B (en) Capacity expansion method, device, equipment and storage medium for multi-active load balancing application
CN105373415A (en) Virtualization based application storage method, execution method, apparatus and system
CN107222361A (en) Collecting method, system, computer equipment and medium
CN103544041A (en) Method and system for deploying software
CN113127258A (en) Data backup method, device, equipment and medium

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200410