WO2014036693A1 - Service deployment method and device - Google Patents

Service deployment method and device Download PDF

Info

Publication number
WO2014036693A1
WO2014036693A1 PCT/CN2012/080992 CN2012080992W WO2014036693A1 WO 2014036693 A1 WO2014036693 A1 WO 2014036693A1 CN 2012080992 W CN2012080992 W CN 2012080992W WO 2014036693 A1 WO2014036693 A1 WO 2014036693A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
infrastructure
architecture
script
application image
Prior art date
Application number
PCT/CN2012/080992
Other languages
French (fr)
Chinese (zh)
Inventor
曹礼伟
王勇
Original Assignee
华为技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Priority to PCT/CN2012/080992 priority Critical patent/WO2014036693A1/en
Priority to CN201280001787.2A priority patent/CN103109515B/en
Publication of WO2014036693A1 publication Critical patent/WO2014036693A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the present invention relates to the field of information technology, and in particular, to a method and an apparatus for service deployment. Background technique
  • services can be deployed on the server in the traditional way: First, install and debug the purchased hardware devices such as servers, storage devices, and network devices, and then connect the server to infrastructure such as storage devices and network devices.
  • OS operating system
  • partition storage space install related databases and implement pre-requisite data
  • install middleware to deploy business applications
  • business applications to ensure high service performance and high reliability, and optimize business applications.
  • I SVs independent software vendors
  • the Matr ix auto-deployment system is deployed for business deployment:
  • the pre-boot execution environment (PXE) auto-installation technology is used to deploy the cornerstone out architecture.
  • the infrastructure refers to connecting the server to the storage device and network device.
  • the service is deployed on the virtual machine.
  • the application template is selected according to the service characteristics, and then the application template is imported to start the application to complete the service deployment.
  • the installation of the operating system and the software installation process cannot be shortened. Therefore, the time required for service deployment is still long.
  • the embodiments of the present invention provide a method and an apparatus for service deployment, which can improve the speed of service deployment and reduce the time required for service deployment.
  • an embodiment of the present invention provides a method for service deployment, including: Configuring an infrastructure required to run the application according to an application selected by the user and a configuration of the selected application, and generating a parameter configuration script and a compilation script;
  • the application is launched, and the compilation script is run on the server node, and the parameter configuration script is applied.
  • the configuring the core architecture required to run the application comprises: running the application according to the « ⁇ a, b, c, d, - - - ⁇
  • the required core out architecture performance values are evaluated and the required base architecture is determined; where ⁇ "represents the performance value required by the application; represents the redundancy factor; a, C , i represent a set of cornerstone out architectures, respectively
  • the performance value, ⁇ a , C , i , . represents a set of cornerstone out architecture performance values.
  • the method further includes: configuring the parameter configuration script and the compiling The script is delivered to the infrastructure and stored in external storage in the infrastructure.
  • determining an application image according to the application, and configuring the application image to the On the server node in the infrastructure including:
  • the application image is determined by the hard disk drive HDD library managed by the management node of the structure-based base facility and the computer FBCI architecture, and the application image is configured to the server in the base architecture by means of HDD snapshot On the node; or,
  • the application image is determined in a template library managed by a management node of the FBCI architecture, and the application image is configured to a server node in the infrastructure by means of hard disk copying.
  • an embodiment of the present invention provides a device for service deployment, including:
  • a management node configured to configure, according to a configuration selected by the user and the selected configuration of the application, an infrastructure required to run the application, and generate a parameter configuration script and a compilation script; Determining an application image and configuring the application image to a server node in the infrastructure;
  • the management node is further configured to: start the application;
  • the server node is configured to run the compiled script and apply the parameter configuration script.
  • the management node further includes: an evaluating unit, configured to: run the application according to ⁇ ⁇ ⁇ ⁇ a, b, c, d, .
  • the cornerstone out architecture performance values are evaluated and the required infrastructure is determined; where, represents the performance value required by the application; ⁇ represents the redundancy factor; a, 6, C , i represent a set of infrastructure, respectively The performance value, ⁇ a , 6, C , i , ... ⁇ represents a collection of infrastructure performance values.
  • the management node further includes:
  • a sending unit configured to send the parameter configuration script and the compiled script to the infrastructure, and save the external storage in the infrastructure.
  • the management node is configured to: according to the application, in a structure-based infrastructure and The hard disk drive HDD library managed by the management node of the computer FBC I architecture determines the application image, and configures the application image to the server node in the infrastructure by means of HDD snapshot; or, according to the application, The application image is determined in a template library managed by the management node of the FBC I architecture, and the application image is configured to a server node in the infrastructure by means of hard disk copying.
  • An embodiment of the present invention provides a method and an apparatus for deploying a service, by configuring an infrastructure required to run the application according to an application selected by the user and a configuration of the selected application, and generating a parameter configuration script and a compilation script; Determining, by the application, an application image, and configuring the application image to a server node in the infrastructure; starting the application, running the compilation script on the server node, and applying the parameter configuration script .
  • the solution provided by the embodiment of the present invention can automatically configure the infrastructure according to the application selected by the user, and generate a parameter configuration script and code. Translating scripts can increase the speed of business deployment and reduce the time required for business deployment.
  • FIG. 1 is a flowchart of a method for service deployment according to Embodiment 1 of the present invention
  • FIG. 2 is a block diagram of an apparatus for service deployment according to Embodiment 1 of the present invention.
  • FIG. 3 is a flowchart of a method for service deployment according to Embodiment 2 of the present invention.
  • FIG. 4 is a schematic diagram of an FBCI architecture provided by Embodiment 2 of the present invention.
  • FIG. 5 is a block diagram of an apparatus for service deployment according to Embodiment 2 of the present invention. detailed description
  • the embodiment of the present invention provides a method for service deployment, and the method provided by the embodiment of the present invention can be implemented under a structure-based infrastructure and computer (Fab ic-based infras gagture and computers, FBCI) architecture, and the FBCI architecture is generally independent.
  • the modules are assembled and connected to each other through a conversion base. As shown in Figure 1, the method includes the following steps:
  • Step 101 Configure, according to a configuration selected by the user and the selected configuration of the application, a base architecture required to run the application, and generate a parameter configuration script and a compilation script.
  • the infrastructure refers to the installation of the operating system based on the connection of the server to the storage device and the network device.
  • the business system refers to the IT system used to meet the business needs of the enterprise or organization, usually including database middleware and applications
  • database middleware refers to the third-party software or service used to access the database
  • middleware is an independent system software or A service program that can connect two separate applications or stand-alone systems for the transfer of information between two separate applications or separate systems.
  • Application (APP) refers to the technology, system, software or product that provides services for a business or organization's business.
  • the configuration here refers to hardware configuration and software configuration.
  • the service selection is a database server
  • the application refers to specific software supporting the service.
  • the application may be different types of software such as Oracle, Mysql, and the like.
  • the related configuration can be business scenario, number of users, specific products, Service Level Agreement (SLA), and other Internet Protocol (IP) domain name servers (Domain Name Server, DNS). ) related performance parameters, etc.
  • SLA Service Level Agreement
  • IP Internet Protocol
  • DNS Domain Name Server
  • SSD Solid State Disk
  • SSD Solid State Disk
  • the service deployment in this embodiment deploys the service system on a new server, so that the service system can be applied on the new server.
  • the infrastructure required for the configuration to run the application includes:
  • ⁇ a, b, c, d, . . . ⁇ evaluates the architectural performance values required to run the application and determines the required infrastructure. That is, the performance value required by the business system is compared with the corresponding performance value set of the infrastructure running the application to obtain a configuration model that is closest to the performance value required by the business system.
  • indicates the performance value required by the application; for example, a real-time accounting system requires a 300W Online Transaction Processing Performance Council (TPCC).
  • TPCC is one of the parameters for evaluating performance under the FBCI architecture, TPCC The performance of the overall system that can be built for servers and clients. Indicates the redundancy factor. For example, it can be 1.3, and the performance value of TPCC is required to be 390w.
  • a, b, c, and d represent the performance values of a set of infrastructure, respectively, b, c, d, . . . ⁇ represents a collection of infrastructure performance values, which can be the closest to the required upper rail, that is, the closest to 390w. On the rail.
  • a is a 150w TPCC configuration, CPU: 4 10-core CPUs, CPU can be Xeon E7500; Memory: 16G; External storage: SSD 1 0T storage space.
  • d is a 400W TPCC configuration, 8 10-core CPUs, CPU can be Xeon E7500; Memory: 512G; External storage: SSD 10T storage space.
  • the performance value here can be 400W. Then, according to the 400w configuration model, the service starts to allocate hardware resources such as CPU, memory, and external storage for construction.
  • the method further includes:
  • the parameter configuration script and the compilation script are delivered to the infrastructure and saved in external storage in the infrastructure.
  • Step 102 Determine an application image according to the application, and configure the application image to a server node in the infrastructure.
  • the hard disk drive (HDD) library managed by the management node of the FBCI architecture determines the application image, and configures the application image to the device by using an HDD snapshot.
  • the server node in the base architecture or,
  • the application image is determined in a template library managed by the management node of the FBC I architecture, and the application image is configured to a server node in the infrastructure by means of hard disk copying.
  • Step 103 Start the application, run the compilation script on the server node, and apply the parameter configuration script.
  • the embodiment of the present invention provides a service deployment method, which can automatically configure an infrastructure and generate a parameter configuration script and a compile script according to an application selected by the user, so that the speed of service deployment can be improved, and the time required for service deployment can be reduced.
  • An embodiment of the present invention provides a device for service deployment, where the device may be an FBCI, where the FBCI architecture is assembled by independent modules and connected to each other through a structure or a conversion backplane. As shown in FIG. 2, the device includes: a management node 201, a server node 202;
  • the management node 201 is configured to configure, according to the application selected by the user and the selected configuration of the selected application, an infrastructure required to run the application, and generate a parameter configuration script and a compilation script; and determine an application image according to the application, And configuring the application image to the server node 202 in the infrastructure;
  • management node 201 includes: an evaluation unit, configured to
  • the performance value, ⁇ aAd represents a collection of base architecture performance values, and the collection of these infrastructure performance values can be derived from a configuration library that combines relevant knowledge and data based on the business model.
  • the management node 201 further includes: a sending unit, configured to send the parameter configuration script and the compiled script to the infrastructure, and save the external storage in the infrastructure.
  • the management node 201 is configured to: determine, according to the application, the application image in a hard disk drive HDD library managed by a management node of a structure-based corner-out facility and a computer FBCI architecture, and mirror the application by means of an HDD snapshot Configuring to the server node in the infrastructure; or, according to the application, determining the application image in a template library managed by the management node of the FBCI architecture, and configuring the application image to the device by means of hard disk copying On the server node in the infrastructure.
  • the management node 201 is further configured to: start the application; the server node 202 is configured to run the compilation script, and apply the parameter configuration script.
  • An embodiment of the present invention provides a device for service deployment.
  • the management node automatically configures an infrastructure according to an application selected by a user, and generates a parameter configuration script and a compilation script.
  • the management node determines an application image and configures the application image to the server node of the infrastructure. Starting the application, running the compiled script by the server node, and applying the parameter configuration script, so that the service deployment can be improved Speed, reducing the time required for business deployment.
  • An embodiment of the present invention provides a service deployment method. As shown in FIG. 3, the method includes: Step 301: Configure an infrastructure required to run the application according to an application selected by a user and a configuration of the selected application.
  • the user selects an application according to his or her business needs and selects a configuration based on the selected application.
  • the configuration here refers to hardware configuration and software configuration.
  • the service selection is a database server, and then the relevant configuration of the database server is selected.
  • the related configuration may be a business scenario, a number of users, a specific product, a Service Level Agreement (SLA), and other Internet Protocols (Internet Protocol, IP) i or the Doma in Name Server (DNS) related performance parameters, etc.
  • the selected configuration is stored in the Solid State Disk (SSD) configured for the application, so as to speed up The speed of business deployment.
  • SSD uses an electronic storage medium for data storage and reading.
  • the business system refers to the IT system used to meet the business needs of the enterprise or organization, usually including database middleware and applications
  • database middleware refers to the third-party software or service used to access the database
  • middleware is an independent system software or A service program that can connect two separate applications or stand-alone systems for the transfer of information between two separate applications or separate systems.
  • Application (appl i cat ion, APP) refers to technology, systems, software or products that provide services for a business or organization.
  • the FBCI architecture in which the FBCI architecture is assembled by independent modules, is connected to each other through a conversion backplane.
  • the FBCI architecture includes: management node, central processing unit (Centra l Proces s ing Uni t, CPU) pool, memory pool and storage pool.
  • the management node manages the CPU, memory and external storage in the FBCI architecture, and allocates according to different applications. resource of. It should be noted that the CPU pool, the memory pool, and the storage pool all correspond to physical entities.
  • the infrastructure required to run the application in this step is the allocation of physical resources.
  • the infrastructure refers to the installation of the operating system based on the connection of the server to the storage device and the network device. Architecture system for computing, storage, and networking.
  • the FBCI receives the user's selection application and related configuration, and obtains the hardware configuration information after configuring the configuration engine of the rapid deployment function area, that is, configuring the required CPU, memory, external storage space, network bandwidth, etc. on the new server, that is, the hardware is combined to form A server that provides storage and networking.
  • a hardware resource required to run the application is configured according to an application selected by the user and a related configuration of the selected application.
  • Step 302 evaluating, according to ⁇ «, ⁇ , ⁇ , .., ⁇ , the value of the infrastructure performance required to run the application, and determining the required infrastructure; that is, according to the business system requirements
  • the performance value is compared to the corresponding set of performance values of the infrastructure running the application to obtain a configuration model that is closest to the performance value required by the business system.
  • ⁇ ⁇ represents the performance value required by the application, for example, for example, a real-time accounting system requires a 300W online transaction processing reference program TPCC.
  • TPCC is one of the parameters for evaluating performance under the FBCI architecture. TPCC can be used to build the overall system performance for servers and clients.
  • the performance value of TPCC is required to be 390w.
  • ⁇ aAci,... ⁇ represents a collection of base performance values that can be taken closest to the required upper rail, the upper rail closest to 390w.
  • a is a 150wTPCC configuration, CPU: 4 10-core CPUs, CPU can be Xeon E7500; Memory: 16G; External storage: SSD 10T storage space.
  • d is a 400W TPCC configuration, 8 10-core CPUs, CPU can be Xeon E7500; Memory: 512G; External storage: SSD 10T storage space.
  • the collection of these cornerstone out architecture performance values can be derived from a configuration library that integrates relevant knowledge and data according to the business model.
  • the performance value here can be 400W. Then, according to the 400w configuration model, the service starts to allocate resources such as CPU, memory, and external storage for construction.
  • Step 303 Generate a parameter configuration script and a compilation script according to the application selected by the user and the configuration of the selected application. For example, when deploying a database application, you can generate parameter configuration scripts, such as operating system parameters and configuration scripts; database parameter scripts; related performance processing scripts; and build scripts, such as database compilation scripts.
  • parameter configuration scripts such as operating system parameters and configuration scripts
  • database parameter scripts such as database parameter scripts
  • related performance processing scripts such as database compilation scripts.
  • build scripts such as database compilation scripts.
  • the generated parameter configuration script and the compiled script are directly sent by the management node in the FBCI architecture to the allocated infrastructure and stored in the external storage in the infrastructure.
  • Step 304 Determine an application image according to the application, and configure the application image to a server node in the infrastructure.
  • the application image is determined in the hard disk drive HDD library or template library of the management node of the FBCI architecture according to the application selected by the user.
  • the HDD library or template library is located in the rapid deployment ribbon and is managed by the management node.
  • the application image of each business application is stored in the HDD library or template library.
  • the embodiment supports two methods for configuring an application image to run a server node corresponding to the application: one is an HDD image, and the other is a traditional virtual machine.
  • HDD mirroring the application image is selected in the HDD library saved in the management node of the FBCI architecture, and the application image is configured to the server node in the infrastructure by means of HDD snapshot; when using the traditional virtual machine, in the FBCI
  • the application image is selected in the template library saved in the management node of the architecture, and the application image is configured to the server node in the infrastructure by means of hard disk copying.
  • Step 305 Start the application, run the compilation script on the server node, and apply the parameter configuration script.
  • the application After the application image is configured to run the server node corresponding to the application, the application is started.
  • the server node in the infrastructure runs the compilation script and applies the parameter configuration script, that is, the configuration of the IP DNS database parameters and application parameters are automatically applied through the parameter configuration script.
  • An embodiment of the present invention provides a service deployment method, by using an FBCI architecture, automatically configuring an infrastructure according to an application selected by a user, and generating a parameter configuration script and a compilation script, determining an application image according to the application, and configuring the application image.
  • the service deployment method provided by the embodiment of the present invention can be completed in a short period of time, for example, within 10 minutes, so that the speed of service deployment can be improved and the time required for service deployment can be reduced.
  • the embodiment of the present invention provides a device for service deployment, and the device may be an FBCI.
  • the device includes: a management node 501, an evaluation unit 5011, a delivery unit 5012, and a server node 502.
  • the management node 501 is configured to configure, according to a configuration selected by the user and the selected configuration of the application, an infrastructure required to run the application, and generate a parameter configuration script and a compilation script.
  • the infrastructure includes server nodes, memory, external storage, and the like.
  • the evaluation unit 5011 in the management node 501 is configured to evaluate an infrastructure performance value required to run the application according to ⁇ «, ⁇ , ... ⁇ , and determine the required base.
  • Architecture where ⁇ " represents the performance value required by the application; represents the redundancy factor; ⁇ aAci,... ⁇ represents a collection of infrastructure performance values.
  • the set of base architecture performance values can be derived from the business model, A configuration library derived from the synthesis of relevant knowledge and data.
  • TPCC is one of the parameters for evaluating performance under the FBCI architecture. TPCC can be used to build the overall system performance for servers and clients.
  • the performance value of TPCC is required to be 390w.
  • a, b, c, and d represent the performance values of a set of infrastructure, respectively, b, c, d, . . . ⁇ represents a collection of infrastructure performance values, which can be the closest to the required upper rail, that is, the closest to 390w. On the rail.
  • a is a 150wTPCC configuration, CPU: 4 10-core CPUs, CPU can be Xeon E7500; Memory: 16G; External storage: SSD 10T storage space.
  • d is a 400W TPCC configuration, 8 10-core CPUs, CPU can be Xeon E7500; Memory: 512G; External storage: SSD 10T storage space.
  • the performance value can be taken here to be 400W. Then the service starts to allocate hardware resources such as CPU, memory, and external storage according to the 400w configuration model. Build.
  • the sending unit 5012 in the management node 501 is configured to send the parameter configuration script and the compiled script to the infrastructure, and save the external storage in the infrastructure.
  • the management node 501 is further configured to determine an application image according to the application, and configure the application image to a server node in the infrastructure;
  • the management node 501 is specifically configured to: according to the application, determine an application image in a hard disk drive HDD library managed by a management node based on a structure-based infrastructure and a computer FBC I architecture, and use an HDD snapshot method to The application image is configured on the server node in the corner-out architecture; or, according to the application, determining the application image in a template library managed by the management node of the FBCI architecture, and copying the file through the hard disk copy The application image is configured to a server node in the infrastructure.
  • the management node 501 is further configured to start the application, then run the compilation script by the server node 502, and apply the parameter configuration script.
  • An embodiment of the present invention provides a device for service deployment, which automatically configures an infrastructure according to an application selected by a user, generates a parameter configuration script and a compile script, and determines an application image and configures an application image to the server node;
  • the node runs the compiled script and applies the parameter configuration script, so that the speed of service deployment can be improved, and the time required for service deployment can be reduced.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to the technical field of information. Disclosed are a service deployment method and device that can improve the service deployment speed and reduce the service deployment time. A solution provided by an embodiment of the present invention comprises: according to an application selected by a user and configurations of the selected application, configuring a base architecture required for running the application, and generating a parameter configuration script and a compiling script; according to the application, determining an application image, and configuring the application image on a server node in the base architecture; starting the application, running the compiling script on the server node, and applying the parameter configuration script. The solution provided by the embodiment of the present invention is suitable for the service deployment under the FBCI architecture.

