CN102394939A - Deployment method and systems of distributed system - Google Patents
Deployment method and systems of distributed system Download PDFInfo
- Publication number
- CN102394939A CN102394939A CN2011103706658A CN201110370665A CN102394939A CN 102394939 A CN102394939 A CN 102394939A CN 2011103706658 A CN2011103706658 A CN 2011103706658A CN 201110370665 A CN201110370665 A CN 201110370665A CN 102394939 A CN102394939 A CN 102394939A
- Authority
- CN
- China
- Prior art keywords
- distributed system
- server
- control device
- system program
- client
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/14—Session management
- H04L67/141—Setup of application sessions
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Multi Processors (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The invention provides a deployment method and systems of a distributed system. The method comprises the following steps: a client respectively generates configuration files corresponding to various distributed system programs of a server to be configured according to the configuration index table and service call relation table of the distributed system, and binds various distributed system programs and the configuration files corresponding to the distributed system programs; a control device acquires the distributed system programs and the configuration files corresponding to the distributed system programs from the client; after receiving deployment commands from the client, the control device analyzes the network address of the server to be configured; and after sending out an uploading distributed system program command, a server receiving control device downloads various distributed system programs corresponding to the server and the configuration files corresponding to the distributed system programs from the control device.
Description
Technical field
The invention belongs to networking technology area, relate in particular to a kind of dispositions method and system of distributed system.
Background technology
In prior art, which service is the distributed system program provide, and calls which server, all need to realize through configuration file, and the deployment of present distributed system accomplished through manual operation, wastes time and energy.Suppose that a distributed system is made up of a lot of programs, each program all provides and calls a lot of services, and then this configuration file can be unusual complicated.So, operating personnel need labor time energy to dispose.In addition, operating personnel need be copied to corresponding server with the distributed system program successively when issue distributed system program.Yet if distributed system program more complicated, the number of servers that dispose is more, can strengthen operating personnel's workload.And, if wherein certain link is made mistakes, then can cause the paralysis of distributed system.
Summary of the invention
The present invention provides a kind of dispositions method and system of distributed system, to address the above problem.
The present invention provides a kind of dispositions method of distributed system.Said method may further comprise the steps: the different classes of pairing configuration file of distributed system program that client generates server to be disposed respectively according to the configuration index table and the service call relation table of distributed system, and bind different classes of distributed system program and corresponding configuration file thereof; Control device obtains distributed system program and corresponding configuration file thereof from client; Control device is resolved network address of server to be disposed after receiving Disposition Instructions from client; The server receiving control device sends upload the distributed system program command after, download the different classes of distributed system program and the corresponding configuration file thereof of corresponding with service device from control device.
The present invention also provides a kind of deployment system of distributed system, comprises client, control device and server.Client connects control device, control device Connection Service device.Wherein, Client is used for generating the different classes of pairing configuration file of distributed system program of server to be disposed respectively according to the configuration index table of distributed system and service call relation table, and binds different classes of distributed system program and corresponding configuration file thereof.Control device is used for obtaining distributed system program and corresponding configuration file thereof from client.Control device is used for behind client reception Disposition Instructions, resolving network address of server to be disposed.Server is used for that receiving control device sends upload the distributed system program command after, download the different classes of distributed system program and the corresponding configuration file thereof of corresponding with service device from control device.
Compared to prior art; Dispositions method and system according to distributed system provided by the invention; The different classes of pairing configuration file of distributed system program that client generates server to be disposed respectively according to the configuration index table and the service call relation table of distributed system, and bind different classes of distributed system program and corresponding configuration file thereof.So, generate configuration file automatically, saved human cost, improved efficient through client.And, realize the deployment of distributed system automatically through control device, not only save human cost, and improved deployment efficient.In addition, prevent, thereby improved the correctness that distributed system is disposed because of operating personnel's error causes the distributed system paralysis.
Description of drawings
Accompanying drawing described herein is used to provide further understanding of the present invention, constitutes the application's a part, and illustrative examples of the present invention and explanation thereof are used to explain the present invention, do not constitute improper qualification of the present invention.In the accompanying drawings:
The flow chart of the dispositions method of the distributed system that provides for preferred embodiment according to the present invention shown in Figure 1;
The sketch map of the deployment system of the distributed system that provides for preferred embodiment according to the present invention shown in Figure 2.
Embodiment
Hereinafter will and combine embodiment to specify the present invention with reference to accompanying drawing.Need to prove that under the situation of not conflicting, embodiment and the characteristic among the embodiment among the application can make up each other.
The flow chart of the dispositions method of the distributed system that provides for preferred embodiment according to the present invention shown in Figure 1.As shown in Figure 1, the dispositions method of the distributed system that preferred embodiment of the present invention provides comprises step 101~104.
In step 101; The different classes of pairing configuration file of distributed system program that client generates server to be disposed respectively according to the configuration index table and the service call relation table of distributed system, and bind different classes of distributed system program and corresponding configuration file thereof.
Particularly, operating personnel can be set in which distributed system program of which server disposition in client earlier.For example; Operating personnel are set in server deploy network layer (Network) 1, Business Logic (Business) 1, regional session layer (RegionSessiom) 1 and the database layer (Database) 1 that the IP address is 10.1.49.5; In the IP address is server deploy network layer 2, Business Logic 2, regional session layer 2 and the database layer 2 of 10.1.49.6, is the server deploy global session layer (GlobalSession) of 10.1.49.7 in the IP address.Wherein, because the service that each distributed system program provides is fixed, therefore, can generate the configuration index table according to the service that the distributed system program provides.According to the above-mentioned information that is provided with, client can generate the for example configuration index table of the distributed system shown in the following table.Yet the present invention does not limit this.In practical application, can generate corresponding configuration index table according to different settings.
Numbering | Level | The IP address | Service | Port |
1 | Network | 10.1.49.5 | NetworkMessageService | 1889 |
1 | Business | 10.1.49.5 | BusinessMessageService | 1890 |
1 | RegionSession | 10.1.49.5 | RegionSessionUserQueryService | 1891 |
1 | RegionSession | 10.1.49.5 | RegionSessionUserOpService | 1892 |
1 | Database | 10.1.49.5 | DatabaseDataOpService | 1893 |
1 | Database | 10.1.49.5 | DatabaseDataQueryService | 1894 |
2 | Network | 10.1.49.6 | NetworkMessageService | 1895 |
2 | Business | 10.1.49.6 | BusinessMessageService | 1896 |
2 | RegionSession | 10.1.49.6 | RegionSessionUserQueryService | 1897 |
2 | RegionSession | 10.1.49.6 | RegionSessionUserOpService | 1898 |
2 | Database | 10.1.49.6 | DatabaseDataOpService | 1899 |
2 | Database | 10.1.49.6 | DatabaseDataQueryService | 1900 |
1 | GlobalSession | 10.1.49.7 | GlobalSessionUserOpService | 1901 |
1 | GlobalSession | 10.1.49.7 | GlobalSessionBackUpService | 1902 |
Wherein, the numbering of network layer, Business Logic and regional session layer can be represented zones of different in the last table.For example, being numbered 1 network layer, Business Logic and regional session layer is the Suzhou District service, and being numbered 2 network layer, Business Logic and regional session layer is the service of area, Shanghai.The numbering of global session layer is represented the number of global session layer.For example, when the numbering of global session layer has 1 and 2, can activate and be numbered 1 global session layer, use as backup and will be numbered 2 global session layer.
In addition, in present embodiment, client is preset the service call relation table, for example shown in the following table.
Called side | The side of being called | Service |
Network | Business | BusinessMessageService |
Business | Network | NetworkMessageService |
Business | Business | BusinessMessageService |
Business | RegionSession | RegionSessionUserQueryService |
Business | RegionSession | RegionSessionUserOpService |
Business | Database | DatabaseDataOpService |
Business | Database | DatabaseDataQueryService |
Business | GlobalSession | GlobalSessionUserOpService |
Business | GlobalSession | GlobalSessionBackUpService |
GlobalSession | Business | BusinessMessageService |
GlobalSession | GlobalSession | GlobalSessionUserOpService |
GlobalSession | RegionSession | RegionSessionUserOpService |
In present embodiment, the different classes of pairing configuration file of distributed system program that client generates server to be disposed respectively according to the configuration index table and the service call relation table of distributed system.Wherein, calling between network layer, Business Logic, database layer and the regional session layer only call identical numbering other the layer.For example, be that the service that the network layer 1 on the server of 10.1.49.5 provides is NetworkMessageService in the IP address, network layer 1 is gone back the service BusinessMessageService that call number is 1 Business Logic simultaneously.Network layer, Business Logic, regional session layer, database layer or global session layer to each server to be disposed can generate corresponding configuration file respectively.Configuration file for example is the text that comprises configuration information.
In present embodiment, after client obtained different classes of distributed system program and corresponding configuration file thereof, client can be bound different classes of distributed system program and corresponding configuration file thereof.Particularly, client can be with different classes of distributed system program and corresponding configuration file stores thereof under the same file folder.
In step 102, control device obtains distributed system program and corresponding configuration file thereof from client.Particularly; Client is behind the configuration file of binding different classes of distributed system program and correspondence thereof; Client will be deployed in the different classes of distributed system program of same server and corresponding configuration file merging is stored to the identical file folder down, and client is uploaded to control device with said file.Yet the present invention is not limited thereto.In other embodiment, control device also can initiatively obtain said file from client.In addition, said file is with the IP address name of server to be disposed.For example, the pairing distributed system program of network layer, Business Logic, regional session layer and database layer and the corresponding respectively configuration file of above-mentioned distributed system program that are deployed on the server that the IP address is 10.1.49.5 are merged under the file that is stored to file 10.1.49.5 by name.
In step 103, control device is resolved network address of server to be disposed after receiving Disposition Instructions from client.Particularly, when control device behind client downloads distributed system program and corresponding configuration file thereof, client is sent Disposition Instructions to control device.After control device receives Disposition Instructions from client, resolve network address of server to be disposed.Wherein, Because the distributed system program and the corresponding configuration file thereof that are deployed on the same server all are stored under the file of naming with the IP address of server to be disposed; Therefore, control device can obtain the IP address of server to be disposed through reading folder name.In addition, after control device was resolved network address of server to be disposed, whether control device inspection server was available.Wherein, control device sends communication request to server to be disposed successively, judges according to feedback information whether server is available.If server to be disposed is unavailable, then control device notice client deployment failure.If server to be disposed can be used, then control device continues follow-up deployment flow process.
In step 104, the server receiving control device sends upload the distributed system program command after, download the different classes of distributed system program and the corresponding configuration file thereof of corresponding said server from control device.In this; Before the distributed system program command was uploaded in the server transmission, control device also sent to server successively and cuts out legacy version distributed system program command, backup legacy version distributed system program command and deletion legacy version distributed system program command in control device.
Particularly, control device sends to server earlier and cuts out legacy version distributed system program command.When server receive from control device close legacy version distributed system program command after, all processes of this machine of scans if legacy version distributed system process is arranged, are then closed said process, if there is not legacy version distributed system process, then do not deal with.Then, control device sends backup legacy version distributed system program command to server.When server receives backup legacy version distributed system program command from control device after; Server checks under the assigned catalogue of this locality whether legacy version distributed system program is arranged; If have then it is copied under the backup directory of said server, if then do not deal with.Afterwards, control device sends deletion legacy version distributed system program command to server.After server received deletion legacy version distributed system program command from control device, server checked under the assigned catalogue of this locality whether legacy version distributed system program is arranged, if then deletion is arranged, if then do not deal with.
Afterwards, when server receive from control device upload the distributed system program command after, server is downloaded corresponding distributed system program and corresponding configuration file thereof from control device.Particularly, after the instruction process legacy version distributed system program of server according to control device, control device sends to server and uploads the distributed system program command.For example; If it is on the server of 10.1.49.5 to the IP address that control device will be uploaded the distributed system program; Then control device at first finds name to be called the file of 10.1.49.5 under the assigned catalogue of this locality, and uploading following all distributed system programs of this document folder and corresponding configuration file afterwards again is on the server of 10.1.49.5 to the IP address.In addition, behind the configuration file of server download distributed system program and correspondence thereof, server is installed said distributed system program.In addition, control device also can send the distributed system program of opening, and server starts the distributed system program of downloading according to above-mentioned instruction, thereby realizes deployment operation.In addition, final deployment result can feed back to client through control device, and shows the deployment result through client, and for example, display result is a deployment success.
The sketch map of the deployment system of the distributed system that provides for preferred embodiment according to the present invention shown in Figure 2.As shown in Figure 2, the deployment system of the distributed system that preferred embodiment of the present invention provides comprises client 20, control device 21 and server 22a~22c.Wherein, be that example describes with three server 22a~22c to be disposed.Yet the present invention does not limit the number of server to be disposed.
In present embodiment, client 20 connects control device 21, control device 21 Connection Service device 22a~22c.Wherein, Client 20 is used for generating the different classes of pairing configuration file of distributed system program of server to be disposed respectively according to the configuration index table of distributed system and service call relation table, and binds different classes of distributed system program and corresponding configuration file thereof.Control device 21 is used for obtaining distributed system program and corresponding configuration file thereof from client 20.Control device 21 is used for behind client 20 reception Disposition Instructions, resolving network address of server to be disposed.Server 22a~22c is used for that receiving control device 21 sends upload the distributed system program command after, download the different classes of distributed system program and the corresponding configuration file thereof of corresponding with service devices from control device 21.Concrete operations flow process about said system is said with above-mentioned method, so repeat no more in this.
In sum; Dispositions method and system according to distributed system provided by the invention; The different classes of pairing configuration file of distributed system program that client generates server to be disposed respectively according to the configuration index table and the service call relation table of distributed system, and bind different classes of distributed system program and corresponding configuration file thereof.So, generate configuration file automatically, saved human cost, improved efficient through client.And, realize the deployment of distributed system automatically through control device, not only save human cost, and improved deployment efficient.In addition, prevent, thereby improved the correctness that distributed system is disposed because of operating personnel's error causes the distributed system paralysis.
The above is merely the preferred embodiments of the present invention, is not limited to the present invention, and for a person skilled in the art, the present invention can have various changes and variation.All within spirit of the present invention and principle, any modification of being done, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.
Claims (9)
1. the dispositions method of a distributed system is characterized in that, may further comprise the steps:
The different classes of pairing configuration file of distributed system program that client generates server to be disposed respectively according to the configuration index table and the service call relation table of distributed system, and bind different classes of distributed system program and corresponding configuration file thereof;
Said control device obtains said distributed system program and corresponding configuration file thereof from said client;
Said control device is resolved network address of server to be disposed after receiving Disposition Instructions from said client;
Said server receives that said control device sends upload the distributed system program command after, download the different classes of distributed system program and the corresponding configuration file thereof of corresponding said server from said control device.
2. the dispositions method of distributed system according to claim 1; It is characterized in that; Said client is behind the configuration file of binding different classes of distributed system program and correspondence thereof; Merge and be stored to the identical file folder down being deployed in different classes of distributed system program and corresponding configuration file thereof on the same server, said client is uploaded to said control device with said file.
3. the dispositions method of distributed system according to claim 2 is characterized in that, said file is with the IP address name of server to be disposed.
4. the dispositions method of distributed system according to claim 1; It is characterized in that; After said control device is resolved network address of server said to be disposed; Said control device checks whether said server is available, if said server is unavailable, then notifies said client deployment failure.
5. the dispositions method of distributed system according to claim 1; It is characterized in that; Before the distributed system program command was uploaded in said server transmission, said control device also sent to said server successively and cuts out legacy version distributed system program command, backup legacy version distributed system program command and deletion legacy version distributed system program command in said control device.
6. the deployment system of a distributed system is characterized in that, comprises client, control device and server, and said client connects said control device, and said control device connects said server,
Wherein, Said client is used for generating respectively according to the configuration index table of distributed system and service call relation table the different classes of pairing configuration file of distributed system program of server to be disposed; And bind different classes of distributed system program and corresponding configuration file thereof
Said control device is used for obtaining said distributed system program and corresponding configuration file thereof from said client,
Said control device is used for behind said client reception Disposition Instructions, resolving network address of server to be disposed,
Said server be used to receive said control device sends upload the distributed system program command after, download the different classes of distributed system program and the corresponding configuration file thereof of corresponding said server from said control device.
7. the deployment system of distributed system according to claim 6 is characterized in that, said client will be deployed in different classes of distributed system program and corresponding configuration file thereof on the same server and merge and be stored to the identical file folder down.
8. the deployment system of distributed system according to claim 7 is characterized in that, said file is with the IP address name of server to be disposed.
9. the deployment system of distributed system according to claim 6; It is characterized in that; Before the distributed system program command was uploaded in said server transmission, said control device also sent to said server successively and cuts out legacy version distributed system program command, backup legacy version distributed system program command and deletion legacy version distributed system program command in said control device.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011103706658A CN102394939A (en) | 2011-11-21 | 2011-11-21 | Deployment method and systems of distributed system |
PCT/CN2012/084331 WO2013075586A1 (en) | 2011-11-21 | 2012-11-08 | Method and system for deploying distributed system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2011103706658A CN102394939A (en) | 2011-11-21 | 2011-11-21 | Deployment method and systems of distributed system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN102394939A true CN102394939A (en) | 2012-03-28 |
Family
ID=45862143
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2011103706658A Pending CN102394939A (en) | 2011-11-21 | 2011-11-21 | Deployment method and systems of distributed system |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN102394939A (en) |
WO (1) | WO2013075586A1 (en) |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013075586A1 (en) * | 2011-11-21 | 2013-05-30 | Hu Jiaming | Method and system for deploying distributed system |
CN104780058A (en) * | 2014-01-13 | 2015-07-15 | 联想(北京)有限公司 | Electronic equipment configuration method and system |
CN104843031A (en) * | 2015-04-20 | 2015-08-19 | 上海自仪泰雷兹交通自动化系统有限公司 | Configuration method for trackside and vehicle-mounted wireless units |
CN105610987A (en) * | 2016-03-18 | 2016-05-25 | 车智互联(北京)科技有限公司 | Method, application and system for managing server cluster |
CN106127420A (en) * | 2016-07-18 | 2016-11-16 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106204231A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on data synchronous system management cloud system |
CN106203961A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106204229A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106203860A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106228337A (en) * | 2016-07-18 | 2016-12-14 | 广西家之宝网络科技有限公司 | A kind of finishing based on data synchronous system management cloud system |
CN106228290A (en) * | 2016-07-18 | 2016-12-14 | 广西家之宝网络科技有限公司 | A kind of finishing based on message buffer set management cloud system |
CN106228289A (en) * | 2016-07-18 | 2016-12-14 | 广西家之宝网络科技有限公司 | A kind of finishing based on message buffer set management cloud system |
WO2017161984A1 (en) * | 2016-03-24 | 2017-09-28 | 中兴通讯股份有限公司 | Method, device and system for deploying data clusters, and computer storage medium |
CN107832107A (en) * | 2017-11-24 | 2018-03-23 | 泰康保险集团股份有限公司 | System deployment method, apparatus, electronic equipment and storage medium |
CN108681777A (en) * | 2018-05-07 | 2018-10-19 | 北京京东尚科信息技术有限公司 | A kind of method and apparatus of the machine learning program operation based on distributed system |
CN109088774A (en) * | 2018-08-28 | 2018-12-25 | 郑州云海信息技术有限公司 | A kind of method and device of distributed system deployment |
CN112114939A (en) * | 2020-09-04 | 2020-12-22 | 青岛海信网络科技股份有限公司 | Distributed system deployment equipment and method |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101345644A (en) * | 2007-07-13 | 2009-01-14 | 盛大计算机(上海)有限公司 | Server disposition system and method |
CN102195978A (en) * | 2011-04-26 | 2011-09-21 | 深圳市共济科技有限公司 | Software distribution deployment method and system |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5826000A (en) * | 1996-02-29 | 1998-10-20 | Sun Microsystems, Inc. | System and method for automatic configuration of home network computers |
US7849178B2 (en) * | 2008-04-11 | 2010-12-07 | International Business Machines Corporation | Grid computing implementation |
CN101789886B (en) * | 2009-01-23 | 2011-12-28 | 中兴通讯股份有限公司 | Environment setup automation system of distribution type environment and method |
CN102156685A (en) * | 2010-12-22 | 2011-08-17 | 青岛海信传媒网络技术有限公司 | Method and device for automatically configuring distributed network system script |
CN102394939A (en) * | 2011-11-21 | 2012-03-28 | 苏州阔地网络科技有限公司 | Deployment method and systems of distributed system |
-
2011
- 2011-11-21 CN CN2011103706658A patent/CN102394939A/en active Pending
-
2012
- 2012-11-08 WO PCT/CN2012/084331 patent/WO2013075586A1/en active Application Filing
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101345644A (en) * | 2007-07-13 | 2009-01-14 | 盛大计算机(上海)有限公司 | Server disposition system and method |
CN102195978A (en) * | 2011-04-26 | 2011-09-21 | 深圳市共济科技有限公司 | Software distribution deployment method and system |
Cited By (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2013075586A1 (en) * | 2011-11-21 | 2013-05-30 | Hu Jiaming | Method and system for deploying distributed system |
CN104780058A (en) * | 2014-01-13 | 2015-07-15 | 联想(北京)有限公司 | Electronic equipment configuration method and system |
CN104843031A (en) * | 2015-04-20 | 2015-08-19 | 上海自仪泰雷兹交通自动化系统有限公司 | Configuration method for trackside and vehicle-mounted wireless units |
CN105610987A (en) * | 2016-03-18 | 2016-05-25 | 车智互联(北京)科技有限公司 | Method, application and system for managing server cluster |
CN105610987B (en) * | 2016-03-18 | 2018-11-23 | 车智互联(北京)科技有限公司 | Method, application and the system of management server cluster |
WO2017161984A1 (en) * | 2016-03-24 | 2017-09-28 | 中兴通讯股份有限公司 | Method, device and system for deploying data clusters, and computer storage medium |
CN106127420A (en) * | 2016-07-18 | 2016-11-16 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106204229A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106203860A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106228337A (en) * | 2016-07-18 | 2016-12-14 | 广西家之宝网络科技有限公司 | A kind of finishing based on data synchronous system management cloud system |
CN106228290A (en) * | 2016-07-18 | 2016-12-14 | 广西家之宝网络科技有限公司 | A kind of finishing based on message buffer set management cloud system |
CN106228289A (en) * | 2016-07-18 | 2016-12-14 | 广西家之宝网络科技有限公司 | A kind of finishing based on message buffer set management cloud system |
CN106203961A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on distributed deployment system management cloud system |
CN106204231A (en) * | 2016-07-18 | 2016-12-07 | 广西家之宝网络科技有限公司 | A kind of finishing based on data synchronous system management cloud system |
CN107832107A (en) * | 2017-11-24 | 2018-03-23 | 泰康保险集团股份有限公司 | System deployment method, apparatus, electronic equipment and storage medium |
CN108681777A (en) * | 2018-05-07 | 2018-10-19 | 北京京东尚科信息技术有限公司 | A kind of method and apparatus of the machine learning program operation based on distributed system |
CN108681777B (en) * | 2018-05-07 | 2021-07-20 | 北京京东尚科信息技术有限公司 | Method and device for running machine learning program based on distributed system |
CN109088774A (en) * | 2018-08-28 | 2018-12-25 | 郑州云海信息技术有限公司 | A kind of method and device of distributed system deployment |
CN112114939A (en) * | 2020-09-04 | 2020-12-22 | 青岛海信网络科技股份有限公司 | Distributed system deployment equipment and method |
Also Published As
Publication number | Publication date |
---|---|
WO2013075586A1 (en) | 2013-05-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN102394939A (en) | Deployment method and systems of distributed system | |
CN101325509B (en) | Method, system and apparatus for installing software component | |
US20160212207A1 (en) | Method for cloud data backup and recovery | |
CN105808274A (en) | Software upgrading method and system as well as corresponding clients and servers | |
CN107204873B (en) | Method for switching target domain name resolution server and related equipment | |
CN103984573A (en) | Installation method and device of application program | |
CN106603725A (en) | Implementation method for enterprise cloud service virtual mirror image management service | |
EP2188734A1 (en) | Push and clone configuration management for mobile devices | |
CN102325172A (en) | Method for sharing data among mobile terminals, system and control server | |
JP5954635B2 (en) | Method, system, terminal, and device management server for installing software components | |
CN105117263A (en) | UNIX environment software system upgrading method | |
WO2017097181A1 (en) | Data pushing method and apparatus | |
CN103297269B (en) | A kind of Web Service Deployment based on service compute platform and management method | |
CN105956485A (en) | Internationalized language management method and system | |
CN105320577A (en) | Data backup and recovery method, system and device | |
CN112988879B (en) | Method, system, device, storage medium and processor for accessing database | |
KR101591289B1 (en) | A Methods and Apparatus of separated software upgrade of Device and Gateway by over the air in the Machine to machine communication | |
CN104219312A (en) | Program installation method and program installation device | |
CN107968725B (en) | Method and device for returning and configuring configuration information of home gateway unit type terminal device | |
CN103888550A (en) | Plug-in deployment method, device and system based on server cluster system | |
CN103931138A (en) | Scalable distributed multicluster device management server architecture and method of operation thereof | |
CN102567050A (en) | Method and device for remote deployment of project of B/S (browser/server) system | |
CN102394938A (en) | Remote automatic disposition method of distributed system and system thereof | |
CN101345684B (en) | P2P node administration method | |
CN100531062C (en) | A deployment method for wide-area collaboration work system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20120328 |