CN111367811A - Method and system for improving debugging efficiency of management webpage of BMC - Google Patents

Method and system for improving debugging efficiency of management webpage of BMC Download PDF

Info

Publication number
CN111367811A
CN111367811A CN202010170402.1A CN202010170402A CN111367811A CN 111367811 A CN111367811 A CN 111367811A CN 202010170402 A CN202010170402 A CN 202010170402A CN 111367811 A CN111367811 A CN 111367811A
Authority
CN
China
Prior art keywords
bmc
development
debugging platform
directory
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
CN202010170402.1A
Other languages
Chinese (zh)
Other versions
CN111367811B (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.)
Shandong Chaoyue CNC Electronics Co Ltd
Original Assignee
Shandong Chaoyue CNC Electronics 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 Shandong Chaoyue CNC Electronics Co Ltd filed Critical Shandong Chaoyue CNC Electronics Co Ltd
Priority to CN202010170402.1A priority Critical patent/CN111367811B/en
Publication of CN111367811A publication Critical patent/CN111367811A/en
Application granted granted Critical
Publication of CN111367811B publication Critical patent/CN111367811B/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/36Preventing errors by testing or debugging software
    • G06F11/3664Environments for testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • G06F11/3624Software debugging by performing operations on the source code, e.g. via a compiler
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

The invention discloses a method and a system for improving the debugging efficiency of a management webpage of a BMC (baseboard management controller), which comprises the following steps: s1, networking and connecting the BMC and the development and debugging platform; s2, building a network file system service on the development and debugging platform; s3, setting a file directory of the development and debugging platform for storing the compiled file as an external shared directory of the network file system service; s4, mounting the external shared directory in the step S3 to a directory where the files of the management webpage of the BMC are located; s5, compiling and changing the management webpage of the BMC on the development and debugging platform; and S6, logging in the management webpage of the BMC again to view the modified management webpage. The method does not need to rewrite the compiling result to the BMC firmware after repeated compiling to verify the compiling result, thereby greatly improving the debugging efficiency of the management webpage.

Description

