Managing and Monitoring SUSE Enterprise Storage

Size: px
Start display at page:

Download "Managing and Monitoring SUSE Enterprise Storage"

Transcription

1 Managing and Monitoring SUSE Enterprise Storage Tim Serong Eric Jackson Senior Clustering Engineer Senior Software Developer Distributed Storage

2 SUSE Enterprise Storage...in 30 seconds or less 2 Massively scalable No bottlenecks or single points of failure Object storage, block storage Based on Ceph

3 SUSE Enterprise Storage...in 30 seconds or less 3 Data stored redundantly Lots of disks (OSDs) in lots of storage nodes A few monitor (MON) nodes All on commodity hardware

4 Deployment

5 DIY Deployment 5 Boot a bunch of nodes Install SUSE Linux Enterprise Server 12 Add SUSE Enterprise Storage Run ceph-deploy

6 DIY Deployment # ceph-deploy new node1 node2 node3 # ceph-deploy mon create-initial # ceph-deploy osd prepare node1:sdb # ceph-deploy osd prepare node1:sdc # ceph-deploy calamari --master node0 \ connect node1 node2 node3 6

7 Or, Take a Crowbar to it 7 Same technology as SUSE OpenStack Cloud Install one admin node PXE boot everything else Click to deploy

8 Or, Take a Crowbar to it 8

9 Or, Take a Crowbar to it 9

10 Or, Take a Crowbar to it 10

11 Or, Take a Crowbar to it 11

12 Or, Take a Crowbar to it 12

13 Or, Take a Crowbar to it 13

14 Or, Take a Crowbar to it 14

15 Or, Take a Crowbar to it 15

16 Or, Take a Crowbar to it 16

17 Or, Take a Crowbar to it 17

18 Or, Take a Crowbar to it 18

19 Or, Take a Crowbar to it 19

20 iscsi

21 Configuring iscsi today RBD mapped devices Targetcli - interactive - command line 21 Iblock backstore

22 Configuring iscsi challenges 22 Simple configuration requires a dozen steps Sometimes command order matters Locally saved configuration Synchronizing redundancy across gateways Experimentation can be cumbersome

23 Lrbd 23 Uses rbd and targetcli Configuration stored in Ceph Synchronization is automatic Experimentation is quick Configuration format is JSON Command line options, man pages

24 Lrbd information Github Wiki tutorial 30 configuration samples - /usr/share/doc/packages/lrbd/samples 24

25 Monitoring

26 Is it Working? # ceph status cluster 565bbaaf-11e a-6b468f0b7b7e health HEALTH_OK monmap e1: 1 mons at {node1= :6789/0} election epoch 1, quorum 0 node1 osdmap e12: 2 osds: 2 up, 2 in pgmap v118: 64 pgs, 1 pools, 1024 kb data, 3 objects kb used, MB / MB avail 64 active+clean 26

27 Is it Working? # ceph status cluster 565bbaaf-11e a-6b468f0b7b7e health HEALTH_WARN 33 pgs degraded; 35 pgs stuck... monmap e1: 3 mons at {ceph2=...,ceph3=...,ceph4=...}, election epoch 22, quorum 0,1,2 ceph2,ceph3,... osdmap e411: 52 osds: 52 up, 52 in pgmap v1014: 4288 pgs, 4 pools, 0 bytes data, MB used, GB / GB avail 33 active+degraded 2 active+remapped 4253 active+clean 27

28 Is it Working? # ceph status cluster c9d3ae97-2f4c-4d91-a3f7-ff42bce754df health HEALTH_WARN 2174 pgs backfill; 367 pgs backfilling; 3271 pgs degraded; 23 pgs down; 57 pgs peering; 35 pgs recovering; 188 pgs recovery_wait; 227 pgs stale; 26 pgs stuck inactive; 3065 pgs stuck unclean; recovery / objects degraded (17.988%); 1/148 in osds are down monmap e3: 3 mons at {a001= :6789/0,a002= :6789/0,a003= :6789/0}, election... osdmap e51357: 168 osds: 147 up, 148 in pgmap v : pgs, 5 pools, 1183 GB data, 5609 objects 3330 GB used, GB / GB avail / objects degraded (17.988%) 9 inactive active+clean 10 degraded+remapped 9 active+degraded+remapped 361 active+degraded+remapped+backfilling 39 stale+active+degraded+remapped+wait_backfill 30 peering 154 active+recovery_wait 171 stale+active+clean 22 active+recovery_wait+degraded+remapped 14 active+remapped+wait_backfill 23 down+peering 3 stale+active+degraded+remapped+backfilling 3 stale+active+recovery_wait 2 active+remapped 19 degraded 673 active+degraded 3 active+remapped+backfilling 4 remapped+peering 6 active+recovery_wait+remapped 3 active+recovery_wait+degraded 11 stale+active+degraded 2121 active+degraded+remapped+wait_backfill 35 active+recovering 28

29 Is it Working? 29 What do we care about, right now? Overall cluster health MON quorum OSD status PG status Disk used/free Is anything dead?

30 Is it Working Well? 30 What do we care about, long term? What's CPU bound? What's disk bound? What's network bound?

