An Information Storage System for Large-Scale Knowledge Resources

Size: px
Start display at page:

Download "An Information Storage System for Large-Scale Knowledge Resources"

Transcription

1 An Information Storage System for Large-Scale Knowledge Resources Haruo Yokota Global Scientific Information and Computing Center Tokyo Institute of Technology

2 Outline The goal and requirements of an information storage system for this project Our approach to realize the goal Examples of services using the system Software and hardware configurations of the system Concluding remarks March 9, 2004 Haruo Yokota (GSIC, Titech) 2

3 Goal Our Mission: Provide an infrastructure to support for interdisciplinary research In the Tokyo Institute of Technology 21st Century COE Program of Framework for Systematization and Application of Largescale Knowledge Resources Develop an advanced information storage system To preserve and utilize the large-scale knowledge resources for researchers and students March 9, 2004 Haruo Yokota (GSIC, Titech) 3

4 Flexibility and Extensibility These are key issues to implement the system The usages of the stored knowledge resources are assumed to have wide variety The configurations and functions of the system should be flexible The number of knowledge resources and access requests are expected to increase rapidly The system should be extensible March 9, 2004 Haruo Yokota (GSIC, Titech) 4

5 Information Component Examples Written texts & drawn figures Frequently combined in documents Data formats: flat text, postscript, pdf, ppt, etc. Printed materials e.g. pictures, scanned historical documents (the tale of Genji) Data format: bitmap data, jpeg, gif, etc. Recorded video streams & spontaneous speech To support e-learning and speech recognition research Data formats: mpeg, RealMedia, WindowsMedia, QuickTime, etc. Structured information e.g. corpus, experimental data, etc. Data formats: tables (relational databases), XML, etc. We may soon have other data formats and even other media (e.g. 3D contents) March 9, 2004 Haruo Yokota (GSIC, Titech) 5

6 Targets To Be Stored Printed Materials Drawn Figures Video Streams Written Texts Speeches Wide Variety Many Data Formats A Storage System Should be Flexible and Knowledge Resources Extensible March 9, 2004 Haruo Yokota (GSIC, Titech) 6

7 Approach To treat these wide and dynamic variety of information components, we take an approach to combine two types of systems: An advanced information storage system: KnowledgeStore (KS) Providing common functions for handling the variety of data formats External systems Dedicated for special applications based on the knowledge resources March 9, 2004 Haruo Yokota (GSIC, Titech) 7

8 External Systems Responsible for executing independent applications Using the information components preserved in the KnowledgeStore. The dynamics of environments Change of user requirements Appearance of new type of materials can easily be coped with by modifying some external systems locally or adding new one March 9, 2004 Haruo Yokota (GSIC, Titech) 8

9 KnowledgeStore (KS) Prepares web-service APIs to the external systems As well as ordinary web interfaces for interactive users The Web service is standardized interface between software components using HTTP and SOAP Provides common functions for these external application systems via the webservice APIs. March 9, 2004 Haruo Yokota (GSIC, Titech) 9

10 External System Interface External System 1 External System 2 External System n HTTP & SOAP KnowledgeStore Web Service APIs Common Functions Knowledge Resources March 9, 2004 Haruo Yokota (GSIC, Titech) 10

11 Common Functions Three Types of Functions: Contents Management Functions Contents Retrieval Functions Access Management Functions To implement them, we prepare Hierarchical collections as folders With user access authorization Metadata for each contents By referring Dublin Core (a metadata standard) March 9, 2004 Haruo Yokota (GSIC, Titech) 11

12 Contents Management User define Metadata Data Types Based on system predefined basic data type Integer, Floating Point Number, Date, Character Sting, File, XML, RDB, Video Stream, URL, Reference, etc. Contents Attributes Title, Creator, Subject, Description, Created Date, Modified Date, Language, Versions, etc. Contents Definition Collections of contents attributes March 9, 2004 Haruo Yokota (GSIC, Titech) 12

13 Contents Retrieval Search functions for the metadata Search targets can be specified by the data types and contents attributes Full text search functions for text contents Structural search functions for the RDB and XML contents Combinations of these functions in a folder or across multiple folders March 9, 2004 Haruo Yokota (GSIC, Titech) 13

14 Access Management There are a number of services having own user authorization mechanism If they requires password every time enter some service, it should be a trouble for users To avoid it, we adopt single sign-on (SSO) mechanisms for the services Provides user group management Administrators, External System Developers, Contents Register, General Users, etc. Preserves access logs March 9, 2004 Haruo Yokota (GSIC, Titech) 14

15 Overview of KS Users External System 1 External System n Single Sign-On Web Interface Web Service Interface Contents Retrieval Web Interface Web Service Interface Contents Management Web Interface Web Service Interface Access Management Contents Metadata Advanced Information Storage System: KnowledgeStore March 9, 2004 Haruo Yokota (GSIC, Titech) 15

16 Contents Management I/F Access Authorization is specified for each hierarchical folder March 9, 2004 Haruo Yokota (GSIC, Titech) 16

17 Contents Creation I/F Metadata can be specified for each content March 9, 2004 Haruo Yokota (GSIC, Titech) 17

18 Attribute Search Interface Contents can be searched with contents attributes March 9, 2004 Haruo Yokota (GSIC, Titech) 18

19 Examples of External Systems UPRISE (by Our Group) A presentation scene retrieval system Asunaro (by Group of Prof. Nishina) An e-learning system to study Japanese PRESRI (by Group of Prof. Okumura) A citation index collecting research papers from the WWW Research Mining (by Our Group) A system discovering macro-flows of research by applying a mining method to databases of papers And so on March 9, 2004 Haruo Yokota (GSIC, Titech) 19

20 UPRISE UPRISE:Unified Presentation slide Retrieval by Impression Search Engine It stores the combination of presentation slides and videos recording of the circumstances of the presentation To support retrieval services based on the impression indicators Expressing how well a slide matches the given keywords March 9, 2004 Haruo Yokota (GSIC, Titech) 20

