CN111708549A - Full life cycle operation and maintenance management platform implementation method - Google Patents

Full life cycle operation and maintenance management platform implementation method Download PDF

Info

Publication number
CN111708549A
CN111708549A CN202010562959.XA CN202010562959A CN111708549A CN 111708549 A CN111708549 A CN 111708549A CN 202010562959 A CN202010562959 A CN 202010562959A CN 111708549 A CN111708549 A CN 111708549A
Authority
CN
China
Prior art keywords
deployment
management platform
maintenance management
full
configuration
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010562959.XA
Other languages
Chinese (zh)
Inventor
周睿
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Cloud Information Technology Co Ltd
Original Assignee
Inspur Cloud Information 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 Inspur Cloud Information Technology Co Ltd filed Critical Inspur Cloud Information Technology Co Ltd
Priority to CN202010562959.XA priority Critical patent/CN111708549A/en
Publication of CN111708549A publication Critical patent/CN111708549A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/142Reconfiguring to eliminate the error
    • G06F11/143Reconfiguring to eliminate the error with loss of software functionality
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3051Monitoring arrangements for monitoring the configuration of the computing system or of the computing system component, e.g. monitoring the presence of processing resources, peripherals, I/O links, software programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3065Monitoring arrangements determined by the means or processing involved in reporting the monitored data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/62Uninstallation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method for realizing an operation and maintenance management platform in a full life cycle, which belongs to the technical field of cloud service and completes parameter configuration in a page mode, and the method comprises the following steps: remotely pulling the deployment script and displaying the deployment script by a browser; further performing local browser operation and deployment files including configuration parameter modification and configuration parameter combination; and calling the API of the component to realize automatic deployment and automatic submission of the configuration file. The method can solve the complex deployment bottleneck of multiple regions, effectively reduces the pressure of deployment operation and maintenance personnel, facilitates later operation and maintenance and upgrading, realizes the automatic deployment of the application program by the automatic deployment management and control platform, can realize the automatic deployment only by modifying the configuration during the deployment, shortens the deployment time, and improves the deployment efficiency.

Description