31 Enter Calamari and Romana 31 Ceph GUI, included with SUSE Enterprise Storage Calamari is the backend (REST API) Romana is the frontend (GUI) Provides monitoring and some management

32 Cluster Status 32

33 Cluster Status 33

34 Cluster Performance 34

35 Cluster Performance 35

36 Cluster Performance 36

37 Management

38 When Everything is Fine 38 OSD management Pool / Placement Group management iscsi targets Users, authentication Adding new nodes, disks, etc.

39 Cluster Settings 39

40 OSD Management 40

41 Pool / Placement Group Management 41

42 Pool / Placement Group Management 42

43 CLI Tools for iscsi targets Users, authentication Adding new nodes, disks, etc.

44 When Everything is Not Fine 44 Dead disks Dead nodes Half the building is on fire...

45 Calamari will tell you about it... 45

46 ...and help you find the problem 46

47 Again, Other Tools for Redeploying Adding new nodes Replacing OSDs

48 Beneath the Surface

49 Calamari Consists Of Romana (the frontend) Calamari (the backend REST API) Salt (communication and minor configuration) Graphite (metrics, graphs)

50 Usually... # zypper in romana # calamari-ctl initialize [INFO] Loading configuration [INFO] Starting/enabling salt Username (leave blank to use 'root'):... # ceph-deploy calamari --master node0 \ connect node1 node2 node3 50

51 In Practice, Right Now Calamari Node: Storage Nodes: 51 Romana, Calamari, Salt Master, Graphite/Carbon Salt Minion, Diamond

52 Variations More Salt with your Calamari? Longer metric retention /etc/carbon/storage-schemas.conf 52 BYO Graphite Less Salt with your Calamari?

53 Alternatives

54 Alternatives 54 Intel Virtual Storage Manager InkScope openattic

55 Virtual Storage Manager Intel Openstack Horizon Interface Django, Python Released 2.0 beta 1 on August 21 Packages incomplete at OBS

56 InkScope Orange Labs AngularJS and Python REST api Rados gateway user management Packages at OBS - Images from 56

57 57

58 58

59 59

60 openattic IT-Novum GmbH AngularJS and Python REST api Released on July 21 Complete Linux storage management system Demo

61 61

62 62

63 63

64 Questions?

65 For more information about SUSE Enterprise Storage: Thank you. 65

66 66

67 67 Corporate Headquarters (Worldwide) Join us on: Maxfeldstrasse Nuremberg Germany

68 Unpublished Work of SUSE LLC. All Rights Reserved. This work is an unpublished work and contains confidential, proprietary and trade secret information of SUSE LLC. Access to this work is restricted to SUSE employees who have a need to know to perform tasks within the scope of their assignments. No part of this work may be practiced, performed, copied, distributed, revised, modified, translated, abridged, condensed, expanded, collected, or adapted without the prior written consent of SUSE. Any use or exploitation of this work without authorization could subject the perpetrator to criminal and civil liability. General Disclaimer This document is not to be construed as a promise by any participating company to develop, deliver, or market a product. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. SUSE makes no representations or warranties with respect to the contents of this document, and specifically disclaims any express or implied warranties of merchantability or fitness for any particular purpose. The development, release, and timing of features or functionality described for SUSE products remains at the sole discretion of SUSE. Further, SUSE reserves the right to revise this document and to make changes to its content, at any time, without obligation to notify any person or entity of such revisions or changes. All SUSE marks referenced in this presentation are trademarks or registered trademarks of Novell, Inc. in the United States and other countries. All third-party trademarks are the property of their respective owners.

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802

SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 SAP Edge Services, cloud edition Edge Services Overview Guide Version 1802 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential

More information

5620 SAM SERVICE AWARE MANAGER AAA GNE Driver Version Guide

5620 SAM SERVICE AWARE MANAGER AAA GNE Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 8950 AAA GNE Driver Version 1.0.0 Guide 3HE-10614-AAAA-TQZZA March 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

SAP Edge Services Edge Services Overview Guide Version 1711

SAP Edge Services Edge Services Overview Guide Version 1711 SAP Edge Services Edge Services Overview Guide Version 1711 Table of Contents ABOUT THIS DOCUMENT... 3 INTRODUCTION... 4 Persistence Service... 4 Streaming Service... 4 Business Essential Functions Service...

More information

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide 5620 SERVICE AWARE MANAGER NTP Driver Version 1.0.0 Guide 3HE-11234-AAAA-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names

More information

5620 SAM SERVICE AWARE MANAGER 14.0 R7. Planning Guide

5620 SAM SERVICE AWARE MANAGER 14.0 R7. Planning Guide 5620 SAM SERVICE AWARE MANAGER 14.0 R7 Planning Guide 3HE-10698-AAAE-TQZZA December 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names mentioned

More information

VMware Pulse IoT Center 1.0 Release Notes

VMware Pulse IoT Center 1.0 Release Notes VMware Pulse IoT Center 1.0 Release Notes Copyright 2018. All rights reserved. Copyright and trademark information.. 3401 Hillview Ave Palo Alto, CA 94304 www.vmware.com 2 Table of Contents 1. Purpose

More information

VMware Pulse IoT Center 1.1 Release Notes

VMware Pulse IoT Center 1.1 Release Notes VMware Pulse IoT Center 1.1 Release Notes Copyright 2018. All rights reserved. Copyright and trademark information.. 3401 Hillview Ave Palo Alto, CA 94304 www.vmware.com 2 Table of Contents 1. Purpose

More information

Spec Sheet R&S SpycerBox Cell

Spec Sheet R&S SpycerBox Cell SpycerBox Cell is the new and distinctive storage solution from Rohde & Schwarz DVS, standing out for its high-density layout and redundant setup. Cascadable thanks to its unique SAS interconnection, the

More information

New Encoding Technique to Reform Erasure Code Data Overwrite Xiaodong Liu & Qihua Dai Intel Corporation

New Encoding Technique to Reform Erasure Code Data Overwrite Xiaodong Liu & Qihua Dai Intel Corporation New Encoding Technique to Reform Erasure Code Data Overwrite Xiaodong Liu & Qihua Dai Intel Corporation 1 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO

More information

Testing Report: Spectra Logic Verde and Milestone Husky 500A

Testing Report: Spectra Logic Verde and Milestone Husky 500A Testing Report: Spectra Logic Verde and Milestone Husky 500A December 2016 Contents Contents... 2 Spectra Logic Verde and Milestone Husky 500A - Test Summary... 3 Basic System Configuration information...

More information

SecureFTP Procedure for Alma Implementing Customers

SecureFTP Procedure for Alma Implementing Customers SecureFTP Procedure for Alma Implementing Customers CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss.

More information

Autotask Integration Guide

Autotask Integration Guide Autotask Integration Guide Updated May 2015 - i - Welcome to Autotask Why integrate Autotask with efolder? Autotask is all-in-one web-based Professional Services Automation (PSA) software designed to help

More information

Device Management Requirements

Device Management Requirements Device Management Requirements Approved Version 2.0 09 Feb 2016 Open Mobile Alliance OMA-RD-DM-V2_0-20160209-A [OMA-Template-ReqDoc-20160101-I] OMA-RD-DM-V2_0-20160209-A Page 2 (14) Use of this document

More information

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things

ITU-T Y.4552/Y.2078 (02/2016) Application support models of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU Y.4552/Y.2078 (02/2016) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET

More information

Terms of Use and The Festival Rules

Terms of Use and The Festival Rules Terms of Use and The Festival Rules General Provisions By submitting to The International Action Adventure Horror Thriller Film Festival MoviePark (hereinafter referred to as the festival) on the Festival

More information

Dedicated Micros IP v3. Module Application Guide

Dedicated Micros IP v3. Module Application Guide Dedicated Micros IP V3 Module Application Guide Description This module allows IP control of the new Digital Sprite as well as the ECO9 and ECO16 models. This module was developed against an ECO9. The

More information

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Intelligent Monitoring Software IMZ-RS300 Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Flexible IP Video Monitoring With the Added Functionality of Intelligent Motion Detection With

More information

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS

FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSS PLATFORM FOR CLOUD BASED IOT SOLUTIONS FOSDEM 2018 04.02.2018 Bosch Software Innovations GmbH Dr. Steffen Evers Head of Open Source Services Eclipse Kuksa Demo Open Source Connected Car Platform In-Vehicle

More information

ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE

ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE ENGINEERING COMMITTEE Energy Management Subcommittee SCTE STANDARD SCTE 237 2017 Implementation Steps for Adaptive Power Systems Interface Specification (APSIS ) NOTICE The Society of Cable Telecommunications

More information

SuperSpeed USB 3.0 to HDMI Audio Video Adapter for Windows & Mac up to 2048x1152 / 1920x1200

SuperSpeed USB 3.0 to HDMI Audio Video Adapter for Windows & Mac up to 2048x1152 / 1920x1200 SuperSpeed USB 3.0 to HDMI Audio Video Adapter for Windows & Mac up to 2048x1152 / 1920x1200 Copyright and Trademarks Specifications are subject to change without notice. Cable Matters is a registered

More information

ITU-T Y Functional framework and capabilities of the Internet of things

ITU-T Y Functional framework and capabilities of the Internet of things I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.2068 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (03/2015) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

Audio-Technica MX-381 Mixer Crestron Module Module Application Guide

Audio-Technica MX-381 Mixer Crestron Module Module Application Guide Audio-Technica MX-381 Mixer Crestron Module Module Application Guide Description This module allows any Crestron 2-series or X-generation processor to control one or more (up to 16) Audio-Technica MX-381

More information

DM DiagMon Architecture

DM DiagMon Architecture DM DiagMon Architecture Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-AD-DM-DiagMon-V1_0-20111220-A [OMA-Template-ArchDoc-20110121-I] OMA-AD-DM-DiagMon-V1_0-20111220-A Page 2 (13) Use of this

More information

DS-7200HFI-SL Series DVR. Technical Specification

DS-7200HFI-SL Series DVR. Technical Specification DS-7200HFI-SL Series DVR Technical Specification Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION

More information

Integrating Device Connectivity in IoT & Embedded devices

Integrating Device Connectivity in IoT & Embedded devices Leveraging Microsoft Cloud for IoT and Embedded Applications Integrating Device Connectivity in IoT & Embedded devices Tom Zamir IoT Solutions Specialist tom@iot-experts.net About me Tom Zamir IoT Solutions

More information

Crescent Walls User Manual

Crescent Walls User Manual HDMI-8x8 Crescent Walls User Manual COPYRIGHT and TRADEMARK All rights reserved by APANTA LCC, Porland, Oregon, USA. No part of this document may be reproduced in any form or by any means without written

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Infortrend Technologies 5000 Series NVR 12-15-2015 Table of Contents Executive Summary:... 4 Introduction... 4 Certified Products...

More information

SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS

SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS E-Guide SIX STEPS TO BUYING DATA LOSS PREVENTION PRODUCTS SearchSecurity D ata loss prevention (DLP) allow organizations to protect sensitive data that could cause grave harm if stolen or exposed. In this

More information

USB Smart Power Sensor

USB Smart Power Sensor 75Ω -30 dbm to +20 dbm, 100 khz to 2500 MHz The Big Deal 75Ω Impedance Low cost USB HID device compatible with 32/64 Bit operating systems Includes Measurement Application GUI (Graphical User Interface)

More information

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved.

North America, Inc. AFFICHER. a true cloud digital signage system. Copyright PDC Co.,Ltd. All Rights Reserved. AFFICHER a true cloud digital signage system AFFICHER INTRODUCTION AFFICHER (Sign in French) is a HIGH-END full function turnkey cloud based digital signage system for you to manage your screens. The AFFICHER

More information

MaxView Cinema Kit Quick Install Guide

MaxView Cinema Kit Quick Install Guide SYSTEM SETUP The MaxView will work at any of the following display settings: INSTALLATION MaxView Cinema Kit Quick Install Guide Step 1 - Turn off your computer. Disconnect your monitor s VGA cable from

More information

THE BaBar High Energy Physics (HEP) detector [1] is

THE BaBar High Energy Physics (HEP) detector [1] is IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 3, JUNE 2006 1299 BaBar Simulation Production A Millennium of Work in Under a Year D. A. Smith, F. Blanc, C. Bozzi, and A. Khan, Member, IEEE Abstract

More information

F5 Network Security for IoT

F5 Network Security for IoT OVERVIEW F5 Network Security for IoT Introduction As networked communications continue to expand and grow in complexity, the network has increasingly moved to include more forms of communication. This

More information

Crestron TPMC-4SM Fusion RV Interface Operations Guide

Crestron TPMC-4SM Fusion RV Interface Operations Guide Crestron TPMC-4SM Fusion RV Interface Operations Guide The specific patents that cover Crestron products are listed at patents.crestron.com. Crestron, the Crestron logo and Fusion RV are either trademarks

More information

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective

A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective SHANZHI CHEN, HUI XU, DAKE LIU, BO HU, AND HUCHENG WANG Definitions of IoT from Different Organizations: Organizations

More information

ARRIS Solutions Inc. TERMS OF USE ARRIS SOFTWARE APPLICATIONS

ARRIS Solutions Inc. TERMS OF USE ARRIS SOFTWARE APPLICATIONS ARRIS Solutions Inc. TERMS OF USE ARRIS SOFTWARE APPLICATIONS (Effective as of February 10, 2015) PLEASE READ CAREFULLY This ARRIS Solutions, Inc. Terms of Use Agreement (this "Agreement") is a legal agreement

More information

Network and IT Infrastructure Services for the IoT Store

Network and IT Infrastructure Services for the IoT Store Network and IT Infrastructure Services for the IoT Store Gaël Fromentoux and Nathalie Omnès (&) Orange Labs, 2 avenue Pierre Marzin, 22 300 Lannion, France {gael.fromentoux,nathalie.omnes}@orange.com Abstract.

More information

CHP Max Headend Optics Platform CHP CORWave II

CHP Max Headend Optics Platform CHP CORWave II CHP Max Headend Optics Platform CHP CORWave II 1 GHz C Band DWDM Forward Transmitters FEATURES Consolidation or elimination of OTNs and node splitting by harvesting plant assets with up to 16 full spectrum

More information

USB Smart Power Sensor

USB Smart Power Sensor 50Ω -30 dbm to +20 dbm, 1 MHz to 8000 MHz The Big Deal Fast measurement speed, 10 msec USB HID device compatible with 32/64 Bit operating systems Includes Measurement Application GUI (Graphical User Interface)

More information

E3/DS3 Tap. 6xBNC Type

E3/DS3 Tap. 6xBNC Type E3/DS3 Tap 6xBNC Type CUSTOMER SUPPORT INFORMATION To order or for a technical information support: Phone: +33 3 88 10 18 30 or Fax: +33 3 88 10 18 35 Mail order: COMCRAFT 2, rue de la Mairie 67203 Oberschaeffolsheim

More information

RUCKUS IoT SUITE DATA SHEET BENEFITS

RUCKUS IoT SUITE DATA SHEET BENEFITS Organizations seeking to deploy IoT solutions face a complex, fragmented ecosystem of standards, devices and services that often slows or stalls enterprise IoT deployments. BENEFITS REUSE EXISTING INFRASTRUCTURE

More information

Huawei AT815SN Brochure-Detailed

Huawei AT815SN Brochure-Detailed Huawei AT815SN Brochure-Detailed Huawei AT815SN Brochure-Detailed Huawei AT815SN is a standard outdoor access terminal (AT) that provides excellent remote access performance and enhanced protection. It

More information

Introduction. Package Contents. Installation Requirements

Introduction. Package Contents. Installation Requirements Security Camera Security Camera Introduction Introduction Thank you for purchasing the aircam Dome. This Quick Start Guide is designed to guide you through the installation of the aircam Dome and show

More information

Getting Started With the imx Developer s Kit

Getting Started With the imx Developer s Kit Getting Started imx Developer s Kit Getting Started With the imx Developer s Kit Getting Started With the imx Developer s Kit Page 2 Embedded Artists AB Davidshallsgatan 16 SE-211 45 Malmö Sweden http://www.embeddedartists.com.

More information

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS

EdgeX Foundry. Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS EdgeX Foundry Facilitating IoT Interoperability by Extending Cloud Native Principles to the Edge GLOBAL SPONSORS The IoT requires architecting from Edge to Core to Cloud EDGE/FIELD FOG CLOUD SECURITY MANAGEABILITY

More information

UG0651 User Guide. Scaler. February2018

UG0651 User Guide. Scaler. February2018 UG0651 User Guide Scaler February2018 Contents 1 Revision History... 1 1.1 Revision 5.0... 1 1.2 Revision 4.0... 1 1.3 Revision 3.0... 1 1.4 Revision 2.0... 1 1.5 Revision 1.0... 1 2 Introduction... 2

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad -500043 COMPUTER SCIENCE AND ENGINEERING TUTORIAL QUESTIONBANK Course Title INTERNET OF THINGS Course Code ACS510 Programme B.Tech

More information

3 rd Party Interfaces. Version Installation and User Guide

3 rd Party Interfaces. Version Installation and User Guide 3 rd Party Interfaces Version 2.1.2 Installation and User Guide Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.: +49 (0) 621 789507 0 Fax: +49 (0) 621 789507 10 2015 Silicon

More information

The Art of Low-Cost IoT Solutions

The Art of Low-Cost IoT Solutions The Art of Low-Cost IoT Solutions 13 June 2017 By Igor Ilunin, DataArt www.dataart.com 2017 DataArt Contents Executive Summary... 3 Introduction... 3 The Experiment... 3 The Setup... 4 Analysis / Calculations...

More information

R&S VENICE On air. 24/7.

R&S VENICE On air. 24/7. R&S VENICE On air. 24/7. www.rohde-schwarz.com/venice We proudly present our new R&S VENICE Control Play View Maintenance VDCP and FIMS Different applications and protocols for every possible workflow

More information

Configuring and Troubleshooting Set-Top Boxes

Configuring and Troubleshooting Set-Top Boxes Diagnose RF Tuner Issues, page 1 Protect End-User Privacy, page 4 Apply Services to Device, page 5 View Video Recordings, page 6 View VOD Programs, page 6 View PDL Programs, page 7 View Hard Disk Information,

More information

Kylone MicroCMS Installation & Setup Guide for TBS IPTV System V1.0

Kylone MicroCMS Installation & Setup Guide for TBS IPTV System V1.0 Kylone MicroCMS Installation & Setup Guide for TBS IPTV System V1.0 TBS Technologies International Ltd., http://www.tbsiptv.com Kylone Technology International Ltd., http://kylone.com DISCLAIMER This document

More information

Signum BlackHive. Generation II. Broadcast Production System and video server. The new system generation signum.blackhive

Signum BlackHive. Generation II. Broadcast Production System and video server. The new system generation signum.blackhive Signum BlackHive Generation II Broadcast Production System and video server The new system generation signum.blackhive BlackHive is supporting SD-format (16:9 and 4:3) as well as HDHD formats (720p, 1080i

More information

VS-162 / VS-164. User Manual

VS-162 / VS-164. User Manual User Manual VS-162 / VS-164 Read this guide thoroughly and follow the installation and operation procedures carefully in order to prevent any damage to the units and/or any devices that connect to them.

More information

Dell Wyse 5030 PCoIP Zero Client

Dell Wyse 5030 PCoIP Zero Client Dell Wyse 5030 PCoIP Zero Client User Guide Regulatory Model: PxN Regulatory Type: PxN001 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

2-Port Video Splitter USER MANUAL VS102

2-Port Video Splitter USER MANUAL VS102 2-Port Video Splitter USER MANUAL VS102 FCC / CE Information FEDERAL COMMUNICATIONS COMMISSION INTERFERENCE STATEMENT: This equipment has been tested and found to comply with the limits for a Class A digital

More information

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s)

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s) MOB501 SAP Omnichannel Banking 8.3 SP01 PL03 Development. COURSE OUTLINE Course Version: 03 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

Transparent low-overhead checkpoint for GPU-accelerated clusters

Transparent low-overhead checkpoint for GPU-accelerated clusters Transparent low-overhead checkpoint for GPU-accelerated clusters Leonardo BAUTISTA GOMEZ 1,3, Akira NUKADA 1, Naoya MARUYAMA 1, Franck CAPPELLO 3,4, Satoshi MATSUOKA 1,2 1 Tokyo Institute of Technology,

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

Network Disk Recorder WJ-ND200

Network Disk Recorder WJ-ND200 Network Disk Recorder WJ-ND200 Network Disk Recorder Operating Instructions Model No. WJ-ND200 ERROR MIRROR TIMER HDD1 REC LINK /ACT OPERATE HDD2 ALARM SUSPEND ALARM BUZZER STOP Before attempting to connect

More information

R&S ZNrun Automated Test Software PC-based server platform for automated VNA tests

R&S ZNrun Automated Test Software PC-based server platform for automated VNA tests ZNrun_bro_en_3607-1836-12_v0100.indd 1 Product Brochure 01.00 Test & Measurement R&S ZNrun Automated Test Software PC-based server platform for automated VNA tests 05.03.2015 11:31:43 R&S ZNrun Automated

More information

Q516 HIGH RES AUDIO DELAY ORDERING OPTIONS SUPPORT OPTIONS MANAGEMENT AND CONTROL HIGH PRECISION AUDIO DELAY FOR MICRO SECOND ACCURACY

Q516 HIGH RES AUDIO DELAY ORDERING OPTIONS SUPPORT OPTIONS MANAGEMENT AND CONTROL HIGH PRECISION AUDIO DELAY FOR MICRO SECOND ACCURACY ORDERING OPTIONS Q516 AD 1 High Res Audio Delay with 1 analog / digital stereo channel (combo port) PRODUCT INFORMATION Audio Delay: The Qbit Q516 High Resolution Audio Delay utilizes the the proven Qbit

More information

Bringing an all-in-one solution to IoT prototype developers

Bringing an all-in-one solution to IoT prototype developers Bringing an all-in-one solution to IoT prototype developers W H I T E P A P E R V E R S I O N 1.0 January, 2019. MIKROE V E R. 1.0 Click Cloud Solution W H I T E P A P E R Page 1 Click Cloud IoT solution

More information

Retired. 1. Power On/Off Button 4.Minus (-) Button 2. Power Indicator LED 5.Menu Select Button 3. Plus (+) Button 6.

Retired. 1. Power On/Off Button 4.Minus (-) Button 2. Power Indicator LED 5.Menu Select Button 3. Plus (+) Button 6. Overview The TFT7210R is the next generation 1U retractable TFT flat panel monitor. It provides a full 17 inch viewing screen when needed and tucks away in only 1U of rack space when not being used. The

More information

OddCI: On-Demand Distributed Computing Infrastructure

OddCI: On-Demand Distributed Computing Infrastructure OddCI: On-Demand Distributed Computing Infrastructure Rostand Costa Francisco Brasileiro Guido Lemos Filho Dênio Mariz Sousa MTAGS 2nd Workshop on Many-Task Computing on Grids and Supercomputers Co-located

More information

IoT Toolbox Mobile Application User Manual

IoT Toolbox Mobile Application User Manual Rev. 0 19 December 2017 User Manual Document information Info Keywords Abstract Content User Manual, IoT, Toolbox The IoT Toolbox is a mobile application developed by NXP Semiconductors and designed for

More information

Application of A Disk Migration Module in Virtual Machine live Migration

Application of A Disk Migration Module in Virtual Machine live Migration 2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.2.61 Application of A Disk Migration

More information

Intel Ethernet SFP+ Optics

Intel Ethernet SFP+ Optics Product Brief Intel Ethernet SFP+ Optics Network Connectivity Intel Ethernet SFP+ Optics SR and LR Optics for the Intel Ethernet Server Adapter X520 Family Hot-pluggable SFP+ footprint Supports rate selectable

More information

MULTI-CHANNEL CALL RECORDING AND MONITORING SYSTEM

MULTI-CHANNEL CALL RECORDING AND MONITORING SYSTEM release 18.05.2018 MULTI-CHANNEL CALL RECORDING AND MONITORING SYSTEM Smart Logger is a multi-channel voice and screen recording solution. It allows our customers around the world to capture and analyze

More information

NTSC/PAL. Network Interface Board for MPEG IMX TM. VTRs BKMW-E2000 TM

NTSC/PAL. Network Interface Board for MPEG IMX TM. VTRs BKMW-E2000 TM NTSC/PAL Network Interface Board for MPEG IMX TM VTRs BKMW-E2000 TM A bridge between two worlds merging tape-based recording into an asynchronous network environment Rapid progress in IP-based network

More information

Part 1 Basic Operation

Part 1 Basic Operation This product is a designed for video surveillance video encode and record, it include H.264 video Compression, large HDD storage, network, embedded Linux operate system and other advanced electronic technology,

More information

ExtIO Plugin User Guide

ExtIO Plugin User Guide Overview The SDRplay Radio combines together the Mirics flexible tuner front-end and USB Bridge to produce a SDR platform capable of being used for a wide range of worldwide radio and TV standards. This

More information

AT2700USB. Digital Video Interfacing Products. DVB-C QAM-A/B/C IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs

AT2700USB. Digital Video Interfacing Products. DVB-C QAM-A/B/C IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Digital Video Interfacing Products AT2700USB DVB-C QAM-A/B/C IF and RF ( VHF & UHF ) Output DVB-ASI & DVB-SPI Inputs Standard Features DVB-C Modulator with VHF & UHF up converter. - High Speed USB 2.0.

More information

DirecTV Receivers Serial Control Module Application Guide

DirecTV Receivers Serial Control Module Application Guide DirecTV Receivers Serial Control Module Application Guide Description This module allows you to control supported DirecTV receivers, including the D10, D11, D12, H10, R15, R16, H20, H21, HR20, HR21 and

More information

Solutions for a Real Time World. Unigen Corp. Wireless Module Products. PAN Radio Modules Demonstration & Evaluation Kit UGWxxxxxxxxx (Part Number)

Solutions for a Real Time World. Unigen Corp. Wireless Module Products. PAN Radio Modules Demonstration & Evaluation Kit UGWxxxxxxxxx (Part Number) Unigen Corp. Wireless Module Products PAN Radio Modules Demonstration & Evaluation Kit UGWxxxxxxxxx (Part Number) Issue Date: November 19, 2008 Revision: 1.0-1 REVISION HISTORY Rev. No. History Issue Date

More information

DM Scheduling Architecture

DM Scheduling Architecture DM Scheduling Architecture Approved Version 1.0 19 Jul 2011 Open Mobile Alliance OMA-AD-DM-Scheduling-V1_0-20110719-A OMA-AD-DM-Scheduling-V1_0-20110719-A Page 2 (16) Use of this document is subject to

More information

DATA/SPEC SHEET 16-CHANNEL HYBRID DIGITAL VIDEO RECORDER. Built for Reliability, Usability, and Low Cost of Ownership.

DATA/SPEC SHEET 16-CHANNEL HYBRID DIGITAL VIDEO RECORDER. Built for Reliability, Usability, and Low Cost of Ownership. DATA/SPEC SHEET V920 KOLLECTOR - PRODUCT FORCE DESCRIPTION 16-CHANNEL HYBRID DIGITAL VIDEO RECORDER Configured with ViconNet Video Management Software (VMS) Scalable from one to hundreds of recorders Support

More information

Application on Control Technology

Application on Control Technology Application on Control Technology Programming example in Ladder Logic Warranty, liability and support Note The application examples are not binding and do not claim to be complete regarding the circuits

More information

Supercam Spectrometer Synchronization at the SMT 7 February 2007 Craig Kulesa

Supercam Spectrometer Synchronization at the SMT 7 February 2007 Craig Kulesa Supercam Spectrometer Synchronization at the SMT 7 February 2007 Craig Kulesa Summary of basic needs: 1. External (hardware) synchronization: We will need to monitor or set numerous TTLlevel digital signals

More information

FTC AGL System Controller Reference Manual Part Number

FTC AGL System Controller Reference Manual Part Number SERIAL NUMBER FTC 190-1 AGL System Controller Reference Manual Part Number 7911901 Flash Technology, 332 Nichol Mill Lane, Franklin, TN 37067 (615) 261-2000 Front Matter Abstract This manual contains information

More information

MHP. First outing for. at IFA 99. Introduction

MHP. First outing for. at IFA 99. Introduction EBU Technical Review : No. 282 (March 2000) MHP First outing for at IFA 99 Institut für Rundfunktechchnik () The together with a group of representatives from DVB, the EBU, public and private broadcasters,

More information

DS-9600NI-XT Series NVR. Technical Specification

DS-9600NI-XT Series NVR. Technical Specification DS-9600NI-XT Series NVR Notices The information in this documentation is subject to change without notice and does not represent any commitment on behalf of HIKVISION. HIKVISION disclaims any liability

More information

VNS 104 MULTI STREAM DECODING SOFTWARE FOR VN MATRIX 225 OR VN-MATRIX 200 SERIES AV STREAMING

VNS 104 MULTI STREAM DECODING SOFTWARE FOR VN MATRIX 225 OR VN-MATRIX 200 SERIES AV STREAMING AV STREAMG MULTI STREAM DECODG SOFTWARE FOR VN MATRIX 225 OR VN-MATRIX 200 SERIES Decodes and displays one or four VN Matrix video streams on a single display from a Windows PC platform Decodes one audio

More information

Engineered for Performance. Designed for Speed. VIRTUAL FOOTBALL PRODUCT INFORMATION SHEET

Engineered for Performance. Designed for Speed. VIRTUAL FOOTBALL PRODUCT INFORMATION SHEET Engineered for Performance. Designed for Speed. VIRTUAL FOOTBALL PRODUCT INFORMATION SHEET VIRTUAL GRAPHICS FANS LOVE Virtual Football is a powerful, yet easy-touse system for inserting virtual graphics

More information

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A)

Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) Training Document for Comprehensive Automation Solutions Totally Integrated Automation (T I A) MODULE T I A Training Document Page 1 of 66 Module This document has been written by Siemens AG for training

More information

R&S TS-BCAST DVB-H IP Packet Inserter Compact DVB H signal generator with integrated IP packet inserter

R&S TS-BCAST DVB-H IP Packet Inserter Compact DVB H signal generator with integrated IP packet inserter Test & Measurement Product Brochure 02.00 R&S TS-BCAST DVB-H IP Packet Inserter Compact DVB H signal generator with integrated IP packet inserter R&S TS-BCAST DVB-H IP packet Inserter At a glance The R&S

More information

AT270USB, imod. Digital Video Interfacing Products. Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input

AT270USB, imod. Digital Video Interfacing Products. Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Digital Video Interfacing Products AT270USB, imod Stand alone DVB-C Modulator IF and RF ( VHF & UHF ) Output DVB-ASI Input Standard Features DVB-C Modulator with VHF & UHF Up converter. - High Speed USB

More information

Sony P2 Protocol VTR Control Module v1. Module Application Guide

Sony P2 Protocol VTR Control Module v1. Module Application Guide Sony P2 Protocol VTR Control Module Application Guide Description This module provides control of any Video Tape Recorder (VTR) or Digital Video Recorder (DVR) supporting Sony s P2 Edit Controller Protocol

More information

Impacts on User Behavior. Carol Ansley, Sr. Director Advanced Architecture, ARRIS Scott Shupe, Sr. Systems Architect Video Strategy, ARRIS

Impacts on User Behavior. Carol Ansley, Sr. Director Advanced Architecture, ARRIS Scott Shupe, Sr. Systems Architect Video Strategy, ARRIS Managing Advanced Cable Menu TV Usage Migration and System to IP Architecture: Part 1 Impacts on User Behavior Series Introduction: Jim Brown, Market VP Drivers Engineering, and Tech Buckeye Challenges

More information

Spec Sheet R&S SpycerBox family

Spec Sheet R&S SpycerBox family SpycerBox is Rohde & Schwarz DVS s fast and flexible storage solution. Choose one of the the versions that will be perfect for your workflow: Equipped with SSD technology SpycerBox reaches an internal

More information

REQUEST FOR PROPOSALS: FOR AN INTEGRATED IN-CAR AND BODY-WORN VIDEO MANAGEMENT SYSTEM

REQUEST FOR PROPOSALS: FOR AN INTEGRATED IN-CAR AND BODY-WORN VIDEO MANAGEMENT SYSTEM REQUEST FOR PROPOSALS: FOR AN INTEGRATED IN-CAR AND BODY-WORN VIDEO MANAGEMENT SYSTEM Addendum #1 Responses to Vendor Questions August 17, 2017 El Centro Police Department John Seaman, Sergeant Question

More information

M1 OSCILLOSCOPE TOOLS

M1 OSCILLOSCOPE TOOLS Calibrating a National Instruments 1 Digitizer System for use with M1 Oscilloscope Tools ASA Application Note 11-02 Introduction In ASA s experience of providing value-added functionality/software to oscilloscopes/digitizers

More information

ITU-T Y Specific requirements and capabilities of the Internet of things for big data

ITU-T Y Specific requirements and capabilities of the Internet of things for big data I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4114 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

PSP Master Comp. Stereo Mastering Compressor

PSP Master Comp. Stereo Mastering Compressor PSP Master Comp Stereo Mastering Compressor By using this software you agree to the terms of any license agreement accompanying it. PSP, the PSP logo, PSP MasterComp, and It s the sound that counts! are

More information

Firmware Update Management Object Architecture

Firmware Update Management Object Architecture Firmware Update Management Object Architecture Approved Version 1.0 09 Feb 2007 Open Mobile Alliance OMA-AD-FUMO-V1_0-20070209-A OMA-AD-FUMO-V1_0-20070209-A Page 2 (15) Use of this document is subject

More information

STEVAL-IHM021V W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives. Features.

STEVAL-IHM021V W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives. Features. 100 W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives Features Data brief Wide range input voltage Maximum power: up to 100 W at 230 Vac input STD5N52U

More information

ES-RN A ES-RN A Series NVR. Technical Specification

ES-RN A ES-RN A Series NVR. Technical Specification ES-RN080802-A ES-RN160802-A Series NVR Technical Specification NOTICES The information in this documentation is subject to change without notice and does not represent any commitment on behalf of EMERSON.

More information

CREATE. CONTROL. CONNECT.

CREATE. CONTROL. CONNECT. CREATE. CONTROL. CONNECT. CREATE. CONTROL. CONNECT. DYVI offers unprecedented creativity, simple and secure operations along with technical reliability all in a costeffective, tailored and highly reliable

More information

STB Front Panel User s Guide

STB Front Panel User s Guide S ET-TOP BOX FRONT PANEL USER S GUIDE 1. Introduction The Set-Top Box (STB) Front Panel has the following demonstration capabilities: Pressing 1 of the 8 capacitive sensing pads lights up that pad s corresponding

More information

OmniStar GX2 Headend Optics Platform

OmniStar GX2 Headend Optics Platform arris.com OmniStar GX2 Headend Optics Platform GX2 RX200BX4 Quad Return Path Receiver FEATURES Very high module density allowing up to 16 quad receiver modules in a housing to provide 64 independent optical

More information