CN108763471B - Method and system for deploying HTTP file server in cluster - Google Patents

Method and system for deploying HTTP file server in cluster Download PDF

Info

Publication number
CN108763471B
CN108763471B CN201810530880.1A CN201810530880A CN108763471B CN 108763471 B CN108763471 B CN 108763471B CN 201810530880 A CN201810530880 A CN 201810530880A CN 108763471 B CN108763471 B CN 108763471B
Authority
CN
China
Prior art keywords
server
user
command line
http file
deployment
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
CN201810530880.1A
Other languages
Chinese (zh)
Other versions
CN108763471A (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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201810530880.1A priority Critical patent/CN108763471B/en
Publication of CN108763471A publication Critical patent/CN108763471A/en
Application granted granted Critical
Publication of CN108763471B publication Critical patent/CN108763471B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The application discloses a method for deploying HTTP file servers in a cluster, which comprises the steps of starting the HTTP file servers in the cluster and receiving a server deployment instruction; generating a corresponding CLI command line according to the server deployment instruction; wherein the CLI command line is a command line developed by Python language; and executing dynamic deployment operation on the HTTP file server through the CLI command line. The method can automatically deploy the HTTP file server in the cluster and improve the deployment efficiency. The application also discloses a system for deploying the HTTP file server in the cluster, a computer readable storage medium and a device for deploying the HTTP file server in the cluster, which have the advantages.

Description

Method and system for deploying HTTP file server in cluster
Technical Field
The present invention relates to the field of data storage, and in particular, to a method and system for deploying an HTTP file server in a cluster, a computer-readable storage medium, and an apparatus for deploying an HTTP file server in a cluster.
Background
With the wide application and deep development of big data, cloud computing and mass storage in enterprise information systems, the number of network file system service applications of users is more and more, and the requirements on the deployment efficiency and the usability of the services are higher and more.
In the prior art, most of the deployment of the HTTP file servers in the cluster is realized by using an Apache configuration file XML format and a key-value format, and a large number of complex XML format configuration files exist in the HTTP file servers, so that the deployment of the HTTP file servers in the cluster can be realized only by manually configuring the HTTP file servers by experienced technicians.
Therefore, how to automatically deploy HTTP file servers in a cluster and improve deployment efficiency is a technical problem that needs to be solved by those skilled in the art at present.
Disclosure of Invention
The application aims to provide a method and a system for deploying an HTTP file server in a cluster, a computer-readable storage medium and a device for deploying the HTTP file server in the cluster, which can automatically deploy the HTTP file server in the cluster and improve the deployment efficiency.
In order to solve the above technical problem, the present application provides a method for deploying an HTTP file server in a cluster, where the method includes:
starting an HTTP file server in a cluster and receiving a server deployment instruction;
generating a corresponding CLI command line according to the server deployment instruction; wherein the CLI command line is a command line developed by Python language;
and executing dynamic deployment operation on the HTTP file server through the CLI command line.
Optionally, the performing, by the CLI command line, a dynamic deployment operation on the HTTP file server includes:
when the server deployment command is a server dynamic management command, executing server stop operation or server state query operation on the HTTP file server through a first CLI command line;
when the server deployment command is a user dynamic management command, executing user creation operation, user deletion operation or user query operation on the HTTP file server through a second CLI command line;
when the server deployment command is an anonymous user dynamic management command, establishing a sharing operation, deleting the sharing operation or modifying the sharing operation on the shared file service of the anonymous user in the HTTP file server through a third CLI command line;
and when the server deployment command is a shared directory dynamic management command, a fourth CLI command line is used for executing shared creation operation, shared deletion operation or query operation on the shared directory in the HTTP file server.
Optionally, the method further includes:
and when the server deployment command is an exception handling command, acquiring exception information in the working process of the HTTP file server through a fifth CLI command line so as to upload the exception information.
Optionally, the first CLI command line, the second CLI command line, the third CLI command line, and the fourth CLI command line are all CLI command lines developed in Python language.
Optionally, the performing, by the second CLI command line, a user creating operation, a user deleting operation, or a user querying operation on the HTTP file server includes:
the user creating operation is executed on the HTTP file server through a second CLI command line, and the created user name is synchronized to all nodes of the HTTP file server;
or Python split is carried out on the htpassswd directory file through a second CLI command line, and the user deleting operation is executed;
or carrying out Python split on the htpassswd directory file through a second CLI command line and executing the user query operation.
Optionally, the HTTP file server in the startup cluster includes:
and starting the HTTP file server in the cluster by means of a CLI command.
The present application also provides a system for deploying an HTTP file server in a cluster, the system comprising:
the command receiving module is used for starting an HTTP file server in the cluster and receiving a server deployment command;
the command line generation module is used for generating a corresponding CLI command line according to the server deployment instruction; wherein the CLI command line is a command line developed by Python language;
and the dynamic deployment module is used for executing dynamic deployment operation on the HTTP file server through the CLI command line.
Optionally, the dynamic deployment module includes:
the server deployment unit is used for executing server stop operation or server state query operation on the HTTP file server through a first CLI command line when the server deployment command is a server dynamic management command;
the user name deployment unit is used for executing user creation operation, user deletion operation or user query operation on the HTTP file server through a second CLI command line when the server deployment command is a user dynamic management command;
the anonymous user deployment unit is used for creating sharing operation, deleting sharing operation or modifying sharing operation on the shared file service of the anonymous user in the HTTP file server through a third CLI command line when the server deployment command is an anonymous user dynamic management command;
and the shared directory deployment unit is used for executing creation sharing operation, deletion sharing operation or query operation on the shared directory in the HTTP file server through a fourth CLI command line when the server deployment command is a shared directory dynamic management command.
The present application further provides a computer-readable storage medium, on which a computer program is stored, which, when executed, implements the steps performed by the above method for deploying HTTP file servers in a cluster.
The application also provides a device for deploying the HTTP file server in the cluster, which comprises a memory and a processor, wherein the memory stores a computer program, and the processor realizes the steps executed by the method for deploying the HTTP file server in the cluster when calling the computer program in the memory.
The invention provides a method for deploying HTTP file servers in a cluster, which comprises the steps of starting the HTTP file servers in the cluster and receiving a server deployment instruction; generating a corresponding CLI command line according to the server deployment instruction; wherein the CLI command line is a command line developed by Python language; and executing dynamic deployment operation on the HTTP file server through the CLI command line.
The invention utilizes the characteristic that the CLI command line saves the computer system resources compared with the graphical user interface, can fully exert the advantages of strong usability, good expansibility and system resource saving of the CLI when the CLI command line deploys the HTTP file server in the cluster, and can automatically deploy the HTTP file server in the cluster and improve the deployment efficiency. The application also provides a system for deploying the HTTP file server in the cluster, a computer readable storage medium and a device for deploying the HTTP file server in the cluster, which have the beneficial effects and are not described herein again.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of a method for deploying HTTP file servers in a cluster according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of a system for deploying HTTP file servers in a cluster according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 1, fig. 1 is a flowchart of a method for deploying HTTP file servers in a cluster according to an embodiment of the present application.
The specific steps may include:
s101: starting an HTTP file server in a cluster and receiving a server deployment instruction;
starting the HTTP file server in the step belongs to one-step operation in deploying the HTTP file server, and the HTTP file server in the cluster can be started in a CLI command line mode. The server deployment instruction is an instruction to deploy an HTTP file server in the cluster.
S102: generating a corresponding CLI command line according to the server deployment instruction;
the server deployment instruction refers to an instruction on how to deploy the HTTP file server, and may include a specific deployment command for the HTTP file server itself, the user and anonymous user in the HTTP file server, and the shared directory in the HTTP file server. It is noted that the server deployment instruction includes any one or a combination of more of the above, and is not limited in any way here. The corresponding dynamic deployment operation can be executed according to the content to be deployed, that is, the corresponding CLI command line is generated according to the server deployment instruction.
At present, a CLI command line is commonly used in the field of interaction between users and systems, for example, the CLI command line commonly used in the prior art comprises bash/sh/ksh/csh in a Unix/linux system and cmd. However, there is no application of the CLI command line to the field of data storage, i.e., server deployment through the CLI command line. Based on the method, the dynamic deployment cluster HTTP file server developed by the CLI command line through the Python language has the advantages of easiness in use, high expansibility, high efficiency, system resource saving and the like, the problem of low deployment efficiency of the complex XML format configuration file in the prior art is solved, the HTTP service is directly deployed, managed and maintained by adopting the CLI command line mode for the first time, and the technical blank of the CLI command line for deploying the HTTP file server is made up; meanwhile, the HTTP file server is managed and maintained through the CLI command line, the application efficiency of the HTTP file server is greatly improved, the distributed cluster is more efficient, the product research and development period is shortened, and meanwhile, a simple, convenient and efficient CLI solution of the HTTP distributed cluster file server is provided.
S103: and executing dynamic deployment operation on the HTTP file server through the CLI command line.
Different dynamic deployment operations exist for different CLI command lines, and are explained below by five specific deployment operations.
In the step, a CLI command line refers to a command line with Python development language, the name of a CLI command set is icfs-admin-HTTP, the path of the command set is/usr/bin/, an HTTP file server refers to Apache httpd 2.4 version service and provides file sharing service, and the dynamic deployment refers to the operation and management of a service system in the running process of the system without influencing the normal running of the service;
(1) HTTP file server deployment operation:
when the server deployment command is a server dynamic management command, executing server stop operation or server state query operation on the HTTP file server through a first CLI command line;
the httpd file server is stopped through a command line, the state query is dynamically managed, an OS (Operating System) and an SYS (System Operating System) module in a python development language are called, and then a centros 7.0 built-in System mctl command is called to manage an HTTP module;
first CLI command line format:
HTTP File Server stop icfs-admin-HTTP-stop
HTTP File Server State query icfs-admin-HTTP-status
It should be noted that, in this embodiment, starting the HTTP file server is also implemented in this manner, and the format of the CLI command line: HTTP File Server Start icfs-admin-HTTP-start
(2) User deployment operation:
when the server deployment command is a user dynamic management command, executing user creation operation, user deletion operation or user query operation on the HTTP file server through a second CLI command line;
the specific implementation modes of creating, deleting and querying can be as follows:
the user creating operation is executed on the HTTP file server through a second CLI command line, and the created user name is synchronized to all nodes of the HTTP file server;
or Python split is carried out on the htpassswd directory file through a second CLI command line, and the user deleting operation is executed;
or carrying out Python split on the htpassswd directory file through a second CLI command line and executing the user query operation.
The operation is to check the set user name through a match function in the Python API, the method is that a regular expression ^ A-Za-z ] [ A-Za-z1-9_ - ] {0,31}, a user is created through a htpassswd command, and the created user is synchronized to all nodes of the cluster. The user query method is a python split method for the htpassswd directory file, and comprises the following steps of: and dividing, inquiring a user name and displaying the user name to the terminal. The user deletion modification method is that whether the user to be deleted exists or not is inquired, output abnormality does not exist, split division exists and then deletion is carried out.
Carrying out user dynamic management on the HTTP file server through a command line;
second CLI command line format:
HTTP File Server user creates icfs-admin-HTTP-create-user username
User of HTTP file server deletes icfs-admin-HTTP-delete-user uaearname
HTTP File Server user query icfs-admin-HTTP-query
CLI parameter description:
description of parameter
Create command
- -delete command
Query command
(3) Anonymous user deployment operation:
when the server deployment command is an anonymous user dynamic management command, establishing a sharing operation, deleting the sharing operation or modifying the sharing operation on the shared file service of the anonymous user in the HTTP file server through a third CLI command line;
similar to the user deployment operation, the anonymous user deployment operation may be: the sharing is set for anonymous users, the apache configuration file AuthUserFile is checked firstly, then split slices are performed with spaces, and the configuration operation is added to rows after the whole configuration file is traversed. And checking a shared directory path Documentroot, performing open operation, traversing the configuration file, searching the shared directory, and performing setting replacement.
Third CLI command line format:
HTTP file server anonymous user creates shared icfs-admin-HTTP-create-ano-p/sharepath
Anonymous user of HTTP file server deletes shared icfs-admin-HTTP-delete-ano-p/sharepath
Anonymous user query of HTTP file server for icfs-admin-HTTP-query
CLI parameter description:
description of parameter
-ano Create anonymous user sharing Command
-p-specify shared directory command
(4) Shared directory deployment operations:
and when the server deployment command is a shared directory dynamic management command, a fourth CLI command line is used for executing shared creation operation, shared deletion operation or query operation on the shared directory in the HTTP file server.
The shared directory refers to a shared directory of a designated user (namely, a shared directory in a distributed cluster), the designated user sets sharing, firstly checks an apache configuration file AuthUserFile check, then performs split slicing by a blank space, traverses the whole configuration file to perform configuration adding operation on a row, and adds a designated user item. Checking shared directory path Documentroot, performing open operation, traversing configuration file, searching shared directory and setting replacement
Fourth CLI command format:
HTTP file server appoints user to create shared icfs-admin-HTTP-create-p/sharepath
The HTTP file server appoints the user to delete the shared icfs-admin-HTTP-delete-p/sharepath
An HTTP file server appoints a user to query icfs-admin-HTTP-query
(5) Exception handling operations:
and when the server deployment command is an exception handling command, acquiring exception information in the working process of the HTTP file server through a fifth CLI command line so as to upload the exception information.
Carrying out exception handling dynamic management on the httpd file server through a command line; the method includes the steps that (1) def Error (num, description) is defined to capture abnormity in the operation process, so that a user can find Error reasons in time, and interaction efficiency is improved;
the first CLI command line, the second CLI command line, the third CLI command line, the fourth CLI command line and the fifth CLI command line mentioned above are all the CLI command lines developed by adopting Python language.
In the embodiment, by using the characteristic that the CLI command line saves computer system resources compared with the graphical user interface, when the CLI command line is used for deploying the HTTP file servers in the cluster, the advantages of strong usability, good expansibility and system resource saving of the CLI can be fully exerted, and the HTTP file servers in the cluster can be automatically deployed and the deployment efficiency can be improved.
Referring to fig. 2, fig. 2 is a schematic structural diagram of a system for deploying HTTP file servers in a cluster according to an embodiment of the present application;
the system may include:
the instruction receiving module 100 is configured to start an HTTP file server in a cluster and receive a server deployment instruction;
a command line generating module 200, configured to generate a corresponding CLI command line according to the server deployment instruction;
and a dynamic deployment module 300, configured to perform a dynamic deployment operation on the HTTP file server through the CLI command line.
Optionally, the dynamic deployment module includes 300:
the server deployment unit is used for executing server stop operation or server state query operation on the HTTP file server through a first CLI command line when the server deployment command is a server dynamic management command;
the user name deployment unit is used for executing user creation operation, user deletion operation or user query operation on the HTTP file server through a second CLI command line when the server deployment command is a user dynamic management command;
the anonymous user deployment unit is used for creating sharing operation, deleting sharing operation or modifying sharing operation on the shared file service of the anonymous user in the HTTP file server through a third CLI command line when the server deployment command is an anonymous user dynamic management command;
and the shared directory deployment unit is used for executing creation sharing operation, deletion sharing operation or query operation on the shared directory in the HTTP file server through a fourth CLI command line when the server deployment command is a shared directory dynamic management command.
Optionally, the method further includes:
and the exception handling module is used for acquiring exception information in the working process of the HTTP file server through a fifth CLI command line when the server deployment command is an exception handling command so as to upload the exception information.
And when the server deployment command is an exception handling command, acquiring exception information in the working process of the HTTP file server through a fifth CLI command line so as to upload the exception information.
Optionally, the first CLI command line, the second CLI command line, the third CLI command line, and the fourth CLI command line are all CLI command lines developed in Python language.
Optionally, the user name deployment unit includes:
a user creating subunit, configured to execute the user creating operation on the HTTP file server through a second CLI command line, and synchronize the created user name to all nodes of the HTTP file server;
or, the user deleting subunit is used for carrying out Python split division on the htpassswd directory file through the second CLI command line and executing the user deleting operation;
or, the user query subunit is configured to perform Python split on the htpassswd directory file through the second CLI command line and execute the user query operation.
Since the embodiment of the system part corresponds to the embodiment of the method part, the embodiment of the system part is described with reference to the embodiment of the method part, and is not repeated here.
The present application also provides a computer readable storage medium having stored thereon a computer program which, when executed, may implement the steps provided by the above-described embodiments. The storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The application further provides a device for deploying an HTTP file server in a cluster, which may include a memory and a processor, where the memory stores a computer program, and when the processor calls the computer program in the memory, the steps provided in the foregoing embodiments may be implemented. Of course, the device for deploying the HTTP file server in the cluster may further include various network interfaces, power supplies, and other components.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for deploying an HTTP file server in a cluster, comprising:
starting an HTTP file server in a cluster and receiving a server deployment instruction;
generating a corresponding CLI command line according to the server deployment instruction; wherein the CLI command line is a command line developed by Python language;
and executing dynamic deployment operation on the HTTP file server through the CLI command line.
2. The method of claim 1, wherein performing dynamic deployment operations on the HTTP file server via the CLI command line comprises:
when the server deployment command is a server dynamic management command, executing server stop operation or server state query operation on the HTTP file server through a first CLI command line;
when the server deployment command is a user dynamic management command, executing user creation operation, user deletion operation or user query operation on the HTTP file server through a second CLI command line; the user dynamic management command is used for managing users with user names;
when the server deployment command is an anonymous user dynamic management command, establishing a sharing operation, deleting the sharing operation or modifying the sharing operation on the shared file service of the anonymous user in the HTTP file server through a third CLI command line;
and when the server deployment command is a shared directory dynamic management command, a fourth CLI command line is used for executing shared creation operation, shared deletion operation or query operation on the shared directory in the HTTP file server.
3. The method of claim 2, further comprising:
and when the server deployment command is an exception handling command, acquiring exception information in the working process of the HTTP file server through a fifth CLI command line so as to upload the exception information.
4. The method of claim 2, wherein the first CLI command line, the second CLI command line, the third CLI command line, and the fourth CLI command line are all CLI command lines developed in Python language.
5. The method of claim 2, wherein the performing a user create operation, a user delete operation, or a user query operation on the HTTP file server via the second CLI command line comprises:
executing the user creating operation on the HTTP file server through a second CLI command line, and synchronizing the created user name to all nodes of the HTTP file server;
or, Python split is carried out on the htpassswd directory file through the second CLI command line, and the user deleting operation is executed;
or carrying out Python split on the htpassswd directory file through the second CLI command line and executing the user query operation.
6. The method of claim 1, wherein the initiating the HTTP file server in the cluster comprises:
and starting the HTTP file server in the cluster by means of a CLI command.
7. A system for deploying HTTP file servers in a cluster, comprising:
the command receiving module is used for starting an HTTP file server in the cluster and receiving a server deployment command;
the command line generation module is used for generating a corresponding CLI command line according to the server deployment instruction; wherein the CLI command line is a command line developed by Python language;
and the dynamic deployment module is used for executing dynamic deployment operation on the HTTP file server through the CLI command line.
8. The system of claim 7, wherein the dynamic deployment module comprises:
the server deployment unit is used for executing server stop operation or server state query operation on the HTTP file server through a first CLI command line when the server deployment command is a server dynamic management command;
the user name deployment unit is used for executing user creation operation, user deletion operation or user query operation on the HTTP file server through a second CLI command line when the server deployment command is a user dynamic management command; the user dynamic management command is used for managing users with user names;
the anonymous user deployment unit is used for creating sharing operation, deleting sharing operation or modifying sharing operation on the shared file service of the anonymous user in the HTTP file server through a third CLI command line when the server deployment command is an anonymous user dynamic management command;
and the shared directory deployment unit is used for executing creation sharing operation, deletion sharing operation or query operation on the shared directory in the HTTP file server through a fourth CLI command line when the server deployment command is a shared directory dynamic management command.
9. A computer-readable storage medium, characterized in that a computer program is stored thereon, which, when being executed by a processor, carries out the steps of the method of deploying HTTP file servers in a cluster according to any one of claims 1 to 6.
10. An apparatus for deploying an HTTP file server in a cluster, comprising:
a memory for storing a computer program;
a processor for executing the computer program for performing the steps of the method of deploying HTTP file servers in a cluster according to any of claims 1 to 6.
CN201810530880.1A 2018-05-29 2018-05-29 Method and system for deploying HTTP file server in cluster Active CN108763471B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810530880.1A CN108763471B (en) 2018-05-29 2018-05-29 Method and system for deploying HTTP file server in cluster

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810530880.1A CN108763471B (en) 2018-05-29 2018-05-29 Method and system for deploying HTTP file server in cluster

Publications (2)

Publication Number Publication Date
CN108763471A CN108763471A (en) 2018-11-06
CN108763471B true CN108763471B (en) 2021-10-22

Family

ID=64003336

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810530880.1A Active CN108763471B (en) 2018-05-29 2018-05-29 Method and system for deploying HTTP file server in cluster

Country Status (1)

Country Link
CN (1) CN108763471B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111581042B (en) * 2019-02-15 2023-09-12 网宿科技股份有限公司 Cluster deployment method, deployment platform and server to be deployed
CN109947435A (en) * 2019-03-12 2019-06-28 中国工商银行股份有限公司 The dispositions method and system of server cluster software environment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391213A (en) * 2012-05-11 2013-11-13 中兴通讯股份有限公司 Application deployment method, CPE (Customer Premises Equipment) and application deployment system
CN104580480A (en) * 2015-01-15 2015-04-29 上海瀚银信息技术有限公司 Remote automatic deployment system and method for client end
CN104793970A (en) * 2015-04-02 2015-07-22 安徽四创电子股份有限公司 Online upgrade method based on FTP
CN105141466A (en) * 2015-09-25 2015-12-09 浪潮(北京)电子信息产业有限公司 Operating system automation deployment method based on cloud platform and system thereof
CN105204862A (en) * 2015-09-29 2015-12-30 上海斐讯数据通信技术有限公司 Method for processing CLI commands in concentrated mode
WO2017117595A1 (en) * 2015-12-31 2017-07-06 Fractal Industries, Inc. Distributed system for large volume deep web data extraction
CN107908414A (en) * 2017-11-22 2018-04-13 中国银行股份有限公司 A kind of method, apparatus and system of the deployment of application server version

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103391213A (en) * 2012-05-11 2013-11-13 中兴通讯股份有限公司 Application deployment method, CPE (Customer Premises Equipment) and application deployment system
CN104580480A (en) * 2015-01-15 2015-04-29 上海瀚银信息技术有限公司 Remote automatic deployment system and method for client end
CN104793970A (en) * 2015-04-02 2015-07-22 安徽四创电子股份有限公司 Online upgrade method based on FTP
CN105141466A (en) * 2015-09-25 2015-12-09 浪潮(北京)电子信息产业有限公司 Operating system automation deployment method based on cloud platform and system thereof
CN105204862A (en) * 2015-09-29 2015-12-30 上海斐讯数据通信技术有限公司 Method for processing CLI commands in concentrated mode
WO2017117595A1 (en) * 2015-12-31 2017-07-06 Fractal Industries, Inc. Distributed system for large volume deep web data extraction
CN107908414A (en) * 2017-11-22 2018-04-13 中国银行股份有限公司 A kind of method, apparatus and system of the deployment of application server version

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
高性能高适应性分布式文件服务器研究与实现;王伟等;《计算机工程与设计》;20070731;第28卷(第13期);第3051-3055页 *

Also Published As

Publication number Publication date
CN108763471A (en) 2018-11-06

Similar Documents

Publication Publication Date Title
CN109245988B (en) Monitoring mail automatic sending method, system, computer equipment and storage medium
CN109739815B (en) File processing method, system, device, equipment and storage medium
CN113296792B (en) Storage method, device, equipment, storage medium and system
CN109165206B (en) High-availability implementation method for HDFS (Hadoop distributed File System) based on container
WO2009042911A2 (en) Search based data management
CN109933338B (en) Block chain deployment method, device, computer equipment and storage medium
JP7231518B2 (en) Packaging support system and packaging support method
CN112558987A (en) Helm-based automatic deployment method and device
CN108763471B (en) Method and system for deploying HTTP file server in cluster
CN114153806A (en) File storage method, device, equipment and storage medium
US20190037010A1 (en) Centralized management of webservice resources in an enterprise
CN109684028B (en) Method, device and equipment for separating operating system from user data
CN110798358B (en) Distributed service identification method and device, computer readable medium and electronic equipment
CN115344273B (en) Method and system for running application software based on shelf system
CN112181049B (en) Cluster time synchronization method, device, system, equipment and readable storage medium
CN115357198A (en) Mounting method and device of storage volume, storage medium and electronic equipment
CN114996236A (en) Data processing method, device and equipment for converged storage system and storage medium
CN115293365A (en) Management method, device, management platform and storage medium of machine learning model
CN111966744B (en) Workflow deployment method and device, computer equipment and storage medium
CN113438095B (en) Method, device and equipment for managing configuration data and storage medium
CN105677393B (en) A kind of software packet processing method, apparatus and system
CN113835625A (en) Data storage method, device, equipment and storage medium based on sub-path
CN112685102A (en) Gateway plug-in hot loading method, device, equipment and medium
CN110837394A (en) High-availability configuration version warehouse configuration method, terminal and readable medium
CN113297158B (en) Cloud security product management method, device, 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