CN113296810A - System management method, related device and storage medium - Google Patents

System management method, related device and storage medium Download PDF

Info

Publication number
CN113296810A
CN113296810A CN202110604828.8A CN202110604828A CN113296810A CN 113296810 A CN113296810 A CN 113296810A CN 202110604828 A CN202110604828 A CN 202110604828A CN 113296810 A CN113296810 A CN 113296810A
Authority
CN
China
Prior art keywords
processing result
target
processing
upgraded
unit
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
CN202110604828.8A
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.)
China Travelsky Technology Co Ltd
China Travelsky Holding Co
Original Assignee
China Travelsky Holding Co
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 China Travelsky Holding Co filed Critical China Travelsky Holding Co
Priority to CN202110604828.8A priority Critical patent/CN113296810A/en
Publication of CN113296810A publication Critical patent/CN113296810A/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/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the application discloses a system management method, a related device and a storage medium. The method in the embodiment of the application comprises the following steps: synchronizing the service data of the system to be upgraded into the target system, and after receiving the target service request, respectively processing the target service request by adopting the system to be upgraded and the target system to obtain a corresponding first processing result and a corresponding second processing result. And outputting the first processing result obtained by processing the system to be upgraded. And comparing the first processing result with the second processing result to obtain a comparison result. If the comparison result indicates that the first processing result is the same as the second processing result, and the processing logic of the target system is proved to be correct, the target system is adopted to process other service requests after the target service request, a third processing result is obtained and is used as output, and the stability of the target system in processing the service request is improved.

Description