Full life cycle operation and maintenance management platform implementation method
Technical Field
The invention relates to the technical field of cloud services, in particular to a full-life-cycle operation and maintenance management platform implementation method.
Background
At present, in the face of the development trend of larger scale and larger range, and the more and more complex application programs and more module integration, the deployment and the release often include a plurality of components, so that the deployment difficulty is increased, and the deployment becomes very challenging.
Disclosure of Invention
The technical task of the invention is to provide the implementation method of the operation and maintenance management platform with the full life cycle aiming at the defects, which can solve the complex deployment bottleneck of multiple regions, effectively reduce the pressure of operation and maintenance personnel deployment and facilitate later operation, maintenance and upgrading.
The technical scheme adopted by the invention for solving the technical problems is as follows:
the implementation method of the operation and maintenance management platform of the full life cycle completes parameter configuration page, and comprises the following steps:
remotely pulling the deployment script and displaying the deployment script by a browser;
further performing local browser operation and deployment files including configuration parameter modification and configuration parameter combination;
and calling the API of the component to realize automatic deployment and automatic submission of the configuration file.
The method develops online file editing through an operation and maintenance management platform, completes parameter configuration in a page mode, compares configuration parameters, automatically configures fixed parameters, selects and combines the configuration parameters, automatically stores the configuration parameters, pushes the configuration parameters to a remote warehouse in a one-key mode and the like, can be completed in the page mode, is simpler and more convenient to operate and more complete in function compared with the prior method of editing the configuration files by using a text editing tool in a manual mode, can effectively reduce the working pressure of deployment workers, and can effectively reduce the error probability.
Deployment scripts are managed in a unified mode, differences among all environments are distinguished through parameter differences, deployment abnormity or failure caused by personnel errors in deployment in different environments is greatly reduced, deployment time is shortened, and deployment efficiency is improved.
Preferably, the deployment script is remotely pulled and displayed in a manner of using clone to local.
Git is an open-source distributed version control system that can handle very small to very large project version management efficiently and at high speed. Considering that it is difficult to modify the contrast file directly on Git, and API provided by Git official cannot be implemented and fixed with UI interface, and cannot satisfy complex business logic, we use clone to display locally.
Specifically, eclipse is used for providing a jgit jar package for operation in the cloning process. By means of the tool kit, Git can be operated in an interface mode, the prior manual cloning mode is changed, an automatic cloning mode is used, and the operation speed can be greatly improved.
Furthermore, the timestamps are used for distinguishing the simultaneous operation of the single users, so that the accuracy and the isolation of the simultaneous operation are ensured.
Preferably, the configuration parameters are modified to modify the page, and content comparison is provided at the front end to display the modified file. The page modification replaces the modification of the prior text editor, so that the method is more intuitive; and the content comparison public is provided at the front end, which files are modified can be clearly displayed, and the accuracy of the parameters is greatly improved.
Preferably, the configuration parameters are merged, global file replacement is used, files which are desired to be merged are merged through one-key merging, and the files are analyzed in the merging process.
For the application upgrading situation, configuration parameters are usually unchanged, and it is very troublesome if each parameter needs to be manually covered by a deployment personnel, and for this purpose, a parameter merging function is set for the platform, and files desired to be subjected to file merging are merged through one-key merging. The current online popular method for operating the file mostly changes the file style to a greater or lesser extent, and the method uses a global file replacement method, so that the style of the file is saved to the maximum extent, and the level of deployment automation is also improved.
Preferably, the method also comprises alarm monitoring, real-time transmission of the health condition of the virtual machine through plug-in connection and completion of monitoring of the running state of the program.
Further, for alarm processing, predefining corresponding operation and maintenance operation according to alarm triggering conditions, and automatically scheduling the operation and maintenance operation to eliminate the alarm. For example, if the file system space is full, the operation of clearing the log can be preset, the workload of alarm processing is reduced, the timeliness of alarm processing is greatly improved, and the risk that the system fault affects the service is reduced.
The invention also claims a device for realizing the operation and maintenance management platform of the full life cycle, which comprises: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is used for calling the machine readable program and executing the method.
The invention also claims a computer readable medium having stored thereon computer instructions which, when executed by a processor, cause the processor to perform the above-described method.
Compared with the prior art, the implementation method of the full-life-cycle operation and maintenance management platform has the following beneficial effects:
the method automatically deploys the management and control platform to realize the automatic deployment of the application program, and the automatic deployment can be realized only by modifying the configuration during the deployment; deployment scripts are managed in a unified mode, differences among the environments are distinguished through parameter differences, abnormal deployment or failure caused by personnel errors in deployment in different environments is greatly reduced, deployment time is shortened, and deployment efficiency is improved;
all operations such as software distribution package, configuration change, uninstallation or rollback and the like are traceable, and a deployment log and deployment steps are traceable;
and predefining corresponding operation and maintenance operation according to the alarm triggering condition, and automatically scheduling the operation and maintenance operation to eliminate the alarm, thereby reducing the workload of alarm processing, greatly improving the timeliness of alarm processing and reducing the risk of system faults affecting services.
Drawings
Fig. 1 is an overall architecture diagram of a full lifecycle operation and maintenance management platform implementation method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a full lifecycle operation and maintenance management platform module according to an embodiment of the present invention;
FIG. 3 is a reference diagram of a deployment script remote pull, browser presentation provided by an embodiment of the present invention;
fig. 4 is a reference diagram of a deployment file for local browser operations according to an embodiment of the present invention.
Detailed Description
The invention is further described with reference to the following figures and specific examples.
The embodiment of the invention provides a method for realizing an operation and maintenance management platform in a full life cycle, which can be realized by the following steps:
the implementation method of the operation and maintenance management platform of the full life cycle completes parameter configuration page, and comprises the following steps:
remotely pulling the deployment script and displaying the deployment script by a browser;
further performing local browser operation and deployment files including configuration parameter modification and configuration parameter combination;
and calling the API of the component to realize automatic deployment and automatic submission of the configuration file.
The former manual deployment is time-consuming and labor-consuming, the probability of making mistakes is often very big, it can be said that it is unavoidable, and face the constantly improvement of deployment requirement, the short-time rapid deployment also is the ability that must be possessed by an enterprise, become the ability that the modernization of enterprise must be possessed, often present deployment all is the distributing type, the distribution form of multizone, the computer lab spreads all over the country, data center also spreads all over the country, this makes their dependence care, become more complicated than before, it is more complicated to track, the maintenance of deployment script, become more difficult to maintain, increase staff can not effectual solution problem, even probably bring opposite effect, increase the maintenance cost.
The control-personal operation and maintenance management platform is a management platform integrating multifunctional modules such as configuration management, operation and maintenance analysis, automation operation and maintenance, a cloud pipe platform and the like; the system and the method realize important functions of network management equipment performance and alarm management, flow processing of operation and maintenance events, application efficiency and fault statistical analysis, all-round management of configuration information, automation of operation and maintenance and the like. Among them, the automation deployment is the key point of this control platform. The deployment management and control platform can realize automatic deployment of the application program, and the automatic deployment can be realized only by modifying and modifying the configuration during deployment.
The operation and maintenance management platform is deployed and mainly comprises:
1. and remotely pulling the deployment script and displaying the deployment script by a browser.
Considering that it is difficult to modify the comparison file directly on Git, and api provided by Git officially cannot be fixed with UI interface and cannot satisfy complex business logic, the presentation is performed by using clone to local.
The eclipse provides a jgit jar package for operation in the cloning process, and by means of the tool package, Git can be operated in an interface mode, so that the prior manual cloning and automatic cloning modes are changed, the operation speed can be greatly improved, the timestamps are used for distinguishing the simultaneous operation of single users, and the accuracy and the isolation of the simultaneous operation are ensured.
2. The local browser operates the deployment file.
File-local file editing includes configuration parameter modification and configuration parameter merging,
the configuration parameter modification is page modification and replaces the modification of the prior text editor, so that the method is more intuitive, the content comparison public is provided at the front end, the files can be clearly displayed to be modified, and the accuracy of the parameters is greatly improved;
the configuration parameters are merged, for the application upgrading situation, the configuration parameters are usually unchanged, if each parameter of deployment personnel needs to be manually covered, the deployment personnel is very troublesome, a parameter merging function is provided for the platform, files which are expected to be merged are merged through one-key merging, file analysis is a bright point of the function in the merging process, the current online popular method is used for operating the files, the style of a file is changed more or less, the method uses a global file replacement method, the style of the file is saved to the maximum extent, and the current method also improves the level of deployment automation.
3. And the background jgit jar api performs a series of operations and submits the operations to a Git remote warehouse for jenkins to fetch and execute a production line.
In view of the defects that the operation is manually operated and the comparison of configuration parameters is troublesome due to the defects of a text editing tool in the past, the control platform develops online file editing, the comparison of the configuration parameters, the automatic configuration of fixed parameters, the selection and combination of the configuration parameters, the automatic storage of the configuration parameters and the pushing of one key to a remote warehouse, and the steps can be completed on a page, so that the manual mode in the past is simple and convenient, the functions are more perfect, the working pressure of deployment personnel can be effectively relieved, meanwhile, the error probability is effectively reduced, and the comprehensive error condition is not more than 10%.
This platform still provides the following function simultaneously:
and (4) alarm monitoring: the health condition of the virtual machine and the monitoring of the self running condition of the program are transmitted in real time through plug-in connection;
upgrading deployment and returning: the system supports both upgrade and version rollback of applications, as well as partial upgrade of applications.
The deployment scripts are managed in a unified mode, differences among the environments are distinguished through parameter differences, abnormal deployment or failure caused by personnel errors in deployment in different environments is greatly reduced, deployment time is shortened, and deployment efficiency and quality are improved;
the method analyzes and positions problems, all operations such as software distribution package, configuration change, unloading or rollback and the like are traceable, and a deployment log and deployment steps are traceable;
the alarm processing of the method predefines corresponding operation and maintenance operation according to the alarm triggering condition, automatically schedules the operation and maintenance operation to eliminate the alarm, such as: if the space of the file system is full, the operation of clearing the log can be preset, the workload of alarm processing is reduced, the timeliness of alarm processing is greatly improved, and the risk that system faults affect the service is reduced.
The embodiment of the invention also provides a device for realizing the operation and maintenance management platform of the full life cycle, which comprises the following steps: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor is configured to invoke the machine-readable program to execute the full-life-cycle operation and maintenance management platform implementation method in the foregoing embodiment of the present invention.
An embodiment of the present invention further provides a computer-readable medium, where a computer instruction is stored on the computer-readable medium, and when the computer instruction is executed by a processor, the processor is enabled to execute the implementation method of the full life cycle operation and maintenance management platform in the foregoing embodiment of the present invention. Specifically, a system or an apparatus equipped with a storage medium on which software program codes that realize the functions of any of the above-described embodiments are stored may be provided, and a computer (or a CPU or MPU) of the system or the apparatus is caused to read out and execute the program codes stored in the storage medium.
In this case, the program code itself read from the storage medium can realize the functions of any of the above-described embodiments, and thus the program code and the storage medium storing the program code constitute a part of the present invention.
Examples of the storage medium for supplying the program code include a floppy disk, a hard disk, a magneto-optical disk, an optical disk (e.g., CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-RAM, DVD-RW, DVD + RW), a magnetic tape, a nonvolatile memory card, and a ROM. Alternatively, the program code may be downloaded from a server computer via a communications network.
Further, it should be clear that the functions of any one of the above-described embodiments may be implemented not only by executing the program code read out by the computer, but also by causing an operating system or the like operating on the computer to perform a part or all of the actual operations based on instructions of the program code.
Further, it is to be understood that the program code read out from the storage medium is written to a memory provided in an expansion board inserted into the computer or to a memory provided in an expansion unit connected to the computer, and then causes a CPU or the like mounted on the expansion board or the expansion unit to perform part or all of the actual operations based on instructions of the program code, thereby realizing the functions of any of the above-described embodiments.
While the invention has been shown and described in detail in the drawings and in the preferred embodiments, it is not intended to limit the invention to the embodiments disclosed, and it will be apparent to those skilled in the art that various combinations of the code auditing means in the various embodiments described above may be used to obtain further embodiments of the invention, which are also within the scope of the invention.

Claims (10)

1. The implementation method of the operation and maintenance management platform of the full life cycle is characterized in that the parameter configuration is completed in a page mode, and the implementation of the method comprises the following steps:
remotely pulling the deployment script and displaying the deployment script by a browser;
further performing local browser operation and deployment files including configuration parameter modification and configuration parameter combination;
and calling the API of the component to realize automatic deployment and automatic submission of the configuration file.
2. The full-lifecycle operation and maintenance management platform implementation method according to claim 1, wherein the deployment script is remotely pulled to use a clone to display in a local manner.
3. The full-lifecycle operation and maintenance management platform implementation method according to claim 2, wherein an eclipse is used to provide a jgit jar package for operation during cloning.
4. The full lifecycle operation and maintenance management platform implementation method according to claim 1 or 2, wherein the time stamps are used for distinguishing simultaneous operations of single users.
5. The full lifecycle operation and maintenance management platform implementation method according to claim 1, wherein the configuration parameters are modified to a page modification, and content comparison is provided at the front end to display the modified file.
6. The full-lifecycle operation and maintenance management platform implementation method according to claim 1 or 5, wherein the configuration parameters are merged, global file replacement is used, files desired to be merged are merged through one-key merging, and the files are parsed in the merging process.
7. The method as claimed in claim 1, further comprising monitoring an alarm, transmitting the health status of the virtual machine in real time through the plug-in connection, and completing the monitoring of the running status of the program itself.
8. The full-lifecycle operation management platform implementation method according to claim 7, wherein for alarm processing, the corresponding operation is predefined according to an alarm trigger condition, and the operation is automatically scheduled to eliminate the alarm.
9. Full life cycle's operation and maintenance management platform realization device, its characterized in that includes: at least one memory and at least one processor;
the at least one memory to store a machine readable program;
the at least one processor, configured to invoke the machine readable program to perform the method of any of claims 1 to 8.
10. Computer readable medium, characterized in that it has stored thereon computer instructions which, when executed by a processor, cause the processor to carry out the method of any one of claims 1 to 8.
CN202010562959.XA 2020-06-19 2020-06-19 Full life cycle operation and maintenance management platform implementation method Pending CN111708549A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010562959.XA CN111708549A (en) 2020-06-19 2020-06-19 Full life cycle operation and maintenance management platform implementation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010562959.XA CN111708549A (en) 2020-06-19 2020-06-19 Full life cycle operation and maintenance management platform implementation method

Publications (1)

Publication Number Publication Date
CN111708549A true CN111708549A (en) 2020-09-25

Family

ID=72542280

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010562959.XA Pending CN111708549A (en) 2020-06-19 2020-06-19 Full life cycle operation and maintenance management platform implementation method

Country Status (1)

Country Link
CN (1) CN111708549A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108073400A (en) * 2017-12-07 2018-05-25 湖北三新文化传媒有限公司 Software automation construction method, server and storage medium
CN109165024A (en) * 2018-07-26 2019-01-08 天讯瑞达通信技术有限公司 A kind of method of operation platform automatic deployment and monitoring server system
CN109522029A (en) * 2018-11-22 2019-03-26 山东浪潮云信息技术有限公司 A kind of method and device for disposing cloud platform technology component
CN109960513A (en) * 2019-02-15 2019-07-02 视联动力信息技术股份有限公司 A kind of project dispositions method and view networked system
CN111026411A (en) * 2019-11-22 2020-04-17 武汉达梦数据技术有限公司 Software remote deployment management method and management machine

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108073400A (en) * 2017-12-07 2018-05-25 湖北三新文化传媒有限公司 Software automation construction method, server and storage medium
CN109165024A (en) * 2018-07-26 2019-01-08 天讯瑞达通信技术有限公司 A kind of method of operation platform automatic deployment and monitoring server system
CN109522029A (en) * 2018-11-22 2019-03-26 山东浪潮云信息技术有限公司 A kind of method and device for disposing cloud platform technology component
CN109960513A (en) * 2019-02-15 2019-07-02 视联动力信息技术股份有限公司 A kind of project dispositions method and view networked system
CN111026411A (en) * 2019-11-22 2020-04-17 武汉达梦数据技术有限公司 Software remote deployment management method and management machine

