CN111581176B - Offline deployment method, device and system for control system and storage medium - Google Patents

Offline deployment method, device and system for control system and storage medium Download PDF

Info

Publication number
CN111581176B
CN111581176B CN202010378779.6A CN202010378779A CN111581176B CN 111581176 B CN111581176 B CN 111581176B CN 202010378779 A CN202010378779 A CN 202010378779A CN 111581176 B CN111581176 B CN 111581176B
Authority
CN
China
Prior art keywords
file directory
data file
container engine
application container
key file
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
CN202010378779.6A
Other languages
Chinese (zh)
Other versions
CN111581176A (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.)
Shanghai Maosheng Intelligent Technology Co ltd
Original Assignee
Shanghai Maosheng Intelligent 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 Shanghai Maosheng Intelligent Technology Co ltd filed Critical Shanghai Maosheng Intelligent Technology Co ltd
Priority to CN202010378779.6A priority Critical patent/CN111581176B/en
Publication of CN111581176A publication Critical patent/CN111581176A/en
Application granted granted Critical
Publication of CN111581176B publication Critical patent/CN111581176B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/182Distributed file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/122File system administration, e.g. details of archiving or snapshots using management policies
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/02Total factory control, e.g. smart factories, flexible manufacturing systems [FMS] or integrated manufacturing systems [IMS]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application relates to an offline deployment method, device, system and storage medium for a control system, wherein the offline deployment method for the control system comprises the following steps: acquiring a first data file directory and a first key file directory of a first application container engine; under the condition of not connecting a public network, acquiring a second data file directory and a second key file directory of the second application container engine, replacing the second data file directory with the first data file directory, and replacing the second key file directory with the first key file directory. The application solves the problem that the central control system can not be deployed quickly under the condition that the deployment scene has no public network, and realizes the offline deployment of the control system.

Description