System management method, related device and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method for system management, a related apparatus, and a storage medium.
Background
An airline reservation system (ICS) is a large-scale host system that provides airline passenger reservation services to the airlines, and is a member of china civil aviation information network corporation. The ICS system is a centralized system serving multiple airlines, and comprises information such as flight shift, seat control, freight rate and revenue management, aviation alliance, sales control parameters and a complete set of booking function engine.
Due to business needs, system reconfiguration, upgrading and migration of an ICS system are often required. For an ICS system, the software scale is large, the service complexity is high, and the logic verification is difficult. Therefore, how to realize the smooth upgrade migration of the ICS system is a difficult problem which needs to be solved urgently.
Disclosure of Invention
In view of this, the present application provides a method for system management, which is used to improve the stability of a target system in processing a service request.
In a first aspect, an embodiment of the present application provides a method for system management, including:
determining a system to be upgraded and a target system, wherein the same service data exists in the system to be upgraded and the target system;
acquiring a target service request;
processing the target service request by adopting the system to be upgraded to obtain a first processing result;
outputting the first processing result;
processing the target service request by adopting the target system to obtain a second processing result;
comparing the first processing result with the second processing result to obtain a comparison result;
if the comparison result indicates that the first processing result is the same as the second processing result, processing other service requests after the target service request by using the target system to obtain a third processing result;
and outputting the third processing result.
In a second aspect, an embodiment of the present application provides a system management apparatus, including:
the system comprises a determining unit and a judging unit, wherein the determining unit is used for determining a system to be upgraded and a target system, and the system to be upgraded and the target system have the same service data;
an obtaining unit, configured to obtain a target service request;
the processing unit is used for processing the target service request by adopting the system to be upgraded to obtain a first processing result;
an output unit configured to output the first processing result;
the processing unit is further configured to process the target service request by using the target system to obtain a second processing result;
the comparison unit is used for comparing the first processing result with the second processing result to obtain a comparison result;
the processing unit is further configured to process, by using the target system, other service requests subsequent to the target service request to obtain a third processing result when the comparison result indicates that the first processing result is the same as the second processing result;
the output unit is further configured to output the third processing result.
Another aspect of the present application provides a computer device, comprising: a memory, a processor, and a bus system; the memory is used for storing program codes; the processor is configured to perform the method of system management according to any of the above aspects according to instructions in the program code.
Another aspect of the present application provides a computer-readable storage medium having stored therein instructions, which when executed on a computer, cause the computer to perform the method of system management according to any one of the above aspects.
According to another aspect of the application, a computer program product or computer program is provided, comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to perform the method for system management according to any one of the above aspects.
According to the technical scheme, the embodiment of the application has the following advantages: synchronizing the service data of the system to be upgraded into the target system, and after receiving the target service request, respectively processing the target service request by adopting the system to be upgraded and the target system to obtain a corresponding first processing result and a corresponding second processing result. And outputting the first processing result obtained by processing the system to be upgraded. And comparing the first processing result with the second processing result to obtain a comparison result. If the comparison result indicates that the first processing result is the same as the second processing result, and the processing logic of the target system is proved to be correct, the target system is adopted to process other service requests after the target service request, a third processing result is obtained and is used as output, and the stability of the target system in processing the service request is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic diagram of one embodiment of a method for system management in the present application;
FIG. 2 is a schematic diagram of a system management apparatus according to the present application;
fig. 3 is a schematic structural diagram of a computing device in the present application.
Detailed Description
The embodiment of the application provides a system management method, which is used for improving the stability of a target system in processing a service request.
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims of the present application and in the drawings described above, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are, for example, capable of operation in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "corresponding" and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Referring to fig. 1, fig. 1 is a schematic diagram of an embodiment of a system management method in an embodiment of the present application, and as shown in fig. 1, an embodiment of the system management method in the embodiment of the present application includes:
101. determining a system to be upgraded and a target system, wherein the same service data exists in the system to be upgraded and the target system;
for the management system of an enterprise, with the development of business, version updating iteration is often needed, and even a new system is replaced. However, in the process of replacing the old system (i.e. the system to be upgraded in the present application) with the new system (i.e. the target system in the present application), there may be some difference between the business logic of the two systems, which may cause the new system to have an error in processing the business request.
For convenience of understanding, in the embodiment and the following embodiments, the system to be upgraded is taken as an ICS system, and the target system is taken as an electronic ticket transaction system for example. Specifically, the ICS system has large software scale, high service complexity and difficult logic verification, and when the ICS system needs to be replaced by a new electronic ticket trading system and the electronic ticket trading system processes subsequent service requests, if the debugging of the service logic of the electronic ticket trading system has problems, the process of subsequent service processing is seriously influenced.
In an embodiment of the present application, a method for system management is provided: the method comprises the steps of firstly determining a system to be upgraded and a target system, specifically, completely migrating business data to the target system, namely obtaining the business data in the system to be upgraded, and synchronously storing the business data in the target system, thereby completing data synchronization between the system to be upgraded and the target system, and ensuring that the business data between the system to be upgraded and the target system are consistent.
102. Acquiring a target service request;
after the service data is synchronized to the e-ticket trading system, both the ICS system and the e-ticket trading system can process service requests initiated by various interfaces. Such as a reservation request initiated by a reservation system, a passenger information query request initiated by a departure system, or an order request initiated by a passenger through a self-service channel, etc., can be processed by the ICS system and the electronic ticket transaction system.
103. Processing the target service request by adopting the system to be upgraded to obtain a first processing result;
in the application, the target service request can be sent to a system to be upgraded (ICS) for processing, and a corresponding first processing result is obtained. For example, when a passenger initiates a reservation request, the ICS system may process the reservation request to obtain a corresponding reservation result.
104. Outputting the first processing result;
since the business logic of the e-ticket trading system has not yet been verified, its stability cannot be determined for a while. Therefore, the first processing result processed by the ICS system can be used as the output of the production stage.
105. Processing the target service request by adopting the target system to obtain a second processing result;
in the present application, as the accuracy of the second processing result obtained by the electronic ticket transaction system processing the target service request cannot be determined, the second processing result is not output as the production stage.
106. Comparing the first processing result with the second processing result to obtain a comparison result;
in order to verify whether the business logic of the e-ticket system is correct, in the embodiment of the present application, the first processing result obtained by the ICS system and the second processing result obtained by the e-ticket transaction system may be compared to obtain a comparison result,
it should be noted that, in the embodiment of the present application, the number of the target service requests is not limited, and in practical applications, in order to ensure that the service logic of the electronic ticket transaction system is correct, the system to be upgraded and the target system may respectively process a plurality of service requests to obtain a plurality of sets of processing results, and compare each set of processing results. By increasing the number of samples, the accuracy of the alignment is improved.
107. If the comparison result indicates that the first processing result is the same as the second processing result, processing other service requests after the target service request by using the target system to obtain a third processing result;
if the comparison result indicates that the first processing result is the same as the second processing result, the business logic of the target system (e-ticket transaction system) is correct. Then the subsequent other service requests can be handed to the electronic ticket transaction system for processing, thereby completing the transition from the system to be upgraded to the target system. If the comparison result indicates that the first processing result is different from the second processing result, step 109 is executed.
108. Outputting the third processing result;
and processing other service requests after the target service request by the electronic ticket transaction system, wherein the obtained third processing result can be directly used for outputting.
At this time, the ICS system does not need to process the subsequent service request, and the ICS system can be deactivated, so that the use of the ICS system is suspended, and the resource occupation is saved.
109. And if the comparison result indicates that the first processing result is different from the second processing result, updating the target system according to the comparison result.
If the comparison result indicates that the first processing result is different from the second processing result, it indicates that the service logic of the target system has an error, and at this time, the service logic in the target system may be updated according to the comparison result.
After the target system is updated, a new target service request may be continuously obtained, and step 102 to step 109 are repeatedly executed until the processing result of the system to be upgraded and the processing result of the target system for the same service request are the same, so that the system to be upgraded may be switched to the target system, and the target system processes a subsequent service request.
In the embodiment of the application, the service data of the system to be upgraded is synchronized to the target system, and after the target service request is received, the system to be upgraded and the target system are respectively adopted to process the target service request, so that a corresponding first processing result and a corresponding second processing result are obtained. And outputting the first processing result obtained by processing the system to be upgraded. And comparing the first processing result with the second processing result to obtain a comparison result. If the comparison result indicates that the first processing result is the same as the second processing result, and the processing logic of the target system is proved to be correct, the target system is adopted to process other service requests after the target service request, a third processing result is obtained and is used as output, and the stability of the target system in processing the service request is improved.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
Referring to fig. 2, a system management apparatus in an embodiment of the present application is described below, where the system management apparatus includes:
a determining unit 201, configured to determine a system to be upgraded and a target system, where the system to be upgraded and the target system have the same service data;
an obtaining unit 202, configured to obtain a target service request;
the processing unit 203 is configured to process the target service request by using the system to be upgraded, so as to obtain a first processing result;
an output unit 204, configured to output the first processing result;
the processing unit 203 is further configured to process the target service request by using the target system to obtain a second processing result;
a comparing unit 205, configured to compare the first processing result with the second processing result to obtain a comparison result;
the processing unit 203 is further configured to, when the comparison result indicates that the first processing result is the same as the second processing result, process, by using the target system, another service request subsequent to the target service request to obtain a third processing result;
the output unit 204 is further configured to output the third processing result.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an embodiment of the system management device provided in the embodiment of the present application, the system management device further includes:
an updating unit 206, configured to update the target system according to the comparison result when the comparison result indicates that the first processing result and the second processing result are different.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an embodiment of the system management device provided in the embodiment of the present application, the system management device further includes:
a deactivation unit 207, configured to deactivate the system to be upgraded.
Optionally, on the basis of the embodiment corresponding to fig. 2, in an embodiment of the system management device provided in the embodiment of the present application, the system management device further includes a sending unit 208.
The obtaining unit 202 is further configured to obtain service data of the system to be upgraded;
the sending unit 208 is configured to send the service data to the target system.
In this embodiment, the system management apparatus may perform the operations described in any one of the embodiments shown in fig. 1, which is not described herein again.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
The present application also provides a computer-readable storage medium storing one or more computer-executable instructions that, when executed by a processor, perform a method as described above in a possible implementation in any of the embodiments illustrated in fig. 1.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may include, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated in fig. 1.
The embodiment of the present application further provides a computer device, configured to execute the method for system management provided in the embodiment corresponding to fig. 1. Referring to fig. 3, fig. 3 is a schematic structural diagram of a computer device according to an embodiment of the present application. As shown, the computer device 300 may vary widely in configuration or performance, and may include one or more Central Processing Units (CPUs) 322 (e.g., one or more processors) and memory 332, one or more storage media 330 (e.g., one or more mass storage devices) storing applications 342 or data 344. Memory 332 and storage media 330 may be, among other things, transient storage or persistent storage. The program stored on the storage medium 330 may include one or more modules (not shown), each of which may include a series of instructions operating on a computer device. Still further, the central processor 322 may be configured to communicate with the storage medium 330 to execute a series of instruction operations in the storage medium 330 on the computer device 300.
The computer device 300 may also include one or more power supplies 326, one or more wired or wireless network interfaces 350, one or more input-output interfaces 358, and/or one or more operating systems 341, such as Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, and so forth.
The method of system management in the above embodiment may be based on the structure of the computer device shown in fig. 3.
Embodiments of the present application also provide a computer-readable storage medium, in which a computer program is stored, and when the computer program runs on a computer, the computer is caused to execute the method described in the foregoing embodiments.
Embodiments of the present application also provide a computer program product including a program, which, when run on a computer, causes the computer to perform the methods described in the foregoing embodiments.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a management apparatus for interactive video, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions in the embodiments of the present application.

