CN105262820A - Cluster multi-computer mutual backup method based on Linux operating system - Google Patents

Cluster multi-computer mutual backup method based on Linux operating system Download PDF

Info

Publication number
CN105262820A
CN105262820A CN201510717013.5A CN201510717013A CN105262820A CN 105262820 A CN105262820 A CN 105262820A CN 201510717013 A CN201510717013 A CN 201510717013A CN 105262820 A CN105262820 A CN 105262820A
Authority
CN
China
Prior art keywords
ctdb
file
service
cluster
node
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510717013.5A
Other languages
Chinese (zh)
Inventor
唐珂
任华进
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
IEIT Systems Co Ltd
Original Assignee
Inspur Electronic Information Industry 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 Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201510717013.5A priority Critical patent/CN105262820A/en
Publication of CN105262820A publication Critical patent/CN105262820A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

本发明公开了一种基于Linux操作系统的集群多机互备的方法,属于一种集群互备的方法,本发明解决如何能够实现多机互备、业务不中断的集群高可用性,如何将GlusterFS与CTDB结合应用在集群多机互备中的问题,采用的技术方案为:在Linux操作系统中,利用GlusterFS的共享存储块,搭配CTDB的服务监控切换服务,实现集群多机互备,对外提供浮动IP、FTP服务、NFS服务、Samba服务以及应用服务;包括以下部署步骤:(1)、配置hosts文件:将所有客户端节点的信息都写入到hosts文件,并保证节点间可相互实现无密码访问;(2)、配置GlusterFS:使用GlusterFS集群文件系统为所有节点提供共享存储空间,并为CTDB提供lock和status共享存储空间,创建CTDB卷和NAS卷;(3)、配置CTDB。

The invention discloses a method for mutual backup of multiple machines in a cluster based on a Linux operating system, which belongs to a method for mutual backup of clusters. The problem of combining with CTDB in the mutual backup of multiple machines in the cluster is adopted. The technical solution is: in the Linux operating system, use the shared storage block of GlusterFS and cooperate with the service monitoring and switching service of CTDB to realize the mutual backup of multiple machines in the cluster and provide external Floating IP, FTP service, NFS service, Samba service and application service; including the following deployment steps: (1), configure the hosts file: write the information of all client nodes into the hosts file, and ensure that the nodes can realize mutual Password access; (2), configure GlusterFS: use the GlusterFS cluster file system to provide shared storage space for all nodes, and provide shared storage space for lock and status for CTDB, and create CTDB volumes and NAS volumes; (3), configure CTDB.

Description

一种基于Linux操作系统的集群多机互备的方法A method of cluster multi-computer mutual backup based on Linux operating system

技术领域 technical field

本发明涉及一种集群互备的方法,具体地说是一种基于Linux操作系统的集群多机互备的方法。 The invention relates to a method for mutual backup of clusters, in particular to a method for mutual backup of clusters based on a Linux operating system.

背景技术 Background technique

随着云计算,互联网,大数据的飞速发展,人们对机器的性能要求越来越高,特别是对集群高可用性的关注。集群是由一系列独立的计算机,通过高速互联网路连接在一起,通过统一的管理对外提供服务的计算机组。集群高可用性通常里描述一个系统经过专门设计,尽可能减少停工时间,从而保证集群业务的连续性。 With the rapid development of cloud computing, the Internet, and big data, people have higher and higher requirements for machine performance, especially the high availability of clusters. A cluster is a computer group that is connected by a series of independent computers through high-speed Internet and provides external services through unified management. Cluster high availability usually describes a system that has been specially designed to minimize downtime to ensure cluster business continuity.

通常集群高可用性有三种工作方式:主从方式、双机双工方式、集群工作方式; Generally, there are three working modes for cluster high availability: master-slave mode, dual-machine duplex mode, and cluster working mode;

(1)主从方式:主机工作,备机监控。当主机失效时,服务切换到备机;当主机恢复后,服务回切到主机; (1) Master-slave mode: the main machine works, and the standby machine monitors. When the main machine fails, the service switches to the standby machine; when the main machine recovers, the service switches back to the main machine;

(2)双机双工方式:两台主机同时运行各自的服务工作相互监控,并且能保证一台失效后,另一台能接手; (2) Two-machine duplex mode: Two hosts run their respective services at the same time and monitor each other, and can ensure that when one fails, the other can take over;

(3)集群工作方式:集群内部多台主机一起工作,各自运行一个或多个服务,任意主机失效后其业务都可以被其他主机接管。 (3) Cluster working mode: Multiple hosts in the cluster work together, each running one or more services. After any host fails, its business can be taken over by other hosts.

Linux操作系统是一套免费使用和自由传播的类Unix操作系统,是一个基于POSIX和UNIX的多用户、多任务、支持多线程和多CPU的操作系统。它能运行主要的UNIX工具软件、应用程序和网络协议。它支持32位和64位硬件。Linux继承了Unix以网络为核心的设计思想,是一个性能稳定的多用户网络操作系统。 The Linux operating system is a set of Unix-like operating systems that are free to use and spread freely. It is a multi-user, multi-tasking, multi-threading and multi-CPU operating system based on POSIX and UNIX. It can run major UNIX utility software, application programs and network protocols. It supports 32-bit and 64-bit hardware. Linux inherits Unix's network-centric design idea and is a multi-user network operating system with stable performance.

GlusterFS(GlusterFileSystem)是自由软件,作为一种开源的分布式文件系统,应用于集群系统中,具有很好的可扩展性,通过扩展能够支持PB存储容量,借助TCP/IP或InfinibandRDMA网络将物理分布的存储资源聚集在一起;主要解决集群文件系统应用,主要功能包括:网络存储,联合存储(融合多个节点上的存储空间),冗余备份,大文件的负载均衡等。 GlusterFS (GlusterFileSystem) is a free software. As an open source distributed file system, it is applied to cluster systems and has good scalability. It can support PB storage capacity through expansion, and physically distributes the data with the help of TCP/IP or InfinibandRDMA network. It mainly solves the application of cluster file system. The main functions include: network storage, joint storage (integration of storage space on multiple nodes), redundant backup, load balancing of large files, etc.

