CN112003908B - Method, system, device and medium for configuring BMC - Google Patents

Method, system, device and medium for configuring BMC Download PDF

Info

Publication number
CN112003908B
CN112003908B CN202010788835.3A CN202010788835A CN112003908B CN 112003908 B CN112003908 B CN 112003908B CN 202010788835 A CN202010788835 A CN 202010788835A CN 112003908 B CN112003908 B CN 112003908B
Authority
CN
China
Prior art keywords
bmc
configuration
container
service
nodes
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202010788835.3A
Other languages
Chinese (zh)
Other versions
CN112003908A (en
Inventor
文钧正
白子玉
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202010788835.3A priority Critical patent/CN112003908B/en
Publication of CN112003908A publication Critical patent/CN112003908A/en
Application granted granted Critical
Publication of CN112003908B publication Critical patent/CN112003908B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/083Network architectures or network communication protocols for network security for authentication of entities using passwords
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/2866Architectures; Arrangements
    • H04L67/30Profiles

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for configuring BMC, which comprises the following steps: in response to the detection of the instruction for configuring the BMC, judging whether a node in a plurality of nodes under the cloud platform deploys the BMC configuration service; in response to that none of the plurality of nodes deploy the BMC configuration service, pulling a container mirror image corresponding to the BMC configuration service in a mirror image warehouse and deploying the container mirror image to any one of the nodes; acquiring configuration files of a plurality of BMCs to be configured; and configuring the plurality of BMCs to be configured by using the container mirror image and the configuration file. The invention also discloses a system, a computer device and a readable storage medium. The scheme provided by the invention can ensure that the configuration service of the BMC does not influence the server host system by using containerization, and meanwhile, the service can be stopped and used immediately, the operation is simple and clear, and the service can be stored in a container mirror image mode, so that the management and the subsequent maintenance are convenient.

Description

Method, system, device and medium for configuring BMC
Technical Field
The invention relates to the field of cloud platforms, in particular to a method, a system, equipment and a storage medium for configuring BMC.
Background
The InCloud OpenStack as the first choice of the upper private cloud enters the large-scale landing practical period, and the InCloud OpenStack can assist users in digital transformation, intelligent upgrading and integration of innovation infrastructure. In the actual use process of the ICOS platform, in order to ensure the remote control and monitoring of the computing nodes by the client, the ICOS can remotely control the computing node server, however, in a large-scale scene, the BMC configuration of a large number of computing nodes causes troubles to the client experience and the field implementation.
Disclosure of Invention
In view of the above, in order to overcome at least one aspect of the above problems, an embodiment of the present invention provides a method for configuring a BMC, including the following steps:
in response to the detection of the instruction for configuring the BMC, judging whether a node in a plurality of nodes under the cloud platform deploys the BMC configuration service;
in response to that none of the plurality of nodes deploy the BMC configuration service, pulling a container mirror image corresponding to the BMC configuration service in a mirror image warehouse and deploying the container mirror image to any one of the nodes;
acquiring configuration files of a plurality of BMCs to be configured;
and configuring the plurality of BMCs to be configured by using the container mirror image and the configuration file.
In some embodiments, pulling a container image corresponding to the BMC configuration service in an image repository and deploying the container image to any of the nodes, further includes:
creating a container at any node and deploying a BMC configuration service into the container;
and generating a container mirror image for the container with the BMC configuration service.
In some embodiments, pulling a container image corresponding to the BMC configuration service in an image repository and deploying the container image to any of the nodes, further includes:
acquiring an IP address, a page login name and a password of the cloud platform;
acquiring an authentication key of the cloud platform by using the IP address, the page login name and the password of the cloud platform;
and establishing the connection between the container mirror image and the cloud platform according to the IP address, the page login name, the password and the verification key login.
In some embodiments, configuring the BMC to be configured using the container image and the configuration file further includes:
and respectively sending the plurality of BMC configuration information in the configuration file to the BMC of the corresponding node by using the cloud platform.
In some embodiments, further comprising:
and responding to the failure of the configuration of the plurality of BMCs to be configured, and determining the reason of the failure of the configuration according to the received feedback so as to reconfigure the plurality of BMCs with the failure of the configuration after adjusting the configuration information.
In some embodiments, obtaining a configuration file of multiple BMCs to be configured further includes:
and acquiring a configuration file comprising the address, the host name, the BMC user name and the password of each BMC to be configured.
In some embodiments, the configuration file is a json file.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a system for configuring a BMC, including:
the detection module is configured to respond to a detection instruction for configuring the BMC and judge whether a node in a plurality of nodes under the cloud platform deploys a BMC configuration service;
a pull module configured to pull a container mirror image corresponding to the BMC configuration service in a mirror repository and deploy the container mirror image to any of the nodes in response to none of the plurality of nodes deploying the BMC configuration service;
the system comprises an acquisition module, a configuration module and a management module, wherein the acquisition module is configured to acquire configuration files of a plurality of BMCs to be configured;
a configuration module configured to configure the plurality of BMCs to be configured using the container image and the configuration file.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer apparatus, including:
at least one processor; and
a memory storing a computer program operable on the processor, wherein the processor executes the program to perform any of the steps of the method for configuring a BMC as described above.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a computer-readable storage medium storing a computer program, which when executed by a processor performs the steps of any method for configuring the BMC as described above.
The invention has one of the following beneficial technical effects: the scheme provided by the invention can ensure that the configuration service of the BMC does not influence the server host system by using containerization, and meanwhile, the service can be stopped and used immediately, the operation is simple and clear, and the service can be stored in a container mirror image mode, so that the management and the subsequent maintenance are convenient.
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 description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained by using the drawings without creative efforts.
FIG. 1 is a flowchart illustrating a method for configuring a BMC according to an embodiment of the invention;
FIG. 2 is a schematic structural diagram of a system for configuring a BMC according to an embodiment of the invention;
FIG. 3 is a schematic structural diagram of a computer device provided in an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer-readable storage medium according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are merely for convenience of description and should not be construed as limitations of the embodiments of the present invention, and they are not described in any more detail in the following embodiments.
According to an aspect of the present invention, an embodiment of the present invention provides a method for configuring a BMC, which may include the steps of:
s1, responding to the detected instruction for configuring BMC, and judging whether a node in a plurality of nodes under the cloud platform deploys BMC configuration service;
s2, in response to that none of the plurality of nodes deploy the BMC configuration service, pulling a container mirror image corresponding to the BMC configuration service in a mirror image warehouse and deploying the container mirror image to any one of the nodes;
s3, acquiring configuration files of a plurality of BMCs to be configured;
s4, configuring the BMCs to be configured by using the container mirror images and the configuration files.
The scheme provided by the invention realizes the configuration service of the BMC by using containerization, can ensure that the service does not influence a server host system, can stop and use the service at once, has simple and clear operation, can store the service in a container mirror image mode, and is convenient for management and subsequent maintenance.
In some embodiments, pulling a container image corresponding to the BMC configuration service in an image repository and deploying the container image to any of the nodes, further includes:
creating a container at any node and deploying a BMC configuration service into the container;
and generating a container mirror image for the container with the BMC configuration service.
Specifically, a container can be selected to be created in any node under the cloud platform, a compressed package corresponding to the BMC configuration service is copied into the container, the container with the BMC configuration service deployed therein is stored as a container mirror image, and whether the container mirror image is stored for a long time or not is selected according to actual requirements. For example, if the configuration service of the BMC is desired to be reserved for a long time, the container does not need to be stopped or deleted; if the service is not wanted to be used, the container can be stopped or deleted, and the container mirror image is pushed to the mirror image private library, so that the storage management and the subsequent use are facilitated.
In some embodiments, pulling a container image corresponding to the BMC configuration service in an image repository and deploying the container image to any of the nodes, further includes:
acquiring an IP address, a page login name and a password of the cloud platform;
acquiring an authentication key of the cloud platform by using the IP address, the page login name and the password of the cloud platform;
and establishing the connection between the container mirror image and the cloud platform according to the IP address, the page login name, the password and the verification key login.
Specifically, the BMC configuration service in the container may specify an icos (icloud openstack) environment ip, a page login name, and a password to be operated, and then obtain a corresponding verification key according to the input environment information, thereby implementing connection between the container image and the cloud platform.
In some embodiments, configuring the BMC to be configured using the container image and the configuration file further includes:
and respectively sending the plurality of BMC configuration information in the configuration file to the BMC of the corresponding node by using the cloud platform.
Specifically, after the container mirror image is connected with the cloud platform, the cloud platform may be used to send the configuration information of the BMC of the configuration file to the BMC of the corresponding node in an IPMI command manner.
In some embodiments, further comprising:
and responding to the failure of the configuration of the plurality of BMCs to be configured, and determining the reason of the failure of the configuration according to the received feedback so as to reconfigure the plurality of BMCs with the failure of the configuration after adjusting the configuration information.
Specifically, when the batch configuration of the BMC is carried out according to the configured configuration file, if the configuration is completed successfully, the success is returned; if the node fails, the computing host corresponding to the node name can return the detailed reason of the configuration failure, so that whether the information of the computing node is mismatched or login authentication is wrong or a BMC address input problem is clearly seen, the information corresponding to the computing node in the configuration file is corrected after the problem exists, and the configuration of the node can be efficiently completed only by executing. That is, after a problem occurs in the BMC configuration process of a node, the configuration file may be modified to perform configuration again only for the BMC of the node.
In some embodiments, obtaining a configuration file of multiple BMCs to be configured further includes:
and acquiring a configuration file comprising the address, the host name, the BMC user name and the password of each BMC to be configured.
In some embodiments, the configuration file is a json file.
In particular, json, known as JavaScript Object notification, is a lightweight data exchange format. json employs a text format that is completely language independent, but also uses a C-language family-like convention, which makes json an ideal data exchange language for human reading and writing, as well as machine parsing and generation. Therefore, the format of the configuration file may be a json file, and thus, the configuration of each BMC to be configured may be implemented through the configuration information of each BMC to be configured, such as an address, a host name, a BMC user name, a password, and the like, recorded in the json file. And when a plurality of BMCs fail to be configured, the json file can be modified to only reserve the configuration information of the BMC which fails to be configured, so that the BMCs which fail to be configured are configured again.
The scheme provided by the invention can ensure that the configuration service of the BMC does not influence the server host system by using containerization, and meanwhile, the service can be stopped and used immediately, the operation is simple and clear, and the service can be stored in a container mirror image mode, so that the management and the subsequent maintenance are convenient.
Based on the same inventive concept, according to another aspect of the present invention, an embodiment of the present invention further provides a system 400 for configuring a BMC, as shown in fig. 2, including:
a detection module 401, where the detection module 401 is configured to respond to a detection of a BMC configuration instruction, and determine whether a node in a plurality of nodes under a cloud platform deploys a BMC configuration service;
a pulling module 402, where the pulling module 402 is configured to, in response to none of the plurality of nodes deploying the BMC configuration service, pull a container mirror corresponding to the BMC configuration service in a mirror repository and deploy the container mirror to any of the nodes;
an obtaining module 403, where the obtaining module 403 is configured to obtain configuration files of multiple BMCs to be configured;
a configuration module 404, wherein the configuration module 404 is configured to configure the plurality of BMCs to be configured using the container image and the configuration file.
In some embodiments, the pulling module 402 is further configured to:
creating a container at any node and deploying a BMC configuration service into the container;
and generating a container mirror image for the container with the BMC configuration service.
In some embodiments, the pulling module 402 is further configured to:
acquiring an IP address, a page login name and a password of the cloud platform;
acquiring an authentication key of the cloud platform by using the IP address, the page login name and the password of the cloud platform;
and establishing the connection between the container mirror image and the cloud platform according to the IP address, the page login name, the password and the verification key login.
In some embodiments, the configuration module 404 is further configured to:
and respectively sending the plurality of BMC configuration information in the configuration file to the BMC of the corresponding node by using the cloud platform.
In some embodiments, the configuration module 404 is further configured to:
and responding to the failure of the configuration of the plurality of BMCs to be configured, and determining the reason of the failure of the configuration according to the received feedback so as to reconfigure the plurality of BMCs with the failure of the configuration after adjusting the configuration information.
In some embodiments, the obtaining module 403 is further configured to:
and acquiring a configuration file comprising the address, the host name, the BMC user name and the password of each BMC to be configured.
In some embodiments, the configuration file is a json file.
The scheme provided by the invention can ensure that the configuration service of the BMC does not influence the server host system by using containerization, and meanwhile, the service can be stopped and used immediately, the operation is simple and clear, and the service can be stored in a container mirror image mode, so that the management and the subsequent maintenance are convenient.
Based on the same inventive concept, according to another aspect of the present invention, embodiments of the present invention also provide
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 3, an embodiment of the present invention further provides a computer apparatus 501, comprising:
at least one processor 520; and
the memory 510, the memory 510 storing a computer program 511 executable on the processor, the processor 520 executing the program performing any of the above steps of the method of configuring the BMC.
Based on the same inventive concept, according to another aspect of the present invention, as shown in fig. 4, an embodiment of the present invention further provides a computer-readable storage medium 601, where the computer-readable storage medium 601 stores computer program instructions 610, and the computer program instructions 610, when executed by a processor, perform the steps of any method for configuring the BMC as described above.
Finally, it should be noted that, as will be understood by those skilled in the art, all or part of the processes of the methods of the above embodiments may be implemented by a computer program to instruct related hardware to implement the methods.
Further, it should be appreciated that the computer-readable storage media (e.g., memory) herein can be either volatile memory or nonvolatile memory, or can include both volatile and nonvolatile memory.
Those of skill would further appreciate that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as software or hardware depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
The foregoing is an exemplary embodiment of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the disclosed embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the embodiments of the present invention are merely for description, and do not represent the merits of the embodiments.
It will be understood by those skilled in the art that all or part of the steps of implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, and the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk, etc.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant to be exemplary only, and is not intended to intimate that the scope of the disclosure, including the claims, of embodiments of the invention is limited to these examples; within the idea of an embodiment of the invention, also technical features in the above embodiment or in different embodiments may be combined and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (10)

1. A method of configuring a BMC, comprising the steps of:
in response to the detection of the instruction for configuring the BMC, judging whether a node in a plurality of nodes under the cloud platform deploys the BMC configuration service;
in response to that none of the plurality of nodes deploy the BMC configuration service, pulling a container mirror image corresponding to the BMC configuration service in a mirror image warehouse and deploying the container mirror image to any one of the nodes;
acquiring configuration files of a plurality of BMCs to be configured;
and configuring the plurality of BMCs to be configured by using the container mirror image and the configuration file.
2. The method of claim 1, wherein pulling a container image corresponding to the BMC configuration service in an image repository and deploying the container image to any of the nodes, further comprises:
creating a container at any node and deploying a BMC configuration service into the container;
and generating a container mirror image of the container with the BMC configuration service.
3. The method of claim 1, wherein pulling a container image corresponding to the BMC configuration service in an image repository and deploying the container image to any of the nodes, further comprises:
acquiring an IP address, a page login name and a password of the cloud platform;
acquiring an authentication key of the cloud platform by using the IP address, the page login name and the password of the cloud platform;
and establishing the connection between the container mirror image and the cloud platform according to the IP address, the page login name, the password and the verification key login.
4. The method of claim 3, wherein configuring the BMC to be configured with the container image and the configuration file further comprises:
and respectively sending the plurality of BMC configuration information in the configuration file to the BMC of the corresponding node by using the cloud platform.
5. The method of claim 1, further comprising:
and responding to the failure of the configuration of the plurality of BMCs to be configured, and determining the reason of the failure of the configuration according to the received feedback so as to reconfigure the plurality of BMCs with the failure of the configuration after adjusting the configuration information.
6. The method of claim 1, wherein obtaining a configuration file for a plurality of BMCs to be configured, further comprises:
and acquiring a configuration file comprising the address, the host name, the BMC user name and the password of each BMC to be configured.
7. The method of claim 1, wherein the configuration file is a json file.
8. A system for configuring a BMC, comprising:
the detection module is configured to respond to a detection instruction for configuring the BMC and judge whether a node in a plurality of nodes under the cloud platform deploys a BMC configuration service;
a pull module configured to, in response to none of the plurality of nodes deploying the BMC configuration service, pull a container mirror corresponding to the BMC configuration service in a mirror repository and deploy the container mirror to any of the nodes;
the system comprises an acquisition module, a management module and a management module, wherein the acquisition module is configured to acquire configuration files of a plurality of BMCs to be configured;
a configuration module configured to configure the plurality of BMCs to be configured using the container image and the configuration file.
9. A computer device, comprising:
at least one processor; and
memory storing a computer program operable on the processor, wherein the processor executes the program to perform the steps of the method according to any of claims 1-7.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1-7.
CN202010788835.3A 2020-08-07 2020-08-07 Method, system, device and medium for configuring BMC Active CN112003908B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010788835.3A CN112003908B (en) 2020-08-07 2020-08-07 Method, system, device and medium for configuring BMC

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010788835.3A CN112003908B (en) 2020-08-07 2020-08-07 Method, system, device and medium for configuring BMC

Publications (2)

Publication Number Publication Date
CN112003908A CN112003908A (en) 2020-11-27
CN112003908B true CN112003908B (en) 2022-06-21

Family

ID=73462310

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010788835.3A Active CN112003908B (en) 2020-08-07 2020-08-07 Method, system, device and medium for configuring BMC

Country Status (1)

Country Link
CN (1) CN112003908B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107797767A (en) * 2017-09-30 2018-03-13 南京卓盛云信息科技有限公司 One kind is based on container technique deployment distributed memory system and its storage method
CN109388475A (en) * 2018-10-09 2019-02-26 郑州云海信息技术有限公司 A kind of dispositions method, device, electronic equipment and the storage medium of physics bare machine
CN109687987A (en) * 2017-10-19 2019-04-26 北京金山云网络技术有限公司 A kind of cloud platform dispositions method, device, electronic equipment and readable storage medium storing program for executing
CN110879712A (en) * 2019-11-07 2020-03-13 北京浪潮数据技术有限公司 Cloud data center physical host installation method and related device
CN111198696A (en) * 2019-12-30 2020-05-26 湖南大学 OpenStack large-scale deployment method and system based on bare computer server

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
IN2015CH04027A (en) * 2015-08-03 2015-08-14 Wipro Ltd
US9678682B2 (en) * 2015-10-13 2017-06-13 International Business Machines Corporation Backup storage of vital debug information

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107797767A (en) * 2017-09-30 2018-03-13 南京卓盛云信息科技有限公司 One kind is based on container technique deployment distributed memory system and its storage method
CN109687987A (en) * 2017-10-19 2019-04-26 北京金山云网络技术有限公司 A kind of cloud platform dispositions method, device, electronic equipment and readable storage medium storing program for executing
CN109388475A (en) * 2018-10-09 2019-02-26 郑州云海信息技术有限公司 A kind of dispositions method, device, electronic equipment and the storage medium of physics bare machine
CN110879712A (en) * 2019-11-07 2020-03-13 北京浪潮数据技术有限公司 Cloud data center physical host installation method and related device
CN111198696A (en) * 2019-12-30 2020-05-26 湖南大学 OpenStack large-scale deployment method and system based on bare computer server

Also Published As

Publication number Publication date
CN112003908A (en) 2020-11-27

Similar Documents

Publication Publication Date Title
CN109120678B (en) Method and apparatus for service hosting of distributed storage system
US10348866B2 (en) Apparatus, system and method to provide IoT cloud backend service
US11356340B2 (en) Provisioning a service
CN107800565B (en) Inspection method, inspection device, inspection system, computer equipment and storage medium
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
CN110138577B (en) Cluster creation method, first server and readable storage medium
CN111770174A (en) Cloud platform deployment method, device, equipment and readable storage medium
CN115248692A (en) Device and method for supporting cloud deployment of multiple deep learning framework models
CN107665141B (en) Database configuration method and equipment thereof
CN112291081B (en) Method, system and storage medium for auditing controller cluster data by cloud management platform
CN112003908B (en) Method, system, device and medium for configuring BMC
Krainyk et al. Internet-of-Things Device Set Configuration for Connection to Wireless Local Area Network.
CN111970158A (en) Edge access processing system, method, device and equipment
CN114840225B (en) Application deployment method and device, storage medium and electronic device
CN116455869A (en) Method and system for efficiently configuring public network domain name based on Kubernetes
CN112543109A (en) Cloud host creation method, system, server and storage medium
CN112910697B (en) Fault processing method and device
CN115051846A (en) Deployment method of K8S cluster based on super fusion platform and electronic equipment
US20180335894A1 (en) Messaging and orchestrating platform in a computer network environment
US11269615B2 (en) Automatically orchestrating deployments of software-defined storage stacks
US20210067402A1 (en) Disaster Recovery of Cloud Resources
CN114675876A (en) Business processing method and device, electronic equipment and storage medium
CN109189753B (en) Method and device for adding user information in HUE
CN114567559A (en) Training method and device of data analysis model and storage medium
CN115865924B (en) Cluster deployment method, device, equipment, medium and product

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant