[go: up one dir, main page]

CN113238864A - Python-based MongoDB cluster deployment method and system - Google Patents

Python-based MongoDB cluster deployment method and system Download PDF

Info

Publication number
CN113238864A
CN113238864A CN202110533525.1A CN202110533525A CN113238864A CN 113238864 A CN113238864 A CN 113238864A CN 202110533525 A CN202110533525 A CN 202110533525A CN 113238864 A CN113238864 A CN 113238864A
Authority
CN
China
Prior art keywords
cluster
server
deployment
checking
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.)
Pending
Application number
CN202110533525.1A
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.)
Shanghai Zhongtongji Network Technology Co Ltd
Original Assignee
Shanghai Zhongtongji Network 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 Shanghai Zhongtongji Network Technology Co Ltd filed Critical Shanghai Zhongtongji Network Technology Co Ltd
Priority to CN202110533525.1A priority Critical patent/CN113238864A/en
Publication of CN113238864A publication Critical patent/CN113238864A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

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

Abstract

本申请涉及一种基于Python的MongoDB集群部署方法和系统,该方法包括:通过预设系统获取集群类型信息和数据库版本信息;基于集群类型信息和数据库版本信息在预设主机池中分配服务器,并下载安装包至服务器的指定目录下;其中,服务器的数量为至少一个;然后,对每个服务器进行预检,判断每个服务器是否可用;在确认服务器可用后,根据每个服务器的预设节点角色信息,分别安装安装包,并修改相关配置文件,完成部署。如此,通过预设系统,可以实现一键式mongodb集群部署,节省时间和人力,并且通过预检,可以降低服务器安装异常,提高部署成功率。同时通过对部署过程信息记录以及对部署结果进行检验,提高部署安装的准确性。

Figure 202110533525

The present application relates to a Python-based MongoDB cluster deployment method and system. The method includes: obtaining cluster type information and database version information through a preset system; allocating servers in a preset host pool based on the cluster type information and database version information, and Download the installation package to the specified directory of the server; the number of servers is at least one; then, perform pre-check on each server to determine whether each server is available; after confirming that the server is available, according to the preset node of each server Role information, install the installation package separately, and modify the relevant configuration files to complete the deployment. In this way, through the preset system, one-click mongodb cluster deployment can be achieved, saving time and manpower, and through pre-checking, server installation abnormalities can be reduced and the deployment success rate can be improved. At the same time, by recording the deployment process information and checking the deployment results, the accuracy of deployment and installation is improved.

Figure 202110533525

Description

Python-based MongoDB cluster deployment method and system
Technical Field
The application relates to the technical field of internet, in particular to a Python-based MongoDB cluster deployment method and system.
Background
With the increase of company business volume and the expansion of business types, the MongoDB database is used more and more, the traditional manual MongoDB cluster deployment is complex in configuration and long in delivery process, and no unified deployment standard exists. During the MongoDB cluster deployment, workers manually install and configure MongoDB by downloading an rpm installation package or a source code package, and at the moment, if a fragmentation cluster is deployed, dozens of MongoDB nodes need to be installed and configured, the operation steps are complex and a large amount of labor is consumed.
Disclosure of Invention
Aiming at the problems that in the prior art, workers manually install and configure MongoDB when a MongoDB cluster is deployed, the operation steps are complex, and manpower consumption is huge, the MongoDB cluster deployment method and the system based on Python are provided, and are used for solving the problems that in the prior art, when the MongoDB cluster is deployed, the operation steps are complex, and the manpower consumption is huge to a certain extent.
The above object of the present application is achieved by the following technical solutions:
in a first aspect, an embodiment of the present application provides a Python-based montgodb cluster deployment method, including:
acquiring cluster type information and database version information;
distributing servers in a preset host pool based on the cluster type information and the database version information, and downloading an installation package to a specified directory of the servers; wherein the number of the servers is at least one;
pre-checking each server and judging whether each server is available; the pre-checking comprises checking whether the network connection of the server is normal or not and checking whether the resource configuration of the server meets the installation requirement or not;
and after the servers pass the pre-inspection and are confirmed to be available, respectively installing installation packages according to the preset node role information of each server, and modifying the relevant configuration files to finish the cluster deployment.
Optionally, the method further includes:
performing initialization setting on the cluster; the initialization setting comprises the steps of generating a management account and recording the management account into a database list.
Optionally, after the initializing and setting of the cluster is completed, the method further includes:
verifying the cluster information; the cluster information comprises a cluster state, account number authority and a database list.
Optionally, the method further includes:
and recording the state information of each node server in the deployment process to generate a log file.
Optionally, the method further includes:
when each server is subjected to pre-inspection, if the server is judged to be unavailable, a prompt is sent, and the server is distributed from a preset host pool again;
and when the cluster information is verified, if abnormal verification is found, sending a prompt and deploying again.
In a second aspect, an embodiment of the present application further provides a Python-based montgodb cluster deployment system, including:
the deployment module is used for distributing the servers from a preset host pool based on the mongodb cluster type information and the database version information and downloading the installation packages to the server designated directory; wherein the number of the servers is at least one;
the pre-checking module is used for pre-checking the configuration and resources of the server and judging whether the server is available; the pre-checking comprises checking whether the network connection of the server is normal or not and checking whether the resource configuration of the server meets the installation requirement or not;
the installation module is used for installing an installation package of the MongoDB on the server;
the configuration module is used for configuring the cluster after the installation is finished; the configuration comprises account configuration, security authentication and addition monitoring;
and the checking module is used for checking the state of the cluster after the deployment is finished, and checking whether the operating state of the mongodb node and the checking configuration are correct or not.
The technical scheme provided by the embodiment of the application can have the following beneficial effects:
in the technical scheme provided by the embodiment of the application, cluster type information and database version information are obtained through a preset system; distributing servers in a preset host pool based on the cluster type information and the database version information, and downloading an installation package to a specified directory of the servers; wherein the number of the servers is at least one; then, pre-checking each server to judge whether each server is available; the pre-checking comprises checking whether the network connection of the server is normal or not and checking whether the resource configuration of the server meets the installation requirement or not; and after the servers pass the pre-inspection and are confirmed to be available, respectively installing installation packages according to the preset node role information of each server, and modifying the relevant configuration files to finish the cluster deployment. Therefore, one-button mongodb cluster deployment can be achieved through the preset system, pre-detection can be conducted before deployment, abnormal installation of the node servers is reduced, and the success rate of deployment is improved. And the deployment process information is recorded and the deployment result is checked through a preset system, so that the later-stage use and maintenance are facilitated.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application.
Fig. 1 is a schematic flowchart of a Python-based montodb cluster deployment method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of a Python-based montodb cluster deployment method according to another embodiment of the present application;
fig. 3 is a schematic structural diagram of a Python-based MongoDB cluster deployment system according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present application, as detailed in the appended claims.
In the prior art, the cluster deployment mode is manually installed, and then each mongodb node is configured, when a fragmented cluster is deployed, the configuration of each node is greatly different, so that deployment failure is easily caused by configuration errors, a large amount of time is consumed for redeployment, and delivery delay may be caused. Each node has no uniform installation standard, and the nodes need to be manually added to a monitoring and maintaining list and the like, so that the maintenance of a database at the later stage is not facilitated.
Example (b):
fig. 1 is a schematic flowchart of a Python-based montgodb cluster deployment method shown in an embodiment of the present application, and as shown in fig. 1, the Python-based montgodb cluster deployment method provided in the embodiment of the present application includes:
s101, acquiring cluster type information and database version information;
before MongoDB cluster deployment, cluster type information and database version information are firstly acquired through a preset system, and the information can be acquired from preset equipment or can be pre-stored in the system and used as a basis for downloading a related installation package.
S102, distributing servers in a preset host pool based on the cluster type information and the database version information, and downloading an installation package to a designated directory of the servers; wherein the number of the servers is at least one;
specifically, the mongodb cluster type and the database version are determined based on the mongodb cluster type and the database version information, then, the server is automatically distributed from the host pool through a preset system according to the cluster type, and the related installation package is downloaded from a remote software warehouse according to the database version and is sent to the assigned directory of the distributed server.
S103, pre-checking each server, and judging whether each server is available; the pre-checking comprises checking whether the network connection of the server is normal or not and checking whether the resource configuration of the server meets the installation requirement or not;
in particular, because the servers for installing the installation packages are required to be deployed in the MongoDB cluster, that is, the servers distributed from the host pool by the above-mentioned preset system, the number of the servers is generally large, and if the sharded cluster may be deployed, dozens of servers are required to be used as the MongoDB nodes. After the servers are distributed, the preset system, namely the deployment system, is actively connected to each server node to perform pre-check, and whether the servers are available or not, whether the resource configuration meets the installation requirements and the like, including network connectivity, disk space and the like, are checked, and if the check fails, the servers need to be reconfigured according to the prompt of the failure reason until the pre-check passes. Through the pre-inspection, the problem of abnormal installation in the deployment process can be effectively avoided, and the accuracy of the mongodb cluster deployment is guaranteed.
And S104, after the servers pass the pre-inspection and are confirmed to be available, respectively installing installation packages according to the preset node role information of each server, and modifying the relevant configuration files to complete cluster deployment.
Specifically, after the checking is passed, that is, after the server is determined to be available and the configuration meets the installation condition, the installation of the cluster is started. And installing different database installation packages and modifying related configuration files according to the configured node role information at each node. In addition, after the node installation is completed, the deployment system can check the node state and confirm that the node database is successfully installed; and when the state of each node is normal, namely the node database is successfully installed, deploying the cluster.
It should be noted that, the installation process is to install the montodb, including installation of a single machine, a copy set, and a fragmented cluster, and a user can install different types of clusters according to the needs of the user; the configuration process is the configuration of the cluster after installation, and comprises account configuration, security authentication, addition monitoring and the like, so that the maintenance of the database at the later stage is facilitated.
In practical application, in the process of deploying the cluster, the node information of the cluster is recorded in a database list, so that the node information is convenient to view and maintain. And after the cluster installation is finished, initializing the cluster, generating a management account and recording the management account into a database list.
Further, the Python-based montgodb cluster deployment method provided in the embodiment of the present application, after the initialization setting of the cluster is completed, further includes: verifying the cluster information; the cluster information comprises a cluster state, account number authority and a database list.
Specifically, the verification process is verification check for the state after the cluster deployment is completed. After the cluster configuration is completed, the deployment system checks cluster states such as operating states of mongodb nodes, account number authorities, database lists, whether the configuration is correct or not, and the like, and confirms that the cluster states are normal and the configuration is correct; if the cluster deployment installation is abnormal, the cluster deployment installation is required to be redeployed after modification according to the abnormal prompt, so that the accuracy of the cluster deployment installation is ensured.
It should be noted that, in the deployment process, the preset system, that is, the deployment system, may also record the deployment details in a log file, so as to facilitate viewing of the operation log and the exception log.
A Python-based montgodb cluster deployment method provided in the present application is described below with a specific implementation flow, and fig. 2 is a schematic flow chart of the Python-based montgodb cluster deployment method shown in another embodiment of the present application, and as shown in fig. 2, the Python-based montgodb cluster deployment method includes:
after selecting the MongoDB cluster type and the database version through the MongoDB cluster deployment system, automatically distributing the servers from the host pool according to the cluster type, downloading the related installation packages from a remote software warehouse according to the database version, and sending the related installation packages to the assigned directory of the distributed servers; then, node pre-inspection is carried out, namely, pre-inspection is carried out on each server node to determine whether the server is available; after the server is determined to be available, cluster installation is carried out, namely different databases are installed according to the configured node roles and the steps; after the installation is finished, cluster configuration is carried out to finish deployment; finally, cluster verification is carried out on the state and the information of the cluster nodes, and the accuracy of cluster deployment is ensured; in addition, in the whole process, information such as node information of the cluster and management account numbers generated in the cluster configuration process is recorded in a database list, and deployment details are recorded in a log file, so that operation logs and abnormal logs can be conveniently checked, and later-stage use and maintenance are facilitated.
Fig. 3 is a schematic structural diagram of a Python-based MongoDB cluster deployment system according to an embodiment of the present application. As shown in fig. 3, the Python-based montgodb cluster deployment system provided in the embodiment of the present application includes:
the deployment module is used for distributing the servers from a preset host pool based on the mongodb cluster type and the database version information and downloading the installation packages to the server designated directory; wherein the number of the servers is at least one;
the pre-checking module is used for pre-checking the server configuration and resources and judging whether the server is available; the pre-checking comprises checking whether the network communication of the server is normal and checking whether the resource configuration of the server meets the installation requirements, wherein the checking comprises checking the network communication, the disk space and the like, so that the abnormal installation condition in the deployment process is avoided, and the correctness of the deployment of the mongodb cluster is ensured.
The installation module is used for installing an installation package of the MongoDB on the server; the method comprises the installation of a single machine, a copy set and a fragment cluster, and in practical application, users can install different types of clusters according to own requirements.
The configuration module is used for configuring the cluster after the installation is finished; the configuration comprises account configuration, security authentication, addition monitoring and the like, and the maintenance of a database at the later stage is facilitated.
And the checking module is used for checking the state of the cluster after the cluster deployment is finished, including checking the operating state of the mongodb node and checking whether the configuration is correct or not, so that the accuracy of the cluster deployment and installation is ensured.
The Python-based MongoDB cluster deployment system provided by the embodiment of the application is a multi-module cluster deployment system realized based on Python, can automatically allocate cluster node servers, pre-check the node servers before installation, start installing MongoDB and configuring after the check is passed, and check the cluster state after the installation and configuration are finished; the MongoDB cluster one-key installation and deployment can be realized, the installation power is improved through pre-inspection, and meanwhile, the deployment accuracy can be ensured through recording and verifying the installation and deployment process information. In practical application, the system can be installed and deployed by one key and the deployment result can be verified only by filling the information of each node into the system by related personnel before deployment, and the installation and deployment can be quickly and efficiently realized aiming at the deployment of various types of clusters such as a fragment cluster, a copy cluster and the like, so that a large amount of time is saved for a user, and the working efficiency is improved.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that, in the description of the present application, the terms "first", "second", etc. are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present application, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and the scope of the preferred embodiments of the present application includes other implementations in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present application.
It should be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present application may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present application have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present application, and that variations, modifications, substitutions and alterations may be made to the above embodiments by those of ordinary skill in the art within the scope of the present application.

