Failover Server: Configuration

Size: px
Start display at page:

Download "Failover Server: Configuration"

Transcription

1 SeMSy III is a high-performance and future-proof video management system with optimum user friendliness. It offers a comprehensive range of functions, including the display of live images, various search options within the footage, the control of PTZ cameras and easy archiving of relevant sequences. The SeMSy III Failover Server Software is a failover (hot standby) for network-based Dallmeier recording systems. The software permanently monitors the availability of all recording systems in the SeMSy III video management system. When the recording of a system is interrupted (fail of the device, loss of the network connection, HDD or RAID failure), the Failover Server switches all streams for the recording on the defined spare recording system. A failover server is configured and controlled via the configuration file config.xml. This allows to adjust setup options (e.g. connection settings, manual failover etc.). Use the config.xml file in an appropriate editor (such as Visual Studio Code or Notepad ++) to edit the XML elements and attributes in the configuration file. The configuration file is stored on a failover server in the following directory: C:\ProgramData\Dallmeier\Failover\FailoverMngr Open the config.xml file from the corresponding directory in an editor: Overview of Element Nodes in config.xml : Element david logfile history infoservice database config confighistory pguardinterface manualfailover pool areacodes Description Settings for various timeouts and keep-alive intervals, for example for restoring connections or triggering delays for failover actions Setting the number and size of logging files Element is no longer used Activation of the status information that can be evaluated via the FailoverManagerClient Setting connection attempts to the server database File directory and retention period for old configuration files File directory for old configuration files Activation of the PGuard interface for sending messages in the event of failover events Activation of the function for manually triggering failover activities Entering the pool IDs for which the failover manager is to be responsible Entering the area code for which the failover manager is responsible; in addition, the address of the PGuard server for messages for failover activities can be entered here Click on the respective element to display further information.

2 Element Reference This handout describes the default settings of a config.xml file for a failover system. Customize the default values to suit your requirements. Save the config.xml file with the changed settings. Elements are displayed in blue; corresponding attributes in red. david Node: propertydownloadinterval Interval (in hours) for downloading the configuration data of the main recording systems. In the event of failover, these configurations are transferred to the corresponding spare recording systems. <propertydownloadinterval hint= Interval in hours - Default 12 value= 12 /> keepaliveinterval Interval (in seconds) in which keep-alive queries are sent to recording devices. <keepaliveinterval hint= Interval in seconds - Default 30 value= 30 /> reconnectonkeepalivetimeout A new connection attempt after a keep-alive timeout before a failover event is triggered. <reconnectonkeepalivetimeout hint= Re-connect to device after KeepAlive timeout - Default 1 value= 1 /> Permissible values: 1 = function enabled; 0 = function disabled reconnectinterval Interval (in seconds) after which an attempt is made to reconnect to a recording system. <reconnectinterval hint= Re-connect interval - Default 5 seconds value= 5 /> reconnectattempt If the connection to a recording system is rejected during recovery, the failover event is only triggered after the number of attempts entered here. <reconnectattempt hint= Re-connect attempts - Default 0 value= 0 /> connecttimeout Timeout (in seconds) for connecting to recording systems. <connecttimeout hint= Connect timeout - Default 4 seconds value= 4 /> Commanddelay Element is no longer used. <commanddelay hint= Delay between two commands in miliseconds - Default 200 miliseconds - Max 5000 value= 200 />

3 tcpkeepalivetime Timeout (in milliseconds) for keep-alive requests from TCP/IP socket interfaces after which a failover event is triggered. <tcpkeepalivetime hint= TCP/IP Socket KeepAlive Timeout - Default 5000 miliseconds - 0 = Off - Max value= 5000 /> tcpkeepaliveinterval Interval (in milliseconds) in which keep-alive requests are sent to TCP/IP sockets. <tcpkeepaliveinterval hint= TCP/IP Socket KeepAlive Interval - Default 250 miliseconds - Max 1000 value= 250 /> reconnectoverlappingdelay After re-establishing the connection to a main device, the failover event is only cleared after the time period (in seconds) specified here to ensure that the recording on the main device has been resumed. <reconnectoverlappingdelay hint= Delay (in seconds) between re-connect and end of Failover - Default 120 value= 120 /> startupdelay Failover events are only triggered after the time period set here (in seconds) after the FailoverManager has been started. This can prevent incorrect events that are only caused by high load at startup. <startupdelay hint= Delay (in seconds) between startup and first Failover event - Default 0 value= 0 /> logfile Node maxparts The maximum number of log files that can be stored for evaluations can be defined here. <maxparts hint= Maximum number of log files - Default 10 value= 10 /> maxpartsize The maximum size of a log file can be defined. <maxpartsize hint= Maximum log file size in KB - Default 5120 value= 5120 /> debugdavid If actions and events of the DaVid interface are to be logged, this can be activated here. <debugdavid hint= Log DaVid communication - Default 0 value= 0 /> Permissible values: 1 = function enabled; 0 = function disabled host This element contains the address of the server to be logged. <host value= localhost />