CTDB全称sambaCTDB,基于samba所使用TDB数据库实现,该数据库用来存放包括samba或其他应用所需的临时文件。CTDB为集群中多台物理主机提供一个TDB类型的数据库。该数据库为整个集群提供连续的数据信息用以保障集群的业务连续,该数据库由CTDB自动维护。另外,为实现高可用,CTDB提供节点监控、失效切换、IP接管等功能。值得一提的是,CTDB支持系统或应用的管理脚本在高可用时进行切换。 The full name of CTDB is sambaCTDB, which is implemented based on the TDB database used by samba. The database is used to store temporary files including samba or other applications. CTDB provides a TDB type database for multiple physical hosts in the cluster. The database provides continuous data information for the entire cluster to ensure the business continuity of the cluster, and the database is automatically maintained by CTDB. In addition, in order to achieve high availability, CTDB provides functions such as node monitoring, failover, and IP takeover. It is worth mentioning that CTDB supports switching of system or application management scripts during high availability.

Samba是在Linux和UNIX系统上实现SMB协议的一个免费软件,由服务器及客户端程序构成。SMB(ServerMessagesBlock,信息服务块)是一种在局域网上共享文件和打印机的一种通信协议,它为局域网内的不同计算机之间提供文件及打印机等资源的共享服务。SMB协议是客户机/服务器型协议,客户机通过该协议可以访问服务器上的共享文件系统、打印机及其他资源。通过设置“NetBIOSoverTCP/IP”使得Samba不但能与局域网络主机分享资源,还能与全世界的电脑分享资源。 Samba is a free software that implements the SMB protocol on Linux and UNIX systems, and consists of server and client programs. SMB (ServerMessagesBlock, Information Service Block) is a communication protocol for sharing files and printers on a LAN. It provides sharing services for resources such as files and printers between different computers in the LAN. The SMB protocol is a client/server protocol through which the client can access the shared file system, printers and other resources on the server. By setting "NetBIOS over TCP/IP", Samba can not only share resources with LAN hosts, but also share resources with computers all over the world.

针对高性能集群、大数据集群、海量存储集群的应用需求,在Linux操作系统下的多台服务器部署,如何能够实现多机互备、业务不中断的集群高可用性,如何将GlusterFS与CTDB结合应用在集群多机互备中,是目前迫切需要解决的问题。 For the application requirements of high-performance clusters, big data clusters, and massive storage clusters, how to deploy multiple servers under the Linux operating system, how to achieve multi-machine mutual backup and high availability of clusters with uninterrupted business, and how to combine GlusterFS and CTDB In cluster multi-machine mutual backup, it is an urgent problem to be solved at present.

发明内容 Contents of the invention

本发明的技术任务是提供一种基于Linux操作系统的集群多机互备的方法,来解决如何能够实现多机互备、业务不中断的集群高可用性,如何将GlusterFS与CTDB结合应用在集群多机互备中的问题。 The technical task of the present invention is to provide a method for multi-machine mutual backup of clusters based on the Linux operating system, to solve how to realize multi-machine mutual backup and high availability of clusters with uninterrupted business, and how to combine GlusterFS and CTDB in cluster multi-machine Problems in machine mutual backup.

本发明的技术任务是按以下方式实现的, Technical task of the present invention is realized in the following manner,

一种基于Linux操作系统的集群多机互备的方法,在Linux操作系统中,利用GlusterFS的共享存储块,搭配CTDB的服务监控切换服务,实现集群多机互备,达到集群高可用性,对外提供浮动IP、FTP服务、NFS服务、Samba服务以及应用服务;包括以下部署步骤: A method for mutual backup of multiple machines in a cluster based on the Linux operating system. In the Linux operating system, the shared storage block of GlusterFS is used together with the service monitoring and switching service of CTDB to realize the mutual backup of multiple machines in the cluster, achieve high availability of the cluster, and provide Floating IP, FTP service, NFS service, Samba service, and application service; including the following deployment steps:

(1)、配置hosts文件:将所有客户端节点的信息都写入到hosts文件,并保证节点间可相互实现无密码访问; (1) Configure the hosts file: write the information of all client nodes into the hosts file, and ensure that the nodes can achieve password-free access to each other;

(2)、配置GlusterFS:使用GlusterFS集群文件系统为所有节点提供共享存储空间,并为CTDB提供lock和status共享存储空间,创建CTDB卷和NAS卷; (2), configure GlusterFS: use the GlusterFS cluster file system to provide shared storage space for all nodes, and provide lock and status shared storage space for CTDB, and create CTDB volumes and NAS volumes;

(3)、配置CTDB,配置步骤如下: (3) To configure CTDB, the configuration steps are as follows:

(a)、配置ctdb文件,在client1节点上,修改/mnt/gluster目录下的ctdb文件; (a), configure the ctdb file, on the client1 node, modify the ctdb file in the /mnt/gluster directory;

(b)、配置nodes文件,在client1节点上,修改/mnt/gluster目录下的集群节点文件(nodes); (b), configure the nodes file, on the client1 node, modify the cluster node file (nodes) under the /mnt/gluster directory;

(c)、修改public_addresses文件,定义浮动IP,在client1节点上,修改公网ip文件(public_addresses); (c), modify the public_addresses file, define the floating IP, and modify the public network ip file (public_addresses) on the client1 node;

(d)、修改nfs文件,在client1节点上,修改/mnt/gluster目录下的文件nfs; (d), modify the nfs file, on the client1 node, modify the file nfs under the /mnt/gluster directory;

(e)、更改export文件; (e) Change the export file;

(f)、修改目录权限,在所有客户端节点上,修改/mnt/icfs目录权限; (f), modify directory permissions, on all client nodes, modify /mnt/icfs directory permissions;

(g)、清理原有配置,删除所有客户端节点上的nfs、ctdb的原始配置文件信息; (g) Clean up the original configuration and delete the original configuration file information of nfs and ctdb on all client nodes;

(h)、建立连接,在所有客户端节点上对这些文件建立软连接,以便软件启动时加载这些配置文件; (h), establish a connection, and establish soft connections to these files on all client nodes, so that these configuration files can be loaded when the software starts;

(i)、启动ctdb,在接口节点集群的每个节点启动ctdb进程。 (i) Start ctdb, and start the ctdb process on each node of the interface node cluster.

步骤(2)中创建CTDB卷和NAS卷的步骤如下: The steps to create CTDB volume and NAS volume in step (2) are as follows:

(a)、启动服务; (a) Start the service;