21 Impression Indicators Consider properties of presentation slides Position Impression Indicator: I p Utilize structures of a presentation slide Duration Impression Indicator: I d Utilize the time information to select slides especially in the case of multiple appearances of the same slide by backtracking or reuse Context Impression Indicator: I c Utilize the context of a slide appearance sequence March 9, 2004 Haruo Yokota (GSIC, Titech) 21

22 Evaluation of the Indicators Extracting emergence of the relevant slide from multiple appearances of the same slide caused by the backtracking or reuse Asked ten testers to specify a target appearance for keywords they choose To determine the relevant emergence within multiple appearances in videos Each tester does six or seven experiments using different sets of keywords Use 20 presentations containing 849 slides and keywords March 9, 2004 Haruo Yokota (GSIC, Titech) 22

23 Comparison with tf.idf R anking by tf.idf Ranking by UPRISE Graph compares the ranking of the slide appearances specified by the testers. X: impression indicator Y: traditional tf.idf A point upper the diagonal line indicates the specified appearance is ranked higher in the list by the impression indicator; the inferiority for lower points. March 9, 2004 Haruo Yokota (GSIC, Titech) 23

24 Ranking Histogram It tf.idf Frequency >21 Ranking of Target Slides The histogram illustrates that many selected appearances are listed earlier by our approach and about a half of them are treated as the top ranking March 9, 2004 Haruo Yokota (GSIC, Titech) 24

25 Experimental Results Calculating Precisions Precision of the proposed method is 59.4% while tf.idf is 32.2% for the same condition The results demonstrate that proposed impression indicator is effective to search for a presentation scene in presentation databases March 9, 2004 Haruo Yokota (GSIC, Titech) 25

26 UPRISE & KS Presentation slides and recorded video streams are stored in the KnowledgeStore Utilize several functionalities of KS Content retrieval of slides and videos Metadata and full text search for slides Dedicated Indexes corresponding to the impression indicators Single sign-on function March 9, 2004 Haruo Yokota (GSIC, Titech) 26

27 Dataflow Between UPRISE & KS Presentation Slides (ppt) Digital Video Conversion Into pdf Extract Structure Info. Synchronize Create Metadata & Index Conversion Into avi Web-Service APIs Documents Metadata Index Video Stream Web-Service APIs Search & User Interface KnowledgeStore March 9, 2004 Haruo Yokota (GSIC, Titech) 27

28 Synchronization To synchronize the presentation slides and the video We have developed a system by using character recognition techniques for the video stream It enable past presentations to be retrieved It also utilizes information of a laser pointer As a collaborative work with Fujitsu Labs. March 9, 2004 Haruo Yokota (GSIC, Titech) 28

29 Search Interface of UPRISE When keywords are specified, UPRISE searches the table of metadata for tuples matching the given keywords using the index for the table UPRISE calculates the impression indicators with the given keywords Web-based interface showing thumbnails of the slides is developed The size of each thumbnail is varied by the impression indicator. When a thumbnail is clicked, the video is started by the portion showing the slide of the thumbnail. March 9, 2004 Haruo Yokota (GSIC, Titech) 29

30 Snapshot of Searching a Slide Input Keyword Click Synchronizing Display of the Video & Slides Each line indicates part of a sequence of presented slides The size of each thumbnail is varied by the impression indicator March 9, 2004 Haruo Yokota (GSIC, Titech) 30

31 Other External Systems & KS Asunaro (An e-learning system to study Japanese) KS manages the multi-lingual manuscripts and databases for language translation The related materials, such as video stream for foreign language study, are also stored in the KS PRESRI (A citation index) KS stores the research papers and providing search functions for them The PRESRI can also use RDB in KS to store the citation information Research Mining (A research macro-flows discoverer) It can share the research papers and citation information for the PRESRI stored in the KS March 9, 2004 Haruo Yokota (GSIC, Titech) 31

32 Hardware Configuration (1/3) Use a Fiber Channel (FC) switch to configure a storage area network (SAN) 2Gbps 16 ports FC switch To connect a number of servers with FC-RAID having the storage virtualization mechanism to manage storage space by sharing a pooled logical storage volumes Total capacity is 9 TB The configuration easily enable to scale up storage capacity processing performance by changing the number of disks and servers. March 9, 2004 Haruo Yokota (GSIC, Titech) 32

33 Hardware Configuration (2/3) Assign services to a number of servers: video stream servers web servers relational database, XML management servers single sign-on servers contents creation servers to enhance the freedom in the extension of servers It allows adjusting the processing performance for service by service. March 9, 2004 Haruo Yokota (GSIC, Titech) 33

34 Hardware Configuration (3/3) For preserving the reliability of the system Additional ATA RAIDs for backup Nowadays, cheap RAIDs tend to be used as backup devices instead of magnetic-tape drives from cost-performance point of view Three 3TB RAIDs (Totally 9TB) Connected to the SAN Automatic backup from primary RAID to backup RAID without using LAN (LAN free backup) Uninterruptible power supplies (UPSs) March 9, 2004 Haruo Yokota (GSIC, Titech) 34

35 Hardware Configuration Overview The Internet client SSO SSO Server LAN (Gbit Ether Switch) Video Stream Server Web Server RDB / XML Server Contents Creation RAIDs 9TB Video/ Sound Contents SAN (2Gbps 16port FC Switch) Documents Contents Metadata Index Backup RAIDs 9 TB Scanner Camera etc. March 9, 2004 Haruo Yokota (GSIC, Titech) 35