Claims (6)

1. A Python-based MongoDB cluster deployment method is characterized by comprising the following steps:
acquiring cluster type information and database version information;
distributing servers in a preset host pool based on the cluster type information and the database version information, and downloading an installation package to a specified directory of the servers; wherein the number of the servers is at least one;
pre-checking each server and judging whether each server is available; the pre-checking comprises checking whether the network connection of the server is normal or not and checking whether the resource configuration of the server meets the installation requirement or not;
and after the servers pass the pre-inspection and are confirmed to be available, respectively installing installation packages according to the preset node role information of each server, and modifying the relevant configuration files to finish the cluster deployment.
2. The Python-based MongoDB cluster deployment method of claim 1 further comprising:
performing initialization setting on the cluster; the initialization setting comprises the steps of generating a management account and recording the management account into a database list.
3. The Python-based MongoDB cluster deployment method of claim 2 further comprising, after the initialization setup of the cluster is completed:
verifying the cluster information; the cluster information comprises a cluster state, account number authority and a database list.
4. The Python-based MongoDB cluster deployment method of claim 1 further comprising:
and recording the state information of each node server in the deployment process to generate a log file.
5. The Python-based MongoDB cluster deployment method of claim 3 further comprising:
when each server is subjected to pre-inspection, if the server is judged to be unavailable, a prompt is sent, and the server is distributed from a preset host pool again;
and when the cluster information is verified, if abnormal verification is found, sending a prompt and deploying again.
6. A Python-based MongoDB cluster deployment system, comprising:
the deployment module is used for distributing the servers from a preset host pool based on the mongodb cluster type information and the database version information and downloading the installation packages to the server designated directory; wherein the number of the servers is at least one;
the pre-checking module is used for pre-checking the configuration and resources of the server and judging whether the server is available; the pre-checking comprises checking whether the network connection of the server is normal or not and checking whether the resource configuration of the server meets the installation requirement or not;
the installation module is used for installing an installation package of the MongoDB on the server;
the configuration module is used for configuring the cluster after the installation is finished; the configuration comprises account configuration, security authentication and addition monitoring;
and the checking module is used for checking the state of the cluster after the deployment is finished, and checking whether the operating state of the mongodb node and the checking configuration are correct or not.
CN202110533525.1A 2021-05-17 2021-05-17 Python-based MongoDB cluster deployment method and system Pending CN113238864A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110533525.1A CN113238864A (en) 2021-05-17 2021-05-17 Python-based MongoDB cluster deployment method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110533525.1A CN113238864A (en) 2021-05-17 2021-05-17 Python-based MongoDB cluster deployment method and system