Similar Documents

Publication Publication Date Title
CN110764753B (en) Business logic code generation method, device, equipment and storage medium
CN107291565B (en) Operation and maintenance visual automatic operation platform and implementation method
CN110633209B (en) Automatic testing method and system for vehicle-mounted android multimedia navigator
CN111399856A (en) File configuration editing method and system in service deployment
CN109582301A (en) Method for processing business, device, equipment and the medium of task based access control scheduling system
AU2012202261A1 (en) Test data supply chain manager for an integrated testing platform
US20130067281A1 (en) Testing system and method for handheld electronic device
CN104021080A (en) Automatic testing system based on custom scripts
US20150106153A1 (en) Workflow compilation
CN112216082A (en) Remote electric energy terminal operation and maintenance management system based on Internet of things communication protocol
CN111208995A (en) Method, system, device and storage medium for automatically generating IBM host job
CN112199355A (en) Data migration method and device, electronic equipment and storage medium
CN111914401A (en) Power communication network maintenance drilling method and system based on fault simulation
CN111667250A (en) Cloud-based management method and system for automatic test execution machine
CN104657248A (en) Java thread stack analysis method and system
CN111708549A (en) Full life cycle operation and maintenance management platform implementation method
CN111464350B (en) Method and system for managing heterogeneous brand network equipment
CN108287720A (en) software compilation method, device, equipment and storage medium
CN110780854B (en) APP automatic integrated platform system and method based on IOS system
CN111767205A (en) Online detection method and system supporting task splitting
CN112989781B (en) Form data automatic execution method, device, electronic equipment and storage medium
CN115114147A (en) Test system based on structured description language
US20070159643A1 (en) Automated analysis tasks of complex computer system
CN114237634A (en) Application release risk identification method, device, equipment, medium and program product
CN111858302A (en) Method and device for testing small program, electronic equipment and storage medium

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