36 Specifications of Servers (1/2) Video Stream Server UltraSparcIIIi 1.062GHz x 4 8GB Memory and 36GB x 4 HDD Solaris 8 and Helix Universal Server Web Server UlltraSparcIIIi 1.062GHz x 4 8GB Memory and 36GB x 4 HDD Solaris 8 and Sun ONE Application Server7 RDB / XML Server Pentium Xeon 3.06GHz x 2 4GB Memory and 18.6 GB HDD Redhat Enterprise Linux Advanced Sever 3 Oracle 9i and Tamnio XML DB March 9, 2004 Haruo Yokota (GSIC, Titech) 36

37 Specifications of Servers (2/2) Single Sign-On Server for Video Stream Access Pentium Xeon 3.06GHz x 2 1GB Memory and 18.6 GB HDD Redhat Linux 9 Single Sign-On Server for Web Access Pentium Xeon 3.06GHz x 2 2GB Memory and 36.4 GB HDD Redhat Linux 9 Contents Creation Server Pentium Xeon 3.06GHz x 2 2GB Memory and 18.6 GB HDD Windows XP Professional March 9, 2004 Haruo Yokota (GSIC, Titech) 37

38 Very Hot News The hardware is being set up TODAY! March 9, 2004 Haruo Yokota (GSIC, Titech) 38

39 Switches and Servers March 9, 2004 Haruo Yokota (GSIC, Titech) 39

40 Concluding Remarks (1/2) We proposed a combination of an information storage system and external systems by web-service APIs to the Titech COE LKR project. The information storage system named KnowledgeStore provides common functions for handling the variety of data formats The external systems execute special applications based on the knowledge resources such as presentation retrieval, e- learning, and research macro-flows discovery March 9, 2004 Haruo Yokota (GSIC, Titech) 40

41 Concluding Remarks (2/2) The configuration realize the flexibility and extensibility required for managing the large-scale knowledge resources. Currently Implementing the KnowledgeStore and external systems Considering the enhancement of functions, such as managing versions. March 9, 2004 Haruo Yokota (GSIC, Titech) 41

42 Thanks for your attention March 9, 2004 Haruo Yokota (GSIC, Titech) 42

Xcellis Technical Overview: A deep dive into the latest hardware designed for StorNext 5

Xcellis Technical Overview: A deep dive into the latest hardware designed for StorNext 5 TECHNOLOGY BRIEF Xcellis Technical Overview: A deep dive into the latest hardware designed for StorNext 5 ABSTRACT Xcellis represents the culmination of over 15 years of file system and data management

More information

Dual-core Intel Atom processor. 2 x 3.5" SATA(II)/2.5" SATA/SSD. 1. The standard system is shipped without HDD.

Dual-core Intel Atom processor. 2 x 3.5 SATA(II)/2.5 SATA/SSD. 1. The standard system is shipped without HDD. VS-2012 Pro Hardware Spec. Processor HDD Capacity Dual-core Intel Atom processor 2 x 3.5" SATA(II)/2.5" SATA/SSD NOTE: 1. The standard system is shipped without HDD. 2. For the HDD compatibility list,

More information

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment

Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Archives in a Networked Information Society: The Problem of Sustainability in the Digital Information Environment Shigeo Sugimoto Research Center for Knowledge Communities Graduate School of Library, Information

More information

VR-N1600. Major Features NETWORK VIDEO RECORDER

VR-N1600. Major Features NETWORK VIDEO RECORDER NETWORK VIDEO RECORDER High-Performance 16-Channel Digital Recorder for Large-Scale Surveillance System Milestone XProtect Enterprise embedded Powered by Milestone Major Features Simple Operation All-in-one

More information

Symantec Design of DP Solutions for UNIX using NBU 5.0. Download Full Version :

Symantec Design of DP Solutions for UNIX using NBU 5.0. Download Full Version : Symantec 250-421 Design of DP Solutions for UNIX using NBU 5.0 Download Full Version : http://killexams.com/pass4sure/exam-detail/250-421 B. Applications running on the Windows clients will be suspended

More information

Dual-core Intel Atom processor. 1. The system is shipped without HDD. 2. For the HDD compatibility list, please visit

Dual-core Intel Atom processor. 1. The system is shipped without HDD. 2. For the HDD compatibility list, please visit VS-4008 Pro Hardware Spec. CPU HDD Dual-core Intel Atom processor 2.5/ 3.5" SATA x4 NOTE: 1. The system is shipped without HDD. 2. For the HDD compatibility list, please visit http://www.qnap.com/pro_compatibility.asp

More information

DocuShare 6.6 Customer Expectation Setting

DocuShare 6.6 Customer Expectation Setting Customer Expectation Setting 2011 Xerox Corporation. All Rights Reserved. Unpublished rights reserved under the copyright laws of the United States. Contents of this publication may not be reproduced in

More information

Quad Core Intel Xeon Processor E3 NOTE: 12 x hot-swappable and lockable tray. 4 x Gigabit RJ-45 Ethernet port. Status, 10 GbE, LAN, esata, hard drives

Quad Core Intel Xeon Processor E3 NOTE: 12 x hot-swappable and lockable tray. 4 x Gigabit RJ-45 Ethernet port. Status, 10 GbE, LAN, esata, hard drives VS-12140U-RP Pro Hardware Spec. Processor HDD Capacity Quad Core Intel Xeon Processor E3 12 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD. 2. For the HDD compatibility

More information

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research Storage Platforms with Aspera Overview A growing number of organizations with data-intensive

More information

VIDOS-NVR. User Guide

VIDOS-NVR. User Guide VIDOS-NVR User Guide Copyright This user guide is the intellectual property of VCS and is protected by copyright. All rights reserved. No part of this document may be reproduced or transmitted for any

More information

Dual-core Intel Atom processor. 4 x 3.5" SATA(II)/2.5" SATA/SSD. 1.The standard system is shipped without HDD.

Dual-core Intel Atom processor. 4 x 3.5 SATA(II)/2.5 SATA/SSD. 1.The standard system is shipped without HDD. VS-4008U-RP Pro Hardware Spec. Processor HDD Capacity Dual-core Intel Atom processor 4 x 3.5" SATA(II)/2.5" SATA/SSD NOTE: 1.The standard system is shipped without HDD. 2.For the HDD compatibility list,