(b)、创建存储池; (b) Create a storage pool;

(c)、创建卷,步骤如下:首先,创建一个卷test-volume,test-volume用来存放ctdb的锁文件、smb、nfs和ctdb的配置文件信息;然后,在两个节点自动创建/root/gluster目录;再然后,replica保证在一个节点写数据时能同步到另一个节点; (c), create a volume, the steps are as follows: First, create a volume test-volume, test-volume is used to store the lock file of ctdb, smb, nfs and ctdb configuration file information; then, automatically create /root on the two nodes /gluster directory; then, replica ensures that when one node writes data, it can be synchronized to another node;

(d)、挂载统一存储卷,步骤如下:首先,分别在两个接口节点上创建挂载目录;然后,分别在两个客户端节点执行挂载操作(应用自身的IP);最后,挂载本机的卷,挂载后可通过df命令查看是否挂载成功; (d), mount the unified storage volume, the steps are as follows: first, create the mount directory on the two interface nodes; then, perform the mount operation on the two client nodes (apply their own IP); finally, mount Mount the volume of the machine, after mounting, you can use the df command to check whether the mount is successful;

(e)、保存配置文件:在统一存储卷上保存接口节点集群需要的配置文件,包含锁文件(lockfile)、samba配置文件(smb.conf)、nfs配置文件(exports)、ctdb配置文件(ctdb)、集群节点文件(nodes)、公网IP文件(public_addresses)。 (e), save the configuration file: save the configuration file required by the interface node cluster on the unified storage volume, including the lock file (lockfile), samba configuration file (smb.conf), nfs configuration file (exports), ctdb configuration file (ctdb ), cluster node files (nodes), public network IP files (public_addresses).

浮动IP:作为所有集群的业务访问入口, Floating IP: as the business access entrance of all clusters,

FTP服务:提供文件上传下载服务, FTP service: provide file upload and download services,

NFS服务:提供Linux操作系统之间文件共享服务, NFS service: Provides file sharing services between Linux operating systems,

Samba服务:提供Linux操作系统对Windows操作系统提供文件共享服务, Samba service: Provide Linux operating system to provide file sharing service for Windows operating system,

应用服务:提供需要配置文档的服务。 Application Service: Provides services that require configuration documents.

本发明的一种基于Linux操作系统的集群多机互备的方法具有以下优点: A kind of method for the mutual backup of cluster multi-machines based on Linux operating system of the present invention has the following advantages:

1、通过Linux操作系统下的多台服务器部署,实现当前主流的Linux操作系统下双机主备、多机主备、以及业务不中断等功能; 1. Through the deployment of multiple servers under the Linux operating system, the current mainstream Linux operating system has dual-machine master-backup, multi-machine master-backup, and uninterrupted business functions;

2、利用GlusterFS的共享存储块思想,搭配CTDB的服务监控切换服务,实现高可用方案,对外提供浮动IP、FTP服务、NFS服务、Samba服务以及应用服务; 2. Using the idea of shared storage blocks of GlusterFS, combined with CTDB's service monitoring and switching services, realizes high-availability solutions, and provides external floating IP, FTP services, NFS services, Samba services and application services;

3、通过本发明的部署方法实现了高可用集群,能够使集群的整体服务尽可能可用,从而减少由计算机硬件和软件易错性所带来的损失。如果某个节点失效,它的备援节点将在几秒钟的时间内接管它的职责。因此,对于用户而言,集群永远不会停机。高可用集群软件的主要作用就是实现故障检查和业务切换的自动化。只有两个节点的高可用集群又称为双机热备,即使用两台服务器互相备份。当一台服务器出现故障时,可由另一台服务器承担服务任务,从而在不需要人工干预的情况下,自动保证系统能持续对外提供服务。双机热备只是高可用集群的一种,高可用集群系统更可以支持两个以上的节点,提供比双机热备更多、更高级的功能,更能满足用户不断出现的需求变化; 3. A high-availability cluster is realized through the deployment method of the present invention, which can make the overall service of the cluster as available as possible, thereby reducing the loss caused by the error-proneness of computer hardware and software. If a node fails, its backup node will take over its duties within seconds. Therefore, for the user, the cluster never goes down. The main function of high-availability cluster software is to realize the automation of fault detection and business switching. A high-availability cluster with only two nodes is also called dual-system hot standby, that is, two servers are used to back up each other. When one server fails, another server can assume the service task, so that the system can automatically ensure that the system can continue to provide external services without manual intervention. Dual-machine hot backup is only one type of high-availability cluster. The high-availability cluster system can support more than two nodes, provide more and more advanced functions than dual-machine hot backup, and better meet the changing needs of users;

4、通过本发明的部署方法实现了双机主备以及集群多机,实现了高可用集群;本发明不涉及到数据安全性,数据的安全由底层的存储支持,这里只是提供服务的连续性。 4. Through the deployment method of the present invention, dual-machine active-standby and multi-machine clusters are realized, and high-availability clusters are realized; the present invention does not involve data security, and data security is supported by the underlying storage, which only provides continuity of services .

附图说明 Description of drawings

下面结合附图对本发明进一步说明。 The present invention will be further described below in conjunction with the accompanying drawings.

附图1为一种基于Linux操作系统的集群多机互备的方法的GlusterFS+CTDB的架构图。 Accompanying drawing 1 is the structure diagram of GlusterFS+CTDB of a kind of cluster multi-computer backup method based on Linux operating system.

具体实施方式 detailed description

参照说明书附图和具体实施例对本发明的一种基于Linux操作系统的集群多机互备的方法作以下详细地说明。 Referring to the accompanying drawings and specific embodiments, a Linux operating system-based cluster multi-machine mutual backup method of the present invention will be described in detail below.

实施例: Example:

如图1所示,图中,InfiniBand架构是一种支持多并发链接的“转换线缆”技术,在这种技术中,每种链接都可以达到2.5Gbps的运行速度。这种架构在一个链接的时候速度是500MB/秒,四个链接的时候速度是2GB/秒,12个链接的时候速度可以达到6GB/秒。RDMA(RemoteDirectMemoryAccess)技术全称远程直接数据存取,就是为了解决网络传输中服务器端数据处理的延迟而产生的;RDMA的优势在于可利用传统的网络硬件以TCP/IP及以太网络标准来建立因特网,InfiniBand网络和实现虚拟接口架构的网络支持RDMA。Privatenet为内部网络。 As shown in Figure 1, in the figure, the InfiniBand architecture is a "conversion cable" technology that supports multiple concurrent links. In this technology, each link can reach an operating speed of 2.5Gbps. This architecture has a speed of 500MB/s for one link, 2GB/s for four links, and 6GB/s for 12 links. The full name of RDMA (Remote Direct Memory Access) technology is remote direct data access, which was created to solve the delay of server-side data processing in network transmission; the advantage of RDMA is that it can use traditional network hardware to establish the Internet with TCP/IP and Ethernet standards. InfiniBand networks and networks implementing virtual interface architectures support RDMA. Privatenet is an internal network.

本发明的一种基于Linux操作系统的集群多机互备的方法,在Linux操作系统中,利用GlusterFS的共享存储块,搭配CTDB的服务监控切换服务,实现集群多机互备,达到集群高可用性,对外提供浮动IP、FTP服务、NFS服务、Samba服务以及应用服务;浮动IP:作为所有集群的业务访问入口,FTP服务:提供文件上传下载服务,NFS服务:提供Linux操作系统之间文件共享服务,Samba服务:提供Linux操作系统对Windows操作系统提供文件共享服务,应用服务:提供需要配置文档的服务;包括以下部署步骤: A method for mutual backup of clusters based on the Linux operating system of the present invention, in the Linux operating system, utilizes the shared storage block of GlusterFS and matches the service monitoring switching service of CTDB to realize the mutual backup of clusters and achieve high availability of the cluster , provide floating IP, FTP service, NFS service, Samba service and application service; floating IP: as the business access entrance of all clusters, FTP service: provide file upload and download service, NFS service: provide file sharing service between Linux operating systems , Samba service: provide Linux operating system to provide file sharing service for Windows operating system, application service: provide services that require configuration documents; including the following deployment steps:

(1)、配置hosts文件:将所有客户端节点的信息都写入到hosts文件,并保证节点间可相互实现无密码访问; (1) Configure the hosts file: write the information of all client nodes into the hosts file, and ensure that the nodes can achieve password-free access to each other;

(2)、配置GlusterFS:使用GlusterFS集群文件系统为所有节点提供共享存储空间,并为CTDB提供lock和status共享存储空间,创建CTDB卷和NAS卷,其中,CTDB卷和NAS卷都采用stripevolume,选择distribute;创建CTDB卷和NAS卷的步骤如下: (2) Configure GlusterFS: use the GlusterFS cluster file system to provide shared storage space for all nodes, and provide lock and status shared storage space for CTDB, and create CTDB volumes and NAS volumes. Both CTDB volumes and NAS volumes use stripe volume, select distribute; the steps to create CTDB volumes and NAS volumes are as follows:

(a)、启动服务;代码操作如下: (a), start the service; the code operation is as follows:

[rootclient1~]#serviceglusterdstart [rootclient1~]#serviceglusterdstart

[rootclient2~]#serviceglusterdstart [rootclient2~]#serviceglusterdstart

[rootclient1~]#chkconfigglusterdon; [rootclient1~]#chkconfigglusterdon;

(b)、创建存储池;代码操作如下: (b) Create a storage pool; the code operation is as follows:

[rootclient1~]#glusterpeerprobeclient2//添加一个服务器到存储池 [rootclient1~]#glusterpeerprobeclient2//Add a server to the storage pool

Probesuccessful Probesuccessful

[rootclient1~]#glusterpeerstatus//验证成员状态 [rootclient1~]#glusterpeerstatus//verify membership status

NumberofPeers:1 Number of Peers: 1

Hostname:client2 Hostname: client2

Uuid:8d9c00aa-6683-4b62-83e7-a4011992add8 Uuid: 8d9c00aa-6683-4b62-83e7-a4011992add8

State:PeerinCluster(Connected); State: PeerinCluster(Connected);

(c)、创建卷,步骤如下:首先,创建一个卷test-volume,test-volume用来存放ctdb的锁文件、smb、nfs和ctdb的配置文件信息;然后,在两个节点自动创建/root/gluster目录;再然后,replica保证在一个节点写数据时能同步到另一个节点;代码操作如下: (c), create a volume, the steps are as follows: First, create a volume test-volume, test-volume is used to store the lock file of ctdb, smb, nfs and ctdb configuration file information; then, automatically create /root on the two nodes /gluster directory; then, replica ensures that when one node writes data, it can be synchronized to another node; the code operation is as follows:

[rootclient1~]#glustervolumecreatetest-volumereplica2transport [rootclient1~]#glustervolumecreatetest-volumereplica2transport

tcpclient1:/root/glusterclient2:/root/gluster tcpclient1:/root/glusterclient2:/root/gluster

[rootclient1~]#glustervolumestarttest-volume; [rootclient1~]#glustervolumestarttest-volume;

(d)、挂载统一存储卷,步骤如下:首先,分别在两个接口节点上创建挂载目录,代码操作如下: (d) To mount a unified storage volume, the steps are as follows: First, create mounting directories on the two interface nodes respectively, and the code operation is as follows:

[rootclient1~]#mkdir/mnt/gluster [rootclient1~]#mkdir/mnt/gluster

[rootclient2~]#mkdir/mnt/gluster; [rootclient2~]#mkdir/mnt/gluster;

然后,分别在两个客户端节点执行挂载操作(应用自身的IP); Then, perform the mount operation on the two client nodes respectively (applying its own IP);

最后,挂载本机的卷(不能直接往/root/gluster目录下写),代码操作如下: Finally, mount the volume of the machine (you cannot directly write to the /root/gluster directory), the code operation is as follows:

[rootclient1~]#mount-tglusterfs192.168.2.21:/test-volume/mnt/gluster [rootclient1~]#mount-tglusterfs192.168.2.21:/test-volume/mnt/gluster

[rootclient2~]#mount-tglusterfs192.168.2.22:/test-volume/mnt/gluster; [rootclient2~]#mount-tglusterfs192.168.2.22:/test-volume/mnt/gluster;

挂载后可通过df命令查看是否挂载成功;(为什么不加到/etc/fstab中?因为服务器启动的时候要花点时间去启动glusterfs服务,加到/etc/fstab中是不会成功挂载的); After mounting, you can use the df command to check whether the mounting is successful; (why not add it to /etc/fstab? Because it takes some time to start the glusterfs service when the server starts, adding it to /etc/fstab will not successfully mount loaded);