Publications (1)

Publication Number Publication Date
CN113238864A true CN113238864A (en) 2021-08-10

Family

ID=77134536

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110533525.1A Pending CN113238864A (en) 2021-05-17 2021-05-17 Python-based MongoDB cluster deployment method and system

Country Status (1)

Country Link
CN (1) CN113238864A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778468A (en) * 2021-09-09 2021-12-10 上海中通吉网络技术有限公司 Installation method of database
CN114443057A (en) * 2022-01-25 2022-05-06 北京百度网讯科技有限公司 Dialogue model deployment and dialogue method, apparatus, electronic device and storage medium
CN115185675A (en) * 2022-06-14 2022-10-14 统信软件技术有限公司 Server cluster deployment method, system, computing device and readable storage medium
CN115562688A (en) * 2022-10-13 2023-01-03 深圳市中兴新云服务有限公司 One-key deployment method based on micro service and component fusion
CN115964291A (en) * 2022-12-29 2023-04-14 北京人大金仓信息技术股份有限公司 Detection method, storage medium and equipment of database cluster installation environment
CN116701518A (en) * 2023-07-10 2023-09-05 北京自如信息科技有限公司 Database cluster deployment method, device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081883A1 (en) * 2013-09-17 2015-03-19 Stackdriver, Inc. System and method of adaptively and dynamically modelling and monitoring applications and software architecture hosted by an iaas provider
CN110224869A (en) * 2019-06-13 2019-09-10 北京航空航天大学 A kind of Automation arranging method of micro services website
CN111614733A (en) * 2020-04-29 2020-09-01 厦门市美亚柏科信息股份有限公司 Deployment method, device and storage medium of distributed multi-fragmentation cluster
CN112055087A (en) * 2020-09-10 2020-12-08 厦门市美亚柏科信息股份有限公司 Method and system for rapid deployment, migration and maintenance of Mongodb cluster
CN112491606A (en) * 2020-11-20 2021-03-12 湖南麒麟信安科技股份有限公司 Method for automatically deploying high-availability cluster of service system based on infrastructure
CN112711575A (en) * 2021-01-15 2021-04-27 山东云海国创云计算装备产业创新中心有限公司 Deployment method, system and related device of database cluster

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081883A1 (en) * 2013-09-17 2015-03-19 Stackdriver, Inc. System and method of adaptively and dynamically modelling and monitoring applications and software architecture hosted by an iaas provider
CN110224869A (en) * 2019-06-13 2019-09-10 北京航空航天大学 A kind of Automation arranging method of micro services website
CN111614733A (en) * 2020-04-29 2020-09-01 厦门市美亚柏科信息股份有限公司 Deployment method, device and storage medium of distributed multi-fragmentation cluster
CN112055087A (en) * 2020-09-10 2020-12-08 厦门市美亚柏科信息股份有限公司 Method and system for rapid deployment, migration and maintenance of Mongodb cluster
CN112491606A (en) * 2020-11-20 2021-03-12 湖南麒麟信安科技股份有限公司 Method for automatically deploying high-availability cluster of service system based on infrastructure
CN112711575A (en) * 2021-01-15 2021-04-27 山东云海国创云计算装备产业创新中心有限公司 Deployment method, system and related device of database cluster

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113778468A (en) * 2021-09-09 2021-12-10 上海中通吉网络技术有限公司 Installation method of database
CN114443057A (en) * 2022-01-25 2022-05-06 北京百度网讯科技有限公司 Dialogue model deployment and dialogue method, apparatus, electronic device and storage medium
CN115185675A (en) * 2022-06-14 2022-10-14 统信软件技术有限公司 Server cluster deployment method, system, computing device and readable storage medium
CN115562688A (en) * 2022-10-13 2023-01-03 深圳市中兴新云服务有限公司 One-key deployment method based on micro service and component fusion
CN115562688B (en) * 2022-10-13 2023-10-03 深圳市中兴新云服务有限公司 Micro-service and component fusion-based one-key deployment method
CN115964291A (en) * 2022-12-29 2023-04-14 北京人大金仓信息技术股份有限公司 Detection method, storage medium and equipment of database cluster installation environment
CN116701518A (en) * 2023-07-10 2023-09-05 北京自如信息科技有限公司 Database cluster deployment method, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN113238864A (en) Python-based MongoDB cluster deployment method and system
US10700932B2 (en) Automated standalone bootstrapping of hardware inventory
US9137111B2 (en) Discovering, validating, and configuring hardware-inventory components
US9641394B2 (en) Automated build-out of a cloud-computing stamp
US9940208B2 (en) Generating reverse installation file for network restoration
US20050262501A1 (en) Software distribution method and system supporting configuration management
US20100223609A1 (en) Systems and methods for automatic discovery of network software relationships
CN110784495B (en) The discovery and configuration information management method of big data cluster system based on blockchain
CN110286921B (en) CDH method for automatically installing distributed big data platform
CN113721957B (en) Automatic test method, device and system for firmware deployment upgrade of embedded equipment
EP4130982B1 (en) Network-based solution module deployment platform
CN111104201A (en) System migration method and device, electronic equipment and storage medium
US20230289193A1 (en) Systems and methods for deploying a distributed containers-as-a-service platform architecture for telecommunications applications
CN106716926A (en) Automated standalone bootstrapping of hardware inventory
US20250293928A1 (en) Edge compute environment automatic server configuration tool
KR20230005046A (en) Methods and Apparatuses for Installing a Device Application
CN115550164A (en) Method and system for one-key installation and management of single-node big data assembly
CN109120588B (en) Methods and data centers for obtaining authentication information
CN116915603A (en) OTA upgrade method, device and electronic equipment
CN116647434A (en) Operation and maintenance service deployment method, device and operation and maintenance system
CN116846865A (en) Domain name configuration methods, devices, electronic equipment and computer program products
CN110401559A (en) Method and device for repairing a server
CN116132276B (en) Operating system replacement method, device, electronic device and readable storage medium
US12052142B2 (en) Connectivity management system which optimizes embedded connectivity management system operations
CN114489659A (en) A product deployment method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210810