Offline deployment method, device and system for control system and storage medium
Technical Field
The present application relates to the field of offline deployment of systems, and in particular, to an offline deployment method, apparatus, system, and storage medium for a control system.
Background
With the development of the central control system, the central control system is applied to various aspects in life, and the central control system has a mature deployment mode under the condition of public network, mainly adopts a container engine (docker) for deployment, and provides support for the normal use of the central control system through the container engine (docker). For example, when the intelligent conference system is used, the intelligent conference system can provide functions of real-time transcription, text transcription and audio hearing back, and the conference can be carried out smoothly through the functions.
In the related art, under the condition of deploying a central control system, a public network is required to be accessed to pull a basic image, and the basic image is packaged into a needed image by using functions of copying, packaging and the like of an application container engine (dock), and then the starting is performed. For example, in the case of using the intelligent conference system, basic public packages such as an operating system (Ubuntu) and a search server (elastiscearch) need to be pulled in a public network environment, and application service support is provided for the intelligent conference system by pulling the basic public packages. However, in the use process, some deployment scenarios cannot provide a public network environment, for example: government units, thereby resulting in the inability to deploy central control systems.
At present, an effective solution is not proposed for the problem that a central control system cannot be deployed quickly under the condition that a deployment scene does not have a public network in the related art.
Disclosure of Invention
The embodiment of the application provides an offline deployment method, device, system and storage medium for a control system, which at least solve the problem that a central control system cannot be deployed quickly under the condition that a deployment scene does not have a public network in the related art.
In a first aspect of the present application, there is provided an offline deployment method for a control system, comprising:
acquiring a first data file directory and a first key file directory of a first application container engine;
under the condition of not connecting a public network, acquiring a second data file directory and a second key file directory of a second application container engine, replacing the second data file directory with the first data file directory, and replacing the second key file directory with the first key file directory.
In one embodiment, before the obtaining the first data file directory and the first key file directory of the first application container engine, the method further comprises:
and under the condition of connecting the public network, the first application container engine performs functional test and generates the first data file directory and the first key file directory.
In one embodiment, before the obtaining the second data file directory and the second key file directory of the second application container engine, the method further comprises:
starting the second application container engine under the condition of not connecting the public network;
detecting whether the second application container engine is capable of normal use.
In one embodiment thereof, the method further comprises;
and configuring the attribute of the second application container engine.
In a second aspect of the application, there is provided an offline deployment apparatus for a control system, comprising:
the acquisition module is used for acquiring a first data file directory and a first key file directory of the first application container engine;
and the replacing module is used for replacing the second data file directory of the second application container engine with the first data file directory and replacing the second key file directory with the first key file directory under the condition of not connecting the public network.
In one embodiment thereof, the apparatus further comprises:
and the testing module is used for carrying out functional testing on the first application container engine under the condition of connecting the public network.
In one embodiment thereof, the apparatus further comprises:
and the detection module is used for detecting whether the second application container engine can be normally used.
In one embodiment thereof, the apparatus further comprises;
and the configuration module is used for configuring the attribute of the second application container engine.
In a third aspect of the present application, an offline deployment system for a control system is provided, including a first server, a second server, and a storage device;
the storage device is respectively connected with the first server and the second server, the first server sends a first data file directory and a first key file directory to the storage device, the storage device sends the first data file directory and the first key file directory to the second server, and the second server replaces a second data file directory included in the second server with the first data file directory and replaces a second key file directory with the first key file directory.
In a fourth aspect of the application, a computer readable storage medium is provided, having stored thereon a computer program which, when executed by a processor, implements the offline deployment method for a control system as described in any of the above.
Compared with the related art, the offline deployment method, the device, the system and the storage medium for the control system provided by the embodiment of the application are used for acquiring the first data file directory and the first key file directory of the first application container engine, acquiring the second data file directory and the second key file directory of the second application container engine under the condition of not connecting a public network, replacing the second data file directory with the first data file directory, and replacing the second key file directory with the first key file directory. The problem that the central control system cannot be deployed under the condition that the deployment scene does not have a public network is solved, and the offline deployment of the central control system is realized.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this specification, illustrate embodiments of the application and together with the description serve to explain the application and do not constitute a limitation on the application. In the drawings:
FIG. 1 is a schematic diagram of an offline deployment of a control system according to an embodiment of the present application;
FIG. 2 is a flow chart diagram of a method for offline deployment of a control system in accordance with an embodiment of the present application;
FIG. 3 is a second flowchart of an offline deployment method for a control system according to an embodiment of the present application;
FIG. 4 is a flow chart III of an offline deployment method for a control system according to an embodiment of the present application;
FIG. 5 is a block diagram of an offline deployment device for a control system according to an embodiment of the present application;
FIG. 6 is a block diagram illustrating a second configuration of an offline deployment device for a control system according to an embodiment of the present application;
FIG. 7 is a block diagram three of an offline deployment device for a control system according to an embodiment of the present application;
FIG. 8 is a block diagram of an offline deployment system for a control system according to an embodiment of the present application.
Detailed Description
The present application will be described and illustrated with reference to the accompanying drawings and examples in order to make the objects, technical solutions and advantages of the present application more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the application. All other embodiments, which can be made by a person of ordinary skill in the art based on the embodiments provided by the present application without making any inventive effort, are intended to fall within the scope of the present application.
It is apparent that the drawings in the following description are only some examples or embodiments of the present application, and it is possible for those of ordinary skill in the art to apply the present application to other similar situations according to these drawings without inventive effort. Moreover, it should be appreciated that while such a development effort might be complex and lengthy, it would nevertheless be a routine undertaking of design, fabrication, or manufacture for those of ordinary skill having the benefit of this disclosure, and thus should not be construed as having the benefit of this disclosure.
Reference in the specification to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment may be included in at least one embodiment of the application. The appearances of such phrases in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is to be expressly and implicitly understood by those of ordinary skill in the art that the described embodiments of the present application can be combined with other embodiments without conflict.
Unless defined otherwise, technical or scientific terms used herein should be given the ordinary meaning as understood by one of ordinary skill in the art to which this application belongs. The terms "a," "an," "the," and similar referents in the context of the application are not to be construed as limiting the quantity, but rather as singular or plural. The terms "comprising," "including," "having," and any variations thereof, are intended to cover a non-exclusive inclusion; for example, a process, method, system, article, or apparatus that comprises a list of steps or modules (elements) is not limited to only those steps or elements but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus. The terms "connected," "coupled," and the like in connection with the present application are not limited to physical or mechanical connections, but may include electrical connections, whether direct or indirect. The term "plurality" as used herein means two or more. "and/or" describes an association relationship of an association object, meaning that there may be three relationships, e.g., "a and/or B" may mean: a exists alone, A and B exist together, and B exists alone. The character "/" generally indicates that the context-dependent object is an "or" relationship. The terms "first," "second," "third," and the like, as used herein, are merely distinguishing between similar objects and not representing a particular ordering of objects.
The offline deployment method for the control system provided by the application can be applied to offline deployment of a central control system. FIG. 1 is a schematic diagram of an offline deployment of a control system according to an embodiment of the present application, as shown in FIG. 1, under the condition of connecting to the public network, the first application container engine 11 stops using the first application container engine 11 after performing the functional test, and then obtains the first data file directory and the first key file directory. The second application container engine 12 is installed without connecting to the public network, then the second data file directory and the second key file directory are obtained, the second data file directory is replaced with the first data file directory, the second key file directory is replaced with the first key file directory, and then the second application container engine 12 is started. Under normal operation of the second application container engine 12, the common base packets required by the second application container engine 12 are stored on the server where the second application container engine 12 is located. Wherein, under the condition that the second data file directory is replaced by the first data file directory and the second key file directory is replaced by the first key file directory, the second application container engine 12 is started to generate a public foundation bag.
The second key file directory is replaced by the first data file directory, so that the problem that the control system cannot be deployed offline under the condition of no public network is solved, and the offline deployment of the control system is realized.
FIG. 2 is a flowchart I of an offline deployment method for a control system according to an embodiment of the present application, as shown in FIG. 2, the method comprising the steps of:
in step S202, a first data file directory and a first key file directory of the first application container engine 11 are acquired.
The obtained first data file directory and first key file directory may be all first data file directories and all first key file directories generated after the first application container engine 11 performs the functional test, a part of the first data file directories and a part of the first key file directories, package files of all first data file directories and all of the first key file directories, package files of a part of the first data file directories and a part of the first key file directories, and the like, where the package may be that the first data file directories and the first key file directories are compressed, or that the first data file directories and the first key file directories are put into the same folder.
In some embodiments, under the condition of acquiring the first data file directory and the first key file directory, checking whether the first data file directory and the first key file directory are tampered or not, and if so, stopping using the first data file directory and the first key file directory, wherein checking the first data file directory and the first key file directory can be realized by checking MD5 codes of the first data file directory and the first key file directory.
In step S204, under the condition that the public network is not connected, the second data file directory and the second key file directory of the second application container engine 12 are acquired, the second data file directory is replaced with the first data file directory, and the second key file directory is replaced with the first key file directory.
The offline installation package of the second application container engine 12 and the offline installation package of the configuration file of the second application container engine 12 are obtained, the second application container engine 12 is installed according to the offline installation package, then the second application container engine 12 is started, the second data file directory is replaced with the first data file directory and the second key file directory is replaced with the first key file directory under the condition of generating the second data file directory and the second key file directory.
The first data file directory and the first key file directory may be sent to the second application container engine using an indirect method, or may be directly transferred to a server where the second application container engine 12 is located using a direct method.
The indirect method includes transferring the first data file directory and the first key file directory to a server of the second application container engine 12 through a storage device, for example, obtaining the first data file directory and the first key file directory through a usb disk, and then sending the first data file directory and the first key file directory in the usb disk to the server where the second application container engine 12 is located.
For example, under the condition that a government entity can not provide a public network environment to deploy the intelligent conference system, if the government entity can not provide the public network environment to deploy the intelligent conference system, the public foundation bag required by the intelligent conference system, such as an operating system (Ubuntu), a search server (elastischen) and the like, is pulled on a server capable of connecting to the public network, then a normal test is performed on a first application container engine 11 capable of being connected to the public network, after the normal test, a first data file directory (/ var/lib/docker) and a first key file directory (/ etc/docker) are acquired, then a second application container engine 12 is installed on the server of the government entity, and a second data file directory (/ var/lib/docker) and a second key file directory (/ etc/docker) of the second application container engine 12 are found, then the second data file directory (/ var/lib/docker) of the second application container engine 12 is replaced with the first data file directory (/ var/library/docker) of the first application container engine 11, and finally the second application container engine 12 is started up under the condition that the public network environment is required by the second application container engine (/ web/docker) is not started.
Through steps S202 to S204, the second data file directory is replaced by the first data file directory, and the second key file directory is replaced by the first key file directory, so that the problem that the central control system cannot be deployed quickly under the condition that a deployment scene does not have a public network is solved, and the offline deployment of the central control system is realized.
FIG. 3 is a second flowchart of an offline deployment method for a control system according to an embodiment of the present application, as shown in FIG. 3, before acquiring the first data file directory and the first key file directory of the first application container engine 11, the method further includes the steps of:
in step S302, the first application container engine 11 performs a function test and generates a first data file directory and a first key file directory under the condition of connecting to the public network.
Before the first data file directory and the first key file directory are acquired, the first application container engine 11 is subjected to a function test according to the functions required to be deployed, and then the first data file directory and the first key file directory are generated.
For example, in the process of using the intelligent conference system, if the intelligent conference system needs to use functions of real-time transcription, text transcription, audio playback and the like, the functions of real-time transcription, text transcription, audio playback and the like need to be normally deployed and tested under the condition of connecting a public network, and after the testing, the generated first data file directory and first key file directory are sent to a server where the second application container engine 12 is located.
Through step S302, before the first data file directory and the first key file directory are obtained, the first application container engine 11 is subjected to a function test, so that the problem that the second application engine cannot normally use the required functions after deployment under the condition that the second data file directory of the second application container engine 12 is replaced by the first data file directory and the second key file directory is replaced by the first key file directory is solved.
FIG. 4 is a flowchart III of an offline deployment method for a control system according to an embodiment of the present application, as shown in FIG. 4, before obtaining the second file directory and the second key file directory of the second application engine, the method steps further include:
step S402, under the condition of not connecting the public network, starting the second application container engine 12;
in step S404, it is detected whether the second application container engine 12 can normally operate.
Wherein after the second application container engine 12 is installed, the second application container engine 12 is started, and whether the second application container engine 12 can normally operate is detected; under the condition that the second application engine 12 can normally operate, the first data file directory and the first key file directory are acquired, the second data file directory is replaced with the first data file directory, and the second key file directory is replaced with the first key file directory. Under the condition that the second application container engine 12 cannot normally operate, detecting the reason that the second application container engine 12 cannot normally operate, and if the reason is found that the second application container engine 12 cannot normally operate due to the lack of the configuration file, pasting the configuration file into a corresponding folder; if the second application container engine 12 installed according to the offline installation package of the second application container engine 12 cannot be used normally, the offline installation package of the second application container engine 12 and the offline installation package of the configuration file thereof can be downloaded again, and the second application container engine 12 is reinstalled, so that the second application container engine 12 can be guaranteed to run normally.
In some embodiments, whether the second application container engine 12 is operating properly includes whether the second application container engine 12 is able to generate the second data file and the second key file properly, whether it is able to start properly, whether it lacks a configuration file, and so forth.
Through steps S402 to S404, it is ensured that the second application container engine 12 can normally operate.
Furthermore, after the second data file directory is replaced with the first file directory and the second key file directory is replaced with the first key file directory, the method further comprises the steps of:
the attributes of the second application container engine 12 are configured.
After the second application container engine 12 is started, since the public foundation packet required for the normal deployment of the second application container engine 12 already exists on the server where the second application container engine 12 is located, the attribute of the second application container engine 12 needs to be configured at this time, so that the second application container engine 12 can be used normally according to the deployment environment.
In this embodiment, an offline deployment device for a control system is further provided, where the offline deployment device is used to implement the foregoing embodiments and preferred embodiments, and the description is omitted.
Fig. 5 is a block diagram of an offline deployment device for a control system according to an embodiment of the present application, and as shown in fig. 5, the device includes an acquisition module 51 and a replacement module 52.
An obtaining module 51, configured to obtain a first data file directory and a first key file directory generated by the first application container engine 11;
the replacing module 52 is configured to replace the second data file directory of the second application container engine 12 with the first data file directory and replace the second key file directory with the second key file directory.
In some embodiments, the obtaining module 51 may obtain only a part of the first data file directory and/or a part of the first key file directory in the process of obtaining the first data file directory and the first key file directory, for example, when the first data file directory contains an unnecessary file directory, may obtain only a part of the first data file directory and a part of the first key file directory, so as to save the time for obtaining the first data file directory and the first key file directory.
The first data file directory and the first key file directory are acquired by the acquisition module 51, the replacement module 52 replaces the second data file directory with the first data file directory, and replaces the second key file directory with the first key file directory, so that the problem that the control system cannot be deployed normally under the condition that the deployment environment has no public network is solved.
FIG. 6 is a block diagram II of an offline deployment device for a control system according to an embodiment of the present application, and as shown in FIG. 6, the device further includes a test module 61.
The test module 61 is configured to test the first application container engine 11 under the condition of having a public network.
Before the first application container engine 11 generates the first data file directory and the first key file directory, the first application container engine 11 is subjected to a functional test by the test module 61, and whether the first application container engine 11 can operate normally and whether the first data file directory and the first key file directory can be generated is detected.
The test module 61 is used for carrying out normal function test on the first application container engine, so that the second application container engine 12 can be normally deployed and can normally operate after the files are replaced.
Fig. 7 is a block diagram III of an offline deployment device for a control system according to an embodiment of the present application, and the device further includes a detection module 71 as shown in fig. 7.
The detecting module 71 is configured to detect whether the second application container engine 12 can be used normally under the condition that the second application container engine 12 is started.
The second application container engine 12 cannot be guaranteed to be normally used under the condition of installing the second application container engine 12, so after the second application container engine 12 is installed, the detection module 71 detects the second application container engine 12, detects whether the second application container engine 12 can be normally used, and if the second application container engine 12 cannot be normally used, detects the reason why the second application container engine 12 cannot be used, and solves the problem that the second application container engine 12 cannot be normally used according to the reason, or reinstallates the second application container engine 12.
Whether the second application container engine 12 can be used normally is detected by the detection module 71, so that the second application container engine 12 can be deployed and operated normally after the files are replaced.
In addition, the device also comprises a configuration module.
A configuration module for configuring the attributes of the second application container engine 12.
Wherein, after the second application container engine 12 is started, the attribute of the second application container engine 12 is configured according to the requirement, such as modifying the actual configuration parameters, IP, etc.
The configuration module configures the attribute of the second application container engine 12 according to the requirement, so that the second application container engine 12 can be ensured to be normally used after offline deployment.
Fig. 8 is a block diagram of an offline deployment system for a control system according to an embodiment of the present application, and as shown in fig. 8, the system includes a first server 81, a second server 83, and a storage device 82.
The storage device 82 is connected to the first server 81 and the second server 83, respectively, wherein the first application container engine 11 is installed on the first server 81, and the second application container engine 12 is installed on the second server 83, and the storage device 82 can transmit and receive data to and from the first server 81 and the second server 83, respectively. After the first server 81 generates the first data file directory and the first key file directory, the first data file directory and the first key file directory are transmitted to the storage device 82. The first data file directory and the first key file directory are transmitted to the second server 83 on condition that the storage device 82 receives the first data file directory and the first key file directory, and the second data file directory contained in the second server 83 itself is replaced with the first data file directory and the second key file directory is replaced with the first key file directory on condition that the second server 83 acquires the first data file directory and the first key file directory.
In one embodiment, a computer readable storage medium is provided, on which a computer program is stored, which when executed by a processor implements the steps in the offline deployment method of a control system provided by the above embodiments.
The technical features of the above-described embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above-described embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples illustrate only a few embodiments of the application, which are described in detail and are not to be construed as limiting the scope of the application. It should be noted that it will be apparent to those skilled in the art that several variations and modifications can be made without departing from the spirit of the application, which are all within the scope of the application. Accordingly, the scope of protection of the present application is to be determined by the appended claims.