Method and system for improving debugging efficiency of management webpage of BMC
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for improving the debugging efficiency of a management webpage of a BMC (baseboard management controller).
Background
The management web page function of the BMC mostly needs to perform data interaction with an actual platform, and part of web page content can be dynamically loaded after the data interaction is performed. Therefore, the BMC management webpage cannot be directly debugged in a development environment, the BMC embedded system can be integrally compiled only after the BMC management webpage code is changed, then the newly compiled BMC embedded system is programmed into a BMC chip, a compiling and programming process is needed for simple verification and debugging of the change, and the debugging efficiency of the BMC management webpage is greatly reduced.
The files related to the BMC management webpage are only a small part of the whole BMC, and all exist under a folder in the BMC system, if the content under the folder can be changed for debugging, the related codes of the management webpage can be independently compiled during code compiling, compiling time is saved, the whole BMC does not need to be programmed, programming time is reduced, and debugging efficiency is greatly improved.
Disclosure of Invention
The invention aims to provide a method for improving the debugging efficiency of a BMC management webpage, which can debug the BMC management webpage without integrally programming a BMC system based on an embedded LINUX system, and a debugging system of the BMC management webpage based on the method.
The technical scheme adopted by the invention is as follows:
a method for improving the debugging efficiency of a management webpage of a BMC comprises the following steps:
s1, networking and connecting the BMC and the development and debugging platform;
s2, building a network file system service on the development and debugging platform;
s3, setting a file directory of the development and debugging platform for storing the compiled file as an external shared directory of the network file system service;
s4, mounting the external shared directory in the step S3 to a directory where the files of the management webpage of the BMC are located;
s5, compiling and changing the management webpage of the BMC on the development and debugging platform;
and S6, logging in the management webpage of the BMC again to view the modified management webpage.
As a further optimization, in step S1, the network address of the development and debugging platform is configured, and a PING network diagnosis method is used to ensure network connectivity between the BMC system and the development and debugging platform.
In step S2, the present invention uses windows environment as a development and debugging platform, builds NFS network file system service through haneWIN NFS server, and uses the development and debugging platform as NFS server.
As a further optimization, in step S3 of the present invention, a haneWIN NFSsever installed on the development and debugging platform is operated, a file directory for storing the compiled file on the development and debugging platform is set as an external shared directory of the NFS network file system, and when the web page content is compiled and modified on the development and debugging platform, the compiled and modified content is stored in the external file directory.
As a further optimization, in step S4, the BMC installs an NFS client and an NFS-files software package on the BMC based on the embedded LINUX, uses the BMC as an NFS client, and hangs the external shared directory on the BMC in a directory where the files of the management web page under the BMC are located through a mount command, so that the BMC identifies a remote folder as a local folder to replace all the files under the original folder path of the management web page of the BMC.
As a further optimization, in the subsequent debugging process, if other problems exist and need to be modified, the steps S5 and S6 are repeated until the management webpage of the BMC achieves the expected effect.
The invention also provides a BMC management webpage debugging system, which comprises an embedded LINUX-based BMC and a development and debugging platform, wherein the BMC and the development and debugging platform are connected with each other in a networking manner, a network file system service is established, a file directory used for storing the compiled file on the development and debugging platform is an external shared directory of the network file system, and the external shared directory is hung in a directory of the management webpage of the embedded LINUX BMC.
As a further optimization, the network file system service is an NFS network file system service, an NFS server tool and a software package are installed on a development and debugging platform, and the development and debugging platform is used as an NFS server end; and installing an NFS client tool and a software package on the BMC, and taking the BMC as an NFS client terminal.
Specifically, the development and debugging platform provided by the invention is in a windows environment.
The invention has the following advantages:
according to the method, the file directory for storing the compiled files on the development and debugging platform is mounted under the directory of the file of the BMC management webpage through the network file system service, so that the embedded LINUX-based BMC identifies the remote folder as the local folder and replaces all files under the original folder path of the BMC management webpage, the compiling and modifying of the content of the management webpage are independently carried out on the development and debugging platform, the compiling result is verified without being burnt on the BMC firmware after repeated compiling, the file accessed by the BMC management webpage service is changed, the modified condition can be seen when the BMC management webpage is logged in through the IP address of the BMC, and the debugging efficiency of the management webpage is greatly improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced 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 to obtain other drawings based on these drawings without creative efforts.
The invention is further described below with reference to the accompanying drawings:
FIG. 1 is a schematic flow diagram of the process of the present invention.
Detailed Description
The present invention is further described in the following with reference to the drawings and the specific embodiments so that those skilled in the art can better understand the present invention and can implement the present invention, but the embodiments are not to be construed as limiting the present invention, and the embodiments and the technical features of the embodiments can be combined with each other without conflict.
It is to be understood that the terms first, second, and the like in the description of the embodiments of the invention are used for distinguishing between the descriptions and not necessarily for describing a sequential or chronological order. The "plurality" in the embodiment of the present invention means two or more.
The term "and/or" in the embodiment of the present invention is only an association relationship describing an associated object, and indicates that three relationships may exist, for example, a and/or B may indicate: a exists alone, B exists alone, and A and B exist at the same time. In addition, the character "/" herein generally indicates that the former and latter associated objects are in an "or" relationship.
Example one
The embodiment provides a method for improving the debugging efficiency of a management webpage of a BMC, which comprises the following steps:
s1, networking and connecting the BMC system and the development and debugging platform;
s2, building a network file system service on the development and debugging platform;
s3, setting a file directory generated by compiling the development and debugging platform as an external shared directory of the network file system service;
s4, mounting the external shared directory in the step S3 to a directory where the files of the management webpage of the BMC are located;
s5, compiling and changing the management webpage of the BMC on the development and debugging platform;
s6, logging in the management webpage of the BMC again to view the modified management webpage;
s7, repeating the steps S5 and S6 until the management webpage of the BMC achieves the expected effect.
As a preferred embodiment, in step S1, the network connection between the BMC system and the development and debugging platform is ensured by configuring the network address of the development and debugging platform and by a PING network diagnosis method, which is commonly used in the prior art to determine the network connection between two devices, specifically, in a DOS environment, the PING determines the connection between two devices according to the return information by using the IP address of another device.
As a preferred implementation mode, step one network file system service selects NFS network file system service, in the implementation mode, a windows environment is used as a development and debugging platform, haneWIN NFS server software is installed on the development and debugging platform, NFS network file system service is built through haneWIN NFS server, and the development and debugging platform is used as an NFS server end; in order to match the setting, the BMC uses the embedded LINUX as a base, installs an NFS client and an NFS-files software package at the BMC end, and takes the BMC end as the NFS client. The method comprises the steps that a haneWIN NFSsever is installed on a development and debugging platform in an operating mode, and a file directory used for storing modified debugging data on the development and debugging platform is set as an external shared directory of an NFS network file system; the method comprises the steps that an external shared directory is hung in a directory where a file of a management webpage under BMC is located at a BMC end through a mount command, a file directory used for storing a compiled file on a development and debugging platform is hung under the directory where the file of the BMC management webpage is located, and therefore a remote folder is identified as a local folder by the BMC based on the embedded LINUX, all files under the original folder path of the management webpage under the BMC are replaced, compiling and modifying of the content of the management webpage are independently carried out on the development and debugging platform, the compiling result is verified by burning and writing on BMC firmware without repeated compiling, the file accessed by a BMC management webpage service is changed, and the condition after the modification can be seen by logging in the BMC management webpage through an IP address of the BMC.
Example two
The embodiment provides a system for debugging a management webpage of a BMC, which comprises the BMC and a development and debugging platform based on an embedded LINUX, wherein the BMC and the development and debugging platform are connected in a network manner, a network file system service is established, a file directory used for storing a compiled file on the development and debugging platform is an external shared directory of a network file system, and the external shared directory is hung in a directory of the management webpage of the BMC of the embedded LINUX.
As a preferred implementation, the network file system service is an NFS network file system service, a windows environment is used as the development and debugging platform, an NFS server tool and a software package are installed on the development and debugging platform, and the development and debugging platform is used as an NFS server end; and installing an NFS client tool and a software package on the BMC, and taking the BMC as an NFSclient terminal.
The debugging system of this embodiment mounts the file directory for storing the compiled file to the path of the management web page of the BMC through the NFS network file system service, thus, the BMC can identify the remote folder for storing the compiled file as the local folder, which is equivalent to directly replacing all files in the original folder path, when the BMC is running, the contents in the remote folder for storing the compiled file are directly read, and when the debugging system of this embodiment is running and using, compiling and modifying the management webpage on the development and debugging platform, and checking the modified effect by logging in the management webpage of the BMC through the IP address of the BMC, if the user is still unsatisfied, the user can modify the development and debugging platform again, and check the management webpage of the BMC after logging in again until the expected effect is achieved.
The Linux file system directory can be used as a mount point to become an access entry of another file system, a file system which can be remotely accessed by the BMC is provided in the compiling and developing device, such as the NFS network file system service, and the file system is mounted on a directory where the management service of the BMC is located at the BMC end, so that files in the file system under the development and debugging platform can be changed to change files read when the BMC manages the web page. If the directory related to the management webpage directly generated during compiling is used as the network file system directory, the file read during the operation of the BMC management webpage can be directly changed after the BMC code is changed and compiled.
The above-mentioned embodiments are merely preferred embodiments for fully illustrating the present invention, and the scope of the present invention is not limited thereto. The equivalent substitution or change made by the technical personnel in the technical field on the basis of the invention is all within the protection scope of the invention. The protection scope of the invention is subject to the claims.

Claims (9)

1. A method for improving the debugging efficiency of a management webpage of a BMC is characterized in that: the method comprises the following steps:
s1, networking and connecting the BMC and the development and debugging platform;
s2, building a network file system service on the development and debugging platform;
s3, setting a file directory of the development and debugging platform for storing the compiled file as an external shared directory of the network file system service;
s4, mounting the external shared directory in the step S3 to a directory where the files of the management webpage of the BMC are located;
s5, compiling and changing the management webpage of the BMC on the development and debugging platform;
and S6, logging in the management webpage of the BMC again to view the modified management webpage.
2. The method of claim 1, wherein: in step S1, the network communication between the BMC system and the development and debugging platform is ensured by configuring the network address of the development and debugging platform and by the PING network diagnosis method.
3. The method of claim 2, wherein: in step S2, a windows environment is used as a development and debugging platform, an NFS network file system service is established through a haneWIN NFS server, and the development and debugging platform is used as an NFS server.
4. The method of claim 3, wherein: in step S3, the haneWIN NFS server installed on the development and debugging platform is operated, the file directory for storing the compiled file on the development and debugging platform is set as the external shared directory of the NFS network file system, and when the web page content is compiled and modified on the development and debugging platform, the compiled and modified content is stored in the external file directory.
5. The method of claim 4, wherein: in step S4, the BMC installs an NFS client and an NFS-files software package on the BMC based on the embedded LINUX, and uses the BMC as the NFS client, and hangs the external shared directory on the BMC through a mount command to a directory where a file of the management webpage is located under the BMC, so that the BMC identifies a remote folder as a local folder and replaces all files under the original folder path of the management webpage of the BMC.
6. The method of claim 1, wherein: in the subsequent debugging process, if there are other problems to be modified, the steps S5 and S6 are repeated until the management webpage of the BMC achieves the expected effect.
7. A management webpage debugging system of BMC is characterized in that: the system comprises a BMC and a development and debugging platform which are based on an embedded LINUX, wherein the BMC and the development and debugging platform are networked, a network file system service is established, a file directory which is used for storing a compiled file on the development and debugging platform is an external shared directory of the network file system, and the external shared directory is hung in a directory of a management webpage of the BMC of the embedded LINUX.
8. The system of claim 7, wherein: the network file system service is an NFS network file system service, an NFS server tool and a software package are installed on a development and debugging platform, and the development and debugging platform is used as an NFS server end; and installing an NFS client tool and a software package on the BMC, and taking the BMC as an NFS client terminal.
9. The system of claim 8, wherein: the development and debugging platform is in a windows environment.
CN202010170402.1A 2020-03-12 2020-03-12 Method and system for improving BMC management webpage debugging efficiency Active CN111367811B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010170402.1A CN111367811B (en) 2020-03-12 2020-03-12 Method and system for improving BMC management webpage debugging efficiency

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010170402.1A CN111367811B (en) 2020-03-12 2020-03-12 Method and system for improving BMC management webpage debugging efficiency

