CN115981713A - Business system management method, device, equipment and storage medium - Google Patents

Business system management method, device, equipment and storage medium Download PDF

Info

Publication number
CN115981713A
CN115981713A CN202211625789.0A CN202211625789A CN115981713A CN 115981713 A CN115981713 A CN 115981713A CN 202211625789 A CN202211625789 A CN 202211625789A CN 115981713 A CN115981713 A CN 115981713A
Authority
CN
China
Prior art keywords
configuration
service system
system management
request
configuration information
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
CN202211625789.0A
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.)
Ping An Bank Co Ltd
Original Assignee
Ping An Bank 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 Ping An Bank Co Ltd filed Critical Ping An Bank Co Ltd
Priority to CN202211625789.0A priority Critical patent/CN115981713A/en
Publication of CN115981713A publication Critical patent/CN115981713A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

The application provides a business system management method, a device, equipment and a storage medium, and the method in the application comprises the following steps: responding to a service system management request, and acquiring an initial service system and a preset system management script corresponding to the service system management request; calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information; performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system; and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system. According to the technical scheme, the third-party service system can be configured and managed through the configuration system management script, and the operation and maintenance efficiency and the operation and maintenance visual degree are improved.

Description

Business system management method, device, equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for managing a service system.
Background
Currently, in the existing financial or other industries, there is an application scenario in which part of related services are processed through a third-party service system in an operation process, such as a financial market core transaction system that processes transaction services using a third-party service system, such as Murex, calypso, summit, wallstreet, and the like. However, the system has the technical defects that the source code is not opened, the configuration cannot be effectively observed, the consistency of the configuration of the test environment and the production environment is difficult to ensure, the configuration correctness can only be manually checked by logging in a third-party service system after the system is put into operation, the efficiency is low, and the operation risk is large.
Disclosure of Invention
The embodiment of the application provides a business system management method, a business system management device, business system management equipment and a storage medium, and aims to solve the technical problems of low business system configuration efficiency and poor visibility in the prior art.
In one aspect, an embodiment of the present application provides a service system management method, where the service system management method includes the following steps:
responding to a service system management request, and acquiring an initial service system and a preset system management script corresponding to the service system management request;
calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information;
performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system;
and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system.
In a possible implementation manner of the present application, the invoking the system management script to collect the system configuration information of the initial service system, and checking the system configuration information to obtain the differential configuration information includes:
driving the system management script to call a target environment interface of the initial service system to acquire system configuration information of the initial service system;
responding to a configuration checking request, and acquiring comparison configuration information carried by the configuration checking request;
and checking the system configuration information and the comparison configuration information in the configuration checking request to obtain difference configuration information.
In a possible implementation manner of the present application, the performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system includes:
responding to a system configuration request, and acquiring a system configuration rule carried by the system configuration request;
acquiring difference configuration information in the difference configuration information, and performing system configuration on the system configuration information according to the system configuration rule and the difference configuration information to obtain target configuration information;
and carrying out system configuration on the initial service system according to the target configuration information to obtain a target service system.
In a possible implementation manner of the present application, the responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system includes:
responding to a configuration updating request, and positioning a request source environment of the configuration updating request;
calling the system management script to export an update configuration file stored in the request source environment;
and importing the update configuration file into the target service system, and updating the target service system according to the update configuration file to obtain an updated target service system.
In a possible implementation manner of the present application, after the responding to the configuration change request and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system, the method further includes:
calling the system management script to acquire system change data of the target service system and storing the system change data into a preset configuration monitoring database;
and responding to the configuration monitoring request, and performing configuration checking processing on the system change data in the configuration monitoring database to obtain a configuration checking result.
In a possible implementation manner of the present application, the responding to the configuration monitoring request, and performing configuration and audit processing on the system change data in the configuration monitoring database to obtain a configuration and audit result includes:
responding to a configuration monitoring request, and acquiring configuration change time and reference change data in the configuration monitoring request;
accessing a configuration monitoring database, and acquiring target change data corresponding to the configuration change time in the configuration monitoring database;
and performing configuration and verification processing according to the target change data and the reference change data to obtain a configuration and verification result.
In a possible implementation manner of the present application, the performing configuration and audit processing according to the target change data and the reference change data to obtain a configuration and audit result includes:
acquiring an environment change parameter and an environment configuration parameter in the target change data, and a reference change parameter and a reference configuration parameter of the reference change data;
if the environment change parameter is not matched with the reference change parameter or the environment configuration parameter is not matched with the reference configuration parameter, determining that the configuration auditing result is an abnormal updating result;
and outputting the abnormal updating result and the alarm prompt information corresponding to the abnormal updating result.
In another aspect, the present application provides a service system management apparatus, including:
the data acquisition module is configured to respond to a service system management request and acquire an initial service system and a preset system management script corresponding to the service system management request;
the information checking module is configured to call the system management script to acquire system configuration information of the initial service system, and check the system configuration information according to preset comparison configuration information to obtain difference configuration information;
the system configuration module is configured to perform system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system;
and the system updating module is configured to respond to the configuration change request, update the target service system according to the update configuration file in the configuration change request, and obtain the updated target service system.
On the other hand, the present application further provides a service system management device, where the service system management device includes:
one or more processors;
a memory; and
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the processor to implement the steps of the business system management method.
In another aspect, the present application further provides a computer-readable storage medium, on which a computer program is stored, where the computer program is loaded by a processor to execute the steps in the business system management method.
In the application, an initial service system and a preset system management script corresponding to a service system management request are obtained by responding to the service system management request; calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information; performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system; and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system. The third-party service system is configured and managed through the configuration system management script, and the operation and maintenance efficiency and the operation and maintenance visual degree are improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings needed to be used in the description of the embodiments are 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.
Fig. 1 is a schematic view of a scenario of a service system management method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of an embodiment of a service system management method in an embodiment of the present application;
fig. 3 is a schematic flowchart of an embodiment of performing system monitoring on a target service system in a service system management method according to the embodiment of the present application;
fig. 4 is a schematic flowchart of an embodiment of performing configuration audit on a target service system in a service system management method according to the embodiment of the present application;
fig. 5 is a schematic structural diagram of an embodiment of a service system management device according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of an embodiment of a service system management device provided in the embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. 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.
In the description of the present invention, it is to be understood that the terms "center", "longitudinal", "lateral", "length", "width", "thickness", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", etc. indicate orientations or positional relationships based on those shown in the drawings, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be considered as limiting the present invention. Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, features defined as "first", "second", may explicitly or implicitly include one or more of the described features. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
In this application, the word "exemplary" is used to mean "serving as an example, instance, or illustration. Any embodiment described herein as "exemplary" is not necessarily to be construed as preferred or advantageous over other embodiments. The following description is presented to enable any person skilled in the art to make and use the invention. In the following description, details are set forth for the purpose of explanation. It will be apparent to one of ordinary skill in the art that the present invention may be practiced without these specific details. In other instances, well-known structures and processes are not shown in detail to avoid obscuring the description of the invention with unnecessary detail. Thus, the present invention is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features disclosed herein.
Currently, in the existing financial or other industries, there is an application scenario in which part of related services are processed through a third-party service system in an operation process, such as a financial market core transaction system that processes transaction services using a third-party service system, such as Murex, calypso, summit, wallstreet, and the like. However, the system has the technical defects that the source code is not opened, the configuration cannot be effectively observed, the consistency of the configuration of the test environment and the production environment is difficult to ensure, the configuration correctness can only be manually checked by logging in a third-party service system after the system is put into production, the efficiency is low, and the operation risk is large.
Based on this, the application provides a service system management method, device, equipment and computer readable storage medium, so as to solve the technical problems of low service system configuration efficiency and poor visibility in the prior art.
The business system management method in the embodiment of the invention is applied to a business system management device, the business system management device is arranged on business system management equipment, one or more processors, a memory and one or more application programs are arranged in the business system management equipment, wherein the one or more application programs are stored in the memory and are configured to be executed by the processor to implement the business system management method; the service system management device can be an intelligent terminal, such as a mobile phone, a tablet computer, a network device, an intelligent computer and the like; optionally, the service system management device may also be a server or a service cluster formed by multiple servers.
As shown in fig. 1, fig. 1 is a scene schematic diagram of a service system management method according to an embodiment of the present application, where a service system management scene includes a service system management device 100 (a service system management apparatus is integrated in the service system management device 100) and a target service terminal 200, and a computer-readable storage medium corresponding to the service system management method is run in the service system management device 100 to execute steps of the service system management method. The target service terminal 200 is a service terminal that is in communication connection with the service system management device 100 and manages a service system.
It should be understood that the service system management device in the service system management method scenario shown in fig. 1, or the device included in the service system management device, does not constitute a limitation to the embodiment of the present invention, that is, the number of devices and the type of devices included in the service system management device included in the service system management method scenario, or the number of devices and the type of devices included in each device do not affect the overall implementation of the technical solution in the embodiment of the present invention, and may be calculated as an equivalent replacement or a derivative of the technical solution claimed in the embodiment of the present invention.
The service system management device 100 in the embodiment of the present invention is mainly used for: responding to a service system management request, and acquiring an initial service system and a preset system management script corresponding to the service system management request;
calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information; performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system; and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system.
The service system management device 100 in the embodiment of the present invention may be an independent service system management device, such as an intelligent terminal, e.g., a mobile phone, a tablet computer, a network device, a server, and an intelligent computer, or may be a service system management network or a service system management cluster formed by multiple service system management devices.
Embodiments of the present application provide a method, an apparatus, a device, and a computer-readable storage medium for managing a service system, which are described in detail below.
Those skilled in the art can understand that the application environment shown in fig. 1 is only one of the application scenarios related to the present application, and does not constitute a limitation on the application scenario of the present application, and other application environments may further include more or less service system management devices than those shown in fig. 1, or a service system management network connection relationship, for example, only one service system management device is shown in fig. 1, and it can be understood that the scenario of the service system management method may further include one or more service system management devices, which is not limited herein; the business system management device 100 may further include a memory for storing system data and other data.
It should be noted that the scenario diagram of the service system management method shown in fig. 1 is only an example, and the scenario of the service system management method described in the embodiment of the present invention is for more clearly explaining the technical solution of the embodiment of the present invention, and does not limit the technical solution provided in the embodiment of the present invention.
Based on the above scenario of the service system management method, various embodiments of the service system management method disclosed by the present invention are provided.
As shown in fig. 2, fig. 2 is a schematic flow chart of an embodiment of a service system management method in the embodiment of the present application, where the service system management method includes the following steps 201 to 204:
201. responding to a service system management request, and acquiring an initial service system and a preset system management script corresponding to the service system management request;
the service system management method in this embodiment is applied to the service system management device, and the type and number of the service system management device are not specifically limited, that is, the service system management device may be one or more intelligent terminals or servers, and in a specific embodiment, the service system management device is an intelligent computer.
Specifically, the service system management device is configured to deploy a system management script on the target service device, collect system configuration information of the initial service system through the system management script, and perform management operations such as information checking and system configuration on the target service device according to the system configuration information.
Specifically, the service system management device receives a service system management request in an operation process, where the service system management request is an operation instruction for driving the service system management device to call a system management script to manage an initial service system of a third party. Optionally, the triggering manner of the service system management request is not specifically limited herein, that is, the service system management request may be actively triggered by a user, for example, the user is a system service person, and the service system management request is actively triggered by clicking a system management button of a service system management device or a target service terminal. In addition, the service system management request may also be automatically triggered by the service system management device, for example, the service system management device sets a timing management process in advance, and actively triggers the service system management request within a preset time period.
After receiving the service system management request, the service system management device analyzes the service system management request, acquires an initial service system pointed in the service system management request, deploys a system management script at a terminal corresponding to the initial service system, and manages the initial service system through the system management script. The initial service system is a third-party outsourcing service system without an open source code; the system management script is an integrated script for performing system management on the initial service system. In one embodiment, the system management scripts are UNIX scripts, PHP, and JAVA integration scripts.
202. Calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information;
after acquiring the initial service system and the system management script corresponding to the service system management request, the service system management device calls the system management script to acquire system configuration information of the initial service system, and checks the system configuration information of the initial service system according to preset comparison configuration information to obtain difference configuration information.
Specifically, after acquiring the initial service system, the service system management device also acquires a target environment interface of the initial service system, and drives the system management script to call the target environment interface of the initial service system to acquire system configuration information of the initial service system. Optionally, in other embodiments, the service system management device may further obtain system configuration information of the initial service system through a UNIX command line in the system management script; optionally, the service system management device may further query a target environment database table in the initial service system through the JDBC interface, so as to obtain system configuration information of the initial service system.
Specifically, the service system management device also responds to the configuration checking request in the operation process, analyzes the configuration checking request, and acquires the comparison configuration information carried in the configuration checking request. The configuration checking request is an operation instruction for driving the service system management equipment to check the initial service system. The comparison configuration information is reference configuration information corresponding to the initial service system.
After the business system management equipment acquires the comparison configuration information and the system configuration information, the business system management equipment checks the system configuration information and the comparison configuration information, and therefore the difference configuration information between the system configuration information and the comparison configuration information is located.
203. Performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system;
after the business system management equipment acquires the difference configuration information of the initial business system, the system configuration is carried out on the initial business system according to the difference configuration information and a preset system configuration rule, and therefore the target business system is obtained.
Specifically, after the service system management device obtains the difference configuration information, the service system management device displays the difference configuration information at a preset management front end of the service system management device or a preset management front end of a target service terminal, and receives a system configuration request.
The service system management device responds to the system configuration request and analyzes the system configuration request to obtain a system configuration rule carried in the system configuration request, and optionally, the system configuration rule is a preset rule for performing read-write or other modification operations on the initial service system.
After acquiring the system configuration rule and the difference configuration information, the service system management device performs system configuration on the system configuration information of the initial service system according to the system configuration rule and the difference configuration information so as to obtain target configuration information, and performs system configuration on the initial service system according to the target configuration information so as to obtain a target service system.
204. And responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system.
And after the service system management equipment configures the initial service system to obtain a target service system, the service system management equipment also responds to the configuration change request and updates the target service system according to the updated configuration file in the configuration change request to obtain an updated target service system.
Specifically, the service system management device responds to the configuration updating request, locates a request source environment of the configuration updating request, calls a system management script to an updating configuration file stored in the request source environment, introduces the updating configuration file into the template service system, and updates the template service system according to the updating configuration file to obtain an updated target service system. Alternatively, the request source environment may be a production environment or other business environment such as a test environment.
Optionally, the service system management device may further update the target service system through an interface command.
Optionally, the service system management device further drives a system management script to record system change data of the target service system.
In this embodiment, a service system management device obtains an initial service system and a preset system management script corresponding to a service system management request by responding to the service system management request; calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information; performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system; and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system. The third-party service system is configured and managed through the configuration system management script, and the operation and maintenance efficiency and the operation and maintenance visual degree are improved.
As shown in fig. 3, fig. 3 is a schematic flow chart of an embodiment of performing system monitoring on a target service system in a service system management method provided in the embodiment of the present application, specifically, including steps 301 to 303:
301. responding to a configuration monitoring request, and acquiring configuration change time and reference change data in the configuration monitoring request;
302. accessing a configuration monitoring database, and acquiring target change data corresponding to the configuration change time in the configuration monitoring database;
303. and performing configuration and verification processing according to the target change data and the reference change data to obtain a configuration and verification result.
Based on the foregoing embodiment, in this embodiment, the service system management device presets a configuration monitoring database managed by the target service system, where the configuration monitoring database is a monitoring database representing a historical change condition of the target service system.
Specifically, after the target service system is updated each time, the service system management device calls a system management script to acquire system change data of the target service system, and stores the system change data and the configuration change time in the configuration monitoring database for storage.
The business system management equipment also associates the configuration monitoring database with a historical information query interface preset at the front end, displays system change data of the target business system through the historical information query interface, receives a configuration monitoring request sent by a user, and performs configuration checking processing on the system change data in the configuration monitoring database so as to obtain a configuration checking result of the target business system.
Specifically, the service system management device responds to the configuration monitoring request, and parses the configuration monitoring request to obtain the configuration change time and the reference change data in the configuration monitoring request. And performing configuration verification on the target business system through the configuration change time and the reference change data.
Specifically, after obtaining the configuration change time and the reference change data in the configuration monitoring request, the service system management device accesses the configuration monitoring database, inputs the configuration change time into the configuration monitoring database, traverses the system change time corresponding to each system change data in the configuration monitoring database, and obtains the target change data of which the system change time is equal to the configuration change time.
Specifically, after the service system management device obtains the target change data, configuration verification is performed according to the target change data and the reference change data, so that a configuration verification result of the target service system is obtained.
Specifically, after obtaining the configuration and verification result of the target service system, the service system management device analyzes the configuration and verification result, and triggers an alarm prompt message when the configuration and verification result is an abnormal update result.
In this embodiment, the service system management device obtains the environmental change parameter and the environmental configuration parameter in the target change data, and the reference change parameter and the reference configuration parameter of the reference change data; if the environment change parameter is not matched with the reference change parameter or the environment configuration parameter is not matched with the reference configuration parameter, determining that the configuration auditing result is an abnormal updating result; and outputting the abnormal updating result and the alarm prompt information corresponding to the abnormal updating result. The system configuration can be checked without logging in a target service system, and the operation and maintenance efficiency is greatly improved.
As shown in fig. 4, fig. 4 is a schematic flowchart of an embodiment of performing configuration review on a target service system in a service system management method provided in the embodiment of the present application, specifically including steps 401 to 403:
401. acquiring an environment change parameter and an environment configuration parameter in the target change data, and a reference change parameter and a reference configuration parameter of the reference change data;
402. if the environment change parameter is not matched with the reference change parameter or the environment configuration parameter is not matched with the reference configuration parameter, determining that the configuration auditing result is an abnormal updating result;
403. and outputting the abnormal updating result and the alarm prompt information corresponding to the abnormal updating result.
Based on the foregoing embodiment, in this embodiment, after receiving the configuration monitoring request, the service system management device obtains the configuration change time and the reference change data in the configuration monitoring request, and performs configuration auditing on the target service system according to the configuration change time and the reference change data, to obtain a configuration auditing result.
Specifically, after acquiring target change data of the service system through configuration change time, the service system management device also acquires an environment change parameter and an environment configuration parameter in the target change data, where the environment change parameter is environment configuration change information representing the target service system, and the environment configuration parameter is environment configuration data of the target service system.
The service system management equipment also acquires the reference change parameters and the reference configuration parameters in the reference change data. Wherein, the reference change parameter is a preset environment change parameter of the target service system; the reference configuration parameter is preset environment configuration data of the target service system.
The service system management equipment compares the environment change parameters with the reference change parameters and compares the environment configuration parameters with the reference configuration parameters, so as to obtain a configuration auditing result updated by the target service system at the configuration change time.
Optionally, if the environment change parameter matches with the reference change parameter, and the environment configuration parameter matches with the reference configuration parameter, the service system management device determines that the configuration audit result of the target service system changed at the configuration change time is a normal update result. And the service system management equipment records the configuration auditing result into a preset configuration change log.
Optionally, if the environmental change parameter does not match the reference change parameter, and/or the environmental configuration parameter does not match the reference configuration parameter, the service system management device determines that the configuration audit result of the target service system changed at the configuration change time is an abnormal update result.
The service system management device outputs the abnormal update result after detecting the target change data with the abnormal update result, and outputs the alarm prompt information corresponding to the abnormal update result to the target service terminal, optionally, the alarm prompt information may be mail prompt, message prompt or other prompt modes.
And after outputting the normal updating result and outputting the alarm prompt information corresponding to the abnormal updating result to the target service terminal, the service system management equipment inputs the once updating result into preset configuration change data, receives a system rollback request sent by the target service terminal and rolls back the target change data corresponding to the abnormal updating result to the last system updating state.
In this embodiment, the service system management device obtains the environment change parameter and the environment configuration parameter in the target change data, and the reference change parameter and the reference configuration parameter of the reference change data; if the environment change parameter is not matched with the reference change parameter or the environment configuration parameter is not matched with the reference configuration parameter, determining that the configuration auditing result is an abnormal updating result; and outputting the abnormal updating result and the alarm prompt information corresponding to the abnormal updating result. The target service system of the third party is updated, detected and audited, and the operation and maintenance efficiency and the operation and maintenance visual degree are improved.
In order to better implement the service system management method in the embodiment of the present application, based on the service system management method, an embodiment of the present application further provides a service system management device, as shown in fig. 5, fig. 5 is a schematic structural diagram of the service system management device provided in the embodiment of the present application, and specifically, the service system management device 500 includes:
a data obtaining module 501, configured to respond to a service system management request, and obtain an initial service system and a preset system management script corresponding to the service system management request;
an information checking module 502, configured to invoke the system management script to collect the system configuration information of the initial service system, and check the system configuration information according to preset comparison configuration information to obtain difference configuration information;
a system configuration module 503, configured to perform system configuration on the initial service system according to the difference configuration information and a preset system configuration rule, so as to obtain a target service system;
and the system updating module 504 is configured to respond to the configuration change request, and update the target service system according to the update configuration file in the configuration change request to obtain an updated target service system.
In some embodiments of the present application, the acquiring, by a service system management device, system configuration information of the initial service system by calling the system management script, and checking the system configuration information to obtain difference configuration information includes:
driving the system management script to call a target environment interface of the initial service system to acquire system configuration information of the initial service system;
responding to a configuration checking request, and acquiring comparison configuration information carried by the configuration checking request;
and checking the system configuration information and the comparison configuration information in the configuration checking request to obtain difference configuration information.
In some embodiments of the present application, the service system management apparatus performs system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system, where the method includes:
responding to a system configuration request, and acquiring a system configuration rule carried by the system configuration request;
acquiring difference configuration information in the difference configuration information, and performing system configuration on the system configuration information according to the system configuration rule and the difference configuration information to obtain target configuration information;
and carrying out system configuration on the initial service system according to the target configuration information to obtain a target service system.
In some embodiments of the present application, the service system management apparatus, in response to the configuration change request, updates the target service system according to an update configuration file in the configuration change request to obtain an updated target service system, including:
responding to a configuration updating request, and positioning a request source environment of the configuration updating request;
calling the system management script to export an update configuration file stored in the request source environment;
and importing the update configuration file into the target service system, and updating the target service system according to the update configuration file to obtain an updated target service system.
In some embodiments of the present application, after the service system management apparatus responds to the configuration change request, and updates the target service system according to the update configuration file in the configuration change request, and obtains an updated target service system, the method further includes:
calling the system management script to acquire system change data of the target service system, and storing the system change data into a preset configuration monitoring database;
and responding to the configuration monitoring request, and performing configuration checking processing on the system change data in the configuration monitoring database to obtain a configuration checking result.
In some embodiments of the present application, the responding, by the service system management device, the configuration and monitoring request, and performing configuration and audit processing on the system change data in the configuration and monitoring database to obtain a configuration and audit result, including:
responding to a configuration monitoring request, and acquiring configuration change time and reference change data in the configuration monitoring request;
accessing a configuration monitoring database, and acquiring target change data corresponding to the configuration change time in the configuration monitoring database;
and performing configuration and verification processing according to the target change data and the reference change data to obtain a configuration and verification result.
In some embodiments of the present application, the performing, by the service system management device, configuration and audit processing according to the target change data and the reference change data to obtain a configuration and audit result includes:
acquiring an environment change parameter and an environment configuration parameter in the target change data, and a reference change parameter and a reference configuration parameter of the reference change data;
if the environment change parameter is not matched with the reference change parameter or the environment configuration parameter is not matched with the reference configuration parameter, determining that the configuration auditing result is an abnormal updating result;
and outputting the abnormal updating result and the alarm prompt information corresponding to the abnormal updating result.
In this embodiment, a service system management device obtains an initial service system and a preset system management script corresponding to a service system management request by responding to the service system management request; calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information; performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system; and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system. The third-party service system is configured and managed through the configuration system management script, and the operation and maintenance efficiency and the operation and maintenance visual degree are improved.
An embodiment of the present invention further provides a service system management device, as shown in fig. 6, fig. 6 is a schematic structural diagram of an embodiment of the service system management device provided in the embodiment of the present application.
The service system management device integrates any service system management device provided by the embodiment of the invention, and comprises:
one or more processors;
a memory; and
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the processor for performing the steps of the business system management method in any of the above business system management method embodiments.
Specifically, the method comprises the following steps: the business system management apparatus may include components such as a processor 601 of one or more processing cores, memory 602 of one or more computer-readable storage media, a power supply 603, and an input unit 604. Those skilled in the art will appreciate that the business system management device architecture shown in FIG. 6 does not constitute a limitation of business system management devices, and may include more or fewer components than shown, or some components may be combined, or a different arrangement of components. Wherein:
the processor 601 is a control center of the service system management device, connects various parts of the whole service system management device by using various interfaces and lines, and executes various functions and processing data of the service system management device by running or executing software programs and/or modules stored in the memory 602 and calling data stored in the memory 602, thereby performing overall monitoring on the service system management device. Optionally, processor 601 may include one or more processing cores; preferably, the processor 601 may integrate an application processor, which mainly handles operating systems, user interfaces, application programs, etc., and a modem processor, which mainly handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 601.
The memory 602 may be used to store software programs and modules, and the processor 601 executes various functional applications and data processing by operating the software programs and modules stored in the memory 602. The memory 602 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data created according to the use of the business system management apparatus, and the like. Further, the memory 602 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device. Accordingly, the memory 602 may also include a memory controller to provide the processor 601 with access to the memory 602.
The service system management device further comprises a power supply 603 for supplying power to each component, and preferably, the power supply 603 may be logically connected to the processor 601 through a power management system, so as to implement functions of managing charging, discharging, power consumption management, and the like through the power management system. The power supply 603 may also include any component of one or more dc or ac power sources, recharging systems, power failure detection circuitry, power converters or inverters, power status indicators, and the like.
The business system managing apparatus may further include an input unit 604, and the input unit 604 may be used to receive input numeric or character information and generate a keyboard, mouse, joystick, optical or trackball signal input related to user setting and function control.
Although not shown, the service system management device may further include a display unit and the like, which are not described herein. Specifically, in this embodiment, the processor 601 in the service system management device loads the executable file corresponding to the process of one or more application programs into the memory 602 according to the following instructions, and the processor 601 runs the application program stored in the memory 602, thereby implementing various functions as follows:
responding to a service system management request, and acquiring an initial service system and a preset system management script corresponding to the service system management request;
calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information;
performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system;
and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system.
To this end, an embodiment of the present invention provides a computer-readable storage medium, which may include: read Only Memory (ROM), random Access Memory (RAM), magnetic or optical disks, and the like. The system comprises a service system management module, a service system management module and a service system management module, wherein the service system management module is used for managing a service system and a service system management module, and the service system management module is used for managing the service system and the service system management module. For example, the computer program may be loaded by a processor to perform the steps of:
responding to a service system management request, and acquiring an initial service system and a preset system management script corresponding to the service system management request;
calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information;
performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system;
and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and parts that are not described in detail in a certain embodiment may refer to the above detailed descriptions of other embodiments, and are not described herein again.
In specific implementation, each unit or structure may be implemented as an independent entity, or may be combined arbitrarily to be implemented as the same entity or several entities, and specific implementation of each unit or structure may refer to the foregoing method embodiment, which is not described herein again.
The above operations can be implemented in the foregoing embodiments, and are not described in detail herein.
The service system management method provided in the embodiment of the present application is described in detail above, and the principle and the implementation manner of the present invention are explained by applying the specific embodiment in this document, and the description of the embodiment is only used to help understanding the method of the present invention and the core idea thereof; meanwhile, for those skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A business system management method is characterized in that the business system management method comprises the following steps:
responding to a service system management request, and acquiring an initial service system and a preset system management script corresponding to the service system management request;
calling the system management script to acquire system configuration information of the initial service system, and checking the system configuration information according to preset comparison configuration information to obtain difference configuration information;
performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system;
and responding to the configuration change request, and updating the target service system according to the update configuration file in the configuration change request to obtain an updated target service system.
2. The service system management method according to claim 1, wherein the invoking the system management script collects system configuration information of the initial service system, and checking the system configuration information to obtain differential configuration information includes:
driving the system management script to call a target environment interface of the initial service system to acquire system configuration information of the initial service system;
responding to a configuration checking request, and acquiring comparison configuration information carried by the configuration checking request;
and checking the system configuration information and the comparison configuration information in the configuration checking request to obtain difference configuration information.
3. The method for service system management according to claim 2, wherein said performing system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system comprises:
responding to a system configuration request, and acquiring a system configuration rule carried by the system configuration request;
acquiring difference configuration information in the difference configuration information, and performing system configuration on the system configuration information according to the system configuration rule and the difference configuration information to obtain target configuration information;
and carrying out system configuration on the initial service system according to the target configuration information to obtain a target service system.
4. The business system management method of claim 1, wherein the responding to the configuration change request, updating the target business system according to the update configuration file in the configuration change request, and obtaining an updated target business system, comprises:
responding to a configuration updating request, and positioning a request source environment of the configuration updating request;
calling the system management script to export an update configuration file stored in the request source environment;
and importing the update configuration file into the target service system, and updating the target service system according to the update configuration file to obtain an updated target service system.
5. The business system management method of claim 1, wherein said responding to the configuration change request, updating the target business system according to the update configuration file in the configuration change request, and after obtaining the updated target business system, further comprising:
calling the system management script to acquire system change data of the target service system and storing the system change data into a preset configuration monitoring database;
and responding to the configuration monitoring request, and performing configuration checking processing on the system change data in the configuration monitoring database to obtain a configuration checking result.
6. The business system management method of claim 5, wherein the responding to the configuration monitoring request, performing configuration auditing processing on the system change data in the configuration monitoring database to obtain a configuration auditing result, comprises:
responding to a configuration monitoring request, and acquiring configuration change time and reference change data in the configuration monitoring request;
accessing a configuration monitoring database, and acquiring target change data corresponding to the configuration change time in the configuration monitoring database;
and performing configuration and verification processing according to the target change data and the reference change data to obtain a configuration and verification result.
7. The business system management method of claim 6, wherein the performing configuration audit processing according to the target change data and the reference change data to obtain a configuration audit result comprises:
acquiring an environment change parameter and an environment configuration parameter in the target change data, and a reference change parameter and a reference configuration parameter of the reference change data;
if the environment change parameter is not matched with the reference change parameter or the environment configuration parameter is not matched with the reference configuration parameter, determining that the configuration auditing result is an abnormal updating result;
and outputting the abnormal updating result and the alarm prompt information corresponding to the abnormal updating result.
8. A business system management apparatus, characterized in that the business system management apparatus comprises:
the data acquisition module is configured to respond to a service system management request and acquire an initial service system and a preset system management script corresponding to the service system management request;
the information checking module is configured to call the system management script to acquire system configuration information of the initial service system, and check the system configuration information according to preset comparison configuration information to obtain difference configuration information;
the system configuration module is configured to perform system configuration on the initial service system according to the difference configuration information and a preset system configuration rule to obtain a target service system;
and the system updating module is configured to respond to the configuration change request, update the target service system according to the update configuration file in the configuration change request, and obtain the updated target service system.
9. A business system management apparatus, characterized in that the business system management apparatus comprises:
one or more processors;
a memory; and
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the processor to implement the steps of the business system management method of any of claims 1 to 7.
10. A computer-readable storage medium, having stored thereon a computer program which is loadable by a processor to perform the steps of the business system management method of any of claims 1 to 7.
CN202211625789.0A 2022-12-14 2022-12-14 Business system management method, device, equipment and storage medium Pending CN115981713A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211625789.0A CN115981713A (en) 2022-12-14 2022-12-14 Business system management method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211625789.0A CN115981713A (en) 2022-12-14 2022-12-14 Business system management method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115981713A true CN115981713A (en) 2023-04-18