Description

一种业务部署的方法及装置 技术领域  Method and device for service deployment
本发明涉及信息技术领域, 尤其涉及一种业务部署的方法及装置。 背景技术  The present invention relates to the field of information technology, and in particular, to a method and an apparatus for service deployment. Background technique
目前, 可以采用传统方式在服务器上进行业务部署: 首先将购买的服务 器、 存储设备以及网络设备等硬件设备进行安装调试, 然后将服务器连接存 储设备和网络设备等基础设施; 安装操作系统(Opera t ing Sys tem, OS )并划 分存储空间; 安装相关的数据库和实施前期数据; 安装中间件, 部署业务应 用; 为了保障业务运行性能高和可靠性高, 还可以进行优化业务应用。 但是 采用这种方式分层实施,需要不同的独立软件开发商 (Independent Sof tware Vendor s , I SV)提供服务或者需要精通各个组件的人来进行安装, 进行业务部 署需要的时间较长。  Currently, services can be deployed on the server in the traditional way: First, install and debug the purchased hardware devices such as servers, storage devices, and network devices, and then connect the server to infrastructure such as storage devices and network devices. Install the operating system (Opera t Ing System, OS) and partition storage space; install related databases and implement pre-requisite data; install middleware to deploy business applications; to ensure high service performance and high reliability, and optimize business applications. However, layered implementation in this way requires different independent software vendors (I SVs) to provide services or those who need to be proficient in each component to install, and it takes a long time for business deployment.
在云计算环境中, 推出了 Matr ix自动部署系统进行业务部署: 采用预启 动运行环境 ( reboot execute envi ronment , PXE ) 自动安装技术部署基石出 架构, 基础架构指在将服务器连接存储设备和网络设备的基础上, 再安装操 作系统, 即包括服务器、 存储设备、 网络设备等基础设施, 以及操作系统。 然后采用虚拟机部署业务, 即根据业务特点选择应用模板, 再导入应用模板, 启动应用完成业务部署, 但仍然无法缩短操作系统的安装以及软件安装的过 程, 因此业务部署需要的时间仍然较长。  In the cloud computing environment, the Matr ix auto-deployment system is deployed for business deployment: The pre-boot execution environment (PXE) auto-installation technology is used to deploy the cornerstone out architecture. The infrastructure refers to connecting the server to the storage device and network device. Based on the installation of the operating system, including the infrastructure of servers, storage devices, network devices, and operating systems. Then, the service is deployed on the virtual machine. The application template is selected according to the service characteristics, and then the application template is imported to start the application to complete the service deployment. However, the installation of the operating system and the software installation process cannot be shortened. Therefore, the time required for service deployment is still long.
然而, 采用现有技术进行业务部署时, 业务部署速度较慢, 需要的时间 较长。 发明内容  However, when deploying services using existing technologies, service deployment is slower and takes longer. Summary of the invention
本发明的实施例提供一种业务部署的方法及装置, 可以提高业务部署的 速度, 降低业务部署需要的时间。  The embodiments of the present invention provide a method and an apparatus for service deployment, which can improve the speed of service deployment and reduce the time required for service deployment.
第一方面, 本发明的实施例提供一种业务部署的方法, 包括: 根据用户选择的应用和选择的所述应用的配置, 配置运行所述应用所需 的基础架构, 并生成参数配置脚本和编译脚本; In a first aspect, an embodiment of the present invention provides a method for service deployment, including: Configuring an infrastructure required to run the application according to an application selected by the user and a configuration of the selected application, and generating a parameter configuration script and a compilation script;
根据所述应用确定应用镜像, 并将所述应用镜像配置到所述基础架构中 的服务器节点上;  Determining an application image according to the application, and configuring the application image to a server node in the infrastructure;
启动所述应用, 并在所述服务器节点上运行所述编译脚本, 以及应用所 述参数配置脚本。  The application is launched, and the compilation script is run on the server node, and the parameter configuration script is applied.
在第一方面的第一种可能的实现方式中, 所述配置运行所述应用所需的 基石出架构包括:根据 « {a,b,c,d, - - -}对运行所述应用所需的基石出架构性能值 进行评估, 并确定所需的所述基 架构; 其中, ∑ "表示所述应用要求的性能 值; 表示冗余系数; a ,C,i分别表示一组基石出架构的性能值, {a ,C,i , . 表示 基石出架构性能值的集合。 In a first possible implementation manner of the first aspect, the configuring the core architecture required to run the application comprises: running the application according to the «{a, b, c, d, - - -} The required core out architecture performance values are evaluated and the required base architecture is determined; where ∑ "represents the performance value required by the application; represents the redundancy factor; a, C , i represent a set of cornerstone out architectures, respectively The performance value, { a , C , i , . represents a set of cornerstone out architecture performance values.
结合第一方面或第一方面的第一种可能的实现方式, 在第二种可能的实 现方式中, 所述生成参数配置脚本和编译脚本之后还包括: 将所述参数配置 脚本和所述编译脚本下发到所述基础架构上, 并保存在所述基础架构中的外 部存储。  With reference to the first aspect or the first possible implementation manner of the first aspect, in a second possible implementation manner, after the generating the parameter configuration script and the compiling script, the method further includes: configuring the parameter configuration script and the compiling The script is delivered to the infrastructure and stored in external storage in the infrastructure.
结合第一方面或第一方面的第一种或第二种可能的实现方式, 在第三种 可能的实现方式中,, 根据所述应用确定应用镜像, 并将所述应用镜像配置到 所述基础架构中的服务器节点上, 包括:  With reference to the first aspect or the first or second possible implementation manner of the first aspect, in a third possible implementation, determining an application image according to the application, and configuring the application image to the On the server node in the infrastructure, including:
根据所述应用, 在基于结构的基 设施与计算机 FBCI架构的管理节点管 理的硬盘驱动器 HDD库确定所述应用镜像, 并通过 HDD快照的方式将所述应 用镜像配置到所述基 架构中的服务器节点上; 或者,  According to the application, the application image is determined by the hard disk drive HDD library managed by the management node of the structure-based base facility and the computer FBCI architecture, and the application image is configured to the server in the base architecture by means of HDD snapshot On the node; or,
根据所述应用, 在 FBCI架构的管理节点管理的模板库中确定所述应用镜 像, 并通过硬盘拷贝的方式将所述应用镜像配置到所述基础架构中的服务器 节点上。  According to the application, the application image is determined in a template library managed by a management node of the FBCI architecture, and the application image is configured to a server node in the infrastructure by means of hard disk copying.
第二方面, 本发明的实施例提供一种业务部署的装置, 包括:  In a second aspect, an embodiment of the present invention provides a device for service deployment, including:
管理节点, 用于根据用户选择的应用和选择的所述应用的配置, 配置运 行所述应用所需的基础架构, 并生成参数配置脚本和编译脚本; 以及根据所 述应用确定应用镜像, 并将所述应用镜像配置到所述基础架构中的服务器节 点上; a management node, configured to configure, according to a configuration selected by the user and the selected configuration of the application, an infrastructure required to run the application, and generate a parameter configuration script and a compilation script; Determining an application image and configuring the application image to a server node in the infrastructure;
所述管理节点还用于, 启动所述应用;  The management node is further configured to: start the application;
所述服务器节点, 用于运行所述编译脚本, 以及应用所述参数配置脚本。 在第二方面的第一种可能的实现方式中, 所述管理节点还包括: 评估单 元,用于根据∑ α · {a,b,c,d, . · ·}对运行所述应用所需的基石出架构性能值进行评 估, 并确定所需的所述基础架构; 其中, 表示所述应用要求的性能值; β 表示冗余系数; a,6,C,i分别表示一组基础架构的性能值, {a,6,C,i , ...}表示基础 架构性能值的集合。 The server node is configured to run the compiled script and apply the parameter configuration script. In a first possible implementation manner of the second aspect, the management node further includes: an evaluating unit, configured to: run the application according to ∑ α · {a, b, c, d, . The cornerstone out architecture performance values are evaluated and the required infrastructure is determined; where, represents the performance value required by the application; β represents the redundancy factor; a, 6, C , i represent a set of infrastructure, respectively The performance value, { a , 6, C , i , ...} represents a collection of infrastructure performance values.
结合第二方面或第二方面的第一种可能的实现方式, 在第二种可能的实 现方式中, 所述管理节点还包括:  With reference to the second aspect, or the first possible implementation manner of the second aspect, in the second possible implementation manner, the management node further includes:
下发单元, 用于将所述参数配置脚本和所述编译脚本下发到所述基础架 构上, 并保存在所述基 架构中的外部存储。  And a sending unit, configured to send the parameter configuration script and the compiled script to the infrastructure, and save the external storage in the infrastructure.
结合第二方面或第二方面的第一种或第二种可能的实现方式, 在第三种 可能的实现方式中, 所述管理节点用于: 根据所述应用, 在基于结构的基础 设施与计算机 FBC I架构的管理节点管理的硬盘驱动器 HDD库确定应用镜像, 并通过 HDD快照的方式将所述应用镜像配置到所述基础架构中的服务器节点 上; 或者, 用于根据所述应用, 在 FBC I架构的管理节点管理的模板库中确定 所述应用镜像, 并通过硬盘拷贝的方式将所述应用镜像配置到所述基础架构 中的服务器节点上。  With reference to the second aspect or the first or second possible implementation manner of the second aspect, in a third possible implementation, the management node is configured to: according to the application, in a structure-based infrastructure and The hard disk drive HDD library managed by the management node of the computer FBC I architecture determines the application image, and configures the application image to the server node in the infrastructure by means of HDD snapshot; or, according to the application, The application image is determined in a template library managed by the management node of the FBC I architecture, and the application image is configured to a server node in the infrastructure by means of hard disk copying.
本发明实施例提供一种业务部署的方法及装置, 通过根据用户选择的应 用和选择的所述应用的配置, 配置运行所述应用所需的基础架构, 并生成参 数配置脚本和编译脚本; 根据所述应用确定应用镜像, 并将所述应用镜像配 置到所述基础架构中的服务器节点上; 启动所述应用, 并在所述服务器节点 上运行所述编译脚本, 以及应用所述参数配置脚本。 与采用现有技术进行业 务部署时, 业务部署速度较慢, 采用的时间较长相比, 本发明实施例提供的 方案能够根据用户选择的应用自动配置基础架构以及生成参数配置脚本和编 译脚本, 使得可以提高业务部署的速度, 降低业务部署需要的时间。 附图说明 An embodiment of the present invention provides a method and an apparatus for deploying a service, by configuring an infrastructure required to run the application according to an application selected by the user and a configuration of the selected application, and generating a parameter configuration script and a compilation script; Determining, by the application, an application image, and configuring the application image to a server node in the infrastructure; starting the application, running the compilation script on the server node, and applying the parameter configuration script . When the service is deployed in the prior art, the service deployment is slow, and the time taken is longer. The solution provided by the embodiment of the present invention can automatically configure the infrastructure according to the application selected by the user, and generate a parameter configuration script and code. Translating scripts can increase the speed of business deployment and reduce the time required for business deployment. DRAWINGS
为了更清楚地说明本发明实施例或现有技术中的技术方案, 下面将对实 施例或现有技术描述中所需要使用的附图作简单地介绍, 显而易见地, 下面 描述中的附图仅仅是本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性的前提下, 还可以根据这些附图获得其他的附图。  In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the embodiments or the description of the prior art will be briefly described below. Obviously, the drawings in the following description are only It is a certain embodiment of the present invention, and other drawings can be obtained from those skilled in the art without any inventive labor.
图 1为本发明实施例 1提供的一种业务部署的方法的流程图;  FIG. 1 is a flowchart of a method for service deployment according to Embodiment 1 of the present invention;
图 2为本发明实施例 1提供的一种业务部署的装置的框图;  2 is a block diagram of an apparatus for service deployment according to Embodiment 1 of the present invention;
图 3为本发明实施例 2提供的一种业务部署的方法的流程图;  3 is a flowchart of a method for service deployment according to Embodiment 2 of the present invention;
图 4为本发明实施例 2提供的 FBCI架构示意图;  4 is a schematic diagram of an FBCI architecture provided by Embodiment 2 of the present invention;
图 5为本发明实施例 2提供的一种业务部署的装置的框图。 具体实施方式  FIG. 5 is a block diagram of an apparatus for service deployment according to Embodiment 2 of the present invention. detailed description
下面将结合本发明实施例中的附图, 对本发明实施例中的技术方案进行 清楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而 不是全部的实施例。 基于本发明中的实施例, 本领域普通技术人员在没有作 出创造性劳动前提下所获得的所有其他实施例 , 都属于本发明保护的范围。  The technical solutions in the embodiments of the present invention are clearly and completely described in the following with reference to the accompanying drawings in the embodiments of the present invention. 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 those skilled in the art based on the embodiments of the present invention without creative efforts are within the scope of the present invention.
实施例 1  Example 1
本发明实施例提供一种业务部署的方法, 本发明实施例提供的方法可以 在基于结构的基石出设施与计算机 ( Fabr ic-based infras tructure and computers , FBCI )架构下实施, FBCI架构一般由独立的模块组装而成, 通过 一个转换底板相互连接。 如图 1所示, 该方法包括以下步骤:  The embodiment of the present invention provides a method for service deployment, and the method provided by the embodiment of the present invention can be implemented under a structure-based infrastructure and computer (Fab ic-based infras tructure and computers, FBCI) architecture, and the FBCI architecture is generally independent. The modules are assembled and connected to each other through a conversion base. As shown in Figure 1, the method includes the following steps:
步骤 101 , 根据用户选择的应用和选择的所述应用的配置, 配置运行所述 应用所需的基 架构, 并生成参数配置脚本和编译脚本;  Step 101: Configure, according to a configuration selected by the user and the selected configuration of the application, a base architecture required to run the application, and generate a parameter configuration script and a compilation script.
基础架构指在将服务器连接存储设备和网络设备的基础上, 再安装操作 系统。  The infrastructure refers to the installation of the operating system based on the connection of the server to the storage device and the network device.
可选的, 根据用户选择的应用和选择的所述应用的配置, 在配置引擎配 置后得到硬件配置信息。 这里, 业务系统指用于满足企业或者组织业务需要 的 IT系统, 通常包括数据库中间件和应用, 数据库中间件指用于访问数据库 的第三方软件或者服务, 中间件是一种独立的系统软件或者服务程序, 可以 连接两个独立应用程序或独立系统, 用于两个独立应用程序或独立系统之间 的信息传递。 应用 (application, APP )指为企业或者组织业务提供服务的 技术、 系统、 软件或者产品。 Optionally, according to the application selected by the user and the configuration of the selected application, configuring the engine Get the hardware configuration information after setting. Here, the business system refers to the IT system used to meet the business needs of the enterprise or organization, usually including database middleware and applications, the database middleware refers to the third-party software or service used to access the database, and the middleware is an independent system software or A service program that can connect two separate applications or stand-alone systems for the transfer of information between two separate applications or separate systems. Application (APP) refers to the technology, system, software or product that provides services for a business or organization's business.
需要说明的是, 不同的应用有不同的配置, 这里配置指硬件配置和软件 配置。 例如, 业务选择为数据库服务器, 应用指支撑此业务的具体软件, 例 如, 应用可以为 Oracle, Mysql 等不同类型的软件。 然后选择数据库服务器 的相关配置, 相关配置可以为业务场景、 用户数、 具体产品、 服务水平协议 ( Service Level Agreement , SLA ) 以及其他网络互联协议 ( Internet Protocol, IP)域名服务器 (Domain Name Server, DNS )相关性能参数等。 将选择的相关配置存放于为应用配置的固态緩冲盘 (SolidStateDisk, SSD) 中, 以便加快业务部署的速度。 SSD采用电子存储介质进行数据存储和读取的 一种技术, 突破了传统机械硬盘的性能瓶颈, 拥有极高的存储性能, 比传统 硬盘的处理速度快和高效。  It should be noted that different applications have different configurations, and the configuration here refers to hardware configuration and software configuration. For example, the service selection is a database server, and the application refers to specific software supporting the service. For example, the application may be different types of software such as Oracle, Mysql, and the like. Then select the relevant configuration of the database server. The related configuration can be business scenario, number of users, specific products, Service Level Agreement (SLA), and other Internet Protocol (IP) domain name servers (Domain Name Server, DNS). ) related performance parameters, etc. Store the selected configuration in the Solid State Disk (SSD) configured for the application to speed up the deployment of the business. SSD uses an electronic storage medium for data storage and reading. It breaks through the performance bottleneck of traditional mechanical hard disks and has extremely high storage performance, which is faster and more efficient than traditional hard disks.
本实施例中的业务部署即将业务系统在新的服务器上进行部署, 使得在 新的服务器上可以应用此业务系统。  The service deployment in this embodiment deploys the service system on a new server, so that the service system can be applied on the new server.
进一步的, 所述配置运行所述应用所需的基 架构包括: Further, the infrastructure required for the configuration to run the application includes:
Figure imgf000006_0001
{a,b,c,d, . · ·}对运行所述应用所需的基石出架构性能值进行评估, 并确定所需的所述基础架构。 即, 根据业务系统要求的性能值与相应的运行 所述应用的基础架构的性能值集合进行比较, 获得最接近业务系统要求的性 能值的配置模型。
Figure imgf000006_0001
{a, b, c, d, . . . } evaluates the architectural performance values required to run the application and determines the required infrastructure. That is, the performance value required by the business system is compared with the corresponding performance value set of the infrastructure running the application to obtain a configuration model that is closest to the performance value required by the business system.
其中,∑"表示所述应用要求的性能值;例如某个实时帐务系统要求 300W 的在线事务处理基准程序 ( Transaction Processing Performance Council, TPCC)。 TPCC为 FBCI架构下评价性能的参数之一, TPCC可以为服务器和客户 端构筑的整体系统的性能。 表示冗余系数, 例如, 可以为 1. 3 , 则 就需要 TPCC的性能值为 390w。 Where ∑" indicates the performance value required by the application; for example, a real-time accounting system requires a 300W Online Transaction Processing Performance Council (TPCC). TPCC is one of the parameters for evaluating performance under the FBCI architecture, TPCC The performance of the overall system that can be built for servers and clients. Indicates the redundancy factor. For example, it can be 1.3, and the performance value of TPCC is required to be 390w.
a,b,c,d分别表示一组基础架构的性能值, ,b,c,d, . · ·}表示基础架构性能值 的集合, 可以取最接近要求的上轨, 即最接近 390w的上轨。  a, b, c, and d represent the performance values of a set of infrastructure, respectively, b, c, d, . . . } represents a collection of infrastructure performance values, which can be the closest to the required upper rail, that is, the closest to 390w. On the rail.
例如, a为 150w TPCC的配置, CPU: 4个 10核 CPU, CPU可以为至强 Xeon E7500; 内存: 16G; 外部存储: SSD 1 0T存储空间。 d 为 400W TPCC的配置, 8 个 10核 CPU, CPU可以为至强 Xeon E7500; 内存: 512G ; 外部存储: SSD 10T 存储空间。  For example, a is a 150w TPCC configuration, CPU: 4 10-core CPUs, CPU can be Xeon E7500; Memory: 16G; External storage: SSD 1 0T storage space. d is a 400W TPCC configuration, 8 10-core CPUs, CPU can be Xeon E7500; Memory: 512G; External storage: SSD 10T storage space.
根据评估的规则:取最接近要求的上轨。因此,这里可以取性能值为 400W。 然后业务根据 400w的配置模型, 开始分配 CPU、 内存、 外部存储等硬件资源 进行构建。  According to the rules of the assessment: take the upper rail closest to the requirements. Therefore, the performance value here can be 400W. Then, according to the 400w configuration model, the service starts to allocate hardware resources such as CPU, memory, and external storage for construction.
进一步的, 所述生成参数配置脚本和编译脚本之后还包括:  Further, after the generating the parameter configuration script and the compiling script, the method further includes:
将所述参数配置脚本和所述编译脚本下发到所述基础架构上, 并保存在 所述基石出架构中的外部存储。  The parameter configuration script and the compilation script are delivered to the infrastructure and saved in external storage in the infrastructure.
步骤 102 , 根据所述应用确定应用镜像, 并将所述应用镜像配置到所述基 础架构中的服务器节点上;  Step 102: Determine an application image according to the application, and configure the application image to a server node in the infrastructure.
可选的,根据所述应用,在 FBCI架构的管理节点管理的硬盘驱动器( Hard D i sk Dr ive , HDD )库确定所述应用镜像, 并通过 HDD快照的方式将所述应用 镜像配置到所述基 架构中的服务器节点上; 或者,  Optionally, according to the application, the hard disk drive (HDD) library managed by the management node of the FBCI architecture determines the application image, and configures the application image to the device by using an HDD snapshot. On the server node in the base architecture; or,
根据所述应用, 在 FBC I架构的管理节点管理的模板库中确定所述应用镜 像, 并通过硬盘拷贝的方式将所述应用镜像配置到所述基础架构中的服务器 节点上。  According to the application, the application image is determined in a template library managed by the management node of the FBC I architecture, and the application image is configured to a server node in the infrastructure by means of hard disk copying.
步骤 103 , 启动所述应用, 并在所述服务器节点上运行所述编译脚本, 以 及应用所述参数配置脚本。  Step 103: Start the application, run the compilation script on the server node, and apply the parameter configuration script.
本发明实施例提供一种业务部署的方法, 通过根据用户选择的应用自动 配置基础架构以及生成参数配置脚本和编译脚本, 使得可以提高业务部署的 速度, 降低业务部署需要的时间。 本发明实施例提供一种业务部署的装置,该装置可以为 FBCI ,其中, FBCI 架构由独立的模块组装而成, 通过一个结构或者转换底板相互连接。 如图 2 所示, 该装置包括: 管理节点 201 , 服务器节点 202; The embodiment of the present invention provides a service deployment method, which can automatically configure an infrastructure and generate a parameter configuration script and a compile script according to an application selected by the user, so that the speed of service deployment can be improved, and the time required for service deployment can be reduced. An embodiment of the present invention provides a device for service deployment, where the device may be an FBCI, where the FBCI architecture is assembled by independent modules and connected to each other through a structure or a conversion backplane. As shown in FIG. 2, the device includes: a management node 201, a server node 202;
管理节点 201 , 用于根据用户选择的应用和选择的所述应用的相关配置, 配置运行所述应用所需的基础架构, 并生成参数配置脚本和编译脚本; 以及 根据所述应用确定应用镜像, 并将所述应用镜像配置到所述基础架构中的服 务器节点 202上;  The management node 201 is configured to configure, according to the application selected by the user and the selected configuration of the selected application, an infrastructure required to run the application, and generate a parameter configuration script and a compilation script; and determine an application image according to the application, And configuring the application image to the server node 202 in the infrastructure;
进一步的,所述管理节点 201包括:评估单元,用于根据 α
Figure imgf000008_0001
Further, the management node 201 includes: an evaluation unit, configured to
Figure imgf000008_0001
对运行所述应用所需的基础架构性质值进行评估, 并确定所需的所述基础架 构; 其中, ∑α表示所述应用要求的性能值; 表示冗余系数; aAci分别表 示一组基础架构的性能值, {aAd 表示基 架构性能值的集合, 这些基础 架构性能值的集合可以来源于根据业务模型,将相关知识和数据综合得出的 配置库。 Evaluating the value of the infrastructure properties required to run the application and determining the required infrastructure; where ∑ α represents the performance value required by the application; represents the redundancy factor; aAci represents a set of infrastructure The performance value, {aAd represents a collection of base architecture performance values, and the collection of these infrastructure performance values can be derived from a configuration library that combines relevant knowledge and data based on the business model.
所述管理节点 201 还包括: 下发单元, 用于将所述参数配置脚本和所述 编译脚本下发到所述基 架构上, 并保存在所述基 架构中的外部存储。  The management node 201 further includes: a sending unit, configured to send the parameter configuration script and the compiled script to the infrastructure, and save the external storage in the infrastructure.
所述管理节点 201 用于: 根据所述应用, 在基于结构的基石出设施与计算 机 FBCI架构的管理节点管理的硬盘驱动器 HDD库确定所述应用镜像, 并通过 HDD 快照的方式将所述应用镜像配置到所述基础架构中的服务器节点上; 或 者, 根据所述应用, 在 FBCI架构的管理节点管理的模板库中确定所述应用镜 像, 并通过硬盘拷贝的方式将所述应用镜像配置到所述基础架构中的服务器 节点上。  The management node 201 is configured to: determine, according to the application, the application image in a hard disk drive HDD library managed by a management node of a structure-based corner-out facility and a computer FBCI architecture, and mirror the application by means of an HDD snapshot Configuring to the server node in the infrastructure; or, according to the application, determining the application image in a template library managed by the management node of the FBCI architecture, and configuring the application image to the device by means of hard disk copying On the server node in the infrastructure.
所述管理节点 201还用于, 启动所述应用; 所述服务器节点 202 , 用于运 行所述编译脚本, 以及应用所述参数配置脚本。  The management node 201 is further configured to: start the application; the server node 202 is configured to run the compilation script, and apply the parameter configuration script.
本发明实施例提供一种业务部署的装置, 通过管理节点根据用户选择的 应用自动配置基础架构以及生成参数配置脚本和编译脚本, 管理节点确定应 用镜像并配置应用镜像至基础架构的服务器节点上, 启动应用, 并由服务器 节点运行所述编译脚本, 并应用所述参数配置脚本, 使得可以提高业务部署 的速度, 降低业务部署所需的时间。 An embodiment of the present invention provides a device for service deployment. The management node automatically configures an infrastructure according to an application selected by a user, and generates a parameter configuration script and a compilation script. The management node determines an application image and configures the application image to the server node of the infrastructure. Starting the application, running the compiled script by the server node, and applying the parameter configuration script, so that the service deployment can be improved Speed, reducing the time required for business deployment.
实施例 2  Example 2
本发明实施例提供一种业务部署的方法, 如图 3所示, 该方法包括: 步骤 301 , 根据用户选择的应用和选择的所述应用的配置, 配置运行所述 应用所需的基础架构;  An embodiment of the present invention provides a service deployment method. As shown in FIG. 3, the method includes: Step 301: Configure an infrastructure required to run the application according to an application selected by a user and a configuration of the selected application.
用户根据自己的业务需求选择应用, 并根据选择的应用选择配置。 需要 说明的是, 不同的应用有不同的配置, 这里的配置指硬件配置和软件配置。 例如, 业务选择为数据库服务器, 然后选择数据库服务器的相关配置, 相关 配置可以为业务场景、 用户数、 具体产品、 服务水平协议(Service Level Agreement , SLA ) 以及其他网络互联十办议 ( Internet Protocol , IP ) i或名月良 务器 ( Doma in Name Server , DNS )相关性能参数等, 将选择的相关配置存放 于为应用配置的固态緩冲盘(Sol id State Di sk, SSD ) 中, 以便加快业务部 署的速度。 SSD采用电子存储介质进行数据存储和读取的一种技术, 突破了传 统机械硬盘的性能瓶颈, 拥有极高的存储性能, 比传统硬盘的处理速度快和 高效。 这里, 业务系统指用于满足企业或者组织业务需要的 IT系统, 通常包 括数据库中间件和应用, 数据库中间件指用于访问数据库的第三方软件或者 服务, 中间件是一种独立的系统软件或者服务程序, 可以连接两个独立应用 程序或独立系统, 用于两个独立应用程序或独立系统之间的信息传递。 应用 ( appl i cat ion, APP )指为企业或者组织业务提供服务的技术、 系统、 软件 或者产品。  The user selects an application according to his or her business needs and selects a configuration based on the selected application. It should be noted that different applications have different configurations, and the configuration here refers to hardware configuration and software configuration. For example, the service selection is a database server, and then the relevant configuration of the database server is selected. The related configuration may be a business scenario, a number of users, a specific product, a Service Level Agreement (SLA), and other Internet Protocols (Internet Protocol, IP) i or the Doma in Name Server (DNS) related performance parameters, etc., the selected configuration is stored in the Solid State Disk (SSD) configured for the application, so as to speed up The speed of business deployment. SSD uses an electronic storage medium for data storage and reading. It breaks through the performance bottleneck of traditional mechanical hard disks and has extremely high storage performance, which is faster and more efficient than traditional hard disks. Here, the business system refers to the IT system used to meet the business needs of the enterprise or organization, usually including database middleware and applications, the database middleware refers to the third-party software or service used to access the database, and the middleware is an independent system software or A service program that can connect two separate applications or stand-alone systems for the transfer of information between two separate applications or separate systems. Application (appl i cat ion, APP) refers to technology, systems, software or products that provide services for a business or organization.
需要说明的是, 如图 4所示为 FBCI架构, 其中, FBCI架构由独立的模 块组装而成, 通过一个转换底板相互连接。 FBCI 架构中包括: 管理节点、 中 央处理器(Centra l Proces s ing Uni t , CPU ) 池、 内存池以及存储池, 管理 节点管理 FBCI架构中的 CPU、 内存以及外部存储, 根据不同的应用分配不同 的资源。 需要说明的是, CPU池、 内存池以及存储池都对应物理实体。 本步骤 中配置运行所述应用所需的基础架构即为对物理资源的分配, 基础架构指在 将服务器连接存储设备和网络设备的基础上, 再安装操作系统, 即指可以提 供计算、 存储和网络的架构系统。 It should be noted that, as shown in FIG. 4, the FBCI architecture, in which the FBCI architecture is assembled by independent modules, is connected to each other through a conversion backplane. The FBCI architecture includes: management node, central processing unit (Centra l Proces s ing Uni t, CPU) pool, memory pool and storage pool. The management node manages the CPU, memory and external storage in the FBCI architecture, and allocates according to different applications. resource of. It should be noted that the CPU pool, the memory pool, and the storage pool all correspond to physical entities. The infrastructure required to run the application in this step is the allocation of physical resources. The infrastructure refers to the installation of the operating system based on the connection of the server to the storage device and the network device. Architecture system for computing, storage, and networking.
FBCI接收用户的选择应用和相关配置, 在快速部署功能区的配置引擎配 置后得到硬件配置信息, 即在新服务器上配置需要的 CPU、 内存, 外部存储空 间, 网络带宽等, 即将硬件组合起来形成一台可以提供存储、 网络的服务器。  The FBCI receives the user's selection application and related configuration, and obtains the hardware configuration information after configuring the configuration engine of the rapid deployment function area, that is, configuring the required CPU, memory, external storage space, network bandwidth, etc. on the new server, that is, the hardware is combined to form A server that provides storage and networking.
需要说明的是, 步骤 301, 为根据用户选择的应用和选择的所述应用的相 关配置, 配置运行所述应用所需的硬件资源。  It should be noted that, in step 301, a hardware resource required to run the application is configured according to an application selected by the user and a related configuration of the selected application.
步骤 302, 根据∑α·^« ,^,ί,.·.}对运行所述应用所需的基石出架构性能值 进行评估, 并确定所需的所述基础架构; 即, 根据业务系统要求的性能值与 相应的运行所述应用的基础架构的性能值集合进行比较, 获得最接近业务系 统要求的性能值的配置模型。  Step 302, evaluating, according to ∑α·^«, ^, ί, .., }, the value of the infrastructure performance required to run the application, and determining the required infrastructure; that is, according to the business system requirements The performance value is compared to the corresponding set of performance values of the infrastructure running the application to obtain a configuration model that is closest to the performance value required by the business system.
其中, ∑α表示所述应用要求的性能值, 例如, 比如某个实时帐务系统要 求 300W的在线事务处理基准程序 TPCC。 TPCC为 FBCI架构下评价性能的参数 之一, TPCC可以为服务器和客户端构筑的整体系统的性能。 Where ∑ α represents the performance value required by the application, for example, for example, a real-time accounting system requires a 300W online transaction processing reference program TPCC. TPCC is one of the parameters for evaluating performance under the FBCI architecture. TPCC can be used to build the overall system performance for servers and clients.
表示冗余系数, 例如, 可以为 1.3, 则 就需要 TPCC的性能值为 390w。  Indicates the redundancy factor. For example, if it is 1.3, the performance value of TPCC is required to be 390w.
{aAci,...}表示基 架构性能值的集合, 可以取最接近要求的上轨, 即最 接近 390w的上轨。  {aAci,...} represents a collection of base performance values that can be taken closest to the required upper rail, the upper rail closest to 390w.
例如, a为 150wTPCC的配置, CPU: 4个 10核 CPU, CPU可以为至强 Xeon E7500; 内存: 16G; 外部存储: SSD 10T存储空间。 d 为 400W TPCC的配置, 8 个 10核 CPU, CPU可以为至强 Xeon E7500; 内存: 512G ; 外部存储: SSD 10T 存储空间。 其中, 这些基石出架构性能值的集合可以来源于根据业务模型,将相 关知识和数据综合得出的配置库。  For example, a is a 150wTPCC configuration, CPU: 4 10-core CPUs, CPU can be Xeon E7500; Memory: 16G; External storage: SSD 10T storage space. d is a 400W TPCC configuration, 8 10-core CPUs, CPU can be Xeon E7500; Memory: 512G; External storage: SSD 10T storage space. Among them, the collection of these cornerstone out architecture performance values can be derived from a configuration library that integrates relevant knowledge and data according to the business model.
根据评估的规则:取最接近要求的上轨。因此,这里可以取性能值为 400W。 然后业务根据 400w的配置模型, 开始分配 CPU、 内存、 外部存储等资源进行 构建 。  According to the rules of the assessment: take the upper rail closest to the requirements. Therefore, the performance value here can be 400W. Then, according to the 400w configuration model, the service starts to allocate resources such as CPU, memory, and external storage for construction.
步骤 303, 根据用户选择的应用和选择的所述应用的配置, 生成参数配置 脚本和编译脚本; 例如, 部署数据库应用时, 可以生成参数配置脚本, 例如操作系统参数 和配置脚本;数据库参数脚本;相关性能处理脚本等; 还可以生成编译脚本, 例如数据库编译脚本。 Step 303: Generate a parameter configuration script and a compilation script according to the application selected by the user and the configuration of the selected application. For example, when deploying a database application, you can generate parameter configuration scripts, such as operating system parameters and configuration scripts; database parameter scripts; related performance processing scripts; and build scripts, such as database compilation scripts.
需要说明的是, 将生成的参数配置脚本和编译脚本由 FBCI架构中的管理 节点直接下发到分配好的基础架构上, 并保存在所述基础架构中的外部存储 中。  It should be noted that the generated parameter configuration script and the compiled script are directly sent by the management node in the FBCI architecture to the allocated infrastructure and stored in the external storage in the infrastructure.
步骤 304 , 根据所述应用确定应用镜像, 并将所述应用镜像配置到所述基 础架构中的服务器节点上;  Step 304: Determine an application image according to the application, and configure the application image to a server node in the infrastructure.
可选的,根据用户选择的应用,在 FBCI架构的管理节点的硬盘驱动器 HDD 库或者模板库中确定应用镜像。如图 4所示, HDD库或者模板库位于快速部署 功能区中, 由管理节点进行管理。 HDD库或者模板库中保存着各项业务应用的 应用镜像。  Optionally, the application image is determined in the hard disk drive HDD library or template library of the management node of the FBCI architecture according to the application selected by the user. As shown in Figure 4, the HDD library or template library is located in the rapid deployment ribbon and is managed by the management node. The application image of each business application is stored in the HDD library or template library.
需要说明的是, 本实施例支持两种方法将应用镜像配置到运行所述应用 对应的服务器节点上: 一种为 HDD镜像, 另一种为传统虚拟机。 采用 HDD镜 像时, 在 FBCI架构的管理节点中保存的 HDD库中选择应用镜像, 并通过 HDD 快照的方式将应用镜像配置到所述基础架构中的服务器节点上; 采用传统虚 拟机时, 在 FBCI架构的管理节点中保存的模板库中选择应用镜像, 并通过硬 盘拷贝的方式将应用镜像配置到所述基础架构中的服务器节点上。  It should be noted that the embodiment supports two methods for configuring an application image to run a server node corresponding to the application: one is an HDD image, and the other is a traditional virtual machine. When HDD mirroring is used, the application image is selected in the HDD library saved in the management node of the FBCI architecture, and the application image is configured to the server node in the infrastructure by means of HDD snapshot; when using the traditional virtual machine, in the FBCI The application image is selected in the template library saved in the management node of the architecture, and the application image is configured to the server node in the infrastructure by means of hard disk copying.
步骤 305 , 启动所述应用, 并在所述服务器节点上运行所述编译脚本, 以 及应用所述参数配置脚本。  Step 305: Start the application, run the compilation script on the server node, and apply the parameter configuration script.
将应用镜像配置到运行所述应用对应的服务器节点上之后, 启动应用。 在应用启动过程中, 基础架构中的服务器节点运行所述编译脚本, 并应用所 述参数配置脚本, 即将 IP DNS数据库参数、 应用参数等配置通过参数配置脚 本自动运用。  After the application image is configured to run the server node corresponding to the application, the application is started. During the application startup process, the server node in the infrastructure runs the compilation script and applies the parameter configuration script, that is, the configuration of the IP DNS database parameters and application parameters are automatically applied through the parameter configuration script.
本发明实施例提供一种业务部署的方法, 通过采用 FBCI架构, 根据用户 选择的应用自动配置基础架构以及生成参数配置脚本和编译脚本, 根据所述 应用确定应用镜像, 并将所述应用镜像配置到所述基础架构中的服务器节点 上, 启动所述应用, 并在所述服务器节点上运行所述编译脚本, 以及应用所 述参数配置脚本。 采用本发明实施例提供的业务部署方法进行业务部署时, 能在 ^艮短时间内, 例如 10分钟内完成, 使得可以提高业务部署的速度, 降低 业务部署所需的时间。 An embodiment of the present invention provides a service deployment method, by using an FBCI architecture, automatically configuring an infrastructure according to an application selected by a user, and generating a parameter configuration script and a compilation script, determining an application image according to the application, and configuring the application image. To the server node in the infrastructure Up, launching the application, running the compiled script on the server node, and applying the parameter configuration script. The service deployment method provided by the embodiment of the present invention can be completed in a short period of time, for example, within 10 minutes, so that the speed of service deployment can be improved and the time required for service deployment can be reduced.
本发明实施例提供一种业务部署的装置, 该装置可以为 FBCI, 如图 5所 示, 该装置包括: 管理节点 501, 评估单元 5011, 下发单元 5012, 服务器节 点 502;  The embodiment of the present invention provides a device for service deployment, and the device may be an FBCI. As shown in FIG. 5, the device includes: a management node 501, an evaluation unit 5011, a delivery unit 5012, and a server node 502.
管理节点 501, 用于根据用户选择的应用和选择的所述应用的配置, 配置 运行所述应用所需的基础架构, 并生成参数配置脚本和编译脚本;  The management node 501 is configured to configure, according to a configuration selected by the user and the selected configuration of the application, an infrastructure required to run the application, and generate a parameter configuration script and a compilation script.
进一步的, 基础架构包括服务器节点、 内存、 外部存储等。 进一步的, 所述管理节点 501 中的评估单元 5011, 用于根据^ ^« ,^,...}对运行所 述应用所需的基础架构性能值进行评估, 并确定所需的所述基 架构; 其中, ∑"表示所述应用要求的性能值; 表示冗余系数; {aAci,...}表示基础架构 性能值的集合。 这些基 架构性能值的集合可以来源于根据业务模型,将相关 知识和数据综合得出的配置库。  Further, the infrastructure includes server nodes, memory, external storage, and the like. Further, the evaluation unit 5011 in the management node 501 is configured to evaluate an infrastructure performance value required to run the application according to ^^«, ^, ...}, and determine the required base. Architecture; where ∑" represents the performance value required by the application; represents the redundancy factor; {aAci,...} represents a collection of infrastructure performance values. The set of base architecture performance values can be derived from the business model, A configuration library derived from the synthesis of relevant knowledge and data.
例如某个实时帐务系统要求 300W的 TPCC。 TPCC为 FBCI架构下评价性能 的参数之一, TPCC可以为服务器和客户端构筑的整体系统的性能。  For example, a real-time accounting system requires a 300W TPCC. TPCC is one of the parameters for evaluating performance under the FBCI architecture. TPCC can be used to build the overall system performance for servers and clients.
表示冗余系数, 例如, 可以为 1.3, 则 就需要 TPCC的性能值为 390w。  Indicates the redundancy factor. For example, if it is 1.3, the performance value of TPCC is required to be 390w.
a,b,c,d分别表示一组基础架构的性能值, ,b,c,d, . · ·}表示基础架构性能值 的集合, 可以取最接近要求的上轨, 即最接近 390w的上轨。  a, b, c, and d represent the performance values of a set of infrastructure, respectively, b, c, d, . . . } represents a collection of infrastructure performance values, which can be the closest to the required upper rail, that is, the closest to 390w. On the rail.
例如, a为 150wTPCC的配置, CPU: 4个 10核 CPU, CPU可以为至强 Xeon E7500; 内存: 16G; 外部存储: SSD 10T存储空间。 d 为 400W TPCC的配置, 8 个 10核 CPU, CPU可以为至强 Xeon E7500; 内存: 512G ; 外部存储: SSD 10T 存储空间。  For example, a is a 150wTPCC configuration, CPU: 4 10-core CPUs, CPU can be Xeon E7500; Memory: 16G; External storage: SSD 10T storage space. d is a 400W TPCC configuration, 8 10-core CPUs, CPU can be Xeon E7500; Memory: 512G; External storage: SSD 10T storage space.
根据评估的规则:取最接近要求的上轨。因此,这里可以取性能值为 400W。 然后业务根据 400w的配置模型, 开始分配 CPU、 内存、 外部存储等硬件资源 进行构建。 According to the rules of the assessment: take the upper rail closest to the requirements. Therefore, the performance value can be taken here to be 400W. Then the service starts to allocate hardware resources such as CPU, memory, and external storage according to the 400w configuration model. Build.
进一步的, 所述管理节点 501 中的下发单元 5012 , 用于将所述参数配置 脚本和所述编译脚本下发到所述基础架构上, 并保存在所述基础架构中的外 部存储。  Further, the sending unit 5012 in the management node 501 is configured to send the parameter configuration script and the compiled script to the infrastructure, and save the external storage in the infrastructure.
所述管理节点 501 , 还用于根据所述应用确定应用镜像, 并将所述应用镜 像配置到所述基础架构中的服务器节点上;  The management node 501 is further configured to determine an application image according to the application, and configure the application image to a server node in the infrastructure;
进一步的, 所述管理节点 501 具体用于: 根据所述应用, 在基于结构的 基石出设施与计算机 FBC I架构的管理节点管理的硬盘驱动器 HDD库确定应用镜 像, 并通过 HDD快照的方式将所述应用镜像配置到所述基石出架构中的服务器 节点上; 或者, 用于根据所述应用, 在 FBCI架构的管理节点管理的模板库中 确定所述应用镜像, 并通过硬盘拷贝的方式将所述应用镜像配置到所述基础 架构中的服务器节点上。  Further, the management node 501 is specifically configured to: according to the application, determine an application image in a hard disk drive HDD library managed by a management node based on a structure-based infrastructure and a computer FBC I architecture, and use an HDD snapshot method to The application image is configured on the server node in the corner-out architecture; or, according to the application, determining the application image in a template library managed by the management node of the FBCI architecture, and copying the file through the hard disk copy The application image is configured to a server node in the infrastructure.
所述管理节点 501 还用于, 启动所述应用, 然后由所述服务器节点 502 运行所述编译脚本, 以及应用所述参数配置脚本。  The management node 501 is further configured to start the application, then run the compilation script by the server node 502, and apply the parameter configuration script.
本发明实施例提供一种业务部署的装置, 通过管理节点根据用户选择的 应用自动配置基础架构以及生成参数配置脚本和编译脚本, 并确定应用镜像 并配置应用镜像至服务器节点上; 启动应用, 服务器节点运行所述编译脚本, 并应用所述参数配置脚本, 使得可以提高业务部署的速度, 降低业务部署需 要的时间。  An embodiment of the present invention provides a device for service deployment, which automatically configures an infrastructure according to an application selected by a user, generates a parameter configuration script and a compile script, and determines an application image and configures an application image to the server node; The node runs the compiled script and applies the parameter configuration script, so that the speed of service deployment can be improved, and the time required for service deployment can be reduced.
以上所述, 仅为本发明的具体实施方式, 但本发明的保护范围并不局限 于此, 任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保护 范围应所述以权利要求的保护范围为准。  The above is only the specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily think of changes or substitutions within the technical scope of the present invention. It should be covered by the scope of the present invention. Therefore, the scope of the invention should be determined by the scope of the claims.