Publications (2)

Publication Number Publication Date
CN111367811A true CN111367811A (en) 2020-07-03
CN111367811B CN111367811B (en) 2023-08-08

Family

ID=71210517

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010170402.1A Active CN111367811B (en) 2020-03-12 2020-03-12 Method and system for improving BMC management webpage debugging efficiency

Country Status (1)

Country Link
CN (1) CN111367811B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113722211A (en) * 2021-08-11 2021-11-30 苏州浪潮智能科技有限公司 BMC (baseboard management controller) debugging method, device and system and embedded equipment
CN114756432A (en) * 2022-04-28 2022-07-15 苏州浪潮智能科技有限公司 Method, system and server for realizing BMC monitoring function

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070011494A1 (en) * 2005-06-21 2007-01-11 International Business Machines Corporation System and method for building software package for embedded system
CN102447732A (en) * 2011-10-11 2012-05-09 浪潮电子信息产业股份有限公司 Method for intelligent configuration of host computer embedded environment during BMC (Baseboard Management Controller) development
CN102999362A (en) * 2012-12-04 2013-03-27 浪潮电子信息产业股份有限公司 Method for modifying sequence of boot options of basic input/output system (BIOS)
US20130185402A1 (en) * 2012-01-13 2013-07-18 American Megatrends, Inc. Method and apparatus for developing service processor solutions
US20170024303A1 (en) * 2015-07-24 2017-01-26 American Megatrends, Inc. System and method of runtime downloading of debug code and diagnostics tools in an already deployed baseboard management controller (bmc) devices
CN107766055A (en) * 2017-09-29 2018-03-06 郑州云海信息技术有限公司 A kind of client linux system installation method based on GUI module
CN108900606A (en) * 2018-06-28 2018-11-27 郑州云海信息技术有限公司 A kind of cross-system realizes the method, device and equipment of data sharing
CN109918301A (en) * 2019-02-28 2019-06-21 苏州浪潮智能科技有限公司 Debugging log stage division based on whitley platform under a kind of server management system

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070011494A1 (en) * 2005-06-21 2007-01-11 International Business Machines Corporation System and method for building software package for embedded system
CN102447732A (en) * 2011-10-11 2012-05-09 浪潮电子信息产业股份有限公司 Method for intelligent configuration of host computer embedded environment during BMC (Baseboard Management Controller) development
US20130185402A1 (en) * 2012-01-13 2013-07-18 American Megatrends, Inc. Method and apparatus for developing service processor solutions
CN102999362A (en) * 2012-12-04 2013-03-27 浪潮电子信息产业股份有限公司 Method for modifying sequence of boot options of basic input/output system (BIOS)
US20170024303A1 (en) * 2015-07-24 2017-01-26 American Megatrends, Inc. System and method of runtime downloading of debug code and diagnostics tools in an already deployed baseboard management controller (bmc) devices
CN107766055A (en) * 2017-09-29 2018-03-06 郑州云海信息技术有限公司 A kind of client linux system installation method based on GUI module
CN108900606A (en) * 2018-06-28 2018-11-27 郑州云海信息技术有限公司 A kind of cross-system realizes the method, device and equipment of data sharing
CN109918301A (en) * 2019-02-28 2019-06-21 苏州浪潮智能科技有限公司 Debugging log stage division based on whitley platform under a kind of server management system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
赵晓凤: "浅谈嵌入式Linux开发中NFS的安装配置", 《科技创新导报》 *
赵晓凤: "浅谈嵌入式Linux开发中NFS的安装配置", 《科技创新导报》, no. 36, 21 December 2010 (2010-12-21) *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113722211A (en) * 2021-08-11 2021-11-30 苏州浪潮智能科技有限公司 BMC (baseboard management controller) debugging method, device and system and embedded equipment
CN113722211B (en) * 2021-08-11 2023-07-14 苏州浪潮智能科技有限公司 BMC debugging method, device, system and embedded equipment
CN114756432A (en) * 2022-04-28 2022-07-15 苏州浪潮智能科技有限公司 Method, system and server for realizing BMC monitoring function
CN114756432B (en) * 2022-04-28 2024-06-28 苏州浪潮智能科技有限公司 Method, system and server for realizing BMC monitoring function