Family

ID=85967359

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211625789.0A Pending CN115981713A (en) 2022-12-14 2022-12-14 Business system management method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115981713A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118132450A (en) * 2024-05-07 2024-06-04 湖南中车时代通信信号有限公司 Management method and system for Windows integrated test environment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118132450A (en) * 2024-05-07 2024-06-04 湖南中车时代通信信号有限公司 Management method and system for Windows integrated test environment

Similar Documents

Publication Publication Date Title
CN109815111A (en) Gray scale test method, device, computer equipment and storage medium
CN110995511A (en) Cloud computing operation and maintenance management method and device based on micro-service architecture and terminal equipment
CN110063042B (en) Database fault response method and terminal thereof
CN110088744A (en) A kind of database maintenance method and its system
CN110674034A (en) Health examination method and device, electronic equipment and storage medium
CN111625418A (en) Process monitoring method and device
CN115981713A (en) Business system management method, device, equipment and storage medium
CN114328132A (en) Method, device, equipment and medium for monitoring state of external data source
CN107679423A (en) Partition integrity inspection method and device
CN109345249B (en) Payment failure processing method and device
CN109800124A (en) CPU usage monitoring method, device, electronic equipment and storage medium
CN115190044B (en) Device connection state checking method, device and storage medium
EP3639138B1 (en) Action undo service based on cloud platform
CN114928603A (en) Client software upgrading method and device, electronic equipment and medium
CN115496567A (en) Delivery filing method, device, equipment and storage medium
CN115643163A (en) Fault equipment positioning method, device, equipment and storage medium
CN115578096A (en) Block chain parallel transaction method, device, equipment and storage medium
CN112099879B (en) Configuration information management method and device, computer equipment and storage medium
CN107783852B (en) Dump file generation method and terminal
CN112835906A (en) Block chain-based data management method, device, system, equipment and medium
CN114257612B (en) Data processing method
CN117055977B (en) Method and device for linking data between code-free applications
CN111897643B (en) Thread pool configuration system, method, device and storage medium
CN116089226A (en) Information alarm method, device, computer equipment and storage medium
CN116501585A (en) Log processing method, electronic equipment and log processing system

Legal Events

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