(e)、保存配置文件:在统一存储卷上保存接口节点集群需要的配置文件,包含锁文件(lockfile)、samba配置文件(smb.conf)、nfs配置文件(exports)、ctdb配置文件(ctdb)、集群节点文件(nodes)、公网IP文件(public_addresses)。 (e), save the configuration file: save the configuration file required by the interface node cluster on the unified storage volume, including the lock file (lockfile), samba configuration file (smb.conf), nfs configuration file (exports), ctdb configuration file (ctdb ), cluster node files (nodes), public network IP files (public_addresses).

(3)、配置CTDB,配置步骤如下: (3) To configure CTDB, the configuration steps are as follows:

(a)、配置ctdb文件,在client1节点上,修改/mnt/gluster目录下的ctdb文件,代码操作如下: (a) Configure the ctdb file. On the client1 node, modify the ctdb file in the /mnt/gluster directory. The code operation is as follows:

CTDB_RECOVERY_LOCK=/mnt/gluster/lockfile CTDB_RECOVERY_LOCK=/mnt/gluster/lockfile

CTDB_PUBLIC_INTERFACE=eth0(对应接客户网络的网卡) CTDB_PUBLIC_INTERFACE=eth0 (corresponding to the network card connected to the customer network)

CTDB_PUBLIC_ADDRESSES=/etc/ctdb/public_addresses CTDB_PUBLIC_ADDRESSES=/etc/ctdb/public_addresses

CTDB_MANAGES_SAMBA=yes CTDB_MANAGES_SAMBA=yes

CTDB_MANAGES_WINBIND=yes CTDB_MANAGES_WINBIND=yes

CTDB_MANAGES_NFS=yes CTDB_MANAGES_NFS=yes

CTDB_MANAGES_VSFTPD=yes CTDB_MANAGES_VSFTPD=yes

CTDB_NODES=/etc/ctdb/nodes CTDB_NODES=/etc/ctdb/nodes

CTDB_DEBUGLEVEL=ERR; CTDB_DEBUGLEVEL=ERR;

(b)、配置nodes文件,在client1节点上,修改/mnt/gluster目录下的集群节点文件(nodes),操作如下: (b) Configure the nodes file. On the client1 node, modify the cluster node file (nodes) in the /mnt/gluster directory. The operation is as follows:

192.168.2.101 192.168.2.101

192.168.2.102, 192.168.2.102,

这两个ip为构成接口节点集群的内部网络ip; These two IPs are the internal network IPs that constitute the interface node cluster;

(c)、修改public_addresses文件,定义浮动IP,在client1节点上,修改公网ip文件(public_addresses),如下:192.168.100.101/24eth0; (c), modify the public_addresses file, define the floating IP, on the client1 node, modify the public network ip file (public_addresses), as follows: 192.168.100.101/24eth0;

(d)、修改nfs文件,在client1节点上,修改/mnt/gluster目录下的文件nfs,nfs文件修改如下: (d) Modify the nfs file. On the client1 node, modify the file nfs under the /mnt/gluster directory. The nfs file is modified as follows:

CTDB_MANAGES_NFS=yes CTDB_MANAGES_NFS=yes

NFS_TICKLE_SHARED_DIRECTORY=/mnt/gluster/nfs-tickles NFS_TICKLE_SHARED_DIRECTORY=/mnt/gluster/nfs-tickles

STATD_PORT=595 STATD_PORT=595

STATD_OUTGOING_PORT=596 STATD_OUTGOING_PORT=596

MOUNTD_PORT=597 MOUNTD_PORT=597

RQUOTAD_PORT=598 RQUOTAD_PORT=598

LOCKD_UDPPORT=599 LOCKD_UDPPORT=599

LOCKD_TCPPORT=599 LOCKD_TCPPORT=599

STATD_SHARED_DIRECTORY=/mnt/gluster/nfs-state STATD_SHARED_DIRECTORY=/mnt/gluster/nfs-state

NFS_HOSTNAME="ctdb" NFS_HOSTNAME="ctdb"

STATD_HOSTNAME="$NFS_HOSTNAME-P STATD_HOSTNAME="$NFS_HOSTNAME -P

"$STATD_SHARED_DIRECTORY/$PUBLIC_IP"-H/etc/ctdb/statd-callout-p97"; "$STATD_SHARED_DIRECTORY/$PUBLIC_IP" -H /etc/ctdb/statd-callout-p97";

(e)、更改export文件,代码操作如下: (e), change the export file, the code operation is as follows:

/home*(rw,fsid=09b4f041-8b20-4377-9af3-2658ae2ecba2); /home*(rw,fsid=09b4f041-8b20-4377-9af3-2658ae2ecba2);

(f)、修改目录权限,在所有客户端节点上,修改/mnt/icfs目录权限,代码如下:[rootclient1~]#chmod-R777/mnt/icfs/; (f), modify directory permissions, modify /mnt/icfs directory permissions on all client nodes, the code is as follows: [rootclient1~]#chmod-R777/mnt/icfs/;

(g)、清理原有配置,删除所有客户端节点上的nfs、ctdb的原始配置文件信息,在所有客户端节点上执行以下操作: (g) Clean up the original configuration, delete the original configuration file information of nfs and ctdb on all client nodes, and perform the following operations on all client nodes:

[rootclient1~]#rm-rf/etc/samba/smb.conf [rootclient1~]#rm-rf/etc/samba/smb.conf

[rootclient1~]#rm-rf/etc/sysconfig/ctdb [rootclient1~]#rm-rf /etc/sysconfig/ctdb

[rootclient1~]#rm-rf/etc/sysconfig/nfs [rootclient1~]#rm-rf /etc/sysconfig/nfs

[rootclient1~]#rm-rf/etc/exports; [rootclient1~]#rm-rf /etc/exports;

(h)、建立连接,在所有客户端节点上对这些文件建立软连接,以便软件启动时加载这些配置文件; (h), establish a connection, and establish soft connections to these files on all client nodes, so that these configuration files can be loaded when the software starts;

(i)、启动ctdb,在接口节点集群的每个节点启动ctdb进程,在所有接口节点执行以下操作: (i), start ctdb, start the ctdb process on each node of the interface node cluster, and perform the following operations on all interface nodes:

[rootclient1~]#servicerpcbindrestart [rootclient1~]#servicerpcbindrestart

[rootclient1~]#servicectdbstart [rootclient1~]#servicectdbstart

[rootclient2~]#servicerpcbindrestart [rootclient2~]#servicerpcbindrestart

[rootclient2~]#servicectdbstart。 [rootclient2~]#servicectdbstart.

通过上面具体实施方式,所述技术领域的技术人员可容易的实现本发明。但是应当理解,本发明并不限于上述的具体实施方式。在公开的实施方式的基础上,所述技术领域的技术人员可任意组合不同的技术特征,从而实现不同的技术方案。 Through the above specific implementation manners, those skilled in the technical field can easily realize the present invention. However, it should be understood that the present invention is not limited to the specific embodiments described above. On the basis of the disclosed embodiments, those skilled in the art can arbitrarily combine different technical features to achieve different technical solutions.

除说明书所述的技术特征外,均为本专业技术人员的已知技术。 Except for the technical features described in the instructions, all are known technologies by those skilled in the art.

Claims (3)

1.一种基于Linux操作系统的集群多机互备的方法,其特征在于在Linux操作系统中,利用GlusterFS的共享存储块,搭配CTDB的服务监控切换服务,实现集群多机互备,对外提供浮动IP、FTP服务、NFS服务、Samba服务以及应用服务;包括以下部署步骤: 1. A method for mutual backup of multiple machines in a cluster based on the Linux operating system, characterized in that in the Linux operating system, the shared storage block of GlusterFS is used, and the service monitoring and switching service of CTDB is matched to realize the mutual backup of multiple machines in the cluster, and externally provide Floating IP, FTP service, NFS service, Samba service, and application service; including the following deployment steps: (1)、配置hosts文件:将所有客户端节点的信息都写入到hosts文件,并保证节点间可相互实现无密码访问; (1) Configure the hosts file: write the information of all client nodes into the hosts file, and ensure that the nodes can achieve password-free access to each other; (2)、配置GlusterFS:使用GlusterFS集群文件系统为所有节点提供共享存储空间,并为CTDB提供lock和status共享存储空间,创建CTDB卷和NAS卷; (2), configure GlusterFS: use the GlusterFS cluster file system to provide shared storage space for all nodes, and provide lock and status shared storage space for CTDB, and create CTDB volumes and NAS volumes; (3)、配置CTDB,配置步骤如下: (3) To configure CTDB, the configuration steps are as follows: (a)、配置ctdb文件,在client1节点上,修改/mnt/gluster目录下的ctdb文件; (a), configure the ctdb file, on the client1 node, modify the ctdb file in the /mnt/gluster directory; (b)、配置nodes文件,在client1节点上,修改/mnt/gluster目录下的集群节点文件; (b), configure the nodes file, on the client1 node, modify the cluster node file in the /mnt/gluster directory; (c)、修改public_addresses文件,定义浮动IP,在client1节点上,修改公网ip文件; (c), modify the public_addresses file, define the floating IP, and modify the public network ip file on the client1 node; (d)、修改nfs文件,在client1节点上,修改/mnt/gluster目录下的文件nfs; (d), modify the nfs file, on the client1 node, modify the file nfs under the /mnt/gluster directory; (e)、更改export文件; (e) Change the export file; (f)、修改目录权限,在所有客户端节点上,修改/mnt/icfs目录权限; (f), modify directory permissions, on all client nodes, modify /mnt/icfs directory permissions; (g)、清理原有配置,删除所有客户端节点上的nfs、ctdb的原始配置文件信息; (g) Clean up the original configuration and delete the original configuration file information of nfs and ctdb on all client nodes; (h)、建立连接,在所有客户端节点上对这些文件建立软连接,以便软件启动时加载这些配置文件; (h), establish a connection, and establish soft connections to these files on all client nodes, so that these configuration files can be loaded when the software starts; (i)、启动ctdb,在接口节点集群的每个节点启动ctdb进程。 (i) Start ctdb, and start the ctdb process on each node of the interface node cluster. 2.根据权利要求1所述的一种基于Linux操作系统的集群多机互备的方法,其特征在于步骤(2)中创建CTDB卷和NAS卷的步骤如下: 2. A method for mutual backup of clusters based on Linux operating system according to claim 1, characterized in that the steps of creating CTDB volumes and NAS volumes in step (2) are as follows: (a)、启动服务; (a) Start the service; (b)、创建存储池; (b) Create a storage pool; (c)、创建卷,步骤如下:首先,创建一个卷test-volume,test-volume用来存放ctdb的锁文件、smb、nfs和ctdb的配置文件信息;然后,在两个节点自动创建/root/gluster目录;再然后,replica保证在一个节点写数据时能同步到另一个节点; (c), create a volume, the steps are as follows: first, create a volume test-volume, test-volume is used to store the lock file of ctdb, smb, nfs and ctdb configuration file information; then, automatically create /root on the two nodes /gluster directory; then, replica ensures that when one node writes data, it can be synchronized to another node; (d)、挂载统一存储卷,步骤如下:首先,分别在两个接口节点上创建挂载目录;然后,分别在两个客户端节点执行挂载操作,其中,应用自身的IP;最后,挂载本机的卷,挂载后可通过df命令查看是否挂载成功; (d), mount the unified storage volume, the steps are as follows: first, create the mount directory on the two interface nodes; then, perform the mount operation on the two client nodes respectively, and apply its own IP; finally, Mount the volume of the local machine, and after mounting, you can use the df command to check whether the mount is successful; (e)、保存配置文件:在统一存储卷上保存接口节点集群需要的配置文件,包含锁文件、samba配置文件、nfs配置文件、ctdb配置文件、集群节点文件、公网IP文件。 (e) Save configuration files: Save the configuration files required by the interface node cluster on the unified storage volume, including lock files, samba configuration files, nfs configuration files, ctdb configuration files, cluster node files, and public network IP files. 3.根据权利要求1所述的一种基于Linux操作系统的集群多机互备的方法,其特征在于浮动IP:作为所有集群的业务访问入口, 3. the method for a kind of cluster multi-machine mutual backup based on Linux operating system according to claim 1, is characterized in that floating IP: as the service access entrance of all clusters, FTP服务:提供文件上传下载服务, FTP service: provide file upload and download services, NFS服务:提供Linux操作系统之间文件共享服务, NFS service: Provides file sharing services between Linux operating systems, Samba服务:提供Linux操作系统对Windows操作系统提供文件共享服务, Samba service: Provide Linux operating system to provide file sharing service for Windows operating system, 应用服务:提供需要配置文档的服务。 Application Service: Provides services that require configuration documents.
CN201510717013.5A 2015-10-29 2015-10-29 Cluster multi-computer mutual backup method based on Linux operating system Pending CN105262820A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510717013.5A CN105262820A (en) 2015-10-29 2015-10-29 Cluster multi-computer mutual backup method based on Linux operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510717013.5A CN105262820A (en) 2015-10-29 2015-10-29 Cluster multi-computer mutual backup method based on Linux operating system