More information

Module 1 - Class Introduction

Module 1 - Class Introduction Module 1 Introduction to Class Training Module Overview Overview Duration and Schedule Prerequisites Goals Materials Structure and Methodology Module Overview Introduction to Class Slide 2 Module 1 Introduction

More information

Central Management Software for NVR-915 / NVR-1615 CV5-M256

Central Management Software for NVR-915 / NVR-1615 CV5-M256 Central Management Software for NVR-915 / NVR-1615 Table of Contents Chapter 1. Main Console... 4 1.1 Tool Bar... 4 1.2 NVR List... 5 1.3 Division List... 7 1.4 Group List... 9 1.5 PTZ Panel...11 1.6 Operation

More information

Validating the NetApp Virtual Storage Tier in the Oracle Database Environment to Achieve Next-Generation Converged Infrastructures

Validating the NetApp Virtual Storage Tier in the Oracle Database Environment to Achieve Next-Generation Converged Infrastructures Technical Report Validating the NetApp Virtual Storage Tier in the Oracle Database Environment to Achieve Next-Generation Converged Infrastructures Tomohiro Iwamoto, Supported by Field Center of Innovation,

More information

CA Records Manager 12.6

CA Records Manager 12.6 CA Records Manager 12.6 System Requirements The following sections describe the hardware and software requirements for CA Records Manager including the Discovery and Retention Manager component. Application

More information

SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES

SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES Jan - Mar 2009 SMART SERVER AND STORAGE SOLUTIONS FOR GROWING BUSINESSES For more details visit: http://www-07preview.ibm.com/smb/in/expressadvantage/xoffers/index.html IBM Servers & Storage Configured

More information

Shared Storage Appliance

Shared Storage Appliance Power and versatility in a 2U or 4U footprint. Base 4U configuration LAN Clients Redundant power supplies remote KVM Dual 1Gbps or 10Gbps Fibre Channel SYNERGY SAN Clients Monitor Remote KVM USB 3.0 Multiple

More information

HP0-J20. HP Storage Essentials SRM Enterprise Edition.

HP0-J20. HP Storage Essentials SRM Enterprise Edition. HP HP0-J20 HP Storage Essentials SRM Enterprise Edition http://killexams.com/exam-detail/hp0-j20 QUESTION: 53 Which operating system is supported for SAP Adaptive Computing Controller (ACC) in HP Storage

More information

V. Mass Storage Systems

V. Mass Storage Systems TDIU25: Operating Systems V. Mass Storage Systems SGG9: chapter 12 o Mass storage: Hard disks, structure, scheduling, RAID Copyright Notice: The lecture notes are mainly based on modifications of the slides

More information

Solutions for iseries

Solutions for iseries Innovative solutions for Intel server integration Integrated IBM Solutions for iseries xseries The IBM _` iseries family of servers, including the newest member, IBM _` i5, offers two solutions that provide

More information

Lab Validation Report

Lab Validation Report Lab Validation Report NetApp SnapManager for Oracle Simple, Automated, Oracle Protection By Ginny Roth and Tony Palmer September 2010 Lab Validation: NetApp SnapManager for Oracle 2 Contents Introduction...

More information

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U

SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER. NAS Controller Should be rack mounted with a form factor of not more than 2U SPECIFICATION FOR NETWORK ATTACHED STORAGE (NAS) TO BE FILLED BY BIDDER S.No. Features Qualifying Minimum Requirements No. of Storage 1 Units 2 Make Offered 3 Model Offered 4 Rack mount 5 Processor 6 Memory

More information

GUIDELINES FOR CREATION AND PRESERVATION OF DIGITAL FILES

GUIDELINES FOR CREATION AND PRESERVATION OF DIGITAL FILES GUIDELINES FOR CREATION AND PRESERVATION OF DIGITAL FILES October 2018 INTRODUCTION This document provides guidelines for the creation and preservation of digital files. They pertain to both born-digital

More information

GeoVision Digital Video Recorder Professional CCTV System

GeoVision Digital Video Recorder Professional CCTV System GeoVision Digital Video Recorder Professional CCTV System System Overview: This advanced very high recording resolution PC-based Digital CCTV surveillance system allows you to connect cameras and display,

More information

Chapter 11. SnapProtect Technology

Chapter 11. SnapProtect Technology Chapter 11 SnapProtect Technology Hardware based snapshot technology provides the ability to use optimized hardware and disk appliances to snap data on disk arrays providing quick recovery by reverting

More information

Samsung MagicInfo Premium Edition

Samsung MagicInfo Premium Edition Samsung MagicInfo Premium Edition Create, deploy and manage digital signage over a network Highlights Leverage a wide range of MagicInfo Premium Edition features to optimize content creation and management

More information

Dual-core Intel Atom processor. 6 x 3.5" SATA(II)/2.5" SATA/SSD. 1. The standard system is shipped without HDD.

Dual-core Intel Atom processor. 6 x 3.5 SATA(II)/2.5 SATA/SSD. 1. The standard system is shipped without HDD. VS-6020 Pro Hardware Spec. Processor HDD Capacity Dual-core Intel Atom processor 6 x 3.5" SATA(II)/2.5" SATA/SSD NOTE: 1. The standard system is shipped without HDD. 2. For the HDD compatibility list,

More information

Intel Core i processor. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD.

Intel Core i processor. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD. VS-8124 Pro+ Hardware Spec. Processor HDD Capacity Intel Core i3-2120 processor 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD. 2. For the HDD compatibility list,

More information

2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please

2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please VS-2112 Pro+ Hardware Spec. Processor Memory HDD Capacity Dual-core Intel processor 4GB RAM 2 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The standard system is shipped without HDD. 2. For the