Claims (10)

1. A method of system management, comprising:
determining a system to be upgraded and a target system, wherein the same service data exists in the system to be upgraded and the target system;
acquiring a target service request;
processing the target service request by adopting the system to be upgraded to obtain a first processing result;
outputting the first processing result;
processing the target service request by adopting the target system to obtain a second processing result;
comparing the first processing result with the second processing result to obtain a comparison result;
if the comparison result indicates that the first processing result is the same as the second processing result, processing other service requests after the target service request by using the target system to obtain a third processing result;
and outputting the third processing result.
2. The method of claim 1, wherein after comparing the first processing result with the second processing result to obtain a comparison result, the method further comprises:
and if the comparison result indicates that the first processing result is different from the second processing result, updating the target system according to the comparison result.
3. The method of claim 1, wherein after outputting the third processing result, the method further comprises:
and deactivating the system to be upgraded.
4. The method of claim 1, 2 or 3, wherein prior to determining the system to be upgraded and the target system, the method further comprises:
acquiring service data of a system to be upgraded;
and sending the service data to the target system.
5. A system management apparatus, comprising:
the system comprises a determining unit and a judging unit, wherein the determining unit is used for determining a system to be upgraded and a target system, and the system to be upgraded and the target system have the same service data;
an obtaining unit, configured to obtain a target service request;
the processing unit is used for processing the target service request by adopting the system to be upgraded to obtain a first processing result;
an output unit configured to output the first processing result;
the processing unit is further configured to process the target service request by using the target system to obtain a second processing result;
the comparison unit is used for comparing the first processing result with the second processing result to obtain a comparison result;
the processing unit is further configured to process, by using the target system, other service requests subsequent to the target service request to obtain a third processing result when the comparison result indicates that the first processing result is the same as the second processing result;
the output unit is further configured to output the third processing result.
6. The system management apparatus according to claim 5, wherein the system management apparatus further comprises:
and the updating unit is used for updating the target system according to the comparison result when the comparison result indicates that the first processing result and the second processing result are different.
7. The system management apparatus according to claim 5, wherein the system management apparatus further comprises:
and the deactivation unit is used for deactivating the system to be upgraded.
8. The system management apparatus according to claim 5, wherein the system management apparatus further comprises a transmission unit;
the acquisition unit is also used for acquiring the service data of the system to be upgraded;
the sending unit is configured to send the service data to the target system.
9. A computer device, the computer device comprising a processor and a memory:
the memory is used for storing program codes; the processor is configured to perform the method of system management of any of claims 1 to 4 according to instructions in the program code.
10. A computer-readable storage medium having stored therein instructions which, when run on a computer, cause the computer to perform the method of system management of any of the preceding claims 1 to 4.
CN202110604828.8A 2021-05-31 2021-05-31 System management method, related device and storage medium Pending CN113296810A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110604828.8A CN113296810A (en) 2021-05-31 2021-05-31 System management method, related device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110604828.8A CN113296810A (en) 2021-05-31 2021-05-31 System management method, related device and storage medium