Claims (4)

1. An offline deployment method for a control system, comprising:
under the condition of connecting a public network, a first application container engine performs functional test and generates a first data file directory and a first key file directory;
acquiring the first data file directory and the first key file directory of the first application container engine;
checking the first data file directory and the first key file directory, and checking whether the first data file directory and the first key file directory are tampered;
stopping using the first data file directory and the first key file directory in case the first data file directory and the first key file directory are tampered with;
using the first data file directory and the first key file directory if the first data file directory and the first key file directory have not been tampered with;
starting a second application container engine under the condition of not connecting a public network;
detecting whether the second application container engine can normally run;
under the condition that the second application container engine can normally run, acquiring a second data file directory and a second key file directory of the second application container engine, replacing the second data file directory with the first data file directory, and replacing the second key file directory with the first key file directory;
and configuring the attribute of the second application container engine.
2. An offline deployment apparatus for a control system for performing the offline deployment method of claim 1, comprising:
the testing module is used for carrying out functional test on the first application container engine under the condition of connecting the public network;
the acquisition module is used for acquiring a first data file directory and a first key file directory of the first application container engine;
the detection module is used for detecting whether the second application container engine can normally run or not;
the replacing module is used for replacing the second data file directory of the second application container engine with the first data file directory and replacing the second key file directory with the first key file directory under the condition of not connecting a public network;
and the configuration module is used for configuring the attribute of the second application container engine.
3. An offline deployment system for a control system for performing the offline deployment method of claim 1, comprising a first server, a second server, and a storage device;
the storage device is respectively connected with the first server and the second server, the first server sends a first data file directory and a first key file directory to the storage device, the storage device sends the first data file directory and the first key file directory to the second server, and the second server replaces a second data file directory included in the second server with the first data file directory and replaces a second key file directory with the first key file directory.
4. A computer readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements the off-line deployment method for a control system according to claim 1.
CN202010378779.6A 2020-05-07 2020-05-07 Offline deployment method, device and system for control system and storage medium Active CN111581176B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010378779.6A CN111581176B (en) 2020-05-07 2020-05-07 Offline deployment method, device and system for control system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010378779.6A CN111581176B (en) 2020-05-07 2020-05-07 Offline deployment method, device and system for control system and storage medium

Publications (2)

Publication Number Publication Date
CN111581176A CN111581176A (en) 2020-08-25
CN111581176B true CN111581176B (en) 2023-11-07

Family

ID=72123267

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010378779.6A Active CN111581176B (en) 2020-05-07 2020-05-07 Offline deployment method, device and system for control system and storage medium

Country Status (1)

Country Link
CN (1) CN111581176B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104331660A (en) * 2014-10-31 2015-02-04 北京奇虎科技有限公司 Method, device and system for repairing system file
CN105511872A (en) * 2015-11-30 2016-04-20 国云科技股份有限公司 Application automatic deployment method based on cloud computing platform
CN106209801A (en) * 2016-06-28 2016-12-07 广东电网有限责任公司信息中心 Mobile solution platform and inner-external network data safety switching plane integrated system
CN106648741A (en) * 2016-10-18 2017-05-10 广州视睿电子科技有限公司 Method and device for deploying application system
CN107832107A (en) * 2017-11-24 2018-03-23 泰康保险集团股份有限公司 System deployment method, apparatus, electronic equipment and storage medium
CN107885551A (en) * 2017-11-27 2018-04-06 山东浪潮商用系统有限公司 A kind of service arrangement method, apparatus, computer-readable recording medium and storage control
CN110881059A (en) * 2019-10-12 2020-03-13 平安银行股份有限公司 Application deployment system and method, release engine and computer equipment

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104331660A (en) * 2014-10-31 2015-02-04 北京奇虎科技有限公司 Method, device and system for repairing system file
CN105511872A (en) * 2015-11-30 2016-04-20 国云科技股份有限公司 Application automatic deployment method based on cloud computing platform
CN106209801A (en) * 2016-06-28 2016-12-07 广东电网有限责任公司信息中心 Mobile solution platform and inner-external network data safety switching plane integrated system
CN106648741A (en) * 2016-10-18 2017-05-10 广州视睿电子科技有限公司 Method and device for deploying application system
CN107832107A (en) * 2017-11-24 2018-03-23 泰康保险集团股份有限公司 System deployment method, apparatus, electronic equipment and storage medium
CN107885551A (en) * 2017-11-27 2018-04-06 山东浪潮商用系统有限公司 A kind of service arrangement method, apparatus, computer-readable recording medium and storage control
CN110881059A (en) * 2019-10-12 2020-03-13 平安银行股份有限公司 Application deployment system and method, release engine and computer equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
终端准入控制系统在电力调度中的应用;季欣荣;陈飞;李;许莹;;自动化技术与应用(第01期);第 46-50页 *

Also Published As

Publication number Publication date
CN111581176A (en) 2020-08-25

Similar Documents

Publication Publication Date Title
CN108809722B (en) Method, device and storage medium for deploying Kubernetes cluster
CN106021023B (en) Application program recovery method and device and terminal
CN104053051B (en) It is a kind of to realize handset audio, the automated testing method and device of video compatibility
CN111651523B (en) MySQL data synchronization method and system of Kubernetes container platform
US9654343B2 (en) System and method for managing service characteristics
CN111026414A (en) HDP platform deployment method based on kubernets
CN102957550A (en) System and method for alarming based on log detection
CN110138753B (en) Distributed message service system, method, apparatus, and computer-readable storage medium
CN110825399A (en) Deployment method and device of application program
CN113626286A (en) Multi-cluster instance processing method and device, electronic equipment and storage medium
CN108121612A (en) A kind of collapse processing method and system based on linux kernel router
CN108282513A (en) Server disposition method, system, storage medium and computer equipment
CN105938436A (en) Startup control method of operation system and terminal
CN111581176B (en) Offline deployment method, device and system for control system and storage medium
CN112527507A (en) Cluster deployment method and device, computer equipment and storage medium
EP4127909A1 (en) Method for deploying application software in cloud environments
CN113835928A (en) Application backup and recovery method, device, storage medium, and program product
CN112286543A (en) Application service deployment method and device
US20100332913A1 (en) System and mehtod for testing network performance
CN114996236A (en) Data processing method, device and equipment for converged storage system and storage medium
CN105827567B (en) Service management and control method and capability opening platform
CN113704087A (en) File service testing method and device of cross-domain transmission equipment and electronic equipment
CN111198721A (en) Application program running method and device
CN116743990B (en) Video stream testing method and video stream testing processing method of embedded equipment
CN116647559A (en) Edge resource capacity expansion method, edge cloud system, equipment and storage medium

Legal Events

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