Claims

权利 要求 书 claims
1、 一种业务部署的方法, 其特征在于, 包括: 1. A method of business deployment, characterized by including:
根据用户选择的应用和选择的所述应用的配置, 配置运行所述应用所需的 基础架构, 并生成参数配置脚本和编译脚本; According to the application selected by the user and the configuration of the selected application, configure the infrastructure required to run the application, and generate a parameter configuration script and a compilation script;
根据所述应用确定应用镜像, 并将所述应用镜像配置到所述基础架构中的 服务器节点上; Determine an application image according to the application, and configure the application image on a server node in the infrastructure;
启动所述应用, 并在所述服务器节点上运行所述编译脚本, 以及应用所述 参数配置脚本。 Start the application, run the compilation script on the server node, and apply the parameter configuration script.
2、 根据权利要求 1所述的方法, 其特征在于, 所述配置运行所述应用所需 的基 架构包括: 2. The method according to claim 1, wherein the configuration of the infrastructure required to run the application includes:
根据∑ « · {a,b,c,d, . · ·}对运行所述应用所需的基石出架构性能值进行评估,并 确定所需的所述基 架构; Evaluate the performance values of the cornerstone architecture required to run the application based on ∑ « · {a,b,c,d, . · ·}, and determine the required base architecture;
其中, 表示所述应用要求的性能值; 表示冗余系数; aA i分别表示 一组基 架构的性能值, {a , ,ί , 表示基 架构性能值的集合。 Among them, represents the performance value required by the application; represents the redundancy coefficient; aA i represents the performance value of a set of base architectures, {a, ,ί, represents the set of performance values of the base architecture.
3、 根据权利要求 1或 2所述的方法, 其特征在于, 所述生成参数配置脚本 和编译脚本之后还包括: 3. The method according to claim 1 or 2, characterized in that, after generating the parameter configuration script and the compilation script, it also includes:
将所述参数配置脚本和所述编译脚本下发到所述基础架构上, 并保存在所 述基石出架构中的外部存储。 The parameter configuration script and the compilation script are delivered to the infrastructure and stored in external storage in the cornerstone architecture.
4、 根据权利要求 1至 3任一所述的方法, 其特征在于, 根据所述应用确定 应用镜像, 并将所述应用镜像配置到所述基础架构中的服务器节点上, 包括: 根据所述应用, 在基于结构的基 设施与计算机 FBCI架构的管理节点管理 的硬盘驱动器 HDD库确定所述应用镜像, 并通过 HDD快照的方式将所述应用镜 像配置到所述基础架构中的服务器节点上; 或者, 4. The method according to any one of claims 1 to 3, characterized in that: determining an application image according to the application, and configuring the application image on a server node in the infrastructure, including: according to the Application, determine the application image in the hard disk drive HDD library managed by the management node of the structure-based infrastructure and computer FBCI architecture, and configure the application image to the server node in the infrastructure through HDD snapshot; or,
根据所述应用,在 FBCI架构的管理节点管理的模板库中确定所述应用镜像, 并通过硬盘拷贝的方式将所述应用镜像配置到所述基础架构中的服务器节点 上。 According to the application, the application image is determined in the template library managed by the management node of the FBCI architecture, and the application image is configured on the server node in the infrastructure through hard disk copy.
5、 一种业务部署的装置, 其特征在于, 包括: 管理节点, 用于根据用户选择的应用和选择的所述应用的配置, 配置运行 所述应用所需的基础架构, 并生成参数配置脚本和编译脚本; 以及根据所述应 用确定应用镜像, 并将所述应用镜像配置到所述基 架构中的服务器节点上; 所述管理节点还用于, 启动所述应用; 5. A service deployment device, characterized by including: A management node, configured to configure the infrastructure required to run the application according to the application selected by the user and the configuration of the selected application, and generate a parameter configuration script and a compilation script; and determine the application image according to the application, and The application image is configured on a server node in the infrastructure; the management node is also used to start the application;
所述服务器节点, 用于运行所述编译脚本, 以及应用所述参数配置脚本。 The server node is used to run the compilation script and apply the parameter configuration script.
6、 根据权利要求 5所述的装置, 其特征在于, 所述管理节点包括: 评估单元,用于根据 ^ « {a,b,c,d, -}对运行所述应用所需的基石出架构性能 值进行评估, 并确定所需的所述基础架构; 6. The device according to claim 5, wherein the management node includes: an evaluation unit configured to evaluate the cornerstones required to run the application based on ^ « {a, b, c, d, -} Evaluate architectural performance values and determine the required infrastructure;
其中, ∑α表示所述应用要求的性能值; 表示冗余系数; a,0,C,i分别表示 一组基 架构的性能值, {a , ,ί , 表示基 架构性能值的集合。 Among them, ∑ α represents the performance value required by the application; represents the redundancy coefficient; a , 0, C , i respectively represents the performance value of a set of basic architectures, {a , ,ί , represents the set of performance values of the basic architecture.
7、 根据权利要求 5或 6所述的装置, 其特征在于, 所述管理节点还包括: 下发单元, 用于将所述参数配置脚本和所述编译脚本下发到所述基础架构 上, 并保存在所述基石出架构中的外部存储。 7. The device according to claim 5 or 6, characterized in that, the management node further includes: a delivery unit, used to deliver the parameter configuration script and the compilation script to the infrastructure, and save it to external storage in the cornerstone architecture.
8、 根据权利要求 5至 7任一所述的装置, 其特征在于, 所述管理节点用于 根据所述应用确定应用镜像, 并将所述应用镜像配置到所述基础架构中的服务 器节点上, 具体为: 8. The device according to any one of claims 5 to 7, characterized in that, the management node is configured to determine an application image according to the application, and configure the application image on a server node in the infrastructure , Specifically:
所述管理节点, 用于根据所述应用, 在基于结构的基石出设施与计算机 FBCI 架构的管理节点管理的硬盘驱动器 HDD库确定应用镜像, 并通过 HDD快照的方 式将所述应用镜像配置到所述基础架构中的服务器节点上; 或者, 用于根据所 述应用, 在 FBCI架构的管理节点管理的模板库中确定所述应用镜像, 并通过硬 盘拷贝的方式将所述应用镜像配置到所述基石出架构中的服务器节点上。 The management node is configured to determine an application image based on the application in the hard disk drive HDD library managed by the management node based on the structural cornerstone facility and computer FBCI architecture, and configure the application image to the application image through an HDD snapshot. on a server node in the infrastructure; or, according to the application, determine the application image in the template library managed by the management node of the FBCI architecture, and configure the application image to the application image through hard disk copying. The cornerstones are on the server nodes in the architecture.
PCT/CN2012/080992 2012-09-05 2012-09-05 Service deployment method and device WO2014036693A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/CN2012/080992 WO2014036693A1 (en) 2012-09-05 2012-09-05 Service deployment method and device
CN201280001787.2A CN103109515B (en) 2012-09-05 2012-09-05 A kind of method of service deployment and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2012/080992 WO2014036693A1 (en) 2012-09-05 2012-09-05 Service deployment method and device

Publications (1)

Publication Number Publication Date
WO2014036693A1 true WO2014036693A1 (en) 2014-03-13

Family

ID=48316011

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/080992 WO2014036693A1 (en) 2012-09-05 2012-09-05 Service deployment method and device

Country Status (2)

Country Link
CN (1) CN103109515B (en)
WO (1) WO2014036693A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113900670A (en) * 2021-12-08 2022-01-07 深圳市名竹科技有限公司 Cluster server application deployment system

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105450607B (en) * 2014-08-27 2018-08-14 华为技术有限公司 A kind of method, apparatus and system of service deployment
CN105677356A (en) * 2016-01-11 2016-06-15 上海雷腾软件股份有限公司 Operation and maintenance method and device
CN107665181A (en) * 2016-07-27 2018-02-06 中兴通讯股份有限公司 A kind of method and system of centralized configuration equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101005536A (en) * 2007-01-18 2007-07-25 北京邮电大学 Telecommunication traffic forming method and system facing position service
CN101232400A (en) * 2008-02-25 2008-07-30 浪潮电子信息产业股份有限公司 Method for allocating operating system through network guide
CN101384995A (en) * 2006-02-13 2009-03-11 国际商业机器公司 Administration automation in application servers

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7505990B2 (en) * 2005-05-05 2009-03-17 International Business Machines Corporation Method for defining and generating document management applications for model-driven document management

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101384995A (en) * 2006-02-13 2009-03-11 国际商业机器公司 Administration automation in application servers
CN101005536A (en) * 2007-01-18 2007-07-25 北京邮电大学 Telecommunication traffic forming method and system facing position service
CN101232400A (en) * 2008-02-25 2008-07-30 浪潮电子信息产业股份有限公司 Method for allocating operating system through network guide

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113900670A (en) * 2021-12-08 2022-01-07 深圳市名竹科技有限公司 Cluster server application deployment system
CN113900670B (en) * 2021-12-08 2022-03-18 深圳市名竹科技有限公司 Cluster server application deployment system

Also Published As

Publication number Publication date
CN103109515B (en) 2016-03-09
CN103109515A (en) 2013-05-15

Similar Documents

Publication Publication Date Title
JP6580035B2 (en) Pre-configuration and pre-launch computational resources
EP3686739B1 (en) Method and system for enabling agentless backup and restore operations on a container orchestration platform
US11809907B2 (en) Integrated multi-provider compute platform
JP6564050B2 (en) Execute commands in a virtual machine instance
JP5476487B2 (en) Launching virtual instances within a cloud computing environment
US8909767B2 (en) Cloud federation in a cloud computing environment
JP5760088B2 (en) System and method for providing flexible storage and retrieval of snapshot archives
WO2017206667A1 (en) Method and device for distributively deploying hadoop cluster
WO2018103356A1 (en) Database service providing method and server
WO2017012381A1 (en) Life cycle management method and apparatus
JP6130518B2 (en) Instance host configuration
JP2018517189A5 (en)
CN112162927B (en) Testing method, medium, device and computing equipment of cloud computing platform
US9729610B2 (en) Method for intercepting an instruction produced by an application on a computer
US11079968B1 (en) Queue management in multi-site storage systems
CN109426544A (en) Virtual machine deployment method and device
WO2014036693A1 (en) Service deployment method and device
US11586447B2 (en) Configuration after cluster migration
US10884818B2 (en) Increasing processing capacity of virtual machines
Chandrasekar et al. A comparative study of baremetal provisioning frameworks
JP6051798B2 (en) Firmware verification system, firmware verification method, and firmware verification program
US10990434B2 (en) Increasing processing capacity of virtual machines for an abnormal event
CN110750464A (en) Computer node storage pooling method, device and system
Tan et al. An assessment of eucalyptus version 1.4
US20230214265A1 (en) High availability scheduler event tracking

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201280001787.2

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12884219

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12884219

Country of ref document: EP

Kind code of ref document: A1