4 port This element contains the required communication port. <port value= 3434 /> infoservice Node enabled Enable the web service to display status information in the FailoverManagerClient. <enabled hint= REST webservice for status information - Default = true value= true /> Permissible values: true = web service enabled; false = web service disabled port Port number for status web service. <port hint= HTTP port - Default 8080 value= 8080 /> database Node re-connect Setting the number of connection attempts to the failover database until a timeout occurs. This prevents client connections from being overloaded during a failover event by a series of connection attempts in quick succession. <re-connect hint= Number of connect retries - Default 10 value= 10 /> config Node folder Specifies the directory in which configuration files of the recording systems managed by the failover system are stored. <folder hint= Folder for local configuration and device configuration value= /> Example: <folder... value= C:\ProgramData\Dallmeier\Failover\FailoverMngr\Config /> history The configuration files of the recording systems are stored in the directory specified under the element propertydownloadinterval and stored in the folder defined above. The function here now makes it possible to save the file history of the configurations and to delete the files only after a certain time again. The enabled element activates the file history and lifetime specifies the retention period (in days). <enabled hint= Use history for device configuration value= true /> Permissible values: 1 = function enabled; 0 = function disabled <lifetime hint= Maximum lifetime in days - Default 90 value= 90 />

5 confighistory Node folder If the file history for configuration files has been activated, a folder for the files can be set up here. <folder hint= Folder for history value= /> Example: <folder... value= C:\ProgramData\Dallmeier\Failover\FailoverMngr\Config\History /> pguardinterface Node The PGuardInterface allows failover events to be sent as PGuard messages to specific recipients. Please note that the PGuardInterface software must be installed separately (installation file available from Dallmeier support). This function can be activated in this node. The corresponding PGuard7 server is defined in the node areacodes (see section areacodes Node). enabled Activation of the PGuard function for failover events. <enabled value= false /> Permissible values: true = function enabled; false = function disabeld host Specifies the host computer on which the PGuardInterface software is installed. <host value= localhost /> port The port number required for communication with the PGuard interface host. The default setting does not normally need to be changed. <port value= 8181 /> subalarmid The subalarm ID is required for camera-related PGuard messages. The default setting does not normally need to be changed. <subalarmid value= 1001 />

6 manualfailover Node In the FailoverManagerClient a failover for a recording system can also be triggered manually. This function can be activated here. In addition, a new password can be set up, which has to be entered in the event of a manual failover. enabled In this element, the manual failover function can be activated or deactivated. <enabled hint= Allow manual Failover value= true /> Permissible values: true = function enabled; false = function disabeld password Password protection is enabled by default (default password: failover12345). The password is stored here in encrypted form and can be changed (see below). <password hint= Manual Failover password value= D B BA- 00F A1163C53E83D07DFE0BE F9BCE2B2E7DF9FA4AA F60A673 /> Proceed as described here to change the password: Enter the new password in plain text as value and also the encrypt attribute. Example: <password hint= Manual Failover password value= newpassword encrypt= true /> Save and close the config.xml file. Then start the FailoverManagerClient. The new password is encrypted and activated for manual failover. pool Node pool A failover server can monitor multiple pools of recording systems. These pool IDs, for which the failover server is to be responsible, has to be entered here. <pool hint= Pool 1 value= /> areacodes Node The areacodes node is displayed in the config.xml file if the required system areas were previously activated in the FileManagerClient application via the menu (File > SeMSy Area > select required area codes). In addition, the IP address of the PGuard7 server can be entered in the area element (see also the section pguardinterface Node). area The area codes are automatically displayed here if they have been activated via the FailoverManagerClient as described above. The address of a PGuard7 server is entered with the pguard attribute. <area hint= 1 value= 1 pguard= />

SeMSy III Failover Server

SeMSy III Failover Server Installation and Configuration English Video Management System SeMSy III Failover Server Rev. 2.0.0 / 2018-01-24 Information about copyright, trademarks, design patents 2018 Dallmeier electronic The reproduction,

More information

Sequencer as a Service: Configuration Set Up the Service Mode for Workstations and Configure Sequences

Sequencer as a Service: Configuration Set Up the Service Mode for Workstations and Configure Sequences SeMSy III is a high-performance and future-proof video management system with optimum user friendliness. It offers a comprehensive range of functions, including the display of live images, various search

More information

SeMSy III Video Management System

SeMSy III Video Management System Technical Information SeMSy III Video Management System Version 1.8 English Version 1.0 / 2017-10-16 1 Abstract This document contains information on new features and changes introduced with the latest

More information

More reliability and support for PostgreSQL 10: Introducing Pgpool-II 3.7

