CN112217881B - File synchronization method and equipment based on operation and maintenance audit system - Google Patents

File synchronization method and equipment based on operation and maintenance audit system Download PDF

Info

Publication number
CN112217881B
CN112217881B CN202011020162.3A CN202011020162A CN112217881B CN 112217881 B CN112217881 B CN 112217881B CN 202011020162 A CN202011020162 A CN 202011020162A CN 112217881 B CN112217881 B CN 112217881B
Authority
CN
China
Prior art keywords
service module
file
synchronization
syn
network device
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
CN202011020162.3A
Other languages
Chinese (zh)
Other versions
CN112217881A (en
Inventor
刘炳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Suninfo Technology Co ltd
Original Assignee
Shanghai Suninfo Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Suninfo Technology Co ltd filed Critical Shanghai Suninfo Technology Co ltd
Priority to CN202011020162.3A priority Critical patent/CN112217881B/en
Publication of CN112217881A publication Critical patent/CN112217881A/en
Application granted granted Critical
Publication of CN112217881B publication Critical patent/CN112217881B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

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/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
    • G06F11/1004Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's to protect a block of data words, e.g. CRC or checksum
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/178Techniques for file synchronisation in file systems
    • 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
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Abstract

The application aims to provide a file synchronization scheme based on an operation and maintenance auditing system. A FILE service module of first network equipment sends synchronization information to an HA service module, and the HA service module analyzes and stores the synchronization information; when the HA service module of the first network equipment receives a heartbeat request message sent by a PEER service module of second network equipment, a heartbeat response message is returned to the PEER service module; the PEER service module analyzes the heartbeat response message, encapsulates the operation which cannot be directly executed by the equipment into a synchronization request message, and sends the synchronization request message to a SYN service module of the second network equipment; and the SYN service module and the FILE service module of the first network equipment execute the operation corresponding to the synchronization request message together in an interactive mode. The operation and maintenance auditing system adopting the dual-computer structure can enable the main computer and the standby computer to provide services to the outside on the basis of realizing file synchronization, and can customize the synchronization files.

Description

File synchronization method and equipment based on operation and maintenance audit system
Technical Field
The application relates to the technical field of information, in particular to a file synchronization technology based on an operation and maintenance auditing system.
Background
An operation and maintenance auditing system is used for monitoring and recording the operation behaviors of operation and maintenance personnel on various servers in a network by using various technical means in order to ensure that the network and data are not invaded and damaged by external and internal users under a specific network environment, so as to alarm in a centralized manner, process in time and audit and determine responsibility. The operation and maintenance auditing system generally adopts a dual-machine structure, two machines are mutually master and standby, and various auditing data between the master and standby are mutually synchronous. At present, the mature data synchronization scheme in the market mainly comprises drbd, inotify + rsync, shared storage and the like.
However, although these existing file synchronization schemes can solve the problem of data synchronization between the primary and secondary hosts, most of them have certain limitations. For example, the host and the standby may only allow one of the external services to be used, and the information of file synchronization cannot be customized.
Disclosure of Invention
The file synchronization method and device based on the operation and maintenance auditing system are provided.
According to one aspect of the application, a file synchronization method based on an operation and maintenance auditing system is provided, wherein the method comprises the following steps:
a FILE service module of first network equipment sends synchronization information to an HA service module;
the HA service module of the first network equipment analyzes and stores the synchronous information;
when the HA service module of the first network device receives a heartbeat request message sent by a PEER service module of a second network device, returning a heartbeat response message to the PEER service module of the second network device, wherein the heartbeat response message comprises the synchronization information;
the Peer service module of the second network equipment analyzes the heartbeat response message, encapsulates the operation which cannot be directly executed by the equipment into a synchronization request message, and sends the synchronization request message to the SYN service module of the second network equipment;
and the SYN service module of the second network equipment and the FILE service module of the first network equipment execute the operation corresponding to the synchronization request message together in an interactive mode.
According to another aspect of the present application, there is also provided a network device for synchronizing FILEs, wherein the network device includes an HA service module, a PEER service module, a SYN service module, and a FILE service module;
the HA service module is used for providing interface service for data synchronization;
the Peer service module is used for acquiring file information needing to be synchronized from HA service modules of other network devices;
the SYN service module is used for receiving the file synchronization information filtered by the PEER service module;
the FILE service module is used for executing operation on the FILE.
According to yet another aspect of the present application, there is also provided a computing device, wherein the device comprises a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the device to perform the method for file synchronization based on an operation and maintenance auditing system.
According to yet another aspect of the present application, there is further provided a computer readable medium, on which computer program instructions are stored, the computer readable instructions being executable by a processor to implement the file synchronization method based on the operation and maintenance auditing system.
In the scheme provided by the application, a FILE service module of a first network device sends synchronization information to an HA service module, and the HA service module analyzes and stores the synchronization information; when the HA service module of the first network equipment receives a heartbeat request message sent by a PEER service module of second network equipment, a heartbeat response message is returned to the PEER service module; the PEER service module analyzes the heartbeat response message, encapsulates the operation which cannot be directly executed by the equipment into a synchronization request message, and sends the synchronization request message to a SYN service module of the second network equipment; and the SYN service module and the FILE service module of the first network equipment execute the operation corresponding to the synchronization request message together in an interactive mode. Compared with the prior art, the operation and maintenance auditing system adopting the dual-computer structure can enable the main computer and the standby computer to provide external services on the basis of realizing file synchronization, and can customize the synchronization files.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is a flowchart of a file synchronization method based on an operation and maintenance auditing system according to an embodiment of the present application;
FIG. 2 is a timing diagram of file synchronization by two hosts according to an embodiment of the present application;
fig. 3 is a service information diagram to be deployed for file synchronization of a host and a standby device according to an embodiment of the present application;
fig. 4 is a schematic diagram of a network device for synchronizing files according to an embodiment of the present application.
The same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present application is described in further detail below with reference to the attached figures.
In a typical configuration of the present application, the terminal, the device serving the network, and the trusted party each include one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, which include both non-transitory and non-transitory, removable and non-removable media, may implement the information storage by any method or technology. The information may be computer readable instructions, data structures, programmed devices, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static Random Access Memory (SRAM), dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), read Only Memory (ROM), electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital Versatile Disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device.
The embodiment of the application provides a file synchronization method based on an operation and maintenance audit system, and for the operation and maintenance audit system adopting a dual-machine structure, on the basis of realizing file synchronization, a main machine and a standby machine can provide services outwards, and the files can be customized and synchronized, wherein the two machines of the dual-machine structure are mutually main and standby.
In a practical scenario, the device performing the method may be a user equipment, a network device, or a device formed by integrating a user equipment and a network device through a network. The user equipment includes, but is not limited to, a terminal device such as a smartphone, a tablet computer, a Personal Computer (PC), and the like, and the network device includes, but is not limited to, a network host, a single network server, multiple network server sets, or a cloud computing-based computer set. Here, the Cloud is made up of a large number of hosts or web servers based on Cloud Computing (Cloud Computing), which is a type of distributed Computing, one virtual computer consisting of a collection of loosely coupled computers.
Fig. 1 is a flowchart of a file synchronization method based on an operation and maintenance auditing system according to an embodiment of the present application, where the method includes step S101, step S102, step S103, step S104, and step S105.
Step S101, the FILE service module of the first network device sends synchronization information to the HA service module.
The FILE service module is used for executing operations on FILEs, and the HA service module is used for providing interface services for data synchronization. For example, the FILE service module may provide actual operations on FILEs, and it may directly perform operations such as adding rights. The HA service module can receive file information which needs to be synchronized by the device, and can also receive heartbeat information sent by the Peer service module.
In some embodiments, the FILE service module of the first network device sends the synchronization information to the HA service module through the synchronization API interface. For example, as shown in fig. 2, the first network device may be the host B in fig. 2, and the host B sends the information to be synchronized (i.e. the synchronization information) to the HA service module through the synchronization API interface provided in the host B.
In some embodiments, the synchronization information includes type information of a synchronization operation. For example, as shown in fig. 2, the information that needs to be synchronized (i.e., the synchronization information) sent by the host B to the HA service module through the synchronization API interface provided within the host B contains at least a specific type of synchronization operation. All subsequent operations may be customized based on different types.
Step S102, the HA service module of the first network device analyzes and stores the synchronization information.
For example, as shown in fig. 2, after receiving data sent through the API interface, the HA service module checks the data, and stores the data that is checked to be valid using a queue.
Step S103, when the HA service module of the first network device receives the heartbeat request message sent by the PEER service module of the second network device, returns a heartbeat response message to the PEER service module of the second network device, where the heartbeat response message includes the synchronization information.
For example, the PEER service module is configured to obtain file information that needs to be synchronized from an HA service module of the PEER network device. For the synchronization information, the PEER service module of the second network device (e.g., the host a in fig. 2) is required to send a heartbeat request message to obtain the synchronization information, and after receiving the heartbeat request message, the HA service module of the first network device (e.g., the host B in fig. 2) extracts a certain amount of synchronization information from the synchronization queue and returns the synchronization information to the PEER service module of the second network device (e.g., the host a in fig. 2).
Step S104, the PEER service module of the second network device parses the heartbeat response message, encapsulates the operation that cannot be directly executed by the device into a synchronization request message, and sends the synchronization request message to the SYN service module of the second network device.
For example, after receiving the heartbeat response message, the PEER service module of the second network device (e.g., host a in fig. 2) first parses the response message packet, and then immediately executes some operations that can be directly executed on the device after parsing. As shown in fig. 2, the remaining operations are encapsulated and sent to the SYN service module via a synchronization request message. The SYN service module is configured to receive file synchronization information filtered by the PEER service module, where the file synchronization information needs to be obtained by interacting with an opposite terminal or is effective when being executed on the opposite terminal, for example, file synchronization, directory deletion, file permission, and the like.
Step S105, the SYN service module of the second network device and the FILE service module of the first network device execute an operation corresponding to the synchronization request message together in an interactive manner.
For example, the SYN service module of the second network device (e.g., host a in fig. 2) and the FILE service module of the opposite end (i.e., the first network device, e.g., host B in fig. 2) complete related operations related to the FILE in an interactive manner. It should be noted that the message processing flow described in fig. 2 is performed by interaction between the host a and the host B, and the figure does not show the entire interaction content of the host a and the host B.
In some embodiments, as shown in fig. 2, the SYN service module of the second network device (e.g., host a in fig. 2) acquires a synchronization FILE based on the synchronization request message, sends a FILE synchronization request message to the FILE service module of the first network device (e.g., host B in fig. 2), and the FILE service module of the first network device (e.g., host B in fig. 2) returns a FILE synchronization response message to the SYN service module of the second network device (e.g., host a in fig. 2).
In some embodiments, as shown in fig. 3, the first network device (e.g., host B in fig. 3) includes an HA service module, a PEER service module, a SYN service module, and a FILE service module; the second network device (e.g., host a in fig. 3) includes an HA service module, a PEER service module, a SYN service module, and a FILE service module. Fig. 2 shows only a part of the process of the interaction between the PEER service module and the SYN service module of the host a and the HA service module and the FILE service module of the host B, and similarly, the PEER service module and the SYN service module of the host B may also interact with the HA service module and the FILE service module of the host a.
Fig. 4 is a schematic diagram of a network device for synchronizing FILEs according to an embodiment of the present application, where the network device includes an HA service module 401, a PEER service module 402, a SYN service module 403, and a FILE service module 404.
The HA service module 401 is configured to provide an interface service for data synchronization.
For example, the network device may include a host a and a host B in fig. 3, as shown in fig. 3, the host a and the host B are active and standby, and service information deployed by the active and standby hosts is completely consistent.
In some embodiments, the HA service module 401 is configured to receive file information that needs to be synchronized by the device, and receive heartbeat information sent by the PEER service module.
The PEER service module 402 is configured to obtain file information that needs to be synchronized from HA service modules of other network devices.
For example, the PEER service module is configured to periodically acquire file information to be synchronized from an HA service module of the PEER network device; the file information does not only refer to the specific file to be synchronized, and the file information may include, but is not limited to, the following information: creating directories, deleting directories, synchronizing files, deleting files, adding file permissions, adding file owners, and the like. For these different operations, a distinction can be made by different flag bits.
The SYN service module 403 is configured to receive the file synchronization information filtered by the PEER service module. For example, the synchronization information needs to be obtained interactively with the opposite terminal or be validated at the opposite terminal, such as synchronization of files, deletion of directories, deletion of files, authority of files, and the like.
The FILE service module 404 is used for executing operations on FILEs.
For example, the FILE service module provides actual operations on FILEs; if the file is a synchronous file, the file is opened by the synchronous file, and the read file is sent to the requested SYN service module; if the operation is the operation of adding the authority and the like, the operation is directly executed by the operation.
In some embodiments, the SYN service module and the FILE service module are in a multi-process or multi-threaded mode. For example, for an operation and maintenance auditing system, the pressure of FILE synchronization may be large, and therefore, the SYN service module and the FILE service module may be designed to be in a mode of supporting high concurrency, such as multi-process or multi-thread.
In summary, according to the embodiment of the application, for the operation and maintenance auditing system adopting the dual-computer structure, the file synchronization can be normally performed on the basis that the host computer and the standby computer normally provide services to the outside.
Additionally, some portions of the present application may be applied as a computer program product, such as computer program instructions, which, when executed by a computer, may invoke or provide the method and/or solution according to the present application through the operation of the computer. Program instructions which invoke the methods of the present application may be stored on a fixed or removable recording medium and/or transmitted via a data stream on a broadcast or other signal-bearing medium and/or stored within a working memory of a computer device operating in accordance with the program instructions. Herein, some embodiments of the present application provide a computing device comprising a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the device to perform the method and/or solution of the aforementioned embodiments of the present application.
Furthermore, some embodiments of the present application also provide a computer readable medium, on which computer program instructions are stored, the computer readable instructions being executable by a processor to implement the methods and/or aspects of the foregoing embodiments of the present application.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, implemented using Application Specific Integrated Circuits (ASICs), general purpose computers or any other similar hardware devices. In some embodiments, the software programs of the present application may be executed by a processor to implement the steps or functions described above. Likewise, the software programs (including associated data structures) of the present application may be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Further, some of the steps or functions of the present application may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not to denote any particular order.

