glibrary: Digital Asset Management System for the Grid
|
|
|
- Shannon Collins
- 10 years ago
- Views:
Transcription
1 glibrary: Digital Asset Management System for the Grid Antonio Calanducci INFN Catania EGEE User Forum Manchester, 09 th -11 th May EGEE and glite are registered trademarks
2 Outline Motivations and objectives Features Usage scenarios Architecture and implementation Current status Conclusions and references 2
3 Motivations Grid infrastructures provide huge amount of distributed storage resources to save user s data But finding a specific file in this enormous storage space could be like looking for a needle in a haystack weakness of additional information describing file contents Existing grid services to approach the problem: File Catalogues: organize files in hierarchical structures, but no file description Metadata Catalogues: useful to add metadata to files, but quite complex to use, not suitable for final unexperienced users 3
4 What is glibrary Enabling Grids for E-sciencE glibrary challenge is to offer a multiplatform, flexible, secure and intuitive system to handle digital assets on a Grid Infrastructure. By Digital Asset, we mean any kind of content and/or media represented as a computer file. Examples: Images Videos Presentations Office documents s, web pages Newsletters, brochures, bulletins, sheets, templates Receipts, e-books... (only the imagination can make a limit) It allows to store, organize, search and retrieve those assets on a Grid environment. 4
5 Store assets on the Grid User s local assets are uploaded to one or more (as replicas) Storage Systems the user is authorized on Uploads are managed through Java Applets: a direct GSIFTP copy is done from the local file to the chosen Storage Element File already on the Grid can be managed by glibrary too a LFC File Catalogue browser is integrated to select existing grid files. 5
6 Abstract - glibrary challenge is to offer an extensible, robust, secure and easy-to-use system to handle digital assets stored as files in a Grid infrastructure. It offers a intuitive web interface to browse the available entries, and thanks to its powerful set of attribute Enabling filters, Grids finding for an E-sciencE asset is just a matter of seconds. The assets are hierarchically organized by types. Each type has its own set of attributes, allowing the user to customize his/her search applying different filters. Once a user has found the asset, he/she will be able to retrieve its file replica from one of the Grid Storage Elements into his/her own desktop with just a mouse click. All entries are organized according to their type: a list of A fine-grained specific authorization attributes mechanism is implemented to describe each kind of inside the system: each asset has a set of ACLs that restrict its usage. assets to be managed by the system; glibrary is built on top of the grid services of the EGEE glite middleware. hierarchical (child type shares parent s attributes) by the Grid infrastructure. I. INTRODUCTION defined by the glibrary administrators In every Grid Infrastructure a huge amount of queried distributed by storage users resources is available to save user's looking for a needle in a haystack, because of the Assets weakness can of be additional organized information describing also file by category: data. However, finding a specific file is usually like contents. File Catalogs offer virtual file systems distributed among Grid Storage Servers, that can help to organize data Group in hierarchical together structures, related grouping them assets according to of different types; some user's criteria, but they do not provide a way to describe file contents. On the other hand, Grid Metadata Useful Services also can be to used define to attach additional subset information of to assets belonging to the files, but they are usually quite complex to use, and then same not type suitable for novice users. glibrary challenge is to offer an extensible, robust, secure and easy-to-use system to handle digital assets Multiple category assignment per asset TABLE I widespread stored on a distributed Grid infrastructure. This goal can be achieved exploiting a serie of Grid services together with a proper business logic, and providing an intuitive front-end, accessible from everywhere and anytime. Users do not have to care about the complexity of the underlying systems and the geographical location of their data and they can consider the available Grid storage as a huge virtual disk. The remainder of this paper is organized as follows. Section II describes features and benefits offered by the system. The background of Grid technologies adopted is discussed in Section III in order to understand the architecture. Implementation details are presented in sections IV and V. Conclusions are drawn in Section VI. II. FEATURES glibrary can be used to store, organize, search and retrieve any kind of digital assets represented as files in a Grid environment. Consequently, it can be useful for different users that need a secure way to save and share their assets. For instance, home users could store all their songs, photos, movies, documents and any type of files and organize them defining for each type which fields are relevant for their future searches. Users belonging to a company or organization can also store and share with other authorized users their specific assets, such as invoices, presentations, layouts, medical images, etc. Both communities can define permissions on their assets inside glibrary in order to grant or deny access to given users, groups or even whole organizations, exploiting the underlying authentication and authorization system offered Assets are saved on the grid and can be encrypted and replicated on several storage servers, assuring maximum security and high availability to the users' data. All entries in glibrary are organized according to their type: a list of specific attributes to describe each kind of asset to be managed by the system. These are the same attributes that can be queried by users. Table I presents an example of types and their attributes that can be used for a digital library of multimedia contents. Each type can have multiple subtypes with additional attributes and all types share a common attribute list (root type), that is fixed by design. Before users can start uploading assets, a hierarchy of types has to be defined by the library administrator. Figure 1 shows an example of hierarchical type structure. EXAMPLE OF TYPES AND ATTRIBUTES LIST Type Audio Music Presentation Training (Root) Organize assets Attributes list Format, Bitrate, Samplerate, Time (Format, Bitrate, Samplerate, Time), Name, Artist, Album, Genre, Tracknumber, Year, Artwork, Lyric, Rating Format, NumOfPages (Format, NumOfPages), Title, Runtime, Speaker, Author, Subject, Event, Date, Type FileName, SubmissionDate, Description, Keywords, LastModificationDate, Size 6
7 Search assets Enabling Grids for E-sciencE Assets are browsed selecting a type (or category) and selecting one or more filters: defined list of type attributes used to narrow the result set Filter application is context-sensitive: the selection of a filter value dynamically influences subsequent filter values ( à la itunes browser) Classic search available too 7
8 User is presented with a list of replicas Download from the chosen storage element is matter of a mouse click Transfer handled over GridFTP with a Java Applet Retrieve assets from the Grid 8
9 Features Implemented as Web 2.0 application AJAX and Javascript are strongly used to offer a desktop like user experience 9
10 Security As a grid application, glibrary inherits all the security features coming from the underlying technology: Authentication and authorization is done through VOMS enabled X.509 proxies A login applet is in charge of the proxy creation starting from the personal X.509 certificate The generated proxy is moved over HTTPS to the web application server. (Next release will make use of the pure Java VOMS APIs) Physical transfer are all authorized with the saved proxy 10
11 User management VOMS attributes are used to distinguish users and assign the right privileges to them. 3 kinds of users: glibrarymanager: (s)he can define new content type and allows a generic VO user to become glibrarysubmitter glibrarysubmitters: they can add new entries and define access rights on the entries they create. Fine-grained permission (reading, writing, listing) settings on each entry: whole VO members, VO groups, list of DNs generic VO users: browse and make queries (on entries they have access to) 11
12 Usage scenarios Useful for different users that need to share different kind of assets. Example: home users: songs, photos, movies, office documents, etc.. enterprise/company users: presentations, layouts, invoices, images, etc Both communities can define permissions on their assets inside glibrary in order to grant or deny access to given users, groups and even whole organizations, exploiting the underlying authorization system offered by the grid infrastructure. glibrary is envisaged as document repository by several projects submitted to the Seventh Framework Program (FP7) calls of European Commission 12
13 Enabling Grids for E-sciencE Architecture Built on top of glite Data Management Services: any SRM Storage Element LFC File Catalog AMGA Metadata Services The AMGA Metadata Catalogue is used to archive and organize assets metadata and to answer users queries built on-the-fly by browsing interface PHP APIs (fully developed by our team in Catania) are used to interact with AMGA. Authentication is done through the on-the-client created user proxy AMGA groups and ACLs are used to restrict access on metadata, allowing fine-grained authorization capabilities LFC File Catalogue interactions: a PHP-LFC C APIs wrapper has been employed to browse LFC virtual filesystem and retrieve replicas (SURL) from Logical File Names (LFN) 13
14 Implementation details Java Applets use Java COGKit to manage proxy and GridFTP transfers: data move only between the client and the destination Storage Element (without using the application web server as a temporary buffer) Interactions with the Storage Elements are done through SRM interfaces (using GFAL libraries): the Information System is contacted to generate a new SURL a TURLfromSURL call is done to the SE s SRM interface when the TURL is ready, set_xfer_running is called the physical transfer starts over GSIFTP a set_trasfer_done request is done to finalize the transfer a PHP-GFAL wrapper has been developed to accomplish the previous operations 14
15 Current status and roadmap Deployed on the GILDA t-infrastructure Web front-end available at Application server runs Apache and PHP5 on a Fedora Core 5 machine. Successfully set up with several glite client libraries and tools: LFC, GFAL APIs, VOMS, lcg_utils, and lfc clients To Do: Category management Permission handling on types and categories Administration (glibrarymanager) panel Improving error handling Integration with Secure Storage to support Asset Encryption/ Decryption 15
16 Browsing screenshot 16
17 Entry detail screenshot 17
18 Upload screenshot 18
19 Conclusions glibrary challenge is to offer an flexible, multiplatform, secure and easy-to-use system to handle digital assets stored as files on a distributed Grid infrastructure flexible: it allows to handle any kind of file types, user defined multiplatform: implemented as a web application with Java Applets can be used on any platforms secure: fine grained permissions can be set for assets and their attributes easy-to-use: its intuitive web interface, with à la itunes browser, allows to find the right asset with a just a few mouse clicks Totally built on top of glite with a proper business logic, glibrary makes user assets accessible from everywhere and at anytime, hiding the complexity of the underlying system and the geographical location of data 19
20 Acknoledgements Claudio Cherubino (AMGA PHP APIs, PHP business logic, AJAX & Javascript web interface) Diego Scardaci & Marco Fargetta (Java applets developing and debugging) Leandro Neuman Ciuffo (web designer and printmaker) 20
21 References glibrary (BETA) homepage: glibrary mailing list glibrary poster: poster_glibrary_a0.pdf glibrary paper: glibrary_paper_v2.pdf 21
22 Any questions? 22
23 Any questions? Thanks for the attention 22
Chapter 12 Distributed Storage
Chapter 12 Distributed Storage 1 2 Files File location and addressing What is a file? Normally we collapse. Concepts: name; contents; gui. What about the backup of this file? How do we distinguish? File
Analisi di un servizio SRM: StoRM
27 November 2007 General Parallel File System (GPFS) The StoRM service Deployment configuration Authorization and ACLs Conclusions. Definition of terms Definition of terms 1/2 Distributed File System The
The glite File Transfer Service
Enabling Grids Enabling for E-sciencE Grids for E-sciencE The glite File Transfer Service Paolo Badino On behalf of the JRA1 Data Management team EGEE User Forum - CERN, 2 Mars 2006 www.eu-egee.org Outline
Deploying a distributed data storage system on the UK National Grid Service using federated SRB
Deploying a distributed data storage system on the UK National Grid Service using federated SRB Manandhar A.S., Kleese K., Berrisford P., Brown G.D. CCLRC e-science Center Abstract As Grid enabled applications
Evaluating Metadata access
Evaluating Metadata access strategies with the GOME test suite André Gemünd Fraunhofer SCAI www.eu-egee.org EGEE-II INFSO-RI-031688 EGEE and glite are registered trademarks Motivation Testing the test
Shop by Manufacturer Custom Module for Magento
Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible
FileMaker Server 14. Custom Web Publishing Guide
FileMaker Server 14 Custom Web Publishing Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks
Test of cloud federation in CHAIN-REDS project
Test of cloud federation in CHAIN-REDS project Italian National Institute of Nuclear Physics, Division of Catania - Italy E-mail: [email protected] Roberto Barbera Department of Physics and
Liferay Portal 4.0 - User Guide. Joseph Shum Alexander Chow
Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Liferay Portal 4.0 - User Guide Joseph Shum Alexander Chow Table of Contents Preface... viii User Administration... 1 Overview... 1 Administration
Portals and Hosted Files
12 Portals and Hosted Files This chapter introduces Progress Rollbase Portals, portal pages, portal visitors setup and management, portal access control and login/authentication and recommended guidelines
THE CCLRC DATA PORTAL
THE CCLRC DATA PORTAL Glen Drinkwater, Shoaib Sufi CCLRC Daresbury Laboratory, Daresbury, Warrington, Cheshire, WA4 4AD, UK. E-mail: [email protected], [email protected] Abstract: The project aims
FileMaker Server 12. FileMaker Server Help
FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.
MIGRATING DESKTOP AND ROAMING ACCESS. Migrating Desktop and Roaming Access Whitepaper
Migrating Desktop and Roaming Access Whitepaper Poznan Supercomputing and Networking Center Noskowskiego 12/14 61-704 Poznan, POLAND 2004, April white-paper-md-ras.doc 1/11 1 Product overview In this whitepaper
Sync Security and Privacy Brief
Introduction Security and privacy are two of the leading issues for users when transferring important files. Keeping data on-premises makes business and IT leaders feel more secure, but comes with technical
Learn about OverDrive APIs and how they can benefit search, discovery and reporting services at your library. Contact: training@overdrive.
v.10012010 v.10042013 v.11012010 OverDrive, Inc. 2010 2013 Page 1 1 OverDrive APIs Learn about OverDrive APIs and how they can benefit search, discovery and reporting services at your library. Contact:
Enterprise Private Cloud Storage
Enterprise Private Cloud Storage The term cloud storage seems to have acquired many definitions. At Cloud Leverage, we define cloud storage as an enterprise-class file server located in multiple geographically
IGI Portal architecture and interaction with a CA- online
IGI Portal architecture and interaction with a CA- online Abstract In the framework of the Italian Grid Infrastructure, we are designing a web portal for the grid and cloud services provisioning. In following
Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft
5.6 Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft ireport Designer, JasperReports Library, JasperReports Server, Jaspersoft
Document management and exchange system supporting education process
Document management and exchange system supporting education process Emil Egredzija, Bozidar Kovacic Information system development department, Information Technology Institute City of Rijeka Korzo 16,
Web Service Based Data Management for Grid Applications
Web Service Based Data Management for Grid Applications T. Boehm Zuse-Institute Berlin (ZIB), Berlin, Germany Abstract Web Services play an important role in providing an interface between end user applications
FileMaker 12. ODBC and JDBC Guide
FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...
Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...
AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID
AN APPROACH TO DEVELOPING BUSINESS PROCESSES WITH WEB SERVICES IN GRID R. D. Goranova 1, V. T. Dimitrov 2 Faculty of Mathematics and Informatics, University of Sofia S. Kliment Ohridski, 1164, Sofia, Bulgaria
Feature and Technical
BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Service Pack: 4 Feature and Technical Overview Published: 2013-11-07 SWD-20131107160132924 Contents 1 Document revision history...6 2 What's
Data Grids. Lidan Wang April 5, 2007
Data Grids Lidan Wang April 5, 2007 Outline Data-intensive applications Challenges in data access, integration and management in Grid setting Grid services for these data-intensive application Architectural
An Oracle White Paper September 2011. Oracle Team Productivity Center
Oracle Team Productivity Center Overview An Oracle White Paper September 2011 Oracle Team Productivity Center Overview Oracle Team Productivity Center Overview Introduction... 1 Installation... 2 Architecture...
Exploring ADSS Server Signing Services
ADSS Server is a multi-function server providing digital signature creation and signature verification services, as well as supporting other infrastructure services including Time Stamp Authority (TSA)
Mediasite A Video Content Management & Distribution Platform. Technical planner: TP-10
Mediasite A Video Content Management & Distribution Platform Technical planner: TP-10 2012 Sonic Foundry, Inc. All rights reserved. No part of this document may be copied and/or redistributed without the
FileMaker 13. ODBC and JDBC Guide
FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.
The Grid Monitor. Usage and installation manual. Oxana Smirnova
NORDUGRID NORDUGRID-MANUAL-5 4/3/2014 The Grid Monitor Usage and installation manual Oxana Smirnova Abstract The LDAP-based ARC Grid Monitor is a Web client tool for the ARC Information System, allowing
CatDV Pro Workgroup Serve r
Architectural Overview CatDV Pro Workgroup Server Square Box Systems Ltd May 2003 The CatDV Pro client application is a standalone desktop application, providing video logging and media cataloging capability
Espial IPTV Middleware. Evo Solution Whitepaper. <Title> Delivering Interactive, Personalized 3-Screen Services
Espial IPTV Middleware Evo Solution Whitepaper Delivering Interactive, Personalized 3-Screen Services April 2010 Espial Group 1997-2010. All rights reserved The 3-Screen Challenge Differentiate
FileMaker Server 10 Help
FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo
BMC Remedy Integration Guide 7.6.04
BMC Remedy Integration Guide 7.6.04 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their
FileMaker Server 11. FileMaker Server Help
FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR
De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 READER / CONTRIBUTOR User s Guide Microsoft Windows SharePoint Services and
Processing big data by WS- PGRADE/gUSE and Data Avenue
Processing big data by WS- PGRADE/gUSE and Data Avenue http://www.sci-bus.eu Peter Kacsuk, Zoltan Farkas, Krisztian Karoczkai, Istvan Marton, Akos Hajnal, Tamas Pinter MTA SZTAKI SCI-BUS is supported by
Installing and Configuring vcloud Connector
Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new
FileMaker Server 13. FileMaker Server Help
FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,
Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform
Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué
FileMaker Server 13. Custom Web Publishing with XML
FileMaker Server 13 Custom Web Publishing with XML 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks
Interwise Connect. Working with Reverse Proxy Version 7.x
Working with Reverse Proxy Version 7.x Table of Contents BACKGROUND...3 Single Sign On (SSO)... 3 Interwise Connect... 3 INTERWISE CONNECT WORKING WITH REVERSE PROXY...4 Architecture... 4 Interwise Web
HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS
HOW TO CONFIGURE PASS-THRU PROXY FOR ORACLE APPLICATIONS Overview of Oracle JInitiator Oracle JInitiator enables users to run Oracle Forms applications using Netscape Navigator or Internet Explorer. It
Personal Cloud. Support Guide for Windows Mobile Devices
Personal Cloud Support Guide for Windows Mobile Devices Storing and sharing your content 2 Getting started 2 How to use the application 2 Managing your content 2 Adding content manually 2 Viewing statistics
Archiving, Indexing and Accessing Web Materials: Solutions for large amounts of data
Archiving, Indexing and Accessing Web Materials: Solutions for large amounts of data David Minor 1, Reagan Moore 2, Bing Zhu, Charles Cowart 4 1. (88)4-104 [email protected] San Diego Supercomputer Center
USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM
USERS MANUAL FOR OWL A DOCUMENT REPOSITORY SYSTEM User Manual Table of Contents Introducing OWL...3 Starting to use Owl...4 The Logging in page...4 Using the browser...6 Folder structure...6 Title Bar...6
A Web- based Approach to Music Library Management. Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012
A Web- based Approach to Music Library Management Jason Young California Polytechnic State University, San Luis Obispo June 3, 2012 Abstract This application utilizes modern standards developing in web
Software Requirements Specification
CSL740 Software Engineering Course, IIT Delhi Software Requirements Specification Submitted By Abhishek Srivastava (2011EEY7511) Anil Kumar (2009CS10180) Jagjeet Singh Dhaliwal (2008CS50212) Ierum Shanaya
SECURE BACKUP SYSTEM DESKTOP AND MOBILE-PHONE SECURE BACKUP SYSTEM HOSTED ON A STORAGE CLOUD
SECURE BACKUP SYSTEM DESKTOP AND MOBILE-PHONE SECURE BACKUP SYSTEM HOSTED ON A STORAGE CLOUD The Project Team AGENDA Introduction to cloud storage. Traditional backup solutions problems. Objectives of
JBoss Portal 2.4. Quickstart User Guide
Portal 2.4 Quickstart User Guide Table of Contents Portal - Overview... iii 1. Tutorial Forward...1 2. Installation...2 2.1. Downloading and Installing...2 2.2. Starting Portal...3 3. Portal Terminology...5
Tutor-Sky: A web environment for multimedia on-line education
Tutor-Sky: A web environment for multimedia on-line education Marco Alfano 1, Biagio Lenzitti 2, Antonino Pace 2 1 Centre on Communication Studies Anghelos, Italy 2 C.I.T.C. University of Palermo, Italy
See Criminal Internet Communication as it Happens.
A PRODUCT OF See Criminal Internet Communication as it Happens. In Real Time or Recreated. From the Field or From Your Desk. That s Intelligence. That s Intellego. 2 / Visual Reconstruction & Analysis
Roars. Sudaworld. M+1.408.622.9642 Esales.usa@ roarsinc.com W www.roarsinc.com. Roars Technologies Pvt. Ltd. Escalon, Sunnyvale, California, USA 94085
Technologies Pvt. Ltd. Sudaworld Technologies Pvt. Ltd. REQUIREMENT OVERVIEW The project is to build a dynamic CMS responsive website, The Client is looking for a video and articles based blogging website
FileMaker Server 15. Custom Web Publishing Guide
FileMaker Server 15 Custom Web Publishing Guide 2004 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks
Kaltura Extension for SharePoint User Manual. Version: Eagle
Kaltura Extension for SharePoint User Manual Version: Eagle Kaltura Business Headquarters 200 Park Avenue South, New York, NY. 10003, USA Tel.: +1 800 871 5224 Copyright 2012 Kaltura Inc. All Rights Reserved.
ReadyNAS Replicate. Software Reference Manual. 350 East Plumeria Drive San Jose, CA 95134 USA. November 2010 202-10727-01 v1.0
ReadyNAS Replicate Software Reference Manual 350 East Plumeria Drive San Jose, CA 95134 USA November 2010 202-10727-01 v1.0 2010 NETGEAR, Inc. All rights reserved. No part of this publication may be reproduced,
General Product Questions... 3. Q. What is the Bell Personal Vault Vault?...4. Q. What is Bell Personal Vault Backup Manager?...4
Frequently Asked Questions to be posted at: /faqs/ Table of Contents General Product Questions... 3 Q. What is the Bell Personal Vault Vault?...4 Q. What is Bell Personal Vault Backup Manager?...4 Q. What
Architecture. The DMZ is a portion of a network that separates a purely internal network from an external network.
Architecture The policy discussed suggests that the network be partitioned into several parts with guards between the various parts to prevent information from leaking from one part to another. One part
Adobe Flash Player and Adobe AIR security
Adobe Flash Player and Adobe AIR security Both Adobe Flash Platform runtimes Flash Player and AIR include built-in security and privacy features to provide strong protection for your data and privacy,
Realizing a Vision Interesting Student Projects
Realizing a Vision Interesting Student Projects Do you want to be part of a revolution? We are looking for exceptional students who can help us realize a big vision: a global, distributed storage system
Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V
Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com
Interworks. Interworks Cloud Platform Installation Guide
Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,
Data Management System - Developer Guide
Data Management System - Developer Guide Marcin Wolski Pawel Spychala Maciej Labedzki Data Management System - Developer Guide by Marcin
ez Publish Website Interface version 1.0
ez Publish Website Interface User Guide version 1.0 Table of Contents ez Publish Website Interface User Guide 1.Introduction...4 1.1.About ez Publish and ez Publish Now...4 1.2.Target audience...4 1.3.Conventions...5
InstaFile. Complete Document management System
InstaFile Complete Document management System Index : About InstaFile 1.1 What is InstaFile 1.2 How does it work 1.3 Where you can use InstaFile 1.4 Why only InstaFile InstaFile features and benefits Start
SYSTEM DEVELOPMENT AND IMPLEMENTATION
CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design
Digital Asset Management. Content Control for Valuable Media Assets
Digital Asset Management Content Control for Valuable Media Assets Overview Digital asset management is a core infrastructure requirement for media organizations and marketing departments that need to
SMART Vantage. Installation guide
SMART Vantage Installation guide Product registration If you register your SMART product, we ll notify you of new features and software upgrades. Register online at smarttech.com/registration. Keep the
Qlik Sense Enabling the New Enterprise
Technical Brief Qlik Sense Enabling the New Enterprise Generations of Business Intelligence The evolution of the BI market can be described as a series of disruptions. Each change occurred when a technology
User Service and Directory Agent: Configuration Best Practices and Troubleshooting
User Service and Directory Agent: Configuration Best Practices and Troubleshooting Websense Support Webinar March 2011 web security data security email security Support Webinars 2009 Websense, Inc. All
Thin@ System Architecture V3.2. Last Update: August 2015
Thin@ System Architecture V3.2 Last Update: August 2015 Introduction http://www.thinetsolution.com Welcome to Thin@ System Architecture manual! Modern business applications are available to end users as
An approach to grid scheduling by using Condor-G Matchmaking mechanism
An approach to grid scheduling by using Condor-G Matchmaking mechanism E. Imamagic, B. Radic, D. Dobrenic University Computing Centre, University of Zagreb, Croatia {emir.imamagic, branimir.radic, dobrisa.dobrenic}@srce.hr
Content Management Systems: Drupal Vs Jahia
Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. [email protected] Abstract Content Management Systems
owncloud Architecture Overview
owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data
Using the Grid for the interactive workflow management in biomedicine. Andrea Schenone BIOLAB DIST University of Genova
Using the Grid for the interactive workflow management in biomedicine Andrea Schenone BIOLAB DIST University of Genova overview background requirements solution case study results background A multilevel
Veeam Backup Enterprise Manager. Version 7.0
Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may
INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 NAVIGATION PANEL...
INTRODUCTION TO ATRIUM... 2 SYSTEM REQUIREMENTS... 2 TECHNICAL DETAILS... 2 LOGGING INTO ATRIUM... 3 SETTINGS... 4 CONTROL PANEL... 4 ADDING GROUPS... 6 APPEARANCE... 7 BANNER URL:... 7 NAVIGATION... 8
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets
The Data Grid: Towards an Architecture for Distributed Management and Analysis of Large Scientific Datasets!! Large data collections appear in many scientific domains like climate studies.!! Users and
About Network Data Collector
CHAPTER 2 About Network Data Collector The Network Data Collector is a telnet and SNMP-based data collector for Cisco devices which is used by customers to collect data for Net Audits. It provides a robust
How to select the right Marketing Cloud Edition
How to select the right Marketing Cloud Edition Email, Mobile & Web Studios ith Salesforce Marketing Cloud, marketers have one platform to manage 1-to-1 customer journeys through the entire customer lifecycle
Cloud Computing. Adam Barker
Cloud Computing Adam Barker 1 Overview Introduction to Cloud computing Enabling technologies Different types of cloud: IaaS, PaaS and SaaS Cloud terminology Interacting with a cloud: management consoles
Secure Web Appliance. Reverse Proxy
Secure Web Appliance Reverse Proxy Table of Contents 1. Introduction... 1 1.1. About CYAN Secure Web Appliance... 1 1.2. About Reverse Proxy... 1 1.3. About this Manual... 1 1.3.1. Document Conventions...
FileMaker Server 9. Custom Web Publishing with PHP
FileMaker Server 9 Custom Web Publishing with PHP 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker,