More information

Contents Overview of the Gateway Performance and Sizing Guide... 5 Primavera Gateway System Architecture... 7 Performance Considerations...

Contents Overview of the Gateway Performance and Sizing Guide... 5 Primavera Gateway System Architecture... 7 Performance Considerations... Gateway Performance and Sizing Guide for On-Premises Version 17 July 2017 Contents Overview of the Gateway Performance and Sizing Guide... 5 Prerequisites... 5 Oracle Database... 5 WebLogic... 6 Primavera

More information

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008)

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Space Details Key: confhelp Name: Confluence Help Description: Creator (Creation Date): ljparkhi (Aug 14, 2008) Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Available Pages Quickstart Guide Working

More information

Discover the all-new CacheMount

Discover the all-new CacheMount Discover the all-new CacheMount 1 2 3 4 5 Why CacheMount and what are its problem solving abilities Cache function makes the hybrid cloud more efficient The key of CacheMount: Cache Volume User manual

More information

PresenterPLUS Quick Start

PresenterPLUS Quick Start PresenterPLUS Quick Start 1.1 Overview The following is a Quick Start for Accordent s PresenterPLUS presentation authoring software. This document will guide you through installation of PresenterPLUS and

More information

The VERITAS VERTEX Initiative. The Future of Data Protection

The VERITAS VERTEX Initiative. The Future of Data Protection The VERITAS VERTEX Initiative V E R I T A S W H I T E P A P E R The Future of Data Protection Table of Contents Introduction.................................................................................3

More information

Application-Oriented Storage Resource Management

Application-Oriented Storage Resource Management Application-Oriented Storage Resource Management V Sawao Iwatani (Manuscript received November 28, 2003) Storage Area Networks (SANs) have spread rapidly, and they help customers make use of large-capacity

More information

2 x 3.5" SATA I/II hard disk drive (HDD) 1. The system is shipped without hard disk drives. 2. For the HDD compatibility list, please

2 x 3.5 SATA I/II hard disk drive (HDD) 1. The system is shipped without hard disk drives. 2. For the HDD compatibility list, please VS-2008L Hardware Spec. CPU DRAM Flash Memory Hard Disk Drive Marvell 6281 1.2GHz 256MB DDRII RAM 16MB 2 x 3.5" SATA I/II hard disk drive (HDD) NOTE: 1. The system is shipped without hard disk drives.

More information

Safe Havens in a Choppy Sea:

Safe Havens in a Choppy Sea: Safe Havens in a Choppy Sea: Digital Object Management Workflows at the National Library of Australia Gerard Clifton Manager, Digital and Audio Preservation Resources National Library of Australia 1 Seascape:

More information

Processor Dual Core Intel Core i Processor 3.3 GHz. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD.

Processor Dual Core Intel Core i Processor 3.3 GHz. 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The system is shipped without HDD. VS-8148U-RP Pro Hardware Spec. Processor HDD Capacity Processor Dual Core Intel Core i3-2120 Processor 3.3 GHz 8 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The system is shipped without HDD.

More information

Professional Powerpoint Presentation II

Professional Powerpoint Presentation II Professional Powerpoint Presentation II Facilitator: Patrick Ng Fall 2012 Practical concerns in delivering presentation Creative Visual Possibility & Optimization for Presentation PPTII & IV: Quick Style,

More information

NVMS1000. User Manual

NVMS1000. User Manual NVMS1000 User Manual Contents 1 Software Introduction... 1 1.1 Summary... 1 1.2 Operation Environment... 1 1.3 Install and Uninstall... 2 1.3.1 Install the Software... 2 1.3.2 Uninstall the Software...

More information

March MomentumPro V3.1 Technical Specification Guidelines

March MomentumPro V3.1 Technical Specification Guidelines March 2010 MomentumPro V3.1 Technical Specification Guidelines MomentumPro V3.1 Technical Specification Guidelines Information in this document is subject to change without notice. Companies, names and

More information

SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide

SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide SLS-ENVR16 Network Video Recorder V2.1 Quick Setup Guide The SLS-ENVR16 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from up

More information

3M Molecular Detection System Software Upgrade/Installation Instructions

3M Molecular Detection System Software Upgrade/Installation Instructions User Manual Supplement Number: TB.342837.03 Effective Date: March 2018 Supersedes: TB.342837.02 Technology Platform: 3M Molecular Detection System Originating Location: St. Paul, MN 3M Molecular Detection

More information

Ivane Javakhishvili Tbilisi State University High Energy Physics Institute HEPI TSU

Ivane Javakhishvili Tbilisi State University High Energy Physics Institute HEPI TSU Ivane Javakhishvili Tbilisi State University High Energy Physics Institute HEPI TSU Grid cluster at the Institute of High Energy Physics of TSU Authors: Arnold Shakhbatyan Prof. Zurab Modebadze Co-authors:

More information

Core Solutions of Microsoft SharePoint Server 2013

Core Solutions of Microsoft SharePoint Server 2013 Core Solutions of Microsoft SharePoint Server 2013 Number: 70331 Passing Score: 800 Time Limit: 120 min File Version: 1.0 ht t p:/ / w w w.gratisexam.com/ 123 Q&As 5 cases Studies 69 mixed Questions Not

More information

ACTi Mobile Server User s Manual

ACTi Mobile Server User s Manual ACTi Mobile Server User s Manual 03/04/2011 Table of Contents Mobile Server 1 Overview 4 Introduction... 4 Main Specification... 5 System Requirements... 5 2 Installation 7 General Configuration... 7 PTZ

More information

Data Management Components for a Research Data Archive

Data Management Components for a Research Data Archive Data Management Components for a Research Data Archive Steven Worley and Bob Dattore Scientific Computing Division Computational and Information Systems Laboratory National Center for Atmospheric Research

More information

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010

Symantec NetBackup PureDisk Compatibility Matrix Created August 26, 2010 Symantec NetBackup PureDisk 6.6.1 Compatibility Matrix Created August 26, 2010 Copyright 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, and Backup Exec are trademarks or registered

More information

Don t just manage your documents. Mobilize them!

Don t just manage your documents. Mobilize them! Don t just manage your documents Mobilize them! Don t just manage your documents Mobilize them! A simple, secure way to transform how you control your documents across the Internet and in your office.

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner Snow Integration Manager Snow Distribution

More information

Overview of QPM 4.1. What is QPM? CHAPTER

Overview of QPM 4.1. What is QPM? CHAPTER CHAPTER 1 Overview of QPM 4.1 This chapter contains the following topics: What is QPM?, page 1-1 Preparing to Install QPM, page 1-2 Further Resources, page 1-5 What is QPM? QoS Policy Manager (QPM) lets

More information

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration

Executive Summary SOLE SOURCE JUSTIFICATION. Microsoft Integration Executive Summary Commvault Simpana software delivers the unparalleled advantages and benefits of a truly holistic approach to data management. It is one product that contains individually licensable modules

More information

SCASE STUDYS. Migrating from MVS to.net: an Italian Case Study. bizlogica Italy. segui bizlogica

SCASE STUDYS. Migrating from MVS to.net: an Italian Case Study. bizlogica Italy.  segui bizlogica SCASE STUDYS Migrating from MVS to.net: an Italian Case Study bizlogica Italy executive summary This report describes how BIZLOGICA helped a large Corporation to successful reach the objective of saving

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems COP 4610: Introduction to Operating Systems (Spring 2016) Chapter 10: Mass-Storage Systems Zhi Wang Florida State University Content Overview of Mass Storage Structure Disk Structure Disk Scheduling Disk

More information

PostgreSQL in Mission-Critical Financial Systems May 20th 2010

PostgreSQL in Mission-Critical Financial Systems May 20th 2010 PostgreSQL in Mission-Critical Financial Systems May 20th 2010 Flavio Henrique Araque Gurgel http://creativecommons.org/licenses/by-sa/3.0/deed.pt 4Linux in Caixa 2nd level support, 24/7 Configuration,

More information

SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide

SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide SLS-ENVR2016 Network Video Recorder V2.2.2 Quick Setup Guide The SLS-ENVR2016 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video

More information

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series

FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Utilizing VMware vsphere Virtual Volumes (VVOL) with the FUJITSU Storage ETERNUS AF series and ETERNUS DX S4/S3 series Reference Architecture for Virtual Platforms (15VM/iSCSI) The ETERNUS AF series and

More information

WHITE PAPER QUANTUM S XCELLIS SCALE-OUT NAS. Industry-leading IP Performance for 4K, 8K and Beyond

WHITE PAPER QUANTUM S XCELLIS SCALE-OUT NAS. Industry-leading IP Performance for 4K, 8K and Beyond WHITE PAPER QUANTUM S XCELLIS SCALE-OUT NAS Industry-leading IP Performance for 4K, 8K and Beyond CONTENTS Introduction... 3 Audience... 3 How Traditional Infrastructure is Failing in Creative Workflows...

More information

FUJITSU Cloud Service K5 for Public & Virtual Private Cloud Japan Region Price List (October 2016) IaaS. IaaS. Virtual Server

FUJITSU Cloud Service K5 for Public & Virtual Private Cloud Japan Region Price List (October 2016) IaaS. IaaS. Virtual Server FUJITSU Cloud Service K5 for Public & Virtual Private Cloud Japan Region Price List (October 2016) Pricing Overview: FUJITSU Cloud Service K5 for Type 1 and Type 2 Cloud Services is priced on a consumption

More information

SNOW LICENSE MANAGER (7.X)... 3

SNOW LICENSE MANAGER (7.X)... 3 SYSTEM REQUIREMENTS Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution

More information

6 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please visit :

6 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive. 1. The standard system is shipped without HDD. 2. For the HDD compatibility list, please visit : VS-6112 Pro+ Hardware Spec. Processor Memory HDD Capacity Dual-core Intel processor 4GB RAM 6 x 3.5-inch SATA 6Gb/s, SATA 3Gb/s hard drive NOTE: 1. The standard system is shipped without HDD. 2. For the

More information

ETERNUS SF AdvancedCopy Manager Overview

ETERNUS SF AdvancedCopy Manager Overview ETERNUS SF AdvancedCopy Manager 14.2 Overview J2X1-7443-04ENZ0(00) June 2011 Preface Purpose This manual provides an overview of the ETERNUS SF AdvancedCopy Manager. This manual describes the ETERNUS SF

More information

Adept 8/8.1 System Requirements

Adept 8/8.1 System Requirements Adept 8/8.1 System Requirements Synergis Software 200 Kelly Road, Quakertown, PA 18951 +1 215.529.9900, 800.836.5440 www.synergissoftware.com Adept 8 System Requirements This document provides detailed

More information

Network Video Recorder Software 2.2 User Manual. Table of Contents

Network Video Recorder Software 2.2 User Manual. Table of Contents Network Video Recorder Software 2.2 User Manual Table of Contents Chapter 1. Using NVR Software 2.2... 6 Chapter 1-1. System Settings... 6 Chapter 1-2. HDD Settings... 7 Chapter 1-3. Device Settings...

More information

Chapter 10 Protecting Virtual Environments

Chapter 10 Protecting Virtual Environments Chapter 10 Protecting Virtual Environments 164 - Protecting Virtual Environments As more datacenters move to virtualize their environments and the number of virtual machines and the physical hosts they

More information

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays

Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays TECHNICAL REPORT: Performance Study Benefits of Automatic Data Tiering in OLTP Database Environments with Dell EqualLogic Hybrid Arrays ABSTRACT The Dell EqualLogic hybrid arrays PS6010XVS and PS6000XVS

More information

Backup Solution Testing on UCS for Small-Medium Range Customers (Disk to Tape Library)

Backup Solution Testing on UCS for Small-Medium Range Customers (Disk to Tape Library) Backup Solution Testing on UCS for Small-Medium Range Customers (Disk to Tape Library) First Published: February 14, 2013 Last Modified: February 14, 2013 Americas Headquarters Cisco Systems, Inc. 170

More information

2 Line Monitoring

2 Line Monitoring 2 Line Monitoring 3 4 G 5 6 7 8 CCP Control Certificate of Inspection HACCP CCP 9 Function chart Model KX9002A KX9002D KX9002T Remarks Connectable machine Video camera Option Option Option Vide recording

More information

Agenda. Qsync usage scenarios and sample applications. QNAP NAS specifications recommended by various types of users.

Agenda. Qsync usage scenarios and sample applications. QNAP NAS specifications recommended by various types of users. Agenda Qsync usage scenarios and sample applications QNAP NAS specifications recommended by various types of users Advanced features Qsync Ubuntu Beta / Qsync ios Beta Users' Common Issues include... Is

More information

Table of Contents. Chapter 1 Introduction Features System Diagram... 3 Multi-Server... 3 Single-Server... 3

Table of Contents. Chapter 1 Introduction Features System Diagram... 3 Multi-Server... 3 Single-Server... 3 inex Standard Table of Contents Chapter 1 Introduction... 1 1.1 Features... 1 1.2 System Diagram... 3 Multi-Server... 3 Single-Server... 3 Chapter 2 Installation... 5 2.1 Product Information... 5 Package

More information

Data Center Engineering Acceleration Efficiency Interoperability HCL ERS DATA CENTER ENGINEERING SERVICES

Data Center Engineering Acceleration Efficiency Interoperability HCL ERS DATA CENTER ENGINEERING SERVICES Data Center Engineering Acceleration Efficiency Interoperability HCL ERS DATA CENTER ENGINEERING SERVICES Large resource base with hands - on expertise in Storage technology Dedicated CoEs for VLSI, System

More information

Retail Banking Critical Infrastructure. Shopping Malls

Retail Banking Critical Infrastructure. Shopping Malls Retail Banking Critical Infrastructure Hospitality Shopping Malls Health Care Infinique s IP video surveillance solutions are available from 4 channels to 1000 plus channels and cater and meets your video

More information

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage

8/31/2015 BITS BYTES AND FILES. What is a bit. Representing a number. Technically, it s a change of voltage Personal Computing BITS BYTES AND FILES What is a bit Technically, it s a change of voltage Two stable states of a flip-flop Positions of an electrical switch That s for the EE folks It s a zero or a one

More information

System upgrade and future perspective for the operation of Tokyo Tier2 center. T. Nakamura, T. Mashimo, N. Matsui, H. Sakamoto and I.

System upgrade and future perspective for the operation of Tokyo Tier2 center. T. Nakamura, T. Mashimo, N. Matsui, H. Sakamoto and I. System upgrade and future perspective for the operation of Tokyo Tier2 center, T. Mashimo, N. Matsui, H. Sakamoto and I. Ueda International Center for Elementary Particle Physics, The University of Tokyo

More information

Product Information Version 3.0. ZEISS ZEN 2 core Smart. Precise. Open. Imaging Software Simplified.

Product Information Version 3.0. ZEISS ZEN 2 core Smart. Precise. Open. Imaging Software Simplified. Product Information Version 3.0 ZEISS ZEN 2 core Smart. Precise. Open. Imaging Software Simplified. Smart. Precise. Open. Imaging Software Simplified. ZEISS ZEN 2 core combines maximum flexibility with

More information

Backup Solution Testing on UCS for Small-Medium Range Customers- FC (Disk to Tape Library)

Backup Solution Testing on UCS for Small-Medium Range Customers- FC (Disk to Tape Library) Backup Solution Testing on UCS for Small-Medium Range Customers- FC (Disk to Tape Library) First Published: April 02, 2013 Last Modified: April 03, 2013 Americas Headquarters Cisco Systems, Inc. 170 West

More information

The Necessity of a New Culture of Electronic Publishing C A S L I N

The Necessity of a New Culture of Electronic Publishing C A S L I N Humboldt-University at Berlin Computer and Media Services The Necessity of a New Culture of Electronic Publishing C A S L I N 2004 Dr. Peter Schirmbacher Humboldt-University at Berlin Computer and Media

More information

An Efficient Commit Protocol Exploiting Primary-Backup Placement in a Parallel Storage System. Haruo Yokota Tokyo Institute of Technology

An Efficient Commit Protocol Exploiting Primary-Backup Placement in a Parallel Storage System. Haruo Yokota Tokyo Institute of Technology An Efficient Commit Protocol Exploiting Primary-Backup Placement in a Parallel Storage System Haruo Yokota Tokyo Institute of Technology My Research Interests Data Engineering + Dependable Systems Dependable

More information

Snia S Storage Networking Management/Administration.

Snia S Storage Networking Management/Administration. Snia S10-200 Storage Networking Management/Administration http://killexams.com/exam-detail/s10-200 QUESTION: 85 What are two advantages of over-subscription? (Choose two.) A. saves on ISL links B. decreases

More information

Virtual Server Agent for VMware VMware VADP Virtualization Architecture

Virtual Server Agent for VMware VMware VADP Virtualization Architecture Virtual Server Agent for VMware VMware VADP Virtualization Architecture Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 18 VMware VADP Virtualization Architecture - Virtual Server Agent for VMware

More information

SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide

SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide SLS-ENVR16 Network Video Recorder V2.1.5 Quick Setup Guide The SLS-ENVR16 series NVR is an intelligent and compact appliance that provides a network interface to monitor, record and playback video from

More information

Enterprise Forms Server - Hardware/Software Requirements

