CN111367740A - BMC debugging system and method and computer readable storage medium - Google Patents

BMC debugging system and method and computer readable storage medium Download PDF

Info

Publication number
CN111367740A
CN111367740A CN202010133841.5A CN202010133841A CN111367740A CN 111367740 A CN111367740 A CN 111367740A CN 202010133841 A CN202010133841 A CN 202010133841A CN 111367740 A CN111367740 A CN 111367740A
Authority
CN
China
Prior art keywords
bmc
file
compiling
shared server
debugging
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.)
Granted
Application number
CN202010133841.5A
Other languages
Chinese (zh)
Other versions
CN111367740B (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 CN202010133841.5A priority Critical patent/CN111367740B/en
Publication of CN111367740A publication Critical patent/CN111367740A/en
Application granted granted Critical
Publication of CN111367740B publication Critical patent/CN111367740B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2294Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by remote test
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • G06F16/1824Distributed file systems implemented using Network-attached Storage [NAS] architecture
    • G06F16/183Provision of network file services by network file servers, e.g. by using NFS, CIFS

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Library & Information Science (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a BMC debugging system, which comprises: the compiling host is used for transmitting each compiled file and the characteristic value to the shared server for storage when compiling for the first time; when the files are not compiled for the first time, the characteristic values of the compiled files are sent to a shared server, and when a comparison result fed back by the shared server is received, incremental updating is carried out on the shared server according to the comparison result; the sharing server is in communication connection with the N BMCs on the basis of the local network and is used for feeding back the comparison result to the compiling host every time the characteristic value of each file sent by the compiling host is received; when an access request of any BMC is received, the currently stored data corresponding to the access request is sent to the BMC to debug the BMC. By applying the scheme, the debugging efficiency of the BMC is improved. The application also discloses a BMC debugging method and a computer readable storage medium, which have corresponding effects.

Description

BMC debugging system and method and computer readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a system and a method for debugging a BMC, and a computer-readable storage medium.
Background
A BMC (baseboard management controller) is a device that can realize functions such as server control and information monitoring. The BMC has comprehensive and complex functions, and an NFS root file system is often mounted to debug the BMC in the development process of the BMC.
In practical application, workers find that if an NFS (network file System) root file System is mounted on the same network to debug BMC, the mounting effect is good. However, in many cases, remote debugging is required, and the BMC needs to mount the NFS across a network, that is, the BMC needs to span multiple network nodes to download the file data required for debugging. When the BMC mounts the NFS root file system across the network, the NFS mounting is slow or fails, and if multiple machines mount the NFS root file system at the same time, a large amount of network resources are occupied, which causes network congestion of the system, and the probability of the NFS mounting being slow or failing is higher, which also reduces the debugging efficiency.
In summary, how to improve the debugging efficiency when debugging the BMC is performed is a technical problem that needs to be solved urgently by those skilled in the art.
Disclosure of Invention
The invention aims to provide a BMC debugging system, a method and a computer readable storage medium, which can improve the debugging efficiency when debugging BMC.
In order to solve the technical problems, the invention provides the following technical scheme:
a debugging system for a BMC, comprising:
the compiling host is used for transmitting each compiled file and the characteristic value of each file to the shared server for storage when compiling for the first time; when the files are not compiled for the first time, the characteristic values of the compiled files are sent to the shared server, and when a comparison result fed back by the shared server is received, incremental updating is carried out on the shared server according to the comparison result;
the sharing server is in communication connection with the N BMCs on the basis of a local network and is used for comparing each received characteristic value with each currently stored characteristic value of each file in sequence on the basis of a file name when each characteristic value of each file sent by the compiling host is received, and feeding back a comparison result to the compiling host; when an access request of any BMC is received, sending the currently stored data corresponding to the access request to the BMC to debug the BMC; wherein, N is a positive integer, and the characteristic value of the file is a numerical value corresponding to the data content of the file.
Preferably, the compiling host is further configured to: and displaying the comparison result.
Preferably, the sharing server is an NFS sharing server.
Preferably, the shared server is further configured to: and when feedback information which represents the completion of debugging and is sent by any BMC is received, feeding the feedback information back to the compiling host.
A debugging method of BMC comprises the following steps:
when compiling for the first time, the compiling host transmits each compiled file and the characteristic value of each file to the shared server for storage;
when the compiling host is not compiled for the first time, the characteristic values of all the compiled files are sent to the sharing server;
when the sharing server in communication connection with the N BMCs on the basis of the local network receives the characteristic values of the files sent by the compiling host, the sharing server compares the received characteristic values with the characteristic values of the files stored currently in sequence on the basis of the file names, and feeds back the comparison results to the compiling host;
when the compiling host receives a comparison result fed back by the shared server, carrying out incremental updating on the shared server according to the comparison result;
when receiving an access request of any BMC, the sharing server sends the currently stored data corresponding to the access request to the BMC to debug the BMC;
wherein, N is a positive integer, and the characteristic value of the file is a numerical value corresponding to the data content of the file.
Preferably, the method further comprises the following steps:
and the compiling host displays the comparison result.
Preferably, the sharing server is an NFS sharing server.
Preferably, the method further comprises the following steps:
and when receiving feedback information which is sent by any BMC and represents that debugging is completed, the sharing server feeds the feedback information back to the compiling host.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the method of debugging a BMC of any of the above.
By applying the technical scheme provided by the embodiment of the invention, the sharing server based on the communication connection between the local network and the N BMCs is configured, so that the condition of slow mounting or failure mounting caused by cross-network mounting in the link of the communication between the sharing server and the N BMCs can be avoided. And because the shared server is in communication connection with the N BMCs, the servers for mounting are not configured for each BMC, the cost is reduced, and the resources are saved. When the compiling host computer performs data interaction with the sharing server, an incremental updating mode is adopted after the compiling host computer performs the first compiling, so that the link can not occupy a large amount of network resources to cause network congestion of the system. Therefore, the scheme of the application can reduce the probability of slow mounting or mounting failure, and further improves the debugging efficiency of the BMC.
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, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic structural diagram of a BMC debugging system in the present invention;
fig. 2 is a flowchart illustrating an implementation of a BMC debugging method according to the present invention.
Detailed Description
The core of the invention is to provide a BMC debugging system, which can reduce the probability of slow mounting or mounting failure and further improve the debugging efficiency of BMC.
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a schematic structural diagram of a BMC debugging system according to the present invention, where the BMC debugging system may include:
the compiling host 10 is configured to transmit each compiled file and a feature value of each file to the sharing server 20 for storage when compiling for the first time; when the files are not compiled for the first time, the characteristic values of the compiled files are sent to the shared server 20, and when a comparison result fed back by the shared server 20 is received, incremental updating is carried out on the shared server 20 according to the comparison result;
the sharing server 20 is in communication connection with the N BMCs based on the local network, and is configured to compare, when receiving the feature values of the files sent by the compiling host 10, the received feature values with feature values of the files stored currently in sequence based on file names, and feed back comparison results to the compiling host 10; when an access request of any BMC is received, sending the currently stored data corresponding to the access request to the BMC to debug the BMC;
wherein N is a positive integer, and the characteristic value of the file is a numerical value corresponding to the data content of the file.
Specifically, if the compiling host 10 performs the compiling for the first time, the compiled system root directory is transmitted to the sharing server 20 through the remote file transmission system, specifically, for example, after the compiling for the first time, the system root directory has 100 files, the file names of the 100 files are sequentially named as file No. 1 and file No. 2. The characteristic value of a file described in this application refers to a numerical value corresponding to the data content of the file, that is, the data content in the file is determined, the characteristic value corresponding to the data content can be determined according to a certain calculation rule, and if the data content in a certain file is modified, the characteristic value naturally changes accordingly.
For example, in the above example, after the first compilation, there are 100 files in the system root directory, the file names are sequentially named as file No. 1 and file No. 2.
In a non-first compiling time, for example, a second compiling time, after the worker operates the compiling host 10 to execute the relevant instruction, the purpose is to modify the file No. 1 and the file No. 3. After the second compilation by the staff member, the compiling host 10 sends the characteristic values of 100 files to the sharing server 20. It can be understood that, in the 100 feature values sent this time, since the staff member compiles the file No. 1 and the file No. 3, the feature value of the file No. 1 will be different from the feature value of the file No. 1 stored in the shared server 20 before, and correspondingly, the feature value of the file No. 3 will be different from the feature value of the file No. 3 stored in the shared server 20 before.
The scheme of the application is specially provided with a sharing server 20 which is in communication connection with the N BMCs based on a local network.
Upon receiving the feature values of the respective files transmitted from the compiling host 10, the sharing server 20 compares the received feature values with the feature values of the respective files currently stored in order based on the file names. For example, in the foregoing example, the compiling host 10 sends the feature values of the compiled 100 files to the sharing server 20 at the time of second compiling, and the sharing server 20 can determine that the feature value of the file No. 1 and the feature value of the file No. 3 have changed after sequential comparison, and then feed back the comparison result to the compiling host 10.
The compiling host 10 receives the comparison result fed back by the sharing server 20, and may update the sharing server 20 incrementally according to the comparison result, for example, in the foregoing example, the feedback result indicates that the characteristic value of the file No. 1 and the characteristic value of the file No. 3 have changed, and therefore, the compiling host 10 sends the file No. 1 and the file No. 3 to the sharing server 20, so as to implement incremental updating. Specifically, the sharing server 20 overwrites the received new file No. 1 with the original file No. 1 and overwrites the received new file No. 3 with the original file No. 3, but the file contents are updated and the feature values stored in the sharing server 20 also need to be updated.
It can be seen that, since the compiling host 10 only needs to send incremental data to the shared server 20 when not compiling for the first time, this process does not occupy a large amount of network resources, which causes network congestion of the system.
When receiving an access request of any BMC, the sharing server 20 may send the currently stored data corresponding to the access request to the BMC to debug the BMC, where the access request may be sent by a field worker operating the BMC or sent by a remote worker controlling the BMC, and the implementation of the present invention is not affected.
It should be further noted that the shared server 20 of the present application is communicatively connected to the N BMCs, so that the scheme of the present application supports debugging of the N BMCs. For example, if BMC # 1 is mounted in the directory a of the shared server 20, BMC # 2 is mounted in the directory B of the shared server 20, and BMC # 3 is mounted in the directory C of the shared server 20, if BMC # 2 needs to be debugged, for example, the related files in the directory B of the shared server 20 may be compiled, and then BMC # 2 is controlled to send the corresponding access request, so that BMC # 2 downloads the related files from the directory B of the shared server 20, and then the BMC # 2 is debugged.
Since the sharing server 20 is in communication connection with the N BMCs based on the local network, slow mounting or mounting failure due to cross-network mounting does not occur.
Further, in an embodiment of the present invention, the compiling host 10 is further configured to: and displaying the comparison result.
In this embodiment, it is considered that when a worker compiles, for example, the file No. 3 is originally compiled, but due to the complex compiling process, an error may occur in association with a plurality of programs, for example, after compiling, both the file No. 3 and the file No. 4 are changed. In this embodiment, the comparison result fed back by the sharing server 20 may show that both the file No. 3 and the file No. 4 are changed, and the compiling host 10 displays the comparison result, so that the worker may directly and conveniently determine the modification item, that is, may conveniently determine whether the file to be modified is successfully modified, which is beneficial to further improving the debugging efficiency of the BMC.
In view of the fact that the NFS system is more common, the sharing server 20 of the present application may be an NFS sharing server 20. In addition, in the solution of the present application, the shared server 20 is in communication connection with the N BMCs, rather than configuring a corresponding server for mounting for each BMC, which is beneficial to reducing cost and saving resources.
In an embodiment of the present invention, the shared server 20 may further be configured to: when feedback information indicating that the debugging is completed, which is sent by any BMC, is received, the feedback information is fed back to the compiling host 10.
In this embodiment, the sharing server 20 feeds back the feedback information to the compiling host 10, which indicates that the BMC debugging is completed, and is beneficial for the staff to know the current progress.
By applying the technical scheme provided by the embodiment of the invention, as the sharing server 20 which is in communication connection with the N BMCs based on the local network is configured, the situation that the mounting is slow or fails due to cross-network mounting in the link that the sharing server 20 is in communication with the N BMCs can not occur. Moreover, the shared server 20 is in communication connection with the N BMCs, rather than configuring a corresponding server for mounting for each BMC, which is beneficial to reducing cost and saving resources. When the compiling host 10 performs data interaction with the shared server 20, an incremental updating mode is adopted after the first compiling, so that the link does not occupy a large amount of network resources, and the network congestion of the system is caused. Therefore, the scheme of the application can reduce the probability of slow mounting or mounting failure, and further improves the debugging efficiency of the BMC.
Corresponding to the above system embodiments, the embodiments of the present invention further provide a method for debugging a BMC, which can be referred to in correspondence with the above.
Fig. 2 is a flowchart of an implementation of a BMC debugging method, including:
step S201: when compiling for the first time, the compiling host transmits each compiled file and the characteristic value of each file to the shared server for storage;
step S202: when the compiling host is not compiled for the first time, the characteristic values of all the compiled files are sent to a shared server;
step S203: when a sharing server in communication connection with the N BMCs based on the local network receives the characteristic values of the files sent by the compiling host, the sharing server compares the received characteristic values with the characteristic values of the files stored currently in sequence based on the file names, and feeds back the comparison results to the compiling host;
step S204: when the compiling host receives a comparison result fed back by the shared server, performing incremental updating on the shared server according to the comparison result;
step S205: when receiving an access request of any BMC, the sharing server sends the currently stored data corresponding to the access request to the BMC to debug the BMC;
wherein N is a positive integer, and the characteristic value of the file is a numerical value corresponding to the data content of the file.
In one embodiment of the present invention, the method further comprises:
and the compiling host displays the comparison result.
In an embodiment of the present invention, the sharing server is an NFS sharing server.
In one embodiment of the present invention, the method further comprises:
and when receiving feedback information which is sent by any BMC and indicates that debugging is completed, the sharing server feeds the feedback information back to the compiling host.
Corresponding to the above system and method embodiments, the present invention further provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the steps of the method for debugging the BMC in any of the above embodiments. A computer-readable storage medium as referred to herein may include Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention. The principle and the implementation of the present invention are explained in the present application by using specific examples, and the above description of the embodiments is only used to help understanding the technical solution and the core idea of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (9)

1. A debugging system for BMC, comprising:
the compiling host is used for transmitting each compiled file and the characteristic value of each file to the shared server for storage when compiling for the first time; when the files are not compiled for the first time, the characteristic values of the compiled files are sent to the shared server, and when a comparison result fed back by the shared server is received, incremental updating is carried out on the shared server according to the comparison result;
the sharing server is in communication connection with the N BMCs on the basis of a local network and is used for comparing each received characteristic value with each currently stored characteristic value of each file in sequence on the basis of a file name when each characteristic value of each file sent by the compiling host is received, and feeding back a comparison result to the compiling host; when an access request of any BMC is received, sending the currently stored data corresponding to the access request to the BMC to debug the BMC; wherein, N is a positive integer, and the characteristic value of the file is a numerical value corresponding to the data content of the file.
2. The debug system of a BMC of claim 1, wherein said compilation host is further configured to: and displaying the comparison result.
3. The debugging system for BMC of claim 1, wherein the shared server is an NFS shared server.
4. The debugging system of a BMC of claim 1, wherein the shared server is further configured to: and when feedback information which represents the completion of debugging and is sent by any BMC is received, feeding the feedback information back to the compiling host.
5. A BMC debugging method is characterized by comprising the following steps:
when compiling for the first time, the compiling host transmits each compiled file and the characteristic value of each file to the shared server for storage;
when the compiling host is not compiled for the first time, the characteristic values of all the compiled files are sent to the sharing server;
when the sharing server in communication connection with the N BMCs on the basis of the local network receives the characteristic values of the files sent by the compiling host, the sharing server compares the received characteristic values with the characteristic values of the files stored currently in sequence on the basis of the file names, and feeds back the comparison results to the compiling host;
when the compiling host receives a comparison result fed back by the shared server, carrying out incremental updating on the shared server according to the comparison result;
when receiving an access request of any BMC, the sharing server sends the currently stored data corresponding to the access request to the BMC to debug the BMC;
wherein, N is a positive integer, and the characteristic value of the file is a numerical value corresponding to the data content of the file.
6. The method of debugging a BMC of claim 5, further comprising:
and the compiling host displays the comparison result.
7. The method of claim 5, wherein the shared server is an NFS shared server.
8. The method of debugging a BMC of claim 5, further comprising:
and when receiving feedback information which is sent by any BMC and represents that debugging is completed, the sharing server feeds the feedback information back to the compiling host.
9. A computer-readable storage medium, characterized in that a computer program is stored thereon, which computer program, when being executed by a processor, carries out the steps of the method for debugging a BMC according to one of claims 5 to 8.
CN202010133841.5A 2020-02-29 2020-02-29 BMC debugging system and method and computer readable storage medium Active CN111367740B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010133841.5A CN111367740B (en) 2020-02-29 2020-02-29 BMC debugging system and method and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010133841.5A CN111367740B (en) 2020-02-29 2020-02-29 BMC debugging system and method and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN111367740A true CN111367740A (en) 2020-07-03
CN111367740B CN111367740B (en) 2022-08-05

Family

ID=71210226

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010133841.5A Active CN111367740B (en) 2020-02-29 2020-02-29 BMC debugging system and method and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN111367740B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114020607A (en) * 2021-10-26 2022-02-08 苏州浪潮智能科技有限公司 BMC (baseboard management controller) debugging method and device and computer equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107070972A (en) * 2016-12-30 2017-08-18 中国银联股份有限公司 A kind of distributed document processing method and processing device
CN107172075A (en) * 2017-06-26 2017-09-15 努比亚技术有限公司 Communication means, system and readable storage medium storing program for executing based on Network Isolation
CN107168756A (en) * 2017-03-31 2017-09-15 捷开通讯(深圳)有限公司 Method, client, service end and the storage device of radio-frequency driven compiling debugging

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107070972A (en) * 2016-12-30 2017-08-18 中国银联股份有限公司 A kind of distributed document processing method and processing device
CN107168756A (en) * 2017-03-31 2017-09-15 捷开通讯(深圳)有限公司 Method, client, service end and the storage device of radio-frequency driven compiling debugging
CN107172075A (en) * 2017-06-26 2017-09-15 努比亚技术有限公司 Communication means, system and readable storage medium storing program for executing based on Network Isolation

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114020607A (en) * 2021-10-26 2022-02-08 苏州浪潮智能科技有限公司 BMC (baseboard management controller) debugging method and device and computer equipment
CN114020607B (en) * 2021-10-26 2024-02-13 苏州浪潮智能科技有限公司 BMC debugging method and device and computer equipment

Also Published As

Publication number Publication date
CN111367740B (en) 2022-08-05

Similar Documents

Publication Publication Date Title
US9996333B2 (en) Apparatus and method for automating the installation and configuration of infrastructure
CN102609281B (en) Distributed software patch update method and system
CN104007996A (en) Reliable firmware upgrading realizing method for distributed control system
US20210072976A1 (en) Software and firmware updates of computing systems
CN114286366B (en) Wireless grid network upgrading method and device, master node and storage medium
CN111400041A (en) Server configuration file management method and device and computer readable storage medium
CN114996006A (en) Server arrangement configuration execution method, device, equipment and medium
CN115529301A (en) Firmware upgrading method based on cloud edge cooperation, server side and edge gateway side
JPH04347733A (en) Computer program maintenance system
CN113687858A (en) Configuration file checking method and device, electronic equipment and storage medium
CN111367740B (en) BMC debugging system and method and computer readable storage medium
CN112860251A (en) Method and system for constructing website front end
CN114328210A (en) Test method, test device and computer readable storage medium
CN113242147B (en) Automatic operation and maintenance deployment method, device, equipment and storage medium of multi-cloud environment
CN112905676A (en) Data file importing method and device
CN112291081B (en) Method, system and storage medium for auditing controller cluster data by cloud management platform
CN112558990A (en) Maintenance and upgrading method and system for vehicle-mounted safety computer
CN111984287A (en) Equipment upgrading method and system
CN116450165A (en) Method, system, terminal and storage medium for quickly building environment and deploying program
CN114816969A (en) Test case generation method, device, equipment and storage medium
CN112925612A (en) Monitoring service static configuration management method based on Kubernetes
CN117707556A (en) Program installation method, device, system, equipment and storage medium
CN110221869B (en) Method and device for configuring data center operating environment
CN114448803B (en) Configuration issuing method, electronic equipment and storage medium
CN112214466B (en) Distributed cluster system, data writing method, electronic equipment and storage device

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