Publications (1)

Publication Number Publication Date
CN113296810A true CN113296810A (en) 2021-08-24

Family

ID=77326567

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110604828.8A Pending CN113296810A (en) 2021-05-31 2021-05-31 System management method, related device and storage medium

Country Status (1)

Country Link
CN (1) CN113296810A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019137539A1 (en) * 2018-01-15 2019-07-18 华为技术有限公司 Software upgrade method and system
CN110618829A (en) * 2019-09-20 2019-12-27 中国银行股份有限公司 Business data checking method and system for upgrading database system
CN111913880A (en) * 2020-07-15 2020-11-10 华夏银行股份有限公司 Application software testing method and device
CN112329424A (en) * 2020-11-09 2021-02-05 北京明略昭辉科技有限公司 Service data processing method and device, storage medium and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019137539A1 (en) * 2018-01-15 2019-07-18 华为技术有限公司 Software upgrade method and system
CN112600854A (en) * 2018-01-15 2021-04-02 华为技术有限公司 Software upgrading method and system
CN110618829A (en) * 2019-09-20 2019-12-27 中国银行股份有限公司 Business data checking method and system for upgrading database system
CN111913880A (en) * 2020-07-15 2020-11-10 华夏银行股份有限公司 Application software testing method and device
CN112329424A (en) * 2020-11-09 2021-02-05 北京明略昭辉科技有限公司 Service data processing method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN108959292B (en) Data uploading method, system and computer readable storage medium
US9075695B2 (en) Version conflict checking to installable unit
US20150142728A1 (en) Upgrade of heterogeneous multi-instance database clusters
CN110019123B (en) Data migration method and device
CN110019496B (en) Data reading and writing method and system
US9430219B2 (en) Revision safe upgrade in a hybrid cloud landscape
CN109815020B (en) Instruction processing alignment system
WO2022252853A1 (en) Method for managing frequent flyer information, and related apparatus
WO2020142298A1 (en) Mechanism for automatically incorporating software code changes into proper channels
CN109002389B (en) Method and device for automatically testing page
CN108667872B (en) Archiving method and device for scheduling server
CN111859139A (en) Application program recommendation method and device, computing equipment and medium
CN110443034B (en) Risk program file identification method and device, computing equipment and medium
WO2016078445A1 (en) Method and device for upgrading multi-mode base station and network management system
CN113296810A (en) System management method, related device and storage medium
CN112988583A (en) Method and device for testing syntax compatibility of database
CN113296996B (en) Service request processing method, related device and storage medium
CN110795118A (en) Cloud platform upgrading tool and upgrading method
CN110618879A (en) Message processing method and device, electronic equipment and computer readable medium
CN111369090A (en) Freight flight stop allocation method, device, equipment and storage medium
US20200252272A1 (en) Concurrent profile deployments
CN112235332A (en) Read-write switching method and device for cluster
CN112632159B (en) Database access control method and device, electronic equipment and storage medium
CN111352709A (en) Task scheduling method and device in distributed system
CN113220573B (en) Test method and device for micro-service architecture and electronic equipment

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