Storage Made Easy Enterprise File Share and Sync Fabric Architecture

Similar documents
Providing an Enterprise File Share and Sync Solution for

Providing an Enterprise File Share and Sync Solution for

Storage Made Easy. Mirantis

Storage Made Easy. Providing an Enterprise File Fabric for INVESTOR NEWSLETTER ISSUE N 3

Storage Made Easy. SoftLayer

STORAGE MADE EASY: S3 DRIVE & S3 EXPLORER

STORAGE MADE EASY ENTERPRISE FILE FABRIC

Storage Made Easy. Enterprise File Fabric for Unified Data Indexing, Auditing, e-compliance, and secure file sharing.

SMEStorage Open Clou d

Storage Made Easy. Providing the last mile for Object Storage

Developing Enterprise Cloud Solutions with Azure

Gladinet Cloud Enterprise

How CloudEndure Disaster Recovery Works

Storage Made Easy. Feature List

Introduction With the move to the digital enterprise, all organizations regulated or not, are required to provide customers and anonymous users alike

Architecting Microsoft Azure Solutions (proposed exam 535)

Developing Microsoft Azure Solutions

How CloudEndure Works

How CloudEndure Disaster Recovery Works

SQL Azure. Abhay Parekh Microsoft Corporation

BeBanjo Infrastructure and Security Overview

DOCAVE ONLINE. Your Cloud. Our SaaS. A Powerful Combination. Online Services. Technical Overview ADMINISTRATION BACKUP & RESTORE

How CloudEndure Works

This paper introduces the security policies, practices, and procedures in place at Smartsheet.

Document Sub Title. Yotpo. Technical Overview 07/18/ Yotpo

Introduction to ArcGIS Server Architecture and Services. Amr Wahba

Microsoft Architecting Microsoft Azure Solutions.

Nasuni UniFS a True Global File System

Gladinet Cloud Enterprise

Developing Microsoft Azure Solutions (70-532) Syllabus

Industry-leading Application PaaS Platform

Storgrid Data Sheet Enterprise File Serving Software re-invented

-Presented By : Rajeshwari Chatterjee Professor-Andrey Shevel Course: Computing Clusters Grid and Clouds ITMO University, St.

ARCHITECTING WEB APPLICATIONS FOR THE CLOUD: DESIGN PRINCIPLES AND PRACTICAL GUIDANCE FOR AWS

HySecure Quick Start Guide. HySecure 5.0

Azure Marketplace Getting Started Tutorial. Community Edition

AWS Storage Gateway. Not your father s hybrid storage. University of Arizona IT Summit October 23, Jay Vagalatos, AWS Solutions Architect

Exam : Implementing Microsoft Azure Infrastructure Solutions

SERVERS TO SERVICES HOW MICROSOFT AZURE CAN MODERNISE YOUR IT INFRASTRUCTURE. Joey Lau 9 November 2017

Cloud object storage : the right way. Orit Wasserman Open Source Summit 2018

SCALITY ZENKO. Freedom & control across Hybrid IT and Multi-Cloud

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

Etlworks Integrator cloud data integration platform

DreamFactory Security Guide

JOB SCHEDULING CHECKLIST

Developing Microsoft Azure Solutions (70-532) Syllabus

WEBSCALE CONVERGED APPLICATION DELIVERY PLATFORM

OptiSol FinTech Platforms

Cloud Services. Introduction

Genomics on Cisco Metacloud + SwiftStack

The Nasuni Security Model

Using Cohesity with Amazon Web Services (AWS)

Security in Bomgar Remote Support

Detect, Diagnose and Solve Problems with Application Insights

Tableau Server - 101

Developing Microsoft Azure Solutions (70-532) Syllabus

What is new in ArcGIS 10.2.x for Server

ACRONIS DATA CLOUD AT CLOUDFEST YOUR SINGLE SOURCE FOR RELIABLE NEW REVENUE. Markus Bauer, Technology Evangelist EMEA

When (and how) to move applications from VMware to Cisco Metacloud

Azure Certification BootCamp for Exam (Developer)

Oracle 10g and IPv6 IPv6 Summit 11 December 2003

SOLUTION BRIEF Fulfill the promise of the cloud

Security in the Privileged Remote Access Appliance

REFERENCE ARCHITECTURE Quantum StorNext and Cloudian HyperStore

Oracle IaaS, a modern felhő infrastruktúra

OpenStack SwiftOnFile: User Identity for Cross Protocol Access Demystified Dean Hildebrand, Sasikanth Eda Sandeep Patil, Bill Owen IBM

Security Guide Zoom Video Communications Inc.

Edge Foundational Training

PCI DSS Compliance. White Paper Parallels Remote Application Server

[MS10992]: Integrating On-Premises Core Infrastructure with Microsoft Azure

VMware AirWatch Content Gateway Guide for Linux For Linux

Sentinet for Microsoft Azure SENTINET

AKAMAI WHITE PAPER. Enterprise Application Access Architecture Overview

Pasiruoškite ateičiai: modernus duomenų centras. Laurynas Dovydaitis Microsoft Azure MVP

#1 Enterprise File Share, Sync, Backup and Mobile Access for Business

Web and API Apps in Azure

SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON

UNITRENDS CLOUD BACKUP FOR OFFICE 365

StreamSets Control Hub Installation Guide

An Open Architecture for Hybrid Delivery

Learning Management System (LMS) + Content Management System (CMS)

Azure Marketplace. Getting Started Tutorial. Community Edition

Building a Modular and Scalable Virtual Network Architecture with Amazon VPC

Introduction to Worklight Integration IBM Corporation

Hosted Azure for your business. Build virtual servers, deploy with flexibility, and reduce your hardware costs with a managed cloud solution.

Developing with the Cloud

Enterprise Open Source Databases

How to scale Windows Azure Application

A10 HARMONY CONTROLLER

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1

Cloud, SDN and BIGIQ. Philippe Bogaerts Senior Field Systems Engineer

Clearswift Hosting Options

Why Microsoft Azure is the right choice for your Public Cloud, a Consultants view by Simon Conyard

Get the Most Out of GoAnywhere: Achieving Cloud File Transfers and Integrations

70-532: Developing Microsoft Azure Solutions

We are ready to serve Latest IT Trends, Are you ready to learn? New Batches Info

20533B: Implementing Microsoft Azure Infrastructure Solutions

Introduction. The Safe-T Solution

Transcription:

Storage Made Easy Enterprise File Share and Sync Fabric Architecture Software Stack The SME platform is built using open Internet technologies. The base operating system uses a hardened version of CentOS Linux Operating System. The Apache Internet Server is used for serving http requests and for temporary caching memcached is used. File Metadata is stored using a MySQL database. The web interface is written in using PHP / HTML / Ajax, and protocol adapters are written using Perl. By using standard components SME can be adapted and customized to a wide variety of deployments. A standard secure firewall friendly protocol, HTTPS, is used for communicating with the clients. The basic premises of SME is to act as a single control point for all corporate data, be it private or public. All files and data remain stored in the original provider. The SME platform only retains the meta data e.g. file name, size (if available), security permissions, location etc. The Apache server is stateless and can be run on a separate host from the MySQL DB Server. This allows flexibility in deployment topologies for scalability and high availability using proven deployment configurations supported by Apache web server (e.g. standard n-tier architecture with multiple web servers behind a load balancer) and MySQL DB (replication, data sharding).

Components SME is built as an open modular platform. All functionality is available via the SME API and major components have hooks to integrate with external systems.e.g authentication, a new storage provider, payment gateway etc. Details of the SME API can be found at: https://storagemadeeasy.com/for_developers/

Protocol Adaptors At the top of the SME Architecture diagram are protocol adapters These allow access to data using multiple protocols from any supported storage provider. Out of the box SME supports - REST/XML and REST/JSON: SME proprietary API. This is used by all the SME tools, is fully documented and can be used to develop custom application - WebDav/HTTPS: Standard WebDav is protocol especially useful for ios apps (Pages, Keynote, Numbers) that support WebDav - FTP/FTPS/SFTP: Standard FTP, FTP Secure protocol, and SFTP are supported. Provider Sync Engine The provider Sync Engine is used to discover new data added to the storage provider outside of SME. It can be run in realtime, scheduled and manual mode - Real-time: new data is checked every time storage provider is accessed. For optimum performance only relevant subset of data is checked for new data - Scheduled: storage provider is accessed at schedule interval - Manual: Administrator initiates a sync Cloud Backup Engine Used to backup files updated via SME platform to another storage provider for Business Continuity, Disaster Recovery (such as Ransomware attacks) and Availability. Access Control Module The ACL module is responsible for applying permissions. Every operation is verified by the access control module to ascertain that the user has permission to perform the operation.

Audit Manager The Audit module is used by all components to generate audit records for all file events. The granularity of this can be controlled at a per Organization level. The Audit module can also be configured to output in SysLog format. Encryption Engine The Encryption engine s used to encrypt data before sending to a remote cloud provider. It uses 256 bit encryption to stream encrypt data uploaded via SME to storage respositories. Further details on how this works can be referenced in the SME Security white paper. Security Manager The Security Manager Is used to authenticate users. The out-of-the-box platform defaults to SME authentication but Microsoft Active Directory or LDAP can be additionally configured. Custom security managers can also be developed if required. In the past SME has been integrated with the Ping Identity service in this manner. Payment Gateway (not referenced in diagram) The Payment Gateway enables Integration with external billing system and supports PayPal out-of-thebox. Custom payment gateways can also be integrated. Storage Connectors SME supports more that 50 cloud storage providers including Amazon S3, OpenStack, Microsoft Azure, Google Storage, WebDav and FTP. Additional providers can be easily developed using a storage providers native API. Search Engine (not reference in diagram) SME integrates with Apache Lucene an enterprise strength open source search solution which SME utilises to index the contents of data on any private or public cloud storage.

Enterprise File Share and Sync Fabric Solution Investor HEAD OFFICE Vehera Ltd, 26-28 Mulgrave Road, First Floor, Unit 1, Mulgrave Chambers, Sutton. Surrey, SM2 6LE. UK UK TELEPHONE +44.800.689.9094 ext.1 for Sales USA TELEPHONE +1.347.480.1325 EU TELEPHONE +41.435.080.078 Sales@StorageMadeEasy.com StorageMadeEasy Free hosted and enterprise free trial available from www.storagemadeeasy.com