CN114610378B - Server environment configuration method, system, storage medium and equipment - Google Patents

Server environment configuration method, system, storage medium and equipment Download PDF

Info

Publication number
CN114610378B
CN114610378B CN202210242927.0A CN202210242927A CN114610378B CN 114610378 B CN114610378 B CN 114610378B CN 202210242927 A CN202210242927 A CN 202210242927A CN 114610378 B CN114610378 B CN 114610378B
Authority
CN
China
Prior art keywords
server
information
environment
target server
detection
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.)
Active
Application number
CN202210242927.0A
Other languages
Chinese (zh)
Other versions
CN114610378A (en
Inventor
李桂玲
刘明
单晓兵
宗洋洋
仝令玮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shandong Fosung Science And Technology Co ltd
Original Assignee
Shandong Fosung Science And Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shandong Fosung Science And Technology Co ltd filed Critical Shandong Fosung Science And Technology Co ltd
Priority to CN202210242927.0A priority Critical patent/CN114610378B/en
Publication of CN114610378A publication Critical patent/CN114610378A/en
Application granted granted Critical
Publication of CN114610378B publication Critical patent/CN114610378B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming

Landscapes

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

Abstract

The invention relates to a server environment configuration method, a system, a storage medium and equipment, wherein the server environment configuration method comprises the following steps: acquiring environmental information of a target server, and generating a detection result based on the acquired environmental information; searching a configuration command matched with the detection result and pushing the configuration command to a target server, and receiving and executing the configuration command by the target server; the environment information of the target server comprises a CPU, an operating system, a compiler, a dependency package, a network environment, a running language, type information of middleware and a database, version information and authorization information. The server environment detection method and the server environment detection device can be used for uniformly detecting server environments of different brands and models to form a detection result for displaying the server environment information, and after the configuration command is found based on the detection result, the configuration command is pushed to the target server, so that the server environments are uniformly configured and parameter adjusted, and the purposes of reducing labor cost and time cost are achieved.

Description

Server environment configuration method, system, storage medium and equipment
Technical Field
The invention relates to the technical field of computer systems, in particular to a server environment configuration method, a server environment configuration system, a storage medium and equipment.
Background
The statements in this section merely provide background information related to the present disclosure and may not necessarily constitute prior art.
In the process of migrating the application system to the server, the environment information of the target server, such as information of a CPU, an operating system, a database and the like, needs to be detected, and the environment information is configured to meet the operation requirement of the application system.
Due to differences in brands, models and the like between different target servers, environment requirements of each server are different, and therefore, in the migration stage of the application system, environment information of each server needs to be manually detected and configured, and a large amount of work such as distribution, installation, configuration, parameter optimization, software debugging and the like exists, so that the migration efficiency of the system is low, and the time cost is greatly increased.
Disclosure of Invention
In order to solve the technical problems in the background art, the invention provides a server environment configuration method, a server environment configuration system, a storage medium and a server environment configuration device, which utilize a section of program to perform uniform detection on server environments of different brands and models to form a detection result, and perform uniform configuration and parameter adjustment on the server environments based on a configuration command corresponding to the detection result, thereby achieving the purpose of reducing labor cost and time cost.
In order to achieve the purpose, the invention adopts the following technical scheme:
a first aspect of the present invention provides a server environment configuration method including the steps of:
acquiring environmental information of a target server, and generating a detection result based on the acquired environmental information;
searching a configuration command matched with the detection result and pushing the configuration command to a target server, and receiving and executing the configuration command by the target server;
the environment information of the target server comprises CPU, operating system, compiler, dependency package, network environment, running language, type information, version information and authorization information of middleware and database.
Before the environment information of the target server is obtained, connection is established, specifically, a detection program is placed into each target server, and the main control program establishes connection with the detection program by using a communication protocol.
After the connection is established, the detection program carries the unique identification code, the acquired target server environment information is pushed to the control program through the channel, and the main control program stores the target server environment information to local storage after identifying the unique code.
The communication protocol is a two-way communication protocol.
The configuration commands are stored in the database, and the main control program pushes the required configuration commands to the target server after inquiring the corresponding configuration commands according to the detection results.
The detection result includes CPU information, operating system information, and language environment version information.
A second aspect of the present invention provides a system for implementing the above method, comprising:
a server environment detection module configured to: acquiring environmental information of a target server, and generating a detection result based on the acquired environmental information;
a server environment configuration module configured to: searching a configuration command matched with the detection result and pushing the configuration command to a target server, and receiving and executing the configuration command by the target server;
the environment information of the target server comprises CPU, operating system, compiler, dependency package, network environment, running language, type information, version information and authorization information of middleware and database.
A third aspect of the invention provides a computer-readable storage medium.
A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps in the server environment configuration method as described above.
A fourth aspect of the invention provides a computer apparatus.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps in the server environment configuration method as described above when executing the program.
Compared with the prior art, the above one or more technical schemes have the following beneficial effects:
1. the server environment detection method and the server environment detection device can be used for uniformly detecting server environments of different brands and models to form a detection result for displaying server environment information, and after the configuration command is found based on the detection result, the configuration command is pushed to a target server, so that uniform configuration and parameter adjustment are carried out on the server environments, and the purposes of reducing labor cost and time cost are achieved.
2. The detection of environment information of different servers can be met, the detection result is inquired, the edited configuration command is pushed to the target server, the collected server information is managed in a unified mode, information is gathered, and the operation and maintenance efficiency of the server is improved.
3. The method effectively provides help and basis for environment detection, building, optimization and maintenance of the server in the system migration process, greatly improves the working efficiency of workers, saves time and labor, reduces cost and improves efficiency.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification, illustrate exemplary embodiments of the invention and together with the description serve to explain the invention and not to limit the invention.
FIG. 1 is a schematic flow diagram of server environment detection and configuration provided by one or more embodiments of the invention;
FIG. 2 is a schematic diagram of the detection capability of a server environment detection program provided by one or more embodiments of the invention;
FIG. 3 is a schematic diagram illustrating a server environment detection host program communicating with a detection program according to one or more embodiments of the present invention;
FIG. 4 is a schematic diagram of a server environment detection master program identifying a detection result according to one or more embodiments of the invention;
FIG. 5 is a multi-node cluster structure diagram of a server environment detection master server according to one or more embodiments of the invention.
Detailed Description
The invention is further described with reference to the following figures and examples.
It should be noted that the following detailed description is exemplary and is intended to provide further explanation of the invention. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
It is noted that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of exemplary embodiments according to the invention. As used herein, the singular forms "a", "an", and "the" are intended to include the plural forms as well, and it should be understood that when the terms "comprises" and/or "comprising" are used in this specification, they specify the presence of stated features, steps, operations, devices, components, and/or combinations thereof, unless the context clearly indicates otherwise.
As described in the background art, because the brands and models of the target servers are different, the environment requirements of each server are different, so that the processes of detecting and configuring the server environment information are all performed manually in the migration stage of the application system, and a large amount of work such as distribution, installation, configuration, parameter tuning, software debugging and the like exists, so that the migration efficiency of the system is low, and the time cost is increased.
Therefore, the following embodiments provide a method, a system, a storage medium, and a device for configuring a server environment, which utilize a program to perform uniform detection and configuration on server environments of different brands and models, to finally form a detection report, and perform uniform configuration and parameter adjustment on an application based on the detection report, thereby achieving the purpose of reducing labor cost and time cost.
The first embodiment is as follows:
as shown in fig. 1-5, the server environment configuration method includes the following steps:
acquiring environmental information of a target server, and generating a detection result based on the acquired environmental information;
searching a configuration command matched with the detection result and pushing the configuration command to a target server, and receiving and executing the configuration command by the target server;
the environment information of the target server comprises a CPU, an operating system, a compiler, a dependency package, a network environment, a running language, type information of middleware and a database, version information and authorization information.
The method comprises the following specific steps:
in the embodiment, for example, in the process of migrating the application system from the non-home server to the home server, the home server is detected, and the configuration command is pushed to the target server according to the detection result, so that the purposes of batch detection and rapid configuration are achieved, and the working efficiency of environment building and application deployment of technical personnel is improved. The program is a tool for integrating detection, analysis, evaluation and unified configuration of the server, so that the complex repetitive work of technicians is effectively reduced, and the personnel cost and the time cost are reduced.
The embodiment comprises three parts: environment detection, environment report generation and environment unified configuration;
1. environmental detection
Centralized environment detection is carried out on each server, and centralized acquisition of various information of the servers is realized by implanting a lightweight detection program into each server.
The detection program is installed on each detected server, the machine IP where the main control program is located is configured in the detection program, the main control program is installed in the main control server, the main control server and the detected servers are connected, the main control program is communicated with the detection program in each detected server, information interaction is achieved, and therefore detailed information in each server is collected.
The main control program collects the information of each detected server as follows: the CPU, the operating system, the compiler, the application environment dependency package, the network environment, the supporting running language, the middleware, the database and the like of the target server, and all corresponding type information, version information, authorization information and the like.
2. Environmental report generation
The main control program can form a detection report after collecting information, a summary report is generated according to information such as a CPU, an operating system, a compiler, a dependency package, a network environment, an operating language, middleware, a database and the like adopted by the server, various information of the server is displayed from multiple dimensions, and the basis of server configuration, optimization and operation and maintenance is provided for operators.
3. Environment unified configuration
Because the types and versions of the CPU and the operating system of the detected server are different, the embodiment automatically selects the corresponding execution command through the environment detection result, when the main control program receives the detection result, the set and corresponding configuration command is inquired according to the detection result, and the instruction in the main control program is pushed to the specified target server through the specific communication protocol of the detection program and the main control program and is executed in the target server, so as to achieve the purpose of batch and uniform configuration of the servers.
As shown in fig. 1, the detection process is as follows:
(1) Establishing a connection
The control program of the main control program establishes connection with the detection program through an SSH protocol.
(2) Pushing detection information
After the connection is established, the detection program can carry the unique identification code to push the collected server information to the control program through the channel, and the control program stores the information to the local storage after identifying the unique code.
(3) Generating a detection report
And after the main control program collects the information, generating a detection report for the collected information.
(4) Instruction push
And pushing a custom instruction to the target server through the established connection channel according to the collected server information.
(5) Executing instructions
And after the detection program receives the instruction, executing the corresponding instruction in the server, and transmitting the execution result of the command line back to the main control program end through the ssh protocol.
As shown in fig. 2, the detection program is embedded in the target server, detects various indexes, types, and parameters in the target server, and comprehensively grasps the detailed information of the server.
In this embodiment, taking the process of migrating the application system from the non-home server to the home server as an example, the detection program supports, for example: CPU (Loongson, feiteng, million-core, spread, sea light, shenwei), operating system (Hua is OpenEuler, kylin system, UOS, puhua operating system), middleware (eastern Tong, kengyuan, king, jin butterfly, baoland, puyuan information), database (Wuhan Dameng, tan Dajincang, nanda general, hangao, shenzhou general, hua is GaussDB), language environment (JAVA, PHP, python, C/C + +).
As shown in fig. 3, the main control program and the detection program use a two-way communication protocol to ensure that the main control program collects various information of the detected server and pushes a pre-programmed command to the detected server to adjust server parameters and perform various operations.
As shown in fig. 4, after receiving the test result (information such as CPU architecture, operating system kernel, language environment version, etc.), the main control program searches in the repository according to version information such as CPU, operating system, compiler, etc. in the test result, and selects a corresponding command line parameter when finding a record matching the CPU, operating system, language environment version, etc. and pushes the command line parameter to the target server for execution.
Storing the edited configuration command in a database, and pushing a required command after the main control program inquires the corresponding configuration command according to the detection result; the detection results (CPU information, operating system information, and language environment information) and the corresponding configuration commands are shown in table 1:
table 1: detection results and corresponding configuration commands
Serial number CPU Operating system Language environment Configuration commands
1 Dragon core Kylin v10 JDK1.6 Configuration command one
2 Kunpeng UOS for integrating information JDK1.7 Configuration command two
... ... ... ... ...
The configuration commands are for example as follows:
configuration command one
touch
rm
telnet
cat/more/head/tail
service httpd start
service httpd stop
chkconfig httpd on
chkconfig httpd off
Etc. in a short path
Configuration command two
touch
rm
telnet
cat/more/head/tail
/etc/init.d/apache start
/etc/init.d/apache stop
update-rc.d apache defaults
update-rc.d apache purge
Etc. in a short path
As shown in fig. 5, the main control program is loaded into the main control server, and the detection program is loaded into each detected server (target server), so that the main control server supports a multi-node cluster due to the communication connection between the main control program and the detection program, and can support the capability of detecting a large number of servers, thereby comprehensively, quickly and efficiently collecting information of each server. The working capacity is greatly improved.
The method can meet the detection of environment information of different servers, provides detection result query and pushes edited configuration commands to the target server, can uniformly manage and summarize information of the collected server information through a visual interface, and improves the operation and maintenance efficiency of the server. The method effectively provides help and basis for the detection, construction, optimization and maintenance of the server environment in the system migration process, simplifies complex work and unifies scattered work. The working efficiency of staff has greatly been improved, labour saving and time saving, cost reduction increase.
In practical application, a worker can edit a configuration command in advance according to the difference (brand, model and technical route) of a target server, and the method can automatically push the corresponding command to the target server by inquiring the matched configuration command through the CPU, the operating system and the language environment version information in the detection result; that is to say, the staff only needs to configure the parameters in advance, so the whole process is fully automatic, and a large amount of time is saved.
Taking the process that the application system migrates from the non-home server to the home server as an example, a tool is provided for environment detection, building, tuning and maintenance of the home server, six existing home technology routes are supported, the processes of target server environment information detection and configuration command pushing based on the detection result are completed through a detection program customized for the six existing home technology routes, a basis is provided for home application deployment, the complexity of server debugging work in the home adaptation process is reduced, the adaptation time is saved, and the efficiency is improved.
Example two:
the embodiment provides a system for implementing the method, including:
a server environment detection module configured to: acquiring environmental information of a target server, and generating a detection result based on the acquired environmental information;
a server environment configuration module configured to: searching a configuration command matched with the detection result and pushing the configuration command to a target server, and receiving and executing the configuration command by the target server;
the environment information of the target server comprises a CPU, an operating system, a compiler, a dependency package, a network environment, a running language, type information of middleware and a database, version information and authorization information.
In the server environment configuration method executed in this embodiment, detection of different server environment information can be satisfied, a detection result is queried, an edited configuration command is pushed to a target server, collected server information can be managed and information is summarized through a visual interface, and the operation and maintenance efficiency of the server is improved. The method effectively provides help and basis for the environment detection, construction, optimization and maintenance of the server in the system migration process, simplifies complex work and unifies dispersed work. The working efficiency of staff has greatly been improved, labour saving and time saving, cost reduction increase.
EXAMPLE III
The present embodiment provides a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps in the server environment configuration method as set forth in the first embodiment above.
In the server environment configuration method executed in this embodiment, detection of different server environment information can be satisfied, a detection result is queried, an edited configuration command is pushed to a target server, collected server information can be managed and information is summarized through a visual interface, and the operation and maintenance efficiency of the server is improved. The method effectively provides help and basis for the detection, construction, optimization and maintenance of the server environment in the system migration process, simplifies complex work and unifies scattered work. The working efficiency of staff has greatly been improved, labour saving and time saving, cost reduction increase.
Example four
The present embodiment provides a computer device, which includes a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor executes the computer program to implement the steps of the server environment configuration method as set forth in the above embodiment.
According to the server environment configuration method executed by the processor, detection of different server environment information can be met, the detection result is inquired, the edited configuration command is pushed to the target server, unified management and information summarization can be carried out on the collected server information through the visual interface, and the operation and maintenance efficiency of the server is improved. The method effectively provides help and basis for the detection, construction, optimization and maintenance of the server environment in the system migration process, simplifies complex work and unifies scattered work. The working efficiency of staff has greatly been improved, labour saving and time saving, cost reduction increase.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of a hardware embodiment, a software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a read-only memory or a random access memory.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (5)

1. The server environment configuration method is characterized in that: the method comprises the following steps:
acquiring environmental information of a target server, and generating a detection result based on the acquired environmental information; the detection result comprises CPU information, operating system information and language environment version information;
searching a configuration command matched with the detection result based on the database and pushing the configuration command to a target server, and receiving and executing the configuration command by the target server;
the configuration commands are stored in a database, and the main control program pushes the required configuration commands to a target server after inquiring the corresponding configuration commands according to the detection results;
the environment information of the target server comprises a CPU, an operating system, a compiler, a dependency package, a network environment, an operating language, type information, version information and authorization information of middleware and a database;
before the environmental information of the target servers is obtained, connection is established, specifically, a detection program is placed into each target server, and a control program of a main control program establishes connection with the detection program by using a communication protocol; after the connection is established, the detection program carries the unique identification code, and the acquired environment information of the target server is pushed to a control program of the master control program through a channel; and after the control program of the main control program identifies the unique identification code, the environment information of the target server is stored in a local storage.
2. The server environment configuration method of claim 1, wherein: the communication protocol is a two-way communication protocol.
3. A server environment configuration system, characterized by: the method comprises the following steps:
a server environment detection module configured to: acquiring environmental information of a target server, and generating a detection result based on the acquired environmental information; the detection result comprises CPU information, operating system information and language environment version information;
a server environment configuration module configured to: searching a configuration command matched with the detection result based on the database and pushing the configuration command to a target server, and receiving and executing the configuration command by the target server;
the configuration commands are stored in a database, and the main control program pushes the required configuration commands to a target server after inquiring the corresponding configuration commands according to the detection results;
the environment information of the target server comprises a CPU, an operating system, a compiler, a dependency package, a network environment, an operating language, type information, version information and authorization information of middleware and a database;
before the environmental information of the target server is acquired, connection is established, specifically, a detection program is placed into each target server, and a control program of a main control program establishes connection with the detection program by using a communication protocol; after the connection is established, the detection program carries the unique identification code, and the acquired environment information of the target server is pushed to a control program of the master control program through a channel; and after the control program of the main control program identifies the unique identification code, the environment information of the target server is stored in a local storage.
4. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the steps of the server environment configuration method according to any one of claims 1-2.
5. A computer arrangement comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the steps in the server environment configuration method according to any of claims 1-2 when executing said program.
CN202210242927.0A 2022-03-11 2022-03-11 Server environment configuration method, system, storage medium and equipment Active CN114610378B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210242927.0A CN114610378B (en) 2022-03-11 2022-03-11 Server environment configuration method, system, storage medium and equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210242927.0A CN114610378B (en) 2022-03-11 2022-03-11 Server environment configuration method, system, storage medium and equipment

Publications (2)

Publication Number Publication Date
CN114610378A CN114610378A (en) 2022-06-10
CN114610378B true CN114610378B (en) 2022-11-25

Family

ID=81862963

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210242927.0A Active CN114610378B (en) 2022-03-11 2022-03-11 Server environment configuration method, system, storage medium and equipment

Country Status (1)

Country Link
CN (1) CN114610378B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115396411B (en) * 2022-08-23 2023-04-28 北京星汉未来网络科技有限公司 Method, device, system and medium for obtaining target server

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110413311A (en) * 2019-06-14 2019-11-05 厦门网宿有限公司 ' In System Reconfiguration Method and server
CN111061498A (en) * 2019-12-25 2020-04-24 上海众源网络有限公司 Configuration information management system
CN112068852A (en) * 2020-09-27 2020-12-11 山东云海国创云计算装备产业创新中心有限公司 Method, system, equipment and medium for installing open source software based on domestic server
CN112463417A (en) * 2020-12-17 2021-03-09 中通服建设有限公司 Migration adaptation method, device and equipment based on domestic trusted software and hardware platform

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8959482B2 (en) * 2012-08-21 2015-02-17 International Business Machines Corporation Enabling multi-tenancy for a commerce server
CN106411578B (en) * 2016-09-12 2019-07-12 国网山东省电力公司电力科学研究院 A kind of web publishing system and method being adapted to power industry
CN113986270B (en) * 2021-11-16 2022-09-23 前海飞算云智软件科技(深圳)有限公司 Distributed application deployment method and device, storage medium and electronic equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110413311A (en) * 2019-06-14 2019-11-05 厦门网宿有限公司 ' In System Reconfiguration Method and server
CN111061498A (en) * 2019-12-25 2020-04-24 上海众源网络有限公司 Configuration information management system
CN112068852A (en) * 2020-09-27 2020-12-11 山东云海国创云计算装备产业创新中心有限公司 Method, system, equipment and medium for installing open source software based on domestic server
CN112463417A (en) * 2020-12-17 2021-03-09 中通服建设有限公司 Migration adaptation method, device and equipment based on domestic trusted software and hardware platform

Also Published As

Publication number Publication date
CN114610378A (en) 2022-06-10

Similar Documents

Publication Publication Date Title
WO2017084275A1 (en) Software development integration method and apparatus
US20120221279A1 (en) Automatic Test System for Distributed Comprehensive Service and Method Thereof
CN105487977A (en) Agility-oriented automatic test management system and method
CN101727316B (en) Parallel program integrated development system suitable for clustering system as well as application implementation method thereof
CN114610378B (en) Server environment configuration method, system, storage medium and equipment
CN104778124A (en) Automatic testing method for software application
CN103365686A (en) Method and apparatus for providing automatic software updates
EP2902908A1 (en) System operation trace method in distributed system
CN115098156B (en) Network mode management system and management method
CN103516735A (en) Method and apparatus for upgrading network node
CN109828886B (en) CI/CD monitoring method and system under container cloud environment
CN113364115B (en) Power cable information comprehensive processing system and method
CN106648771B (en) Openstack cloud platform custom deployment system and deployment method
CN105430096A (en) Automatic installation method and device for parallel file system
CN104268056A (en) Complex event processing based real-time monitoring system and method for CPS (Cyber-Physical Systems) applications
CN111800299A (en) Operation maintenance system and method of edge cloud
CN112965738A (en) Information model version difference comparison method and device
CN106682210B (en) Log file query method and device
CN111177239B (en) Unified log processing method and system based on HDP big data cluster
CN111865868A (en) Cross-network regional service calling method and system
CN112069144A (en) Method and device for collecting system logs by multi-control cluster
CN113296795A (en) Application deployment method, device, equipment, storage medium and program product
CN107015831A (en) A kind of client updating management method upgraded based on server end and system
CN104717091B (en) Server quality verification method and system
CN106649097B (en) A kind of movement automation test method based on object separation management

Legal Events

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