Claims (10)

1. A file synchronization method based on an operation and maintenance auditing system, wherein the method comprises the following steps:
a FILE service module of first network equipment sends synchronization information to an HA service module;
the HA service module of the first network equipment analyzes and stores the synchronous information;
when the HA service module of the first network device receives a heartbeat request message sent by a PEER service module of a second network device, returning a heartbeat response message to the PEER service module of the second network device, wherein the heartbeat response message comprises the synchronization information;
the Peer service module of the second network equipment analyzes the heartbeat response message, encapsulates the operation which cannot be directly executed by the equipment into a synchronization request message, and sends the synchronization request message to the SYN service module of the second network equipment;
and the SYN service module of the second network equipment and the FILE service module of the first network equipment execute the operation corresponding to the synchronization request message together in an interactive mode, wherein the SYN service module is used for receiving the FILE synchronization information filtered by the PER service module, the FILE synchronization information needs to be interactively acquired with an opposite terminal or is validated at the opposite terminal, and the FILE synchronization information comprises FILE synchronization, directory deletion, FILE deletion and FILE permission.
2. The method of claim 1, wherein the first network device comprises a HA service module, a PEER service module, a SYN service module, and a FILE service module; the second network equipment comprises an HA service module, a PEER service module, a SYN service module and a FILE service module.
3. The method of claim 1, wherein the FILE service module of the first network device sending synchronization information to the HA service module comprises:
the FILE service module of the first network device sends the synchronization information to the HA service module through the synchronization API interface.
4. The method of any of claims 1-3, wherein the synchronization information comprises type information of a synchronization operation.
5. The method of claim 1, wherein the SYN service module of the second network device performs, by way of interaction, an operation corresponding to the synchronization request message in cooperation with the FILE service module of the first network device, including:
and the SYN service module of the second network equipment acquires a synchronous FILE based on the synchronous request message, sends a FILE synchronous request message to the FILE service module of the first network equipment, and returns a FILE synchronous response message to the SYN service module of the second network equipment.
6. A network device for synchronizing FILEs, wherein the network device comprises an HA service module, a PEER service module, a SYN service module, and a FILE service module;
the HA service module is used for providing interface service for data synchronization;
the Peer service module is used for acquiring file information needing to be synchronized from HA service modules of other network devices;
the SYN service module is used for receiving file synchronization information filtered by the PEER service module, wherein the file synchronization information needs to be interactively acquired with an opposite terminal or takes effect at the opposite terminal, and the file synchronization information comprises file synchronization, directory deletion, file deletion and file permission;
the FILE service module is used for executing operation on the FILE, wherein the FILE service module provides actual operation on the FILE; if the file is a synchronous file, the file is opened by the synchronous file, and the read file is sent to the requested SYN service module; if the operation is the operation of adding the authority, the operation is directly executed by the operation.
7. The network device of claim 6, wherein the HA service module is configured to receive file information that the device needs to synchronize, and receive heartbeat information sent by the PEER service module.
8. The network device of claim 6, wherein the SYN service module and the FILE service module employ a multi-process or multi-thread mode.
9. A computing device, wherein the device comprises a memory for storing computer program instructions and a processor for executing the computer program instructions, wherein the computer program instructions, when executed by the processor, trigger the device to perform the method of any of claims 1 to 5.
10. A computer readable medium having stored thereon computer program instructions executable by a processor to implement the method of any one of claims 1 to 5.
CN202011020162.3A 2020-09-24 2020-09-24 File synchronization method and equipment based on operation and maintenance audit system Active CN112217881B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011020162.3A CN112217881B (en) 2020-09-24 2020-09-24 File synchronization method and equipment based on operation and maintenance audit system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011020162.3A CN112217881B (en) 2020-09-24 2020-09-24 File synchronization method and equipment based on operation and maintenance audit system

Publications (2)

Publication Number Publication Date
CN112217881A CN112217881A (en) 2021-01-12
CN112217881B true CN112217881B (en) 2023-02-21

Family

ID=74051050

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011020162.3A Active CN112217881B (en) 2020-09-24 2020-09-24 File synchronization method and equipment based on operation and maintenance audit system

Country Status (1)

Country Link
CN (1) CN112217881B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103077242A (en) * 2013-01-11 2013-05-01 北京佳讯飞鸿电气股份有限公司 Method for hot standby of dual database servers
CN104468537A (en) * 2014-11-25 2015-03-25 公安部第三研究所 System and method for achieving safety audit
CN110399254A (en) * 2019-06-29 2019-11-01 苏州浪潮智能科技有限公司 A kind of server CMC dual-locomotive heat activating method, system, terminal and storage medium
CN111158955A (en) * 2019-12-30 2020-05-15 航天壹进制(南京)数据科技有限公司 High-availability system based on volume replication and multi-server data synchronization method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9489392B2 (en) * 2014-01-24 2016-11-08 Ca, Inc. High availability data replication

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103077242A (en) * 2013-01-11 2013-05-01 北京佳讯飞鸿电气股份有限公司 Method for hot standby of dual database servers
CN104468537A (en) * 2014-11-25 2015-03-25 公安部第三研究所 System and method for achieving safety audit
CN110399254A (en) * 2019-06-29 2019-11-01 苏州浪潮智能科技有限公司 A kind of server CMC dual-locomotive heat activating method, system, terminal and storage medium
CN111158955A (en) * 2019-12-30 2020-05-15 航天壹进制(南京)数据科技有限公司 High-availability system based on volume replication and multi-server data synchronization method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于网络文件共享服务的双机数据同步方法;刘隽等;《铁道通信信号》;20130517;全文 *