Also Published As

Publication number Publication date
CN111367811B (en) 2023-08-08

Similar Documents

Publication Publication Date Title
CN108494771B (en) Electronic device, firewall opening verification method and storage medium
CA2457440C (en) System and method for the automatic installation and configuration of an operating system
US6269442B1 (en) Apparatus and method for on-line replacement of a running program code and data using checkpoints
CN100405297C (en) Updating method for preset value initial setting program of embedded system
CN110879712B (en) Cloud data center physical host installation method and related device
CN110673923B (en) XWIKI system configuration method, XWIKI system and computer equipment
CN110727440B (en) Software packaging method
CN106326088B (en) Method and device for realizing construction of test object and device for realizing service configuration test
US11144292B2 (en) Packaging support system and packaging support method
TW201709081A (en) Automatic image recovery method and server system
CN110147241A (en) Program configures update method, electronic device, computer equipment and storage medium
CN111367811A (en) Method and system for improving debugging efficiency of management webpage of BMC
CN106502713A (en) A kind of method for upgrading software and system
CN109460268B (en) Application parameter configuration method, device and system
CN112363731A (en) Application automation deployment method and device and computer readable storage medium
CN112860282A (en) Upgrading method and device of cluster plug-in and server
CN111124429A (en) Continuous delivery method and device
CN112882717B (en) Label name duplicate checking method and device, electronic equipment and storage medium
CN109947407B (en) Data acquisition method and device
CN111580888A (en) Method, device and equipment for batch creation of server RAID (redundant array of independent disks) and storage medium
CN116450165A (en) Method, system, terminal and storage medium for quickly building environment and deploying program
CN112448854B (en) Kubernetes complex network policy system and implementation method thereof
CN113254158B (en) Deployment method and device of deep learning system
CN114003250A (en) Software deployment method and device
CN113885893A (en) Configuration method, system, equipment and medium of software management tool

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
CB02 Change of applicant information

Address after: 250100 No. 2877 Kehang Road, Sun Village Town, Jinan High-tech District, Shandong Province

Applicant after: Chaoyue Technology Co.,Ltd.

Address before: 250100 No. 2877 Kehang Road, Sun Village Town, Jinan High-tech District, Shandong Province

Applicant before: SHANDONG CHAOYUE DATA CONTROL ELECTRONICS Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant