Hardware configuration for SkylineGlobe servers

Size: px
Start display at page:

Download "Hardware configuration for SkylineGlobe servers"

Transcription

1 Hardware configuration for SkylineGlobe servers This article provides information for SkylineGlobe server configuration. It discusses various considerations to take into account when setting up and configuring the different server components. Server Configuration TerraGate Terrain Service It is recommended to allocate a dedicated server for each 500 concurrent users. A strong server (e.g. quad core Xeon 16 GB RAM) can handle up to 1000 concurrent users. Operating system: Windows Server 2003 SP2 / 2003 R2 SP2 / 2008 SP 2 / 2008 R2 / CPU: Pentium Dual or Quad core system. RAM: 1 GB for Windows plus 10 MB per concurrent user. For it is recommended to provide 8 GB RAM. Storage: See Storage Requirements chapter. Load balancing: You can set up several TerraGate terrain servers behind a load balancer. Usually these servers share a central storage for the terrain database (MPT). Any hardware or software load balancer solution is supported. Redundancy: In mission critical systems it is advisable to allocate at least one additional failover terrain server, e.g. for a 2000 concurrent user system, it is recommended to allocate a server for each and then an additional fifth server. Since a single TerraGate terrain server can in fact support more than 500 concurrent users, it is also an option to do without the failover servers and rely on the rest of the TerraGate servers in case one of the systems fails. This option is recommended only in cases where the streaming requirement can be compromised for a limited time. DirectConnect projects In DirectConnect projects the terrain server uses the TerraBuilder fusers to process uncompressed terrain data. DirectConnect with MPT sources Special servers do not need to be allocated for the fusers and they can run on the TerraGate Terrain servers. Fuser processing is only required for terrain

2 areas in which multiple optimized MPT sources overlap. Since more than 97% of the requests are served directly from MPT sources while only less than 3% of block requests are from areas with overlapping MPT sources, minimal fuser processing is required. Note: DirectConnect with native sources It is advisable to allocate additional servers for the fusers and to define two fusers per core (e.g., a quad core server should run 8 fusers). The number of fusers needed for a project depends on the nature of the source formats. Compressed formats (e.g. MrSid, ECW) require additional fuser processing, as does reprojection of the sources to the project s coordinate system. To estimate the number of required fusers it is recommended to test a small TerraBuilder project with the sources, create a small section of the MPT over the network and measure the number of blocks each fuser processes per second. For example, on a medium configuration computer for fast sources (e.g. tiff no re-projection) a fuser can process up to 20 blocks per seconds. Slow sources (e.g. Mr. Sid with reprojection) are processed at a rate of approximately 2-3 blocks per second. Caching reduces the necessity for fuser processing. When a block is requested for the first time, it is processed by a fuser and then cached. Future requests for this block are delivered from the cache (MPT) and require no fuser processing. Thus within just a few days, almost all required fuser processing will be completed. Currently the only way to determine the ratio between fuser requests and cache requests is by performing small scale test of the project. Example for DirectConnect fuser analysis: HW: 1 TerraGate + 3 quad core fuser servers Total number of fusers per server: 3x8 = 24 fusers Total number of blocks per fuser server (average of 6 requests per second): 24*6=144 Ratio between cached requests and non-cached: 2:1 (2 cached and 1 not cached, so only 1/3 of requests need to be processed) Number of requests a fuser server can handle = (144*3) = 432 blocks Number of requests per user: 2 (see Bandwidth Allocation) Total number of users the TG and three fuser servers support: (432*3)/2 = 648 users TerraGate Feature Service (SFS) It is recommended to allocate a dedicated server for each 500 concurrent users. A strong server (e.g. quad core Xeon 16 GB RAM) can handle up to 1000 concurrent users. Load balancing You can support a cluster of TerraGate feature servers behind a load balancer. The servers must share a central storage.

3 Redundancy In mission critical systems it is advisable to allocate at least one additional failover feature server, e.g. for a 2000 concurrent user system, it is recommended to allocate a server for each and then an additional fifth server. Since a single TerraGate Feature Server can in fact support more than 500 concurrent users, it is also an option to do without the failover servers and rely on the rest of the TerraGate servers in case one of the systems fails. This option is recommended only in cases where the streaming requirement can be compromised for limited time. SkylineGlobe Web Application (EWP) The SkylineGlobe website is an ASP.Net/IIS website. A typical server can handle hundreds of users. For large scale projects (500 concurrent users and up) it is important to allocate special servers for the website (IIS), as well as additional failover servers. For small scale projects it is sufficient to allocate two servers, each running both the website and the feature server. The servers can then be used for load balancing and failover. Database The SkylineGlobe EWP application uses a management database to manage the website structure and the user information. The SkylineGlobe EWP application works with an Oracle or SQL server database. The size of the data depends on the number of potential users but usually it is not more than a few gigabytes. If the Gazetteer data is installed it adds 2.5 GB. In many applications the feature data, and sometime also the raster data is also streamed from a database. This data can be located on the same database as the SkylineGlobe management data or on a separate database. Bandwidth Allocation The configuration described below is based on a SkylineGlobe application with an average of 8 minutes per user session. Applications with longer sessions (e.g. city control applications) will reduce the average user data consumption per second from the terrain and feature servers. In general, during short sessions the user zooms into high quality areas and navigates around. In longer sessions, after the initial browsing, the user focuses on an area of interest and therefore pulls less data from the SkylineGlobe servers. The nature of the application determines the user browsing behavior and thus the average bandwidth and storage requirements. Note: It is important to verify that the Load Balancer can handle the traffic load. TerraGate For a smooth navigation experience for internet applications we recommend allocating 300 Kbits (37.5 KB) per second for each concurrent user. This will satisfy the average bandwidth requirements of an average viewing session that includes periods of panning (requiring higher bandwidth) and periods in which the camera is zoomed in on a specific area (requiring lower bandwidth).

4 300 Kbits represents an average of 2 data blocks per second, with each block approximately 15 KB. The block size will vary during a viewing session depending on whether the camera is in motion. When the user is panning and zooming around in the 3D View, TerraExplorer usually requests small blocks (128x128 pixels of around 8 KB per block). When the camera is static, zoomed in on a particular area, with only one block required per second, TerraExplorer usually sends requests for large blocks (256x256 pixels of around 40 KB per block). In fast Intranet environments it is possible to allocate higher bandwidth per user for an even smoother, more seamless viewing experience. TerraGate Feature Service (WFS) To calculate the recommended bandwidth allocation for the feature server we must take into account the number of feature layers the application displays and the complexity of each layer. In a fairly complex environment (SkylineGlobe.com), the feature server s bandwidth requirement generally parallels that of the terrain server. The average bandwidth requirement for an entire flight session of 3 feature data blocks per second per user is 300 Kbits (37.5 KB, with each block approximately 10 KB). SkylineGlobe Website The traffic on the website depends on the complexity and nature of the web application but it generally adds negligible traffic compared to the TerraGate server, except in the case that the TerraExplorer Viewer is downloaded from this server (and not from the Skyline website). The Viewer download size is approximately 28 MB. The traffic this adds depends on the ratio between first-time users (who download the viewer) and returning users. If, for example, the ratio is one new user to every three returning users, 28/4=7 MB should be added per session. For an average session time of eight minutes the Viewer download adds 120 Kbits/s for the bandwidth requirement. Storage Requirements One of the most critical parameters when defining the server architecture is the terrain and feature data storage capability. It is important to verify that the storage can handle the number of requests per second. When building the terrain server hardware it is important to take into account that it will be storing several large files. Generally, only a few large files will be stored, though in some cases, there may be up to several hundred.. On average a single user requests 2 blocks of 15 KB each per second. To serve the requested blocks the terrain server reads the required data from the disk storage.

5 Feature Server The feature serve cache includes millions of small files (blocks). It is important to verify that the storage can handle the amount of files. On average a single user requests 3 blocks (files) of 10 KB each per second. DirectConnect of Feature Layers: If the feature server reads the data from an external database or server (e.g. ArcSDE, Oracle) you should make sure the database/server can handle the number of transactions. Note: Only the first request for a specific block queried from the external database/server is processed. The resulting block is cached so any future requests for this block are delivered from the cache and require no processing. Thus within just a few days, many requests will no longer need to be queried from the external server and processed. Currently the only way to determine the ratio between external requests and cache requests is by performing a small scale test of the project. SkylineGlobe Website The storage required for the website is usually minimal compare to the TerraGate terrain and feature storage. It is recommended to separate the website storage from the other data sets and place it on different disks.

6 Case Study This diagram describes an optional architecture for 1000 concurrent users of a SkylineGlobe Internet server: Bandwidth (peak time) ( + Feature server + TE download)*1000 users = (300 Kbit Kbit + 40 Kbit)*1000 = 640 Mbit per second. Terrain Storage 2 blocks per user * 1000 users = 2000 data requests per second (average of 15 KB per request) Feature Storage 3 blocks per user * 1000 users = 3000 data requests per second (average of 10 KB per request) Terrain DirectConnect In this project the sources are already compressed to MPT. No need to allocate dedicated servers for the fusers. Oracle/SQL Database Up to 5 GB for the application and Gazetteer database. Terrain storage Operational servers Failover servers Load Balancer Feature storage Feature Server Feature Server Feature Server SkylineGlobe Web Server SkylineGlobe Web Server Oracle/SQL Database

7 Copyright 2009 Skyline Software Systems Inc. All rights reserved. Skyline, SkylineGlobe, the Skyline logo, TerraExplorer, SkylineGlobe Pro, TerraDeveloper, TerraBuilder, TerraGate, and the SkylineGlobe Pro logo are trademarks of Skyline Software Systems Inc. All other trademarks are the property of their respective holders. Trademark names are used editorially, to the benefit of the trademark owner, with no intent to infringe on the trademark. Protected by U. S. Patents , , , , Other patents pending. Skyline Software Systems, Inc Park Center Road, Suite 201 Herndon, VA USA Main Tel: Main Fax: General Information: Technical Support: Web:

Getting Started with TerraExplorer for Web

Getting Started with TerraExplorer for Web Getting Started with TerraExplorer for Web Version 7.0.0 Skyline Software Systems Inc. Information contained in this document is subject to change without notice and does not represent a commitment on

More information

SkylineGlobe s New Developments

SkylineGlobe s New Developments SkylineGlobe 6.6.1 s New Developments The SkylineGlobe 6.6.1 release highlights PhotoMesh v6.6.1, an all-new Skyline product developed from the ground up, based on the latest state-of-the-art technologies.

More information

RELEASE NOTES FOR PHOTOMESH 7.3

RELEASE NOTES FOR PHOTOMESH 7.3 RELEASE NOTES FOR PHOTOMESH 7.3 About PhotoMesh Skyline s PhotoMesh fully automates the generation of high-resolution, textured, 3D mesh models from standard 2D photographs, offering a significant reduction

More information

SKYLINEGLOBE SERVER V7.0 GETTING STARTED

SKYLINEGLOBE SERVER V7.0 GETTING STARTED SKYLINEGLOBE SERVER V7.0 GETTING STARTED SkylineGlobe Server 7 is a private cloud solution that provides a comprehensive set of web services for publishing, storing, managing and streaming 3D spatial data.

More information

SkylineGlobe 6.5 s New Developments

SkylineGlobe 6.5 s New Developments SkylineGlobe 6.5 s New Developments The SkylineGlobe Enterprise suite of applications was created to provide all of the necessary software tools for an organization to implement their own private, 3D virtual

More information

SkylineGlobe Web Package Version 6.1 Release Notes

SkylineGlobe Web Package Version 6.1 Release Notes SkylineGlobe Web Package Version 6.1 Release Notes Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc.

More information

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.1 About TerraExplorer for Web TerraExplorer for Web (TE4W) is a lightweight 3D GIS viewer that seamlessly accesses online data from Skyline s SkylineGlobe Server,

More information

SkylineGlobe Server. Version Getting Started

SkylineGlobe Server. Version Getting Started SkylineGlobe Server Version 7.0.1 Getting Started 1 SKYLINEGLOBE SERVER V7.0.1 GETTING STARTED SkylineGlobe Server is a private cloud solution that provides a comprehensive set of web services for publishing,

More information

RELEASE NOTES FOR PHOTOMESH 7.5.1

RELEASE NOTES FOR PHOTOMESH 7.5.1 RELEASE NOTES FOR PHOTOMESH 7.5.1 About PhotoMesh Skyline s PhotoMesh fully automates the generation of high-resolution, textured, 3D mesh models from standard 2D photographs, offering a significant reduction

More information

TerraExplorer Quick Start Guide

TerraExplorer Quick Start Guide TerraExplorer Quick Start Guide Basic Concepts Opening, Creating, and Saving.. 1 Navigating in the 3D Window... 1 Using the Project Tree... 2 System Requirements... 2 Project Settings Controlling Date

More information

TerraGate User Manual. Version 3.5 Skyline Software Systems Inc.

TerraGate User Manual. Version 3.5 Skyline Software Systems Inc. Version 3.5 Skyline Software Systems Inc. Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc. No part

More information

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.2

RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.2 RELEASE NOTES FOR TERRAEXPLORER FOR WEB 7.2 About TerraExplorer for Web TerraExplorer for Web (TE4W) is a lightweight 3D GIS viewer that enables you to view and analyze highresolution, stunningly realistic

More information

Version Datasheet

Version Datasheet Version 5.1.2 w w w. S k y l i n e G l o b e. c o m Table of Contents Overview... 2 Product Main Features... 3 Layers... 4 Objects... 7 Measurement and Analysis... 11 Programming with TerraExplorer Pro...

More information

Version 6 Release Notes

Version 6 Release Notes Version 6 Release Notes Information contained in this document is subject to change without notice and does not represent a commitment on behalf of Skyline Software Systems Inc. No part of this document

More information

SkylineGlobe - Products Overview

SkylineGlobe - Products Overview SkylineGlobe - Products Overview Skyline Software Systems, Inc. is a leading provider of 3D earth visualization software and services. The company offers a comprehensive platform of applications, tools

More information

SkylineGlobe Advanced Capabilities. Datasheet

SkylineGlobe Advanced Capabilities. Datasheet SkylineGlobe Advanced Capabilities Version 6.5 w w w. S k y l i n e G l o b e. c o m Table of Contents Overview... 3 Extended Feature Layer Support and Editing... 4 Import and Editing of Raster Layers...

More information

What s New in TerraExplorer Suite 5.0

What s New in TerraExplorer Suite 5.0 What s New in TerraExplorer Suite 5.0 The new release of the TerraExplorer Suite marks major improvements in the capabilities for working with GIS layers. A new streaming mechanism allows connection to

More information

NEW FEATURES IN RELEASE 7.0

NEW FEATURES IN RELEASE 7.0 Native 64bit Application NEW FEATURES IN RELEASE 7.0 TerraExplorer 7.0 has been redesigned as a native 64 bit application, enabling TerraExplorer to take advantage of available memory for resource-intensive

More information

SuperGIS Server 3.2 Value Edition Specification

SuperGIS Server 3.2 Value Edition Specification SuperGIS Server 3.2 Value Edition Specification 20140826 Specification 1. All of the services support SOAP (Simple Object Access Protocol). 2. Use map file created by SuperGIS Desktop as map services SuperGIS

More information

Scalability Guidelines

Scalability Guidelines Version 2.0, Service Pack 5.2, March 29, 2005 Overview Introduction This document provides hardware and software recommendations for deploying SiteProtector 2.0, Service Pack 5.2, as follows: small deployment

More information

RELEASE NOTES FOR TERRAEXPLORER 7.0.1

RELEASE NOTES FOR TERRAEXPLORER 7.0.1 s RELEASE NOTES FOR TERRAEXPLORER 7.0.1 New Features in Release 7.0.1 Raster layer enhancements Load raster layers from Google Earth Enterprise Server - TerraExplorer 7.0.1 extends imagery and elevation

More information

WHITE PAPER: BEST PRACTICES. Sizing and Scalability Recommendations for Symantec Endpoint Protection. Symantec Enterprise Security Solutions Group

WHITE PAPER: BEST PRACTICES. Sizing and Scalability Recommendations for Symantec Endpoint Protection. Symantec Enterprise Security Solutions Group WHITE PAPER: BEST PRACTICES Sizing and Scalability Recommendations for Symantec Rev 2.2 Symantec Enterprise Security Solutions Group White Paper: Symantec Best Practices Contents Introduction... 4 The

More information

Adobe Acrobat Connect Pro 7.5 and VMware ESX Server

Adobe Acrobat Connect Pro 7.5 and VMware ESX Server White Paper Table of contents 2 Tested environments 3 Benchmarking tests 3 Performance comparisons 7 Installation requirements 7 Installing and configuring the VMware environment 1 Supported virtual machine

More information

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines AtHoc SMS Codes Version Version 7.5, May 1.0, November 2018 2016 1 Copyright 2010 2018 BlackBerry Limited. All Rights Reserved.

More information

Goverlan Reach Server Hardware & Operating System Guidelines

Goverlan Reach Server Hardware & Operating System Guidelines www.goverlan.com Goverlan Reach Server Hardware & Operating System Guidelines System Requirements General Guidelines The system requirement for a Goverlan Reach Server is calculated based on its potential

More information

Increasing Performance for PowerCenter Sessions that Use Partitions

Increasing Performance for PowerCenter Sessions that Use Partitions Increasing Performance for PowerCenter Sessions that Use Partitions 1993-2015 Informatica LLC. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

Sage Accpac. Sage Accpac ERP 5.6. Compatibility Guide (Revised as of: October 22, 2009) Sage Accpac ERP 5.6. Important

Sage Accpac. Sage Accpac ERP 5.6. Compatibility Guide (Revised as of: October 22, 2009) Sage Accpac ERP 5.6. Important Sage Accpac Sage Accpac ERP 5.6 Compatibility Guide (Revised as of: October 22, 2009) Sage Accpac ERP 5.6 The information in this document (formerly called the Supported Platform Matrix) applies to Sage

More information

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Enterprise Intranet Collaboration Environment

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Enterprise Intranet Collaboration Environment SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Enterprise Intranet Collaboration Environment This document is provided as-is. Information and views expressed in this document, including

More information

MAXPRO. NVR Software NETWORK VIDEO RECORDING SOLUTION

MAXPRO. NVR Software NETWORK VIDEO RECORDING SOLUTION NETWORK VIDEO RECORDING SOLUTION Honeywell s MAXPRO is a flexible, scalable and open IP video surveillance system. Supporting Honeywell's high definition (HD) cameras and broad integration with third party

More information

Architecting ArcGIS Server Solutions for Performance and Scalability

Architecting ArcGIS Server Solutions for Performance and Scalability Architecting ArcGIS Server Solutions for Performance and Scalability Dave Wrazien Eric Miller ESRI Developer Summit 2008 1 Schedule 75 minute session 60 65 minute lecture 10 15 minutes Q & A following

More information

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Social Environment

SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Social Environment SharePoint 2010 Technical Case Study: Microsoft SharePoint Server 2010 Social Environment This document is provided as-is. Information and views expressed in this document, including URL and other Internet

More information

DMM R2 PMD R2 System requirements

DMM R2 PMD R2 System requirements DMM R2 Local / PMD R2 System requirements Copyright TecAlliance GmbH The disclosure of this document, even in part, and in any form whatsoever, requires the written consent of TecAlliance GmbH. DMM R2

More information

System Requirements. SAS Profitability Management 2.3. Deployment Options. Supported Operating Systems and Versions. Windows Server Operating Systems

System Requirements. SAS Profitability Management 2.3. Deployment Options. Supported Operating Systems and Versions. Windows Server Operating Systems SAS Profitability Management 2.3 This document provides the requirements for installing and running SAS Profitability Management. This document has been updated for the first maintenance release of SAS

More information

vcloud Automation Center Reference Architecture vcloud Automation Center 5.2

vcloud Automation Center Reference Architecture vcloud Automation Center 5.2 vcloud Automation Center Reference Architecture vcloud Automation Center 5.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

IBM Proventia Management SiteProtector. Scalability Guidelines Version 2.0, Service Pack 7.0

IBM Proventia Management SiteProtector. Scalability Guidelines Version 2.0, Service Pack 7.0 IBM Proventia Management SiteProtector Scalability Guidelines Version 2.0, Service Pack 7.0 Copyright Statement Copyright IBM Corporation 1994, 2008. IBM Global Services Route 100 Somers, NY 10589 U.S.A.

More information

P6 Compression Server White Paper Release 8.2 December 2011 Copyright Oracle Primavera P6 Compression Server White Paper Copyright 2005, 2011, Oracle and/or its affiliates. All rights reserved. Oracle

More information

SecureAware Technical Whitepaper

SecureAware Technical Whitepaper SecureAware Technical Whitepaper - requirements and specifications Applies to SecureAware version 4.x Document date: January 2015 About this document This whitepaper provides a detailed overview of the

More information

System Requirements for Microsoft Dynamics SL 2011

System Requirements for Microsoft Dynamics SL 2011 System for Microsoft Dynamics SL 2011 Overview This document contains the minimum client hardware requirements, server recommendations and Terminal Server minimum hardware requirements supported by the

More information

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit

Autodesk Revit Structure 2012 System Requirements and Recommendations. Minimum: Entry-level configuration. Operating System Microsoft Windows 7 32-bit Autodesk Revit Structure 2012 System s and Recommendations Minimum: Entry-level configuration Operating System Microsoft Windows 7 32-bit Microsoft Windows Vista 32-bit (SP2 or later) Business Microsoft

More information

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Professional Compression Server White Paper for On-Premises Version 17 July 2017 Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Compression Server vs. Citrix...

More information

ARTSYL DOCALPHA INSTALLATION GUIDE

ARTSYL DOCALPHA INSTALLATION GUIDE ARTSYL DOCALPHA INSTALLATION GUIDE 1. docalpha Architecture Overview... 2 1.1. docalpha Server Components... 4 1.2. docalpha Production Environment Stations Overview... 4 1.3. docalpha Setup & Administration

More information

Developing and Sustaining your Enterprise GIS Design

Developing and Sustaining your Enterprise GIS Design Developing and Sustaining your Enterprise GIS Design Dave Peters ESRI Systems Integration 1of 51 Overview System Architecture Design Process Enterprise GIS Evolution GIS Software and Migration Roadmap

More information

Sizing Guidelines and Performance Tuning for Intelligent Streaming

Sizing Guidelines and Performance Tuning for Intelligent Streaming Sizing Guidelines and Performance Tuning for Intelligent Streaming Copyright Informatica LLC 2017. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the

More information

IP Device Integration Notes

IP Device Integration Notes IP Device Integration Notes Article ID: V1-15-01-20-t Release Date: 01/20/2015 Applied to GV-VMS V14.10 Summary The document consists of three sections: 1. The total frame rate and the number of channels

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

HCImage. Image Acquisition and Analysis Software. Light... Camera... Acquisition...

HCImage. Image Acquisition and Analysis Software. Light... Camera... Acquisition... HCImage Image Acquisition and Analysis Software Light... Camera... Acquisition... HCImage Analysis HCImage Analysis provides comprehensive control of Hamamatsu cameras, microscopes, stages and other peripheral

More information

Sage Compatibility guide. Last revised: August 20, 2018

Sage Compatibility guide. Last revised: August 20, 2018 Sage 300 2019 Compatibility guide Last revised: August 20, 2018 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are

More information

Overview of Server Technologies. Katja Krivoruchko ESRI

Overview of Server Technologies. Katja Krivoruchko ESRI Overview of Server Technologies Katja Krivoruchko ESRI Agenda Introduction to Server Technology Workflow Considerations ESRI Server Technology ArcSDE ArcGIS Server ArcGIS Image Server File Server Implementation

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

MINIMUM HARDWARE AND OS SPECIFICATIONS File Stream Document Management Software - System Requirements for V4.2

MINIMUM HARDWARE AND OS SPECIFICATIONS File Stream Document Management Software - System Requirements for V4.2 MINIMUM HARDWARE AND OS SPECIFICATIONS File Stream Document Management Software - System Requirements for V4.2 NB: please read this page carefully, as it contains 4 separate specifications for a Workstation

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Control Center 15 Performance Reference Guide

Control Center 15 Performance Reference Guide Control Center 15 Performance Reference Guide Control Center front-end application This guide provides information about Control Center 15 components that may be useful when planning a system. System specifications

More information

Frequently Asked Questions for GeoMedia 3D Customers

Frequently Asked Questions for GeoMedia 3D Customers Frequently Asked Questions for GeoMedia 3D Customers Version 2, January 4, 2011 1. Q: What is Intergraph GeoMedia 3D? A: Intergraph s GeoMedia 3D provides 3D enablement for the GeoMedia desktop. However,

More information

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays

Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays Microsoft SQL Server 2012 Fast Track Reference Configuration Using PowerEdge R720 and EqualLogic PS6110XV Arrays This whitepaper describes Dell Microsoft SQL Server Fast Track reference architecture configurations

More information

Ekran System System Requirements and Performance Numbers

Ekran System System Requirements and Performance Numbers Ekran System System Requirements and Performance Numbers Table of Contents System Requirements... 3 Performance Numbers... 6 Database Statistics... 8 2 System Requirements Ekran System claims different

More information

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000

Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 Microsoft SQL Server 2012 Fast Track Reference Architecture Using PowerEdge R720 and Compellent SC8000 This whitepaper describes the Dell Microsoft SQL Server Fast Track reference architecture configuration

More information

How Scalable is your SMB?

How Scalable is your SMB? How Scalable is your SMB? Mark Rabinovich Visuality Systems Ltd. What is this all about? Visuality Systems Ltd. provides SMB solutions from 1998. NQE (Embedded) is an implementation of SMB client/server

More information

Minimum Hardware and OS Specifications

Minimum Hardware and OS Specifications Hardware and OS Specifications File Stream Document Management Software System Requirements for v4.5 NB: please read through carefully, as it contains 4 separate specifications for a Workstation PC, a

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

Administrator Guide for Avaya Scopia Desktop Server

Administrator Guide for Avaya Scopia Desktop Server Administrator Guide for Avaya Scopia Desktop Server Version 8.3 For Solution 8.3 September 2014 2000-2014 Avaya Inc. All intellectual property rights in this publication are owned by Avaya Inc. and are

More information

System Requirements. SuccessMaker 7

System Requirements. SuccessMaker 7 System Requirements SuccessMaker 7 Copyright 2015 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in

More information

Workforce Central 6.3 Server Requirement Guidelines for Budget Planning

Workforce Central 6.3 Server Requirement Guidelines for Budget Planning Workforce Central 6.3 Server Requirement Guidelines for Budget Planning The Kronos Workforce Central suite is the most comprehensive workforce management solution available from a single source. It includes

More information

Comparison of Storage Protocol Performance ESX Server 3.5

Comparison of Storage Protocol Performance ESX Server 3.5 Performance Study Comparison of Storage Protocol Performance ESX Server 3.5 This study provides performance comparisons of various storage connection options available to VMware ESX Server. We used the

More information

System recommendations for version 17.1

System recommendations for version 17.1 System recommendations for version 17.1 This article contains information about recommended hardware resources and network environments for version 17.1 of Sage 300 Construction and Real Estate. NOTE:

More information

System recommendations for version 17.1

System recommendations for version 17.1 System recommendations for version 17.1 This article contains information about recommended hardware resources and network environments for version 17.1 of Sage 300 Construction and Real Estate. NOTE:

More information

QualiWare 6.5 System Requirements

QualiWare 6.5 System Requirements QualiWare 6.5 System Requirements QualiWare ApS Ryttermarken 15 DK-3520 Farum Denmark Tel: +45 4547 0700 Fax:+45 4547 0770 qualiware.com Content 1. PREFACE 2 2. HISTORY 2 3. WORKSTATIONS/CLIENTS 3 3.1.

More information

And OrACLE In A data MArT APPLICATIOn

And OrACLE In A data MArT APPLICATIOn PErfOrMAnCE COMPArISOn Of InTErSySTEMS CAChé And OrACLE In A data MArT APPLICATIOn Abstract A global provider of mobile telecommunications software tested the performance of InterSystems Caché and Oracle

More information

System Requirements. SuccessMaker 8

System Requirements. SuccessMaker 8 System Requirements SuccessMaker 8 Copyright 2015 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in

More information

White Paper The Need for a High-Bandwidth Memory Architecture in Programmable Logic Devices

White Paper The Need for a High-Bandwidth Memory Architecture in Programmable Logic Devices Introduction White Paper The Need for a High-Bandwidth Memory Architecture in Programmable Logic Devices One of the challenges faced by engineers designing communications equipment is that memory devices

More information

VMware vcenter. Update Manager 5.0 Performance and Best Practices. Performance Study TECHNICAL WHITE PAPER

VMware vcenter. Update Manager 5.0 Performance and Best Practices. Performance Study TECHNICAL WHITE PAPER VMware vcenter Update Manager 5.0 Performance and Best Practices Performance Study TECHNICAL WHITE PAPER Table of Contents Introduction... 3 Benchmarking Methodology... 3 Experimental Setup... 3 vsphere

More information

Parallels Containers for Windows 6.0

Parallels Containers for Windows 6.0 Parallels Containers for Windows 6.0 Deploying Microsoft Clusters June 10, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH Vordergasse

More information

Forensic Toolkit System Specifications Guide

Forensic Toolkit System Specifications Guide Forensic Toolkit System Specifications Guide February 2012 When it comes to performing effective and timely investigations, we recommend examiners take into consideration the demands the software, and

More information

Avoka Transact Reference Architectures. Version 4.0

Avoka Transact Reference Architectures. Version 4.0 Avoka Transact Reference Architectures Version 4.0 COPYRIGHT NOTICE Copyright 2014 - Avoka Technologies Pty Ltd. All Rights Reserved. No parts of this work may be reproduced in any form or by any means

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

docalpha Installation Guide

docalpha Installation Guide ARTSYL DOCALPHA INSTALLATION GUIDE 1. docalpha Architecture Overview... 2 1.1. docalpha Server Components... 4 1.2. docalpha Production Environment Stations Overview... 4 1.3. docalpha Setup & Administration

More information

MrSID Plug-in for 3D Analyst

MrSID Plug-in for 3D Analyst LizardTech MrSID Plug-in for 3D Analyst User Manual Copyrights Copyright 2009 2010 LizardTech. All rights reserved. Information in this document is subject to change without notice. The software described

More information

BOSCH VIDEO MANAGEMENT SYSTEM 9.0 BLUEPRINTS V1.3

BOSCH VIDEO MANAGEMENT SYSTEM 9.0 BLUEPRINTS V1.3 BOSCH VIDEO MANAGEMENT SYSTEM 9.0 BLUEPRINTS V1.3 BVMS PROFESSIONAL OVERVIEW COMPONENTS Different key components LICENSES RECORDING MANAGEMENT AUTHORIZATIONS 2000 LOGS (SQL DATABASE) 2 MILLION OF 1GB BLOCKS

More information

StoneGate FW/VPN. Hardware Requirements for Version 5.2.0

StoneGate FW/VPN. Hardware Requirements for Version 5.2.0 StoneGate FW/VPN Hardware Requirements for Version 5.2.0 Created: September 6, 2010 Table of Contents System Requirements... 3 Stonesoft StoneGate Firewall/VPN Appliances... 3 Certified Intel Platforms...

More information

Introduction. Architecture Overview

Introduction. Architecture Overview Performance and Sizing Guide Version 17 November 2017 Contents Introduction... 5 Architecture Overview... 5 Performance and Scalability Considerations... 6 Vertical Scaling... 7 JVM Heap Sizes... 7 Hardware

More information

Implementation Best Practices

Implementation Best Practices Autodesk MapGuide Enterprise Implementation Best Practices An Autodesk MapGuide Enterprise site is essentially a web implementation that is influenced by factors such as number of users, frequency of visits,

More information

Carmenta Server Product Description

Carmenta Server Product Description White paper Carmenta Server Product Description Carmenta AB, Tel +46-31-775 57 00, www.carmenta.com P315 121RD, 2010 Carmenta reserves the right to change the specifications at any time and without notice.

More information

StoneGate Management Center version 5.2. Hardware Requirements

StoneGate Management Center version 5.2. Hardware Requirements StoneGate Management Center version 5.2 Hardware Requirements July 12, 2010 Table of Contents System Requirements... 3 Basic Management System Hardware Requirements... 3 Recommendations for Enterprise

More information

Milestone XProtect Basis+

Milestone XProtect Basis+ XPB+ 6.0 FACTSHEET Milestone XProtect Basis+ Top performance IP video surveillance with an expanded feature set. XProtect Basis+ is the right product for small installations that need robust single-server

More information

SecurOS Server / Workstation Specifications INTELLIGENT SECURITY SYSTEMS 1480 US 9 NORTH, SUITE 202 WOODBRIDGE, NJ v.2.1

SecurOS Server / Workstation Specifications INTELLIGENT SECURITY SYSTEMS 1480 US 9 NORTH, SUITE 202 WOODBRIDGE, NJ v.2.1 SecurOS Server / Workstation Specifications May 2015 New Jersey USA. ISS Research & Development v.2.1 INTELLIGENT SECURITY SYSTEMS 1480 US 9 NORTH, SUITE 202 WOODBRIDGE, NJ 07095 +1 732 855 1111 www.isscctv.com

More information

System Requirements for Microsoft Dynamics SL 2015

System Requirements for Microsoft Dynamics SL 2015 System for Microsoft Dynamics SL 2015 Overview This document contains the minimum client hardware requirements, server recommendations and Terminal Server minimum hardware requirements supported by the

More information

OMNITRACKER System Requirements

OMNITRACKER System Requirements OMNITRACKER System Requirements System Requirements of OMNITRACKER 11.0 Version: 18.10.2017 Contents OMNITRACKER SYSTEM REQUIREMENTS 1 GENERAL NOTES 3 SOFTWARE REQUIREMENTS 3 OMNITRACKER CLIENT 3 OMNITRACKER

More information

TerraExplorer Pro. Datasheet

TerraExplorer Pro. Datasheet TerraExplorer Pro Version 7.0 Datasheet www.skylineglobe.com Table of Contents OVERVIEW...4 PRODUCT HIGHLIGHTS...5 LAYERS...6 Feature Layers...6 Complex Layers...8 Point Cloud Layers...8 Imagery Layers...8

More information

Enterprise print management in VMware Horizon

Enterprise print management in VMware Horizon Enterprise print management in VMware Horizon Introduction: Embracing and Extending VMware Horizon Tricerat Simplify Printing enhances the capabilities of VMware Horizon environments by enabling reliable

More information

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Senstar Symphony. 7.2 Installation Guide

Senstar Symphony. 7.2 Installation Guide Senstar Symphony 7.2 Installation Guide Contents Contents Introduction... 3 Symphony Server...3 Symphony Client... 3 Xnet... 3... 4 Symphony Server requirements...4 Symphony Client requirements...4 Symphony

More information

Technical White paper Certification of ETERNUS DX in Milestone video surveillance environment

Technical White paper Certification of ETERNUS DX in Milestone video surveillance environment Technical White paper Certification of ETERNUS DX in Milestone video surveillance environment This white paper describes the certification tasks for Milestone video surveillance solutions with ETERNUS

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

Primavera Compression Server 5.0 Service Pack 1 Concept and Performance Results

Primavera Compression Server 5.0 Service Pack 1 Concept and Performance Results - 1 - Primavera Compression Server 5.0 Service Pack 1 Concept and Performance Results 1. Business Problem The current Project Management application is a fat client. By fat client we mean that most of

More information

Hardware & System Requirements

Hardware & System Requirements Safend Data Protection Suite Hardware & System Requirements System Requirements Hardware & Software Minimum Requirements: Safend Data Protection Agent Requirements Console Safend Data Access Utility Operating

More information

System Performance: Sizing and Tuning

System Performance: Sizing and Tuning www.novell.com/documentation System Performance: Sizing and Tuning ZENworks Mobile Management 3.2.x September 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the

More information

DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE

DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE WHITEPAPER DELL EMC DATA DOMAIN SISL SCALING ARCHITECTURE A Detailed Review ABSTRACT While tape has been the dominant storage medium for data protection for decades because of its low cost, it is steadily

More information

Recommended System Requirements for Microsoft Dynamics SL 2018

Recommended System Requirements for Microsoft Dynamics SL 2018 Recommended System for Microsoft Dynamics SL 2018 Synergy Business Solutions recommends three separate servers but this can be discussed during the upgrade planning process. Dynamics SL / Management Reporter

More information

DocuPhase Enterprise Configuration Guide

DocuPhase Enterprise Configuration Guide DocuPhase Enterprise Configuration Guide Version 6.1 DocuPhase Corporation 1499 Gulf to Bay Boulevard, Clearwater, FL 33755 Tel: (727) 441-8228 Fax: (727) 444-4419 Email: support@docuphase.com Web: www.docuphase.com

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

This PDF is no longer being maintained. Search the SolarWinds Success Center for more information.

This PDF is no longer being maintained. Search the SolarWinds Success Center for more information. This PDF is no longer being maintained. Search the SolarWinds Success Center for more information. Copyright 1995-2015 SolarWinds Worldwide, LLC. All rights reserved worldwide. No part of this document

More information