Also Published As

Publication number Publication date
CN112217881A (en) 2021-01-12

Similar Documents

Publication Publication Date Title
US10956601B2 (en) Fully managed account level blob data encryption in a distributed storage environment
US10764045B2 (en) Encrypting object index in a distributed storage environment
US10929428B1 (en) Adaptive database replication for database copies
US10659225B2 (en) Encrypting existing live unencrypted data using age-based garbage collection
WO2019154394A1 (en) Distributed database cluster system, data synchronization method and storage medium
CA2790734C (en) Data synchronization between a data center environment and a cloud computing environment
US20110113117A1 (en) Asynchronous Collection and Correlation of Trace and Communications Event Data
US20040015600A1 (en) Workload post-processing and parameterization for a system for performance testing of N-tiered computer systems using recording and playback of workloads
CN103166785A (en) Distributed type log analysis system based on Hadoop
JP6987340B2 (en) Database data change request processing method and equipment
US20030172198A1 (en) Workload playback for a system for performance testing of N-tiered computer systems using recording and playback of workloads
CN104216801A (en) Data copying method oriented to virtual environment and data copying system oriented to virtual environment
US20120278429A1 (en) Cluster system, synchronization controlling method, server, and synchronization controlling program
US20190050560A1 (en) Systems and methods for auditing isolated computing environments
RU2711348C1 (en) Method and system for processing requests in a distributed database
US9507798B1 (en) Centralized logging for a data storage system
CN108205468A (en) A kind of distributed system and implementation method towards massive video image
US11093290B1 (en) Backup server resource-aware discovery of client application resources
CN112217881B (en) File synchronization method and equipment based on operation and maintenance audit system
KR20210019771A (en) Apparatus and method for managing data using blockchain
CN112199329B (en) Double-machine operation and maintenance data archiving and cleaning method and device based on fort machine
US11341159B2 (en) In-stream data load in a replication environment
CN113407629A (en) Data synchronization method and device, electronic equipment and storage medium
Li et al. A hybrid disaster-tolerant model with DDF technology for MooseFS open-source distributed file system
CN113448775A (en) Multi-source heterogeneous data backup method and device

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