More reliability and support for PostgreSQL 10: Introducing Pgpool-II 3.7 More reliability and support for PostgreSQL 10: Introducing Pgpool-II 3.7 PGConf.ASIA 2017 SRA OSS, Inc Japan Tatsuo Ishii Who am I? Working on OSS activities and businesses OSS activities PostgreSQL committer

More information

Senstar Symphony. 7.1 User Guide

Senstar Symphony. 7.1 User Guide Senstar Symphony 7.1 User Guide Contents Contents Introduction...5 Network configuration... 5 Getting started...6 Symphony Server... 8 Log in to the server configuration interface...8 Devices...8 Cameras...

More information

User and Installation Guide

User and Installation Guide The Logic IO RTCU Gateway Professional Version 1.28 User and Installation Guide Table of Contents Table of Contents... 2 Introduction... 3 Contents of package... 4 System requirements... 4 Time Service...

More information

Avigilon Control Center 6 System Integration Guide

Avigilon Control Center 6 System Integration Guide Avigilon Control Center 6 System Integration Guide for Paxton Net2 Access Control Systems 2018, Avigilon Corporation. All rights reserved. AVIGILON, the AVIGILON logo, AVIGILON CONTROL CENTER and ACC are

More information

Video Management System SeMSy III Workstation Software

Video Management System SeMSy III Workstation Software Installation English Video Management System SeMSy III Workstation Software Rev. 1.1.0 / 2016-09-14 Information about Copyright, Trademarks, Design Patents 2016 Dallmeier electronic The reproduction, distribution

More information

Übersicht Port-Liste. Workstation. Liste der in SeMSy III verwendeten Netzwerk-Ports

Übersicht Port-Liste. Workstation.  Liste der in SeMSy III verwendeten Netzwerk-Ports Übersicht -Liste Liste der in SeMSy III verwendeten Netzwerk-s SeMSy III ist ein hochperformantes und zukunftssicheres Videomanagementsystem mit höchstem Bedienkomfort. Es bietet umfangreiche Funktionen,

More information

User Guide - Exchange Mailbox Archiver Agent

User Guide - Exchange Mailbox Archiver Agent Page 1 of 245 User Guide - Exchange Mailbox Archiver Agent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Terminology SYSTEM REQUIREMENTS - EXCHANGE MAILBOX ARCHIVER AGENT DEPLOYMENT

More information

SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit v Administration Guide

SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit v Administration Guide SteelEye Protection Suite for Windows Microsoft Internet Information Services Recovery Kit v8.0.1 Administration Guide March 2014 This document and the information herein is the property of SIOS Technology

More information

Auto Start Analyzer after AppPool Recycle by IIS

Auto Start Analyzer after AppPool Recycle by IIS Auto Start Analyzer after AppPool Recycle by IIS Background It is often sites running on the Internet Information Service (IIS) will get recycled by IIS service at a set interval (nightly for example).

More information

Milestone Systems XProtect Advanced VMS System Architecture. 1

Milestone Systems XProtect Advanced VMS System Architecture.  1 Milestone Systems XProtect Advanced VMS 2014 www.milestonesys.com 1 Content Copyright, trademarks and disclaimer... 3 Introduction... 4 Target audience and purpose... 4 Overall system architecture... 5

More information

MessageSolution Enterprise Archive User Manual For End-Users

MessageSolution Enterprise  Archive User Manual For End-Users MessageSolution, Inc. 1851 McCarthy Blvd. Suite 105 Milpitas, CA 95035 US Toll free support +1 (888) 858-7903 Support Message +1 (408) 383-0100 MessageSolution Enterprise Email Archive User Manual For

More information

Antivirus Solution Guide. NetApp Clustered Data ONTAP 8.2.1

Antivirus Solution Guide. NetApp Clustered Data ONTAP 8.2.1 Antivirus Solution Guide NetApp Clustered Data ONTAP 8.2.1 Contents Abstract... 4 Audience... 4 Purpose and Scope... 4 Introduction... 4 Antivirus Solution Architecture... 5 Components of the Vscan/AV

More information

MassTransit Server Installation Guide for Windows

MassTransit Server Installation Guide for Windows MassTransit 6.1.1 Server Installation Guide for Windows November 24, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

NVMS User Manual

NVMS User Manual NVMS-1000 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

WAM!NET Direct! SM. Service Description

WAM!NET Direct! SM. Service Description WAM!NET Direct! SM Service Description INTRODUCTION The Direct! Service is a subscription based content delivery service that provides customers with the ability to send, receive, and track digital files

More information

ForeScout CounterACT Resiliency Solutions

ForeScout CounterACT Resiliency Solutions ForeScout CounterACT Resiliency Solutions User Guide CounterACT Version 7.0.0 About CounterACT Resiliency Solutions Table of Contents About CounterACT Resiliency Solutions... 5 Comparison of Resiliency

More information

User Manual. Admin Report Kit for Exchange Server

User Manual. Admin Report Kit for Exchange Server User Manual Admin Report Kit for Exchange Server Table of Contents 1 About ARKES-Admin Report Kit for Exchange Server 1 1.1 System requirements 2 1.2 How to activate the software? 3 1.3 ARKES Reports Primer

More information

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault Introduction What is Microsoft Data Protection Manager (DPM)? The Microsoft Data Protection Manager is a member of the Microsoft System Center family of management products. DPM provides continuous data

More information

Antivirus Solution Guide for Clustered Data ONTAP: Symantec

Antivirus Solution Guide for Clustered Data ONTAP: Symantec Technical Report Antivirus Solution Guide for Clustered Data ONTAP: Symantec Saurabh Singh and Brahmanna Chowdary Kodavali, NetApp July 2016 TR-4304 Abstract An antivirus solution is key for enterprises

More information

Documentation Interface for File System

Documentation Interface for File System Documentation Interface for File System Dragonfly Version 6 User-friendly Cross-platform Industry 4.0 Web Viewer Smartphone-App Free Hotline Indi.Systems GmbH Universitätsallee 23 D-28359 Bremen Tel. +

More information

Rhapsody Interface Management and Administration

Rhapsody Interface Management and Administration Rhapsody Interface Management and Administration Welcome The Rhapsody Framework Rhapsody Processing Model Application and persistence store files Web Management Console Backups Route, communication and

More information

User Manual. TSDiag+ Part Number: Version: 5. Date: TSDiag

User Manual. TSDiag+ Part Number: Version: 5. Date: TSDiag User Manual TSDiag+ Part Number: 80860.691 Version: 5 Date: 2011-05-27 Valid for: TSwin.net TSDiag+ 1.5.2 TSDiag+ Version Date Modifications 1 2006-02-13 First edition 2 2006-06-01 New Layout, product

More information

Configuring the CSS as a Client of a TACACS+ Server

Configuring the CSS as a Client of a TACACS+ Server CHAPTER 4 Configuring the CSS as a Client of a TACACS+ Server The Terminal Access Controller Access Control System (TACACS+) protocol provides access control for routers, network access servers (NAS),

More information

Recording Server Version SP B

Recording Server Version SP B Technical Information English Recording Server Version 8.1.8 SP B DMS 2400 Version 1.0 / 2015-06-01 1 Abstract This document contains information on news and changes that are introduced with the current

More information

StorSimple Storage Appliance Release Notes. Patch Release Software V2.0.1 ( )

StorSimple Storage Appliance Release Notes. Patch Release Software V2.0.1 ( ) StorSimple Storage Appliance Release Notes Patch Release Software V2.0.1 (2.0.2-84) May, 2012 Page 2 Table of Contents Welcome... 3 Issues Resolved in Version 2.0.1 (2.0.2-84)... 3 Release Notes for Version

More information

EU-R VIDEO SECURITY, DATA PROTECTION AND DATA SECURITY

EU-R VIDEO SECURITY, DATA PROTECTION AND DATA SECURITY EU-R P GD VIDEO SECURITY, DATA PROTECTION AND DATA SECURITY EU-GDPR quo vadis, video security? COMPANY PHILOSOPHY single source of trust. New laws: Increasing transparency requirements After a two-year

More information

Coveo Platform 6.5. Microsoft SharePoint Connector Guide

Coveo Platform 6.5. Microsoft SharePoint Connector Guide Coveo Platform 6.5 Microsoft SharePoint Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

Senstar Symphony. 7.1 Release Notes

Senstar Symphony. 7.1 Release Notes Senstar Symphony 7.1 Release Notes Contents Contents Release 7.1.1 (October 2018)...3 Release 7.1.0.2 (October 2018)...8 Release 7.1.0.1 (September 2018)... 9 Release 7.1 (September 2018)... 10 Legal information...

More information

External HTTPS Trigger AXIS Camera Station 5.06 and above

External HTTPS Trigger AXIS Camera Station 5.06 and above HOW TO External HTTPS Trigger AXIS Camera Station 5.06 and above Created: October 17, 2016 Last updated: November 19, 2016 Rev: 1.2 1 Please note that AXIS does not take any responsibility for how this

More information

ACS 5.x: LDAP Server Configuration Example

ACS 5.x: LDAP Server Configuration Example ACS 5.x: LDAP Server Configuration Example Document ID: 113473 Contents Introduction Prerequisites Requirements Components Used Conventions Background Information Directory Service Authentication Using

More information

MEGA Advisor Administration MEGA 2009 SP5 EN

MEGA Advisor Administration MEGA 2009 SP5 EN MEGA Advisor Administration MEGA 2009 SP5 EN Revised: April 5, 2012 Created: May 2, 2011 SME: Sylvie CHABE / Olivier SCHARFF Author: Herveline GLEVER CONTENTS Introduction... 3 Audience... 3 How this document

More information

ExpressCluster X SingleServerSafe 3.2 for Windows. Operation Guide. 2/19/2014 1st Edition

ExpressCluster X SingleServerSafe 3.2 for Windows. Operation Guide. 2/19/2014 1st Edition ExpressCluster X SingleServerSafe 3.2 for Windows Operation Guide 2/19/2014 1st Edition Revision History Edition Revised Date Description First 2/19/2014 New manual Copyright NEC Corporation 2014. All

More information

Memory may be insufficient. Memory may be insufficient.

Memory may be insufficient. Memory may be insufficient. Error code Less than 200 Error code Error type Description of the circumstances under which the problem occurred Linux system call error. Explanation of possible causes Countermeasures 1001 CM_NO_MEMORY

More information

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Operation Guide. 10/03/2016 4th Edition

EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows. Operation Guide. 10/03/2016 4th Edition EXPRESSCLUSTER X SingleServerSafe 3.3 for Windows Operation Guide 10/03/2016 4th Edition Revision History Edition Revised Date Description 1st 02/09/2015 New manual 2nd 04/20/2015 Corresponds to the internal

More information

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages Note: Before using this information and the product it supports, read the

More information

Scale-Out Functionality User Guide (rev. v3 FW v and after) Important Notes:

Scale-Out Functionality User Guide (rev. v3 FW v and after) Important Notes: Scale-Out Functionality User Guide (rev. v3 FW v3.02.00 and after) Important Notes: 1. The Client mode is the default mode. 2. The Scale-Out function can be setup as Client-Server combo mode or Pure Server

More information

NVMS User Manual

NVMS User Manual NVMS-1000 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

Network Video Recorder User Manual Version 9.2

Network Video Recorder User Manual Version 9.2 Network Video Recorder User Manual Version 9.2 www.exacq.com 1 of 160 March 14, 2018 Information in this document is subject to change without notice. Copyright 2006-2018, Exacq Technologies, Inc. All

More information

9.4 Authentication Server

9.4 Authentication Server 9 Useful Utilities 9.4 Authentication Server The Authentication Server is a password and account management system for multiple GV-VMS. Through the Authentication Server, the administrator can create the

More information

Backup App V7. Quick Start Guide for Windows

Backup App V7. Quick Start Guide for Windows Backup App V7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restoring Data; Combined Technical

More information

CTM DCIGATE FOR.NET USER GUIDE

CTM DCIGATE FOR.NET USER GUIDE CTM DCIGATE FOR.NET USER GUIDE VERSION 3.01 APRIL 24, 2018 Copyright 2018 The Depository Trust & Clearing Corporation ("DTCC"). All rights reserved. This work (including, without limitation, all text,

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

More information

Modular Digital Video System. IP Module (Version 12)

Modular Digital Video System. IP Module (Version 12) Full-Spectrum Unified Security Solutions Product User Guide Viewpoint Video System Modular Digital Video System IP Module (Version 12) 10226 San Pedro Ave., Ste. 200 San Antonio, Texas 78216 Tel: 210-477-5400

More information

ExpressCluster X for Windows

ExpressCluster X for Windows ExpressCluster X for Windows PP Guide (Virtualization Software) 09/30/2012 5th Edition Revision History Edition Revision Date 1 04/14/2009 Created 2 10/20/2009 Corresponds to Hyper-V 2.0. Modified sample

More information

Milestone Systems. XProtect VMS 2018 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+

Milestone Systems. XProtect VMS 2018 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Milestone Systems XProtect VMS 2018 R2 System Architecture Document XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Contents Introduction... 6 Target audience and purpose...

More information

Lab - System Restore in Windows 8

Lab - System Restore in Windows 8 Lab - System Restore in Windows 8 Introduction In this lab, you will create a restore point and use it to restore your computer. Recommended Equipment A computer running Windows 8 Step 1: Create a restore

More information

CTIMUX for Panasonic TSP

CTIMUX for Panasonic TSP CTIMUX for Panasonic TSP Installation Manual Version 1.0 3300 N. Main Street, Suite D, Anderson, SC 29621-4128 +1 (864) 642-6103 www.poltys.com 2013 All rights reserved. The information contained in this

More information

6.2. Management & Administration Guide

6.2. Management & Administration Guide 6.2 Management & Administration Guide Netmon Management and Administration Guide 2 Contents Contents... 2 Introduction... 5 Settings Explorer... 5 Initial Setup... 6 Network Interfaces... 6 (Re)configuring

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

Error code. Description of the circumstances under which the problem occurred. Less than 200. Linux system call error.

Error code. Description of the circumstances under which the problem occurred. Less than 200. Linux system call error. Error code Less than 200 Error code Error type Description of the circumstances under which the problem occurred Linux system call error. Explanation of possible causes Countermeasures 1001 CM_NO_MEMORY

More information

File Protection. Whitepaper

File Protection. Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of... 3 2. Backup considerations... 4 Exchange VM support... 4 Restore

More information

MarkLogic Server. Flexible Replication Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Flexible Replication Guide. MarkLogic 9 May, Copyright 2018 MarkLogic Corporation. All rights reserved. Flexible Replication Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-1, May, 2017 Copyright 2018 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Flexible Replication Guide

More information

Milestone Systems. XProtect VMS 2017 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+

Milestone Systems. XProtect VMS 2017 R2. System Architecture Document. XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Milestone Systems XProtect VMS 2017 R2 System Architecture Document XProtect Corporate XProtect Expert XProtect Professional+ XProtect Express+ Contents Introduction... 6 Target audience and purpose...

More information

2016. All rights reserved. ecconnect V.11 User Guide

2016. All rights reserved. ecconnect V.11 User Guide 2016. All rights reserved. ecconnect V.11 User Guide Copyright and trademarks ecconnect User Guide Copyright and trademarks The information in this document is subject to change without notice. This document

More information

H A N D B O O K. Tools. Intrexx 7

H A N D B O O K. Tools. Intrexx 7 H A N D B O O K Tools Intrexx 7 Contents 1. General... 4 2. E-mail-Service... 4 2.1. Determine from which portal the message was sent... 9 3. System Monitor... 10 3.1. Sessions... 10 3.2. Databases...

More information

Windows 2000 System Administration Handbook, 1/e

Windows 2000 System Administration Handbook, 1/e Windows 2000 System Administration Handbook, 1/e Will Willis, Lewisville, Texas David Watts, Sugarland, Texas Tillman Strahan, Lewisville, Texas Copyright 2000, 721 pp. Paper format ISBN 0-13-027010-5

More information

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview

BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0. Feature and Technical Overview BlackBerry Enterprise Server for Microsoft Exchange Version: 5.0 Feature and Technical Overview SWDT305802-524791-0331031644-001 Contents 1 Overview: BlackBerry Enterprise Server... 5 New in this release...

More information

GeoNURIS SETL Manual Cooperation & Communication International

GeoNURIS SETL Manual Cooperation & Communication International GeoNURIS SETL Manual 2011-11-07 by Cooperation & Communication International Table of Contents Foreword Part I Document Introduction 0 6 1 Terms... 6 2 Conventions... 7 3 Prerequisites... 8 Part II Introudction

More information

Wireless Network Video Recorder

Wireless Network Video Recorder LD2R/LD2R500 Wireless Network Video Recorder User Guide Version 1.0 PREFACE Thank you for purchasing the Wireless Network Video Recorder, an IP based device that installed on your network, which can be

More information

AS-525AV. ViTrax AC-525 Video Management Software. Software Manual

AS-525AV. ViTrax AC-525 Video Management Software. Software Manual AS-525AV ViTrax AC-525 Video Management Software Software Manual August 2010 Table of Contents Table of Contents 1. Introduction... 5 1.1 Software Security... 5 1.2 AS-525AV ViTrax Server and Client...

More information

User Profile Central Management Center User guide User Profile Central - User guide for remote backup and restore of user profiles.

User Profile Central Management Center User guide User Profile Central - User guide for remote backup and restore of user profiles. User Profile Central - User guide for remote backup and restore of user profiles. What is User Profile Central or UPC as we call it? UPC is an easy way to manage User Profiles over network. Simply put

More information

Logi Ad Hoc Reporting Load Balancing Configuration

Logi Ad Hoc Reporting Load Balancing Configuration Logi Ad Hoc Reporting Load Balancing Configuration Version 12 July 2016 Page 2 Table of Contents Introduction... 3 About Sticky Sessions... 3 Configuration Details... 4 Session State Management... 4 Centralizing

More information

Proficy* HMI/SCADA - ifix LAN R EDUNDANCY

Proficy* HMI/SCADA - ifix LAN R EDUNDANCY Proficy* HMI/SCADA - ifix LAN R EDUNDANCY Version 5.5 February 2012 All rights reserved. No part of this publication may be reproduced in any form or by any electronic or mechanical means, including photocopying

More information

DTSAgent User Documentation

DTSAgent User Documentation DTSAgent User Documentation Overview... 1 Installation... 2 Application Installation... 2 Database Installation... 4 DTSAgent Configuration... 5 Initial Configuration... 5 Re-configuring DTSAgent... 6

More information

Data Exchange 3. The easy way to turn your data into valuable information. VERSION 3.0

Data Exchange 3. The easy way to turn your data into valuable information. VERSION 3.0 Data Exchange 3 The easy way to turn your data into valuable information. VERSION 3.0 12-21-2017 DATA EXCHANGE 3 1 TABLE OF CONTENTS SECTION 1. Overview... 6 1.1. MAIN GOALS...6 1.2. How it Works...6 Data

More information

Technical Tip Building Rules and Actions Utilizing a Custom Query

Technical Tip Building Rules and Actions Utilizing a Custom Query Technical Tip Building Rules and Actions Utilizing a Custom Query Revision 07.06.2015 Technical Tip: Building Rules and Actions Utilizing a Custom Query Page 1 Table of Contents 1.0 HOW IT WORKS... 3 2.0

More information

OCULARIS v 4.0. Feature Set Comparison. Ocularis PS Ocularis IS Ocularis CS Ocularis LS Ocularis ES

OCULARIS v 4.0. Feature Set Comparison. Ocularis PS Ocularis IS Ocularis CS Ocularis LS Ocularis ES OCULARIS v 4.0 Feature Set Comparison Ocularis PS Ocularis IS Ocularis CS Ocularis LS Ocularis ES 2002-2014 On-Net Surveillance Systems, Inc. All rights reserved. OnSSI, Ocularis and the Eye logo are registered

More information

File Protection Whitepaper

File Protection Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of over traditional file copy methods... 3 2. Backup considerations...

More information

Software User Manual. Omnitech Innovation, Inc.

Software User Manual. Omnitech Innovation, Inc. Software User Manual Omnitech Innovation, Inc. MCS7 2 Bay My Cloud Storage Private Cloud Server Index: 1. Method of Search IP address... 2 2. Disk Setup Utility... 4 3. Explanation of Disk Raid Modes...

More information

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER

Device Reachability. VNE Management Communication Policies and How To Change Them CHAPTER CHAPTER 24 Prime Network VNEs communicate with network devices using the SNMP, Telnet, XML, ICMP, and HTTP protocols, and using notification protocols (traps and syslogs). To determine the reachability

More information

Backup App v7. Quick Start Guide for Windows

Backup App v7. Quick Start Guide for Windows Backup App v7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restore Data; Combined Technical

More information

Tasktop Sync - Cheat Sheet

Tasktop Sync - Cheat Sheet Tasktop Sync - Cheat Sheet 1 Table of Contents Tasktop Sync Server Application Maintenance... 4 Basic Installation... 4 Upgrading Sync... 4 Upgrading an Endpoint... 5 Moving a Workspace... 5 Same Machine...

More information

The KGet Handbook. Gaurav Chaturvedi

The KGet Handbook. Gaurav Chaturvedi Gaurav Chaturvedi 2 Contents 1 Introduction 5 2 KGet Drop Target 6 2.1 KGet Drop Target options................................. 6 3 KGet s Configuration window 7 3.1 Appearance.........................................

More information

M2M GPRS Gateway Control Panel

M2M GPRS Gateway Control Panel M2M GPRS Gateway Control Panel User Manual Version 3.20.1 Infranet Technologies GmbH, Tempowerkring 19, 21079 Hamburg, Germany, Fon: +49 40 696 47 260, support@m2mcontrol.de * * * * THIS PAGE IS INTENTIONALLY

More information

AUTODESK DATA MANAGEMENT SERVER. Advanced Configuration Guide for Autodesk data management server

AUTODESK DATA MANAGEMENT SERVER. Advanced Configuration Guide for Autodesk data management server AUTODESK DATA MANAGEMENT SERVER Advanced Configuration Guide for Autodesk data management server Contents Introduction... 1 Installing Autodesk data management server 2011... 1 Customizing your Autodesk

More information

Configuring Failover. Understanding Failover CHAPTER

Configuring Failover. Understanding Failover CHAPTER CHAPTER 14 This chapter describes the security appliance failover feature, which lets you configure two security appliances so that one takes over operation if the other one fails. The ASA 5505 series

More information

Quick Start Guide - Exchange Database idataagent

Quick Start Guide - Exchange Database idataagent Page 1 of 90 Quick Start Guide - Exchange Database idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Customized Features for Your Exchange Version Terminology SYSTEM REQUIREMENTS

More information

Managing External Identity Sources

Managing External Identity Sources CHAPTER 5 The Cisco Identity Services Engine (Cisco ISE) integrates with external identity sources to validate credentials in user authentication functions, and to retrieve group information and other

More information

Abstract. XV Sync Installation Guide & User Manual. Abstract Abstract

Abstract. XV Sync Installation Guide & User Manual. Abstract Abstract Apteryx Inc. 313 S. High St. Suite 200 Akron, OH 44308 330-376-0889 voice 330-376-0788 fax sales@apteryx.com www.apteryx.com XV Sync Installation Guide & User Manual Abstract Abstract Abstract This document

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

RAIDIX 4.5. Product Features. Document revision 1.0

RAIDIX 4.5. Product Features. Document revision 1.0 RAIDIX 4.5 Product Features Document revision 1.0 2017 Table of Content TABLE OF CONTENT... 2 RAIDIX 4.5... 3 HOW IT WORKS... 3 DUPLICATION OF HARDWARE COMPONENTS... 4 NETWORK ATTACHED STORAGE... 5 DISTINCTIVE

More information

Viz Ticker3D User s Guide. Product Version 2.4 November 26, 2013

Viz Ticker3D User s Guide. Product Version 2.4 November 26, 2013 Viz Ticker3D User s Guide Product Version 2.4 November 26, 2013 Copyright 2013 Vizrt. All rights reserved. No part of this software, documentation or publication may be reproduced, transcribed, stored

More information

Finding Support Information for Platforms and Cisco IOS Software Images

Finding Support Information for Platforms and Cisco IOS Software Images First Published: June 19, 2006 Last Updated: June 19, 2006 The Cisco Networking Services () feature is a collection of services that can provide remote event-driven configuring of Cisco IOS networking

More information

ASN Configuration Best Practices

ASN Configuration Best Practices ASN Configuration Best Practices Managed machine Generally used CPUs and RAM amounts are enough for the managed machine: CPU still allows us to read and write data faster than real IO subsystem allows.

More information

Configuring RentalPoint Web Services

Configuring RentalPoint Web Services Table of Contents 1. What is RentalPoint Web Services? 2 2. How to Configure Your Server 2 2.1 Download and Install.NET Framework 4.5.1 2 2.2 Download and Install IIS 2 2.3 Download and Install RPWS Files

More information

DocAve 4.1 SharePoint Disaster Recovery Platform Recovery (SPDR PR) User Guide

DocAve 4.1 SharePoint Disaster Recovery Platform Recovery (SPDR PR) User Guide August 2007 DocAve 4.1 SharePoint Disaster Recovery Platform Recovery (SPDR PR) User Guide Additional user guides available at http://www.avepoint.com/support 1 Copyright 2001-2007 AvePoint, Inc. All rights

More information

ForeScout CounterACT. Resiliency Solutions. CounterACT Version 8.0

ForeScout CounterACT. Resiliency Solutions. CounterACT Version 8.0 ForeScout CounterACT Resiliency Solutions CounterACT Version 8.0 Table of Contents About ForeScout Resiliency Solutions... 4 Comparison of Resiliency Solutions for Appliances... 5 Choosing the Right Solution

More information

Configuration. English. Video Management System. SeMSy III Modul Map. Rev /

Configuration. English. Video Management System. SeMSy III Modul Map. Rev / Configuration English Video Management System SeMSy III Modul Map Rev. 1.0.1 / 2014-08-31 Information about Copyright, Trademarks, Design Patents 2014 Dallmeier electronic The reproduction, distribution

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

GV-Hot Swap Surveillance System

GV-Hot Swap Surveillance System Quick Start Guide The Vision of Security GV-Hot Swap Surveillance System V5 (Rev. B) RoHS Listed Product including appearances and images are samples and for reference only. Features and specifications

More information

LIMS Interface (LwinS) Installation and Testing manual for Sensor

LIMS Interface (LwinS) Installation and Testing manual for Sensor LIMS Interface (LwinS) Installation and Testing manual for Sensor Submitted to Shell Lubricants By Wipro Technologies Version 1.2 Version 1.2 Page 1 of 12 Contents Overview:... 3 Intended Audience:...

More information

Envelope Journaling for Microsoft Exchange 2003 Version 1.0

Envelope Journaling for Microsoft Exchange 2003 Version 1.0 Barracuda Message Archiver Organizations using Microsoft Exchange 2003 can take advantage of its envelope journaling feature to send all messages along with all recipient information directly to the Barracuda

More information

Manual Version: V1.15. Video Management Software Guard Station User Manual

Manual Version: V1.15. Video Management Software Guard Station User Manual Manual Version: V1.15 Video Management Software Guard Station User Manual Thank you for purchasing our product. If there are any questions, or requests, please do not hesitate to contact the dealer. Disclaimer

More information

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH

Manual. bintec elmeg GmbH. Manual. bintec elmeg Dime Manager. Copyright Version 1.3.8, 2013 bintec elmeg GmbH Manual Manual Copyright Version 1.3.8, 2013 1 Manual Legal Notice Warranty This publication is subject to change. offers no warranty whatsoever for information contained in this manual. is not liable for

More information

StreamServe Persuasion SP4 Communication Reporter

StreamServe Persuasion SP4 Communication Reporter StreamServe Persuasion SP4 Communication Reporter User Guide Rev A StreamServe Persuasion SP4 Communication Reporter User Guide Rev A 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent

More information

METADATA FRAMEWORK 6.3. Probe Configuration

METADATA FRAMEWORK 6.3. Probe Configuration METADATA FRAMEWORK 6.3 Probe Configuration Publishing Information Software version 6.3.160 Document version 34 Publication date May 22, 2017 Copyright 2005-2017 Varonis Systems Inc. All rights reserved.

More information