Enterprise Forms Server - Hardware/Software Requirements Server O/S The application requires Windows Server 2008 (32 or 64 Bit) and above. The webserver software required is Microsoft IIS7 and above (included free with Windows Server). Application Software The

More information

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

Learning Management System (LMS) + Content Management System (CMS) 100% Open Source more than 90 Million Users Worldwide over 10 Years of Development World Most Popular Learning Management System (LMS) + Content Management System (CMS) Discover the power of combining

More information

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC white paper FlashGrid Software Intel SSD DC P3700/P3600/P3500 Topic: Hyper-converged Database/Storage FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC Abstract FlashGrid

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

SIP AIP AIP DIP. Preservation Planning. Data Management. Ingest. Access. Archival Storage. Administration MANAGEMENT P R O D U O N S U M E R E R 4-1.

SIP AIP AIP DIP. Preservation Planning. Data Management. Ingest. Access. Archival Storage. Administration MANAGEMENT P R O D U O N S U M E R E R 4-1. Performance Study of Digital Object Format Identification & Validation Tools Quyen Nguyen ERA Systems Engineering National Archives & Records Administration Agenda Background Format Identification Tools

More information

IT and Interface Requirements

IT and Interface Requirements IT and Interface Requirements Recommended Server Hardware Specifications Server Hardware General Requirements Processor 3.0GHz quad core Xeon Memory 16GB RAM (minimum) 32GB RAM recommended. Storage 500GB

More information

Microsoft Windows Apple Mac OS X

Microsoft Windows Apple Mac OS X Products Snow License Manager Snow Inventory Server, IDR, IDP Client for Windows Client for Linux Client for Unix Client for OS X Oracle Scanner External Data Provider Snow Distribution Date 2014-09-09

More information

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS

WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS 1 WEB SEARCH, FILTERING, AND TEXT MINING: TECHNOLOGY FOR A NEW ERA OF INFORMATION ACCESS BRUCE CROFT NSF Center for Intelligent Information Retrieval, Computer Science Department, University of Massachusetts,

More information

Scalable, Reliable Marshalling and Organization of Distributed Large Scale Data Onto Enterprise Storage Environments *

Scalable, Reliable Marshalling and Organization of Distributed Large Scale Data Onto Enterprise Storage Environments * Scalable, Reliable Marshalling and Organization of Distributed Large Scale Data Onto Enterprise Storage Environments * Joesph JaJa joseph@ Mike Smorul toaster@ Fritz McCall fmccall@ Yang Wang wpwy@ Institute

More information

Three Generations of Linux Dr. Alexander Dunaevskiy

Three Generations of Linux Dr. Alexander Dunaevskiy Three Generations of Linux Server Systems as TSM-Platform at 17.08.2007 Dr. Alexander Dunaevskiy dunaevskiy@lrz.de d LRZ in Words LRZ is the biggest supercomputing centre in Germany LRZ provides a wide

More information

Helix DNA Framework. Yann Cadic Quentin Désert. Multimedia Programming Helsinki University of Technology

Helix DNA Framework. Yann Cadic Quentin Désert. Multimedia Programming Helsinki University of Technology Helix DNA Framework Yann Cadic Quentin Désert Multimedia Programming Helsinki University of Technology - 2006 Content Plan About Helix DNA Project Helix DNA Framework Use Case RealNetworks, Inc. Leadership

More information

System Requirements. SuccessMaker 3

System Requirements. SuccessMaker 3 System Requirements SuccessMaker 3 System requirements are subject to change. For the latest information on system requirements, go to http://support.pearsonschool.com. For more information about Digital

More information

Edinburgh Research Explorer

Edinburgh Research Explorer Edinburgh Research Explorer Profiling OGSA-DAI Performance for Common Use Patterns Citation for published version: Dobrzelecki, B, Antonioletti, M, Schopf, JM, Hume, AC, Atkinson, M, Hong, NPC, Jackson,

More information

ABBYY FineReader 14 YOUR DOCUMENTS IN ACTION

ABBYY FineReader 14 YOUR DOCUMENTS IN ACTION YOUR DOCUMENTS IN ACTION Combining powerful OCR with essential PDF capabilities, FineReader provides a single solution for working with PDFs and scanned paper documents. Content Your Single Solution for

More information

IBM. Systems management Disk management. IBM i 7.1

IBM. Systems management Disk management. IBM i 7.1 IBM IBM i Systems management Disk management 7.1 IBM IBM i Systems management Disk management 7.1 Note Before using this information and the product it supports, read the information in Notices, on page

More information

Is SharePoint the. Andrew Chapman

Is SharePoint the. Andrew Chapman Is SharePoint the Andrew Chapman Records management (RM) professionals have been challenged to manage electronic data for some time. Their efforts have tended to focus on unstructured data, such as documents,

More information

Coordinating Parallel HSM in Object-based Cluster Filesystems

Coordinating Parallel HSM in Object-based Cluster Filesystems Coordinating Parallel HSM in Object-based Cluster Filesystems Dingshan He, Xianbo Zhang, David Du University of Minnesota Gary Grider Los Alamos National Lab Agenda Motivations Parallel archiving/retrieving

More information

CS3600 SYSTEMS AND NETWORKS

CS3600 SYSTEMS AND NETWORKS CS3600 SYSTEMS AND NETWORKS NORTHEASTERN UNIVERSITY Lecture 9: Mass Storage Structure Prof. Alan Mislove (amislove@ccs.neu.edu) Moving-head Disk Mechanism 2 Overview of Mass Storage Structure Magnetic

More information

Save your Hobby on DVD. to Share with Others

Save your Hobby on DVD. to Share with Others Save your Hobby on DVD to Share with Others Hobbies Involve Physical Objects Objects like: Photos Stamps Coins Buttons Baseball Cards Pistols, Rifles, Teapots, Antiques Etc. WACUG 2 My Goal Today Introduce

More information