Publications (1)

Publication Number Publication Date
CN105262820A true CN105262820A (en) 2016-01-20

Family

ID=55102324

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510717013.5A Pending CN105262820A (en) 2015-10-29 2015-10-29 Cluster multi-computer mutual backup method based on Linux operating system

Country Status (1)

Country Link
CN (1) CN105262820A (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105634932A (en) * 2016-03-16 2016-06-01 腾讯科技(深圳)有限公司 Message pushing method, device and system
CN106484553A (en) * 2016-09-13 2017-03-08 天脉聚源(北京)传媒科技有限公司 A kind of method and device of solution samba fault
CN106874053A (en) * 2017-02-27 2017-06-20 郑州云海信息技术有限公司 It is a kind of to support that user accesses the method and system that vsftpd services root
CN106897028A (en) * 2017-02-23 2017-06-27 郑州云海信息技术有限公司 A kind of management method and system of shared storage
CN107070730A (en) * 2017-06-16 2017-08-18 郑州云海信息技术有限公司 A kind of startup method and apparatus of CTDB
CN107181631A (en) * 2017-07-26 2017-09-19 郑州云海信息技术有限公司 A kind of Samba clusters interior joint failure switching method and system
CN107302600A (en) * 2017-08-25 2017-10-27 郑州云海信息技术有限公司 The implementation method and device of a kind of distributed FTP service
CN107395700A (en) * 2017-07-11 2017-11-24 核动力运行研究所 Nuclear power DCS codes analogue system and method based on SAMBA agreements
CN107395416A (en) * 2017-07-20 2017-11-24 郑州云海信息技术有限公司 A kind of data transmission method for uplink and server cluster
CN107404524A (en) * 2017-07-24 2017-11-28 郑州云海信息技术有限公司 A kind of method and device of distributed type assemblies node visit
CN107454165A (en) * 2017-08-04 2017-12-08 郑州云海信息技术有限公司 Access method and device of a kind of hadoop cluster to ceph clusters
CN107528903A (en) * 2017-08-30 2017-12-29 郑州云海信息技术有限公司 A kind of cluster qos information storage means and device based on ctdb
CN107547654A (en) * 2017-09-12 2018-01-05 郑州云海信息技术有限公司 A kind of distributed objects storage cluster, deployment, method of servicing and system
CN107562547A (en) * 2017-08-30 2018-01-09 郑州云海信息技术有限公司 A kind of CTDB group systems and creation method, create system
CN107800695A (en) * 2017-10-17 2018-03-13 郑州云海信息技术有限公司 File access method, device based on Samba agreements, system
CN108804335A (en) * 2018-06-14 2018-11-13 郑州云海信息技术有限公司 A kind of automated testing method and system of mixing catalogue sharing
CN108958991A (en) * 2018-07-26 2018-12-07 郑州云海信息技术有限公司 Clustered node failure business quick recovery method, device, equipment and storage medium
CN109976811A (en) * 2017-12-27 2019-07-05 株洲中车时代电气股份有限公司 A kind of automatic hanging method of movable memory equipment and engine video frequency monitoring system
CN110825710A (en) * 2019-11-22 2020-02-21 北京浪潮数据技术有限公司 Configuration synchronization method, device, system and medium for cluster file system
CN111787113A (en) * 2020-07-03 2020-10-16 北京大道云行科技有限公司 Node fault processing method and device, storage medium and electronic equipment
CN112019623A (en) * 2020-08-28 2020-12-01 大医智诚健康管理有限公司 Distributed storage system based on FTP protocol and implementation method thereof
CN113542249A (en) * 2021-07-08 2021-10-22 昆明学院 A multi-protocol data publishing system
CN114124651A (en) * 2022-01-26 2022-03-01 苏州浪潮智能科技有限公司 Control method and device for cloud platform management node and cloud platform server cluster
CN114153812A (en) * 2021-12-09 2022-03-08 佛山众陶联供应链服务有限公司 Method for solving cloud service and remote computer room front-end processor directory sharing
CN114185490A (en) * 2021-12-06 2022-03-15 深圳市瑞驰信息技术有限公司 Method for realizing data exchange between glusterfs file system and object storage s3

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103905531A (en) * 2014-03-14 2014-07-02 浪潮电子信息产业股份有限公司 Method for converting load balancing among nodes in cluster storage system
CN104090992A (en) * 2014-08-06 2014-10-08 浪潮电子信息产业股份有限公司 Method for high-availability configuration between conversion nodes in cluster storage system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103905531A (en) * 2014-03-14 2014-07-02 浪潮电子信息产业股份有限公司 Method for converting load balancing among nodes in cluster storage system
CN104090992A (en) * 2014-08-06 2014-10-08 浪潮电子信息产业股份有限公司 Method for high-availability configuration between conversion nodes in cluster storage system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
刘爱贵: ""基于开源软件构建高性能集群NAS系统"", 《CSDN博客》 *
王健: ""一种新型森林监测云平台文件系统的研究"", 《森林工程》 *

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105634932A (en) * 2016-03-16 2016-06-01 腾讯科技(深圳)有限公司 Message pushing method, device and system
CN106484553A (en) * 2016-09-13 2017-03-08 天脉聚源(北京)传媒科技有限公司 A kind of method and device of solution samba fault
CN106484553B (en) * 2016-09-13 2019-06-28 天脉聚源(北京)传媒科技有限公司 A kind of method and device solving samba failure
CN106897028A (en) * 2017-02-23 2017-06-27 郑州云海信息技术有限公司 A kind of management method and system of shared storage
CN106874053A (en) * 2017-02-27 2017-06-20 郑州云海信息技术有限公司 It is a kind of to support that user accesses the method and system that vsftpd services root
CN107070730B (en) * 2017-06-16 2020-03-31 郑州云海信息技术有限公司 CTDB starting method and device
CN107070730A (en) * 2017-06-16 2017-08-18 郑州云海信息技术有限公司 A kind of startup method and apparatus of CTDB
CN107395700A (en) * 2017-07-11 2017-11-24 核动力运行研究所 Nuclear power DCS codes analogue system and method based on SAMBA agreements
CN107395700B (en) * 2017-07-11 2021-02-02 核动力运行研究所 SAMBA protocol-based nuclear power DCS (distributed control System) procedure simulation system and method
CN107395416A (en) * 2017-07-20 2017-11-24 郑州云海信息技术有限公司 A kind of data transmission method for uplink and server cluster
CN107404524B (en) * 2017-07-24 2020-07-07 郑州云海信息技术有限公司 Distributed cluster node access method and device
CN107404524A (en) * 2017-07-24 2017-11-28 郑州云海信息技术有限公司 A kind of method and device of distributed type assemblies node visit
CN107181631A (en) * 2017-07-26 2017-09-19 郑州云海信息技术有限公司 A kind of Samba clusters interior joint failure switching method and system
CN107454165A (en) * 2017-08-04 2017-12-08 郑州云海信息技术有限公司 Access method and device of a kind of hadoop cluster to ceph clusters
CN107302600A (en) * 2017-08-25 2017-10-27 郑州云海信息技术有限公司 The implementation method and device of a kind of distributed FTP service
CN107562547A (en) * 2017-08-30 2018-01-09 郑州云海信息技术有限公司 A kind of CTDB group systems and creation method, create system
CN107528903A (en) * 2017-08-30 2017-12-29 郑州云海信息技术有限公司 A kind of cluster qos information storage means and device based on ctdb
CN107547654A (en) * 2017-09-12 2018-01-05 郑州云海信息技术有限公司 A kind of distributed objects storage cluster, deployment, method of servicing and system
CN107800695A (en) * 2017-10-17 2018-03-13 郑州云海信息技术有限公司 File access method, device based on Samba agreements, system
CN109976811A (en) * 2017-12-27 2019-07-05 株洲中车时代电气股份有限公司 A kind of automatic hanging method of movable memory equipment and engine video frequency monitoring system
CN109976811B (en) * 2017-12-27 2020-11-17 株洲中车时代电气股份有限公司 Automatic mounting method of movable storage equipment and locomotive video monitoring system
CN108804335A (en) * 2018-06-14 2018-11-13 郑州云海信息技术有限公司 A kind of automated testing method and system of mixing catalogue sharing
CN108958991A (en) * 2018-07-26 2018-12-07 郑州云海信息技术有限公司 Clustered node failure business quick recovery method, device, equipment and storage medium
CN108958991B (en) * 2018-07-26 2022-05-06 郑州云海信息技术有限公司 Method, device, equipment and storage medium for rapidly recovering cluster node fault service
CN110825710A (en) * 2019-11-22 2020-02-21 北京浪潮数据技术有限公司 Configuration synchronization method, device, system and medium for cluster file system
CN111787113A (en) * 2020-07-03 2020-10-16 北京大道云行科技有限公司 Node fault processing method and device, storage medium and electronic equipment
CN111787113B (en) * 2020-07-03 2021-09-03 北京大道云行科技有限公司 Node fault processing method and device, storage medium and electronic equipment
CN112019623A (en) * 2020-08-28 2020-12-01 大医智诚健康管理有限公司 Distributed storage system based on FTP protocol and implementation method thereof
CN113542249A (en) * 2021-07-08 2021-10-22 昆明学院 A multi-protocol data publishing system
CN114185490A (en) * 2021-12-06 2022-03-15 深圳市瑞驰信息技术有限公司 Method for realizing data exchange between glusterfs file system and object storage s3
CN114153812A (en) * 2021-12-09 2022-03-08 佛山众陶联供应链服务有限公司 Method for solving cloud service and remote computer room front-end processor directory sharing
CN114124651A (en) * 2022-01-26 2022-03-01 苏州浪潮智能科技有限公司 Control method and device for cloud platform management node and cloud platform server cluster

Similar Documents

Publication Publication Date Title
CN105262820A (en) Cluster multi-computer mutual backup method based on Linux operating system
US10735509B2 (en) Systems and methods for synchronizing microservice data stores
CN107707393B (en) Multi-active system based on Openstack O version characteristics
US7370083B2 (en) System and method for providing virtual network attached storage using excess distributed storage capacity
US9747179B2 (en) Data management agent for selective storage re-caching
CN107547654B (en) A distributed object storage cluster, deployment, service method and system
US20190235979A1 (en) Systems and methods for performing computing cluster node switchover
CN101902498B (en) Network technology based storage cloud backup method
CN103237046B (en) Support distributed file system and the implementation method of mixed cloud storage application
US20090240705A1 (en) File switch and switched file system
US20040098717A1 (en) System and method for creating complex distributed applications
Jian-Hua et al. Cloud computing-based data storage and disaster recovery
CN107734026A (en) A kind of design method, device and the equipment of network attached storage cluster
CN102413172B (en) Parallel data sharing method based on cluster technology and apparatus thereof
CN105162824A (en) Host multi-path disposition method in cloud storage system, and system
CN105260377A (en) An upgrade method and system based on tiered storage
CN114281600B (en) Disaster recovery and recovery method, device, equipment and storage medium
Harchol et al. CESSNA: Resilient edge-computing
CN113849136A (en) Automatic FC block storage processing method and system based on domestic platform
CN107426288A (en) A kind of resource-sharing schedule method and apparatus based on storage network
Eisler et al. Data ONTAP GX: A Scalable Storage Cluster.
Anderson et al. Local recovery for high availability in strongly consistent cloud services
CN112069142A (en) Distributed high-availability shared storage system and construction method thereof
KR101588715B1 (en) A Building Method of High-availability Mechanism of Medical Information Systems based on Clustering Algorism
Aashabegum et al. Formation of single and multinode clusters in Hadoop distributed file 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
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160120

WD01 Invention patent application deemed withdrawn after publication