Software Architecture Documentation. Software, hardware and personnel requirements

Size: px
Start display at page:

Download "Software Architecture Documentation. Software, hardware and personnel requirements"

Transcription

1 Software, hardware and personnel requirements Author(s) Bartosz Oudekerk and Ashley Chacuto Version 1.0 Status Final The Hague,

2 2/12 Document information Colophon Author(s) Status Bartosz Oudekerk and Ashley Chacuto Final Project Date Toolbox PSC Organisation Classification Title Version 1.0 Location History Datum Version Changes Status Processed by Order of paragraphs draft Stephanie Translated in English draft Josee Added missing pictures draft Stephanie Distribution list Date Distribution Presentation Version Lara van Riet, Stephanie Solingen 0.3 Approval Datum Name Version Ashley Chacuto, Barry van de Graaf final

3 3/12 Preface This document describes the Toolbox PSC architecture. It names the components the Toolbox consists of, defines how they interact, as well as listing their requirements and the possibilities for scaling up or out.

4 4/12 Table of contents 1 Antwoord voor Bedrijven Components Hippo 1.2.x Hippo CMS 6.05.x Front-end Requirements Software requirements Hardware requirements Personnel requirements Scalability Scaling up Scaling out References 9 2 Cooperating Catalogues Import Tool Components Cooperating Catalogues Import Tool Requirements Software requirements Hardware requirements Personnel requirements 10 3 Message box Components Web application Requirements Software requirements Hardware requirements Personnel requirements 12

5 5/12 1 Antwoord voor Bedrijven 1.1 Components Antwoord voor bedrijven (Avb) has a component-based architecture. This part of the Toolbox consists of three separate components, allowing for a flexible scalable architecture: Hippo, Hippo CMS and the front-end. They are described below Hippo 1.2.x Hippo is based on Apache Slide. It stores and delivers content exposed through WebDAV 1. It provides functionalities for fast storage and retrieval of content, binary- and meta information, users, permissions and workflow. Avb uses LDAP 2 to manage its users and groups. The Hippo provides a transparent layer for access to different content stores, and has connectors for a wide range of databases. Examples are MySQL, MS SQL, PostgreSQL & Oracle. Avb has chosen to use MySQL. Searching the repository Searching the repository is effected by using DASL 3 queries as described in the standard DASL specifications. An indexing engine using Apache Lucene is built in. XML documents are automatically indexed, as are PDF, Word documents and several other proprietary formats. Slide supports custom extractors 4 that also allow indexing of images or any other kind of data, leaving as much room for extension as possible. Hippo sends out JMS messages upon changes, in order to facilitate event-based caching 5 in applications Hippo CMS 6.05.x Hippo CMS is an extensible Hippo Cocoon application that communicates with a Hippo repository across the WebDAV protocol to manage the content independent of the front-end on+and+authorization

6 6/ Front-end The front-end itself is an Hippo Cocoon application with an event-based cache. Depending on the domain used in the request, either the published (www) or the unpublished (preview) content will show. 1.2 Requirements In the following paragraphs, Avb's software, hardware and personnel requirements are listed Software requirements OS: Linux JVM: A JVM from Sun, version 1.6 Container: Tomcat 6.x RDBMs: MySQL Other: LDAP (OpenLDAP) Web server: Apache HTTPD Hardware requirements For a basic set-up we suggest one server for the application and one server for the back end (database). It is possible to deploy the application and database on the same server, but it is not recommended. Single core Intel 2.5 Ghz 1024 MB RAM 17 GB disk Single Ethernet adapter Actual requirements may differ based on the size of deployment Personnel requirements Senior system administrator Medium level Cocoon developer Authors (for constructing the Meta-Feed index) Editors (for producing the content in the CMS) 1.3 Scalability Below, we shall make some suggestions and give examples with regard to scalability. This pertains to the Avb part of the project.

7 7/ Scaling up When scaling up by adding more memory, in the case of Cocoon (CMS & Front-end), Cocoon's internal memory management needs to be configured to efficiently use the extra memory. For both front-end and CMS adjust in WEB-INF/cocoon.xconf: <eventaware-store logger="core.eventaware-store"> <parameter name="maxobjects" value="15000"/> </eventaware-store> maxobjects should be for every 256 MB of memory. (So for 512) The freememory and heap size of the store janitor will also need to be updated, the comment above that section in WEB-INF/cocoon.xconf explains how. For the front-end (not the CMS!), the size of the stores should also be changed. In WEB-INF/cocoon.xconf there are three stores, namely: store, store-repository-doc & store-repository-binary. Where the options for size are small, medium, large or huge. Small would be sites running below 128 Mb, medium below 256 Mb, large below 512 Mb, and huge for even more than that. The default Avb setup is: Apache Hippo CMS Depending on which component is the bottleneck, different solutions can be chosen. Front-end and CMS The front-end and CMS are most easily scaled out by simply load balancing several deployments. Note that all CMSs deployed in this fashion must share a single workflow. Example:

8 8/12 Loadbalancer Apache Apache For the repository two elements are important: replication clustering Replication Replication 6 can be used to create a master-slave set-up for all or part of the content. Thus, a front-end impacting the CMS by placing a heavy load on the repository can be reconfigured to read from a slave. Alternatively, you can allocate the website and published (live) content to a DMZ, with the CMS on an internal LAN. Example: Hippo CMS 6

9 9/12 Clustering Any number of Hippo repositories can be clustered, provided they all access a single database. Hippo repository clustering can be configured 7 using both JGroups or JMS. Example: Loadbalancer Apache Apache CMS Scaling out Since the components are relatively independent of each other, there are numerous possibilities to scale out. Ranging from simply adding dedicated servers for some components, to replicating between clusters of repositories. 1.4 References Hippo CMS 6.x, Hippo 1.2.x & Hippo Cocoon: 7

10 10/12 2 Cooperating Catalogues Import Tool 2.1 Components Before specifying the hardware and software requirements we will give a brief explanation of the Cooperating Catalogues Import Tool Cooperating Catalogues Import Tool The Cooperating Catalogues Import Tool (CCET) is an application built in Spring and Wicket on top of Apache Jackrabbit. It is a standard on which the Avb site is connected to. With it municipalities are able to log in to the application and specify the location of their data. 2.2 Requirements In the following paragraphs CCET's software, hardware and personnel requirements are listed Software requirements OS: Linux JVM: A JVM by Sun, version 1.6 Container: Tomcat 6.x RDBMs: MySQL Hardware requirements For a basic set-up, we suggest one server for the application and one server for the back-end (database). Single core Intel 2.5 Ghz 1024 MB RAM 17 GB disk Single Ethernet adapter Personnel requirements System administrator Medium level Java developer 3 Message box

11 11/ Components Before specifying the hardware and software requirements we will give an overview and brief explanation of the message box Web application The web application is a based on the Spring and Wicket frameworks, which store messages on the database server. This application can be deployed on a server running Tomcat. 3.2 Requirements Software requirements OS: Linux JVM: A JVM by Sun, version 1.6 Container: Tomcat 6.x RDBMs: MySQL Furthermore, the following services are required: SMTP service This service is used to notify the client about a new message via . SMS service This service is used to notify the client when he receives a new message by sms. File storage services The file storage is used for storing message attachments. Virus scanning service The open source virus scanner ClamAV is used for scanning attachments uploaded by the user. Authentication service This is a pluggable component providing the login and authentication mechanism for each user. This means that the Message box hoster can choose to: 1. use the toolbox-provided authentication service 2. use an authentication service already implemented. The Toolbox provided authentication is based on the AselectFilter. This filter is delivered by the web authentication (in Dutch: eherkenning ) project. The ASelectFilter implements the authentication mechanism. It checks the user's credentials. When these are not (or no longer) valid, it redirects the user to an external authentication

12 12/12 application. When the user is properly authenticated, he/she is redirected once again to the message box application Hardware requirements Single core Intel 2.5 Ghz 1024 MB RAM 17 GB disk Single Ethernet adapter Personnel requirements System administrator Medium/Senior level Java developer

Guide to the implementation of the Toolbox PSC. Getting started!

Guide to the implementation of the Toolbox PSC. Getting started! Guide to the implementation of the Toolbox PSC Getting started! Author(s) Stephanie Solingen, Indra Henneman, Version 1.0 Status Final draft The Hague, 10-20-2009 2/26 Document information Colophon Author(s)

More information

Cooperating Catalogues Export Tool. User guide

Cooperating Catalogues Export Tool. User guide User guide Author(s) Cindy Li, Stephanie Solingen Version 1.2 Status Final The Hague, 15-10-2009 2/19 Document information Colophon Author(s) Status Cindy Li, Stephanie Solingen Final Project Date Toolbox

More information

Technical product documentation

Technical product documentation Technical product documentation www.corporater.com Technical product documentation - Corporater Enterprise Management Suite 3.0 1 Table of contents Technical Product Documentation, Corporater Enterprise

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

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

Ing. José A. Mejía Villar M.Sc. Computing Center of the Alfred Wegener Institute for Polar and Marine Research

Ing. José A. Mejía Villar M.Sc. Computing Center of the Alfred Wegener Institute for Polar and Marine Research Ing. José A. Mejía Villar M.Sc. jmejia@awi.de Computing Center of the Alfred Wegener Institute for Polar and Marine Research 29. November 2011 Contents 1. Fedora Commons Repository 2. Federico 3. Federico's

More information

System Requirements for ConSol CM Version Architectural Overview

System Requirements for ConSol CM Version Architectural Overview System Requirements for ConSol CM Version 6.11.1 Architectural Overview ConSol CM is built upon a Java EE web architecture, containing the following core components: JEE Application Server running the

More information

inforouter V8.0 Server & Client Requirements

inforouter V8.0 Server & Client Requirements inforouter V8.0 Server & Client Requirements Please review this document thoroughly before proceeding with the installation of inforouter Version 8. This document describes the minimum and recommended

More information

Hardware Requirements

Hardware Requirements 6 /... / Requirements Hardware Requirements Approved The recommended configuration should handle up up to 200 devices connected to server or up to 10 000 devices in combination with Client Based Print

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

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

MySQL and Virtualization Guide

MySQL and Virtualization Guide MySQL and Virtualization Guide Abstract This is the MySQL and Virtualization extract from the MySQL Reference Manual. For legal information, see the Legal Notices. For help with using MySQL, please visit

More information

12d Synergy Requirements

12d Synergy Requirements This document outlines the requirements for a 12d Synergy implementation. The server requirements may differ based on the number of users. Operating below these minimum requirements will put you in an

More information

Locally Deployed System Requirements SuccessMaker 10 DRAFT 3/31/2017

Locally Deployed System Requirements SuccessMaker 10 DRAFT 3/31/2017 3/31/2017 March 31, 2017 Copyright 2017 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in the U.S.

More information

IBM Tivoli Access Manager for e-business V6.1.1 Implementation

IBM Tivoli Access Manager for e-business V6.1.1 Implementation 000-039 IBM Tivoli Access Manager for e-business V6.1.1 Implementation Version 14.23 Topic 1, Volume A QUESTION NO: 1 What is included in the high level configuration document when WebSEAL clustering must

More information

vcdm System Requirements Version 6.4 English

vcdm System Requirements Version 6.4 English vcdm System Requirements Version 6.4 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this user

More information

vcdm System Requirements Version 6.6 English

vcdm System Requirements Version 6.6 English vcdm System Requirements Version 6.6 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this user

More information

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed.

Technical Overview. Access control lists define the users, groups, and roles that can access content as well as the operations that can be performed. Technical Overview Technical Overview Standards based Architecture Scalable Secure Entirely Web Based Browser Independent Document Format independent LDAP integration Distributed Architecture Multiple

More information

Polarion 18.2 Enterprise Setup

Polarion 18.2 Enterprise Setup SIEMENS Polarion 18.2 Enterprise Setup POL005 18.2 Contents Overview........................................................... 1-1 Terminology..........................................................

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

QuickStart Guide for Mobile Device Management. Version 8.7

QuickStart Guide for Mobile Device Management. Version 8.7 QuickStart Guide for Mobile Device Management Version 8.7 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF

More information

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

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

More information

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure Mario Beck (mario.beck@oracle.com) Principal Sales Consultant MySQL Session Agenda Requirements for

More information

Locally Deployed System Requirements. SuccessMaker

Locally Deployed System Requirements. SuccessMaker Document last updated July 2, 2018 Copyright 2018 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and are registered trademarks, in the U.S. and/or

More information

Domibus 3 Software Architecture Document

Domibus 3 Software Architecture Document EUROPEAN COMMISSION DIGIT Connecting Europe Facility Domibus 3 Software Architecture Document Date: 10/10/2016 Document Approver(s): Approver Name Adrien FERIAL Role IT Project officer Document Reviewers:

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper April 2011

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper April 2011 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper April 2011 Disclaimer The following is intended to outline our general product direction.

More information

Pcounter. Category Characteristics

Pcounter. Category Characteristics Pcounter Category Characteristics User & Cost Management Central user and role management Cost assignment and chargeback Budget and quota management Detailed output and cost reporting Panel personalisation

More information

Cisco Configuration Engine 2.0

Cisco Configuration Engine 2.0 Cisco Configuration Engine 2.0 The Cisco Configuration Engine provides a unified, secure solution for automating the deployment of Cisco customer premises equipment (CPE). This scalable product distributes

More information

WebADM and OpenOTP are trademarks of RCDevs. All further trademarks are the property of their respective owners.

WebADM and OpenOTP are trademarks of RCDevs. All further trademarks are the property of their respective owners. WEBADM HIGH AVAILABILITY GUIDE The specifications and information in this document are subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Getting Started with Intellicus Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Getting Started with Intellicus i Copyright 2012 Intellicus

More information

Perceptive Nolij Web. Technical Specifications. Version:

Perceptive Nolij Web. Technical Specifications. Version: Perceptive Nolij Web Technical Specifications Version: 6.8.24 Written by: Product Knowledge Date: October 2017 2014-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc.,

More information

The power of centralized computing at your fingertips

The power of centralized computing at your fingertips Pinnacle 3 Professional The power of centralized computing at your fingertips Philips Pinnacle 3 Professional specifications The power of centralized computing in a scalable offering for mid-size clinics

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

vcdm System Requirements Version 6.2 English

vcdm System Requirements Version 6.2 English vcdm System Requirements Version 6.2 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any information and/or data in this user

More information

Pinnacle3 Professional

Pinnacle3 Professional Pinnacle3 Professional Pinnacle3 Professional centralized computing platform X6-2 specifications sheet A fast and flexible server solution for demanding small to mid-size clinics Compact and powerful,

More information

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x

Perceptive Nolij Web. Technical Specifications. Version: 6.8.x Perceptive Nolij Web Technical Specifications Version: 6.8.x Written by: Product Knowledge, R&D Date: October 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Introduction...

More information

Perceptive DataTransfer

Perceptive DataTransfer Perceptive DataTransfer System Overview Version: 6.2.x Written by: Product Documentation, R&D Date: January 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

CYAN SECURE WEB Installing on Windows

CYAN SECURE WEB Installing on Windows CYAN SECURE WEB September 2009 Applies to: 1.7 and above Table of Contents 1 Introduction... 2 2 Preparation... 2 3 Network Integration... 3 3.1 Out-of-line Deployment... 3 3.2 DMZ Deployment... 3 4 Proxy

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony MobileFabric Sync Services Server Planning Guide On-Premises Release 6.5 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

Edinburgh Research Explorer

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

More information

RIGHTNOW A C E

RIGHTNOW A C E RIGHTNOW A C E 2 0 1 4 2014 Aras 1 A C E 2 0 1 4 Scalability Test Projects Understanding the results 2014 Aras Overview Original Use Case Scalability vs Performance Scale to? Scaling the Database Server

More information

Developers guide Toolbox PSC Developing and customising

Developers guide Toolbox PSC Developing and customising Developing and customising Author(s) Stephanie Solingen, Enrico Cervato, Version 1.4 Status Final The Hague, 11-01-10 2/32 Document information Colophon Author(s) Stephanie Solingen, Enrico Cervato, Minze

More information

ncode Automation 8 Maximizing ROI on Test and Durability Product Details Key Benefits: Product Overview: Key Features:

ncode Automation 8 Maximizing ROI on Test and Durability Product Details Key Benefits: Product Overview: Key Features: ncode Automation 8 Product Overview: Key Benefits: Product Details ncode Automation is a complete environment for automated data storage, analysis and reporting. It also provides a web-based collaborative

More information

Kaspersky Administration Kit 8.0 REFERENCE GUIDE

Kaspersky Administration Kit 8.0 REFERENCE GUIDE Kaspersky Administration Kit 8.0 REFERENCE GUIDE P R O G R A M V E R S I O N : 8. 0 C R I T I C A L F I X 1 Dear User! Thank you for choosing our product. We hope that this documentation will help you

More information

Contents Overview of the Performance and Sizing Guide... 5 Architecture Overview... 7 Performance and Scalability Considerations...

Contents Overview of the Performance and Sizing Guide... 5 Architecture Overview... 7 Performance and Scalability Considerations... Unifier Performance and Sizing Guide for On-Premises Version 17 July 2017 Contents Overview of the Performance and Sizing Guide... 5 Architecture Overview... 7 Performance and Scalability Considerations...

More information

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper December 2011

Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide. An Oracle White Paper December 2011 Oracle Primavera P6 Enterprise Project Portfolio Management Performance and Sizing Guide An Oracle White Paper December 2011 Disclaimer The following is intended to outline our general product direction.

More information

Matthias Wobben working in Berlin, Germany. Senior Sales Engineer at Nextcloud

Matthias Wobben working in Berlin, Germany. Senior Sales Engineer at Nextcloud Matthias Wobben matthias@nextcloud.com working in Berlin, Germany Senior Sales Engineer at Nextcloud Before: 3 rd level IT Engineer and Administrator at Systems Provider with focus on EFSS and collaboration

More information

Queue Pro Queue Management System Version 4.4

Queue Pro Queue Management System Version 4.4 Queue Pro Queue Management System Version 4.4 Introduction: Queue Pro is the software that manages the queue in any customer interaction point smartly. The process starts with a customer who just pops

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

Getting Started With Intellicus. Version: 7.3

Getting Started With Intellicus. Version: 7.3 Getting Started With Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

Contact: Method Park Wetterkreuz 19a Erlangen Germany. Phone Fax Internet

Contact: Method Park Wetterkreuz 19a Erlangen Germany. Phone Fax Internet System Requirements Contact: Method Park Wetterkreuz 19a 91058 Erlangen Germany Phone +49-9131-97206-550 Fax +49-9131-97206-200 E-mail stages-support@methodpark.de Internet www.methodpark.de Version: 7.1

More information

Release Notes for Cisco Insight Reporter, v3.1

Release Notes for Cisco Insight Reporter, v3.1 November 2011 This document describes the operating environment and the defects and caveats that were identified as part of internal testing and during the live trials. It assumes the reader has a good

More information

System Requirements. PREEvision. System requirements and deployment scenarios Version 7.0 English

System Requirements. PREEvision. System requirements and deployment scenarios Version 7.0 English System Requirements PREEvision System and deployment scenarios Version 7.0 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 70499 Stuttgart, Germany Vector reserves the right to modify any

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

SuccessMaker. System Requirements SuccessMaker v1.0

SuccessMaker. System Requirements SuccessMaker v1.0 SuccessMaker System Requirements SuccessMaker v1.0 Contents Overview... 1 Stand-alone Configuration...2 Server/Network Configuration...2 District Configuration...3 Automatic Updates...3 System Requirements...

More information

Polarion Enterprise Setup 17.2

Polarion Enterprise Setup 17.2 SIEMENS Polarion Enterprise Setup 17.2 POL005 17.2 Contents Terminology......................................................... 1-1 Overview...........................................................

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

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007 ORACLE IDENTITY MANAGER SIZING GUIDE An Oracle White Paper March 2007 Note The following is intended to provide consideration guidelines for sizing Oracle Identity Manager. It is intended for information

More information

vcenter Chargeback Manager Installation and Upgrade Guide

vcenter Chargeback Manager Installation and Upgrade Guide vcenter Chargeback Manager Installation and Upgrade Guide vcenter Chargeback Manager 2.6.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

These are the system requirements for DocuWare version 6.6: Upgrade to DocuWare 6.6: DocuWare 5.1c <

These are the system requirements for DocuWare version 6.6: Upgrade to DocuWare 6.6: DocuWare 5.1c < These are the system requirements for DocuWare version 6.6: Upgrade to DocuWare 6.6: DocuWare 5.1c < DocuWare Server components: Internal Database Authentication Server Content Server Workflow Server Imaging

More information

THE GREEN CHOICE, THE SMART CHOICE.

THE GREEN CHOICE, THE SMART CHOICE. THE GREEN CHOICE, THE SMART CHOICE. Powered by HyPAS TRACK and control printing charges by users, groups or clients EASY to install and configure to your specific environment RETURN on investment is fast

More information

2016 inn In ovatint SYSTEM novatint version 3 REQUIREMENTS System Requirements D ate :

2016 inn In ovatint SYSTEM novatint version 3 REQUIREMENTS System Requirements D ate : 2016 Innovatint innovatint version SYSTEM 3 System REQUIREMENTS Requirements Date: 28-11-2016 Table of contents 1. Innovatint P.O.S 2 1.1 Minimal system requirements 2 1.2 Recommended system requirements

More information

Realtime visitor analysis with Couchbase and Elasticsearch

Realtime visitor analysis with Couchbase and Elasticsearch Realtime visitor analysis with Couchbase and Elasticsearch Jeroen Reijn @jreijn #nosql13 About me Jeroen Reijn Software engineer Hippo @jreijn http://blog.jeroenreijn.com About Hippo Visitor Analysis OneHippo

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Novell Filr 1.2 Administration Guide. November 2015

Novell Filr 1.2 Administration Guide. November 2015 Novell Filr 1.2 Administration Guide November 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically disclaims

More information

Enabling Science. IDBS Products HARDWARE REQUIREMENTS. ID Business Solutions

Enabling Science. IDBS Products HARDWARE REQUIREMENTS. ID Business Solutions Enabling Science IDBS Products HARDWARE REQUIREMENTS ID Business Solutions www.idbs.com IDBS 2016 Information in this document is subject to change without notice. The software described in this document

More information

Sync Services. Server Planning Guide. On-Premises

Sync Services. Server Planning Guide. On-Premises Kony Fabric Sync Services Server On-Premises Release V8 Document Relevance and Accuracy This document is considered relevant to the Release stated on this title page and the document version stated on

More information

Polarion 18 Enterprise Setup

Polarion 18 Enterprise Setup SIEMENS Polarion 18 Enterprise Setup POL005 18 Contents Terminology......................................................... 1-1 Overview........................................................... 2-1

More information

PrinterOn Server Install Guide

PrinterOn Server Install Guide PrinterOn Server Install Guide Table of Contents 1. Introduction 3 1.1. Architecture Overview 3 2. Before you begin 4 2.1. Account Requirements 4 2.2. Hardware Requirements 4 2.3. Software Requirements

More information

Introduction. Key Features and Benefits

Introduction. Key Features and Benefits Introduction Stabilix Underwriting Framework is a highly adaptable XML based J2EE com-pliant software platform built on the Stabilix s business process automation (BPA) suite, code named CloudEx. CloudEx

More information

CiscoWorks NCM 1.7 Support Matrix

CiscoWorks NCM 1.7 Support Matrix CHAPTER 1 This chapter provides information about the system requirements and supported platforms for CiscoWorks NCM 1.7. It contains the following sections: Supported Platforms, page 1-1 64-bit Support,

More information

Installing and Configuring VMware vcenter Orchestrator

Installing and Configuring VMware vcenter Orchestrator Installing and Configuring VMware vcenter Orchestrator vcenter Orchestrator 5.5.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

NextData System of Systems Infrastructure (ND-SoS-Ina)

NextData System of Systems Infrastructure (ND-SoS-Ina) NextData System of Systems Infrastructure (ND-SoS-Ina) DELIVERABLE D2.3 (CINECA, CNR-IIA) - Web Portal Architecture DELIVERABLE D4.1 (CINECA, CNR-IIA) - Test Infrastructure Document identifier: D2.3 D4.1

More information

Technical Requirements

Technical Requirements Active Circle Solution Version 4.6 Abstract This document provides a comprehensive list of the hardware and software compatibility and requirements for the Active Circle Solution and this options. January

More information

Danfoss Enterprise Manager AK-EM 800

Danfoss Enterprise Manager AK-EM 800 Installation Guide Danfoss Enterprise Manager AK-EM 800 ADAP-KOOL Refrigeration Control System Document history Document Notes USCO.PI.R1.F1.02 First document release USCO.PI.R1.F2.02 Minor updates USCO.PI.R1.F3.02

More information

status Emmanuel Cecchet

status Emmanuel Cecchet status Emmanuel Cecchet c-jdbc@objectweb.org JOnAS developer workshop http://www.objectweb.org - c-jdbc@objectweb.org 1-23/02/2004 Outline Overview Advanced concepts Query caching Horizontal scalability

More information

HP Universal CMDB. Software Version: Support Matrix

HP Universal CMDB. Software Version: Support Matrix HP Universal CMDB Software Version: 10.21 Support Matrix Document Release Date: July 2015 Software Release Date: July 2015 Legal Notices Warranty The only warranties for HP products and services are set

More information

Dispatcher. Phoenix. Dispatcher Phoenix Enterprise White Paper Version 0.2

Dispatcher. Phoenix. Dispatcher Phoenix Enterprise White Paper Version 0.2 Dispatcher Phoenix Dispatcher Phoenix Enterprise CONTENTS Introduction... 3 Terminology... 4 Planning & Considerations... 5 Security Features... 9 Enterprise Features... 10 Cluster Overview... 11 Deployment

More information

Enterprise Forms Server - Hardware/Software Requirements

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

More information

Webomania Solutions Pvt. Ltd. 2017

Webomania Solutions Pvt. Ltd. 2017 OpenDocMan Webomania Solutions Pvt. Ltd. 2017 OpenDocMan stands for Open Source Document Management System(DMS). OpenDocMan is totally free, web-based programming written in PHPdesigned to comply with

More information

Installing and Configuring VMware vrealize Orchestrator

Installing and Configuring VMware vrealize Orchestrator Installing and Configuring VMware vrealize Orchestrator vrealize Orchestrator 6.0.1 This document supports the version of each product listed and supports all subsequent versions until the document is

More information

Don t just manage your documents. Mobilize them!

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

More information

These are the system requirements for DocuWare version 6.7: Upgrade to DocuWare 6.7: DocuWare 5.1c or higher

These are the system requirements for DocuWare version 6.7: Upgrade to DocuWare 6.7: DocuWare 5.1c or higher These are the system requirements for DocuWare version 6.7: Upgrade to DocuWare 6.7: DocuWare 5.1c or higher DocuWare Server components: Internal Database Authentication Server Content Server Workflow

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

Installing and Configuring VMware vcenter Orchestrator

Installing and Configuring VMware vcenter Orchestrator Installing and Configuring VMware vcenter Orchestrator vcenter Orchestrator 4.2.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4

System Description. System Architecture. System Architecture, page 1 Deployment Environment, page 4 System Architecture, page 1 Deployment Environment, page 4 System Architecture The diagram below illustrates the high-level architecture of a typical Prime Home deployment. Figure 1: High Level Architecture

More information

1Y0-371 Q&As. Designing, Deploying and Managing Citrix XenMobile 10 Enterprise Solutions. Pass home 1Y0-371 Exam with 100% Guarantee

1Y0-371 Q&As. Designing, Deploying and Managing Citrix XenMobile 10 Enterprise Solutions. Pass home 1Y0-371 Exam with 100% Guarantee 1Y0371 Q&As Designing, Deploying and Managing Citrix XenMobile 10 Enterprise Solutions Pass home 1Y0371 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing

More information

Oracle Virtual Desktop Infrastructure. Administrator's Guide for Release 3.4.1

Oracle Virtual Desktop Infrastructure. Administrator's Guide for Release 3.4.1 Oracle Virtual Desktop Infrastructure Administrator's Guide for Release 3.4.1 E35769-03 September 2012 Oracle Virtual Desktop Infrastructure: Administrator's Guide for Release 3.4.1 Copyright 2008, 2012,

More information

SuccessMaker Learning Management System System Requirements v1.0

SuccessMaker Learning Management System System Requirements v1.0 SuccessMaker Learning Management System System Requirements v1.0 Released July 2008 Copyright @ 2008 Pearson Education, Inc. or its affiliates. All rights reserved. SuccessMaker is a registered trademark,

More information

Pinnacle 3 SmartEnterprise

Pinnacle 3 SmartEnterprise Pinnacle 3 SmartEnterprise Pinnacle 3 SmartEnterprise centralized computing platform X6-2 specifications sheet Scalable capacity and robust healthcare IT integration for high volume clinics Built for high

More information

Getting Started with Intellicus. Version: 16.0

Getting Started with Intellicus. Version: 16.0 Getting Started with Intellicus Version: 16.0 Copyright 2016 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

MA0-100.exam.83q MA0-100 McAfee Certified Product Specialist-ePO

MA0-100.exam.83q   MA0-100 McAfee Certified Product Specialist-ePO MA0-100.exam.83q Number: MA0-100 Passing Score: 800 Time Limit: 120 min MA0-100 McAfee Certified Product Specialist-ePO Exam A QUESTION 1 Which of the following server services is responsible for communication

More information

ViewDirect-ABS 7.0 Support Matrix Updated: March 2, 2017

ViewDirect-ABS 7.0 Support Matrix Updated: March 2, 2017 ViewDirect-ABS 7.0 Support Matrix Updated: March 2, 2017 NOTE: ABSNet 7.0 is a 64-bit application and requires a 64-bit operating system, application server, and JVM to function. ABSWeb Explorer Browser

More information

HP Network Automation Software Support Matrix

HP Network Automation Software Support Matrix HP Network Automation Software Support Matrix Software Version 9.00 / August 2010 Documentation Date: December 2011 This document provides an overview of the system requirements and supported platforms

More information

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 product, please review the readme files,

More information

Red Hat Decision Manager 7.0

Red Hat Decision Manager 7.0 Red Hat Decision Manager 7.0 Installing and configuring Decision Server on IBM WebSphere Application Server For Red Hat Decision Manager 7.0 Last Updated: 2018-04-14 Red Hat Decision Manager 7.0 Installing

More information

Installing and Configuring VMware vrealize Orchestrator

Installing and Configuring VMware vrealize Orchestrator Installing and Configuring VMware vrealize Orchestrator vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Upgrading Rhythmyx Version 6.5.x to Version 6.7

Upgrading Rhythmyx Version 6.5.x to Version 6.7 Upgrading Rhythmyx Version 6.5.x to Version 6.7 System Requirements The recommended minimum hardware configurations for all operating systems have increased: Sun Solaris 9 or 10 Development Server UltraSPARC

More information

Server Installation and Administration Guide

Server Installation and Administration Guide NetApp Connect 5.1 Server Installation and Administration Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501 Support telephone: +1 (888)

More information