Best Practice - Pentaho BA for High Availability

Size: px
Start display at page:

Download "Best Practice - Pentaho BA for High Availability"

Transcription

1 Best Practice - Pentah BA fr High Availability

2 This page intentinally left blank.

3 Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database Instance... 3 Clustering the BA Server Ndes... 4 Cnfigure Jackrabbit Jurnal... 4 Cnfigure Quartz... 4 Start and Test the Cluster... 4 Cnfiguring a Lad Balancer fr BA Server High Availability... 5 Tmcat Cnfiguratin... 5 Apache Cnfiguratin (Windws Envirnment)... 5 Apache Cnfiguratin (Linux Envirnment)... 6 Additinal Cnsideratins fr Apache Cnfiguratin... 8 High Availability fr the Backend Repsitry... 9 Related Infrmatin... 9 Knwn Issues and Slutins User Prmpted t Reauthenticate / PUC Image Lad Errr Failver Behavir Best Practice Check List... 11

4 Overview We have cllected a set f best practice recmmendatins and infrmatin fr yu t use when yu want t set up yur Pentah BA servers with a clustered High Availability slutin. Keep these Pentah Architecture principles in mind while yu are wrking thrugh this dcument: 1. Architecture is imprtant, abve all else. 2. Platfrms are always evlving: smetimes yu will have t think creatively. Sme f the things discussed here include clustering the BA server ndes, cnfiguring a lad balancer fr HA, and Tmcat and Apache cnfiguratin fr Windws and Linux. The intentin f this dcument is t speak abut tpics generally; hwever, these are the specific versins cvered here: Sftware Versin Pentah 5.4, 6.0, 6.1 Tmcat 6.0, 7.0, 8.0 Pentah BA in HA End-t-End Pentah 1

5 Pentah Server High Availability Intrductin Mst installatins f Pentah are single-server installatins. This slutin wrks well in small- and medium-sized rganizatins where users and develpers are limited t a handful f peple. In large scale deplyments, hwever, a clustered High Availability (HA) slutin is needed t address the increase in data prcessing and cncurrent user cnnectins. HA slutins fr Pentah servers fllw the typical lad balancing mdels, where a lad balancer (such as Apache HTTPD) sits in frnt f a cluster f Pentah servers and frwards traffic in either a rund-rbin fashin r by ther methds, such as wrker server qutas. Figure 1: Pentah BA in HA Diagram This mdel nt nly allws fr distributed prcessing, but als failver. S, in the event that ne Pentah server ges dwn, service is nt interrupted but is instead taken ver by a live server. A single pint f failure with this mdel wuld be with the lad balancer, s further cnsideratin t cluster the lad balancer wuld need t be taken. In this best practice guide, we will nly be cvering the cnfiguratin f a single lad balancer. Pentah BA in HA End-t-End Pentah 2

6 Prerequisites This guide assumes that a lad balancer is already installed and running. In this guide, we will be using Apache HTTPD. All cnfiguratins will be shwn in an Apache web server cntext. Yu will need t make sure that each Pentah server in yur cluster is already cnfigured t use the repsitry database f yur chice. Make sure each server is pinting t the same database instance. Pint Each Server t Same Database Instance Initialize yur database using the steps in the apprpriate article fr yur system. Cnfigure Yur Repsitry Database has sectins fr PstgreSQL, MySQL, MS SQL Server, and Oracle databases. After yu have initialized and cnfigured yur repsitry, yu shuld clean up these files by fllwing these steps. Lcate the...biserver-ee/tmcat directry and remve all files and flders frm the temp flder. Lcate the...biserver-ee/tmcat directry and remve all files and flders frm the wrk flder. Lcate the...biserver-ee/pentah-slutins/system/jackrabbit/repsitry directry and remve all files and flders frm the final repsitry flder. Lcate the...biserver-ee/pentah-slutins/system/jackrabbit/repsitry directry and remve all files and flders frm the wrkspaces flder. Yu nw have a cnfigured repsitry and are ready t mve t the next step fr clustering. Pentah BA in HA End-t-End Pentah 3

7 Clustering the BA Server Ndes The first step in develping a BA with HA slutin wuld be t cnfigure the cluster ndes t use the same backend repsitry. The fllwing instructins will walk yu thrugh this prcess. Cnfigure Jackrabbit Jurnal Pentah uses Apache Jackrabbit as its cntent repsitry. Yu will need t cnfigure the Jackrabbit Jurnal fr clustering by fllwing the fficial instructins fund in Pentah Dcumentatin: Cnfigure Jackrabbit Jurnal. Cnfigure Quartz Pentah uses Quartz fr scheduling. As with the Jackrabbit Jurnal, Quartz als needs t be cnfigured fr a cluster. The fficial instructins can be fund in Pentah Dcumentatin: Cnfigure Quartz. Start and Test the Cluster Fllw the belw instructins t start the cluster and verify that it is wrking prperly. Start the slutin database. Start the applicatin server n each nde. Make sure that the lad balancer is able t ping each nde. Access the lgin screen fr each server in yur cluster. Brwse directly t each nde instead f ging thrugh the lad balancer. Pentah BA in HA End-t-End Pentah 4

8 Cnfiguring a Lad Balancer fr BA Server High Availability Nw that each server in the Pentah cluster can be accessed individually, it is time t cnfigure the lad balancer t manage traffic t each nde. The first sectin will cver cnfiguring Apache as a lad balancer with the BA Server cluster ndes. We prvide instructins fr cnfiguring Apache fr bth Windws and Linux. There are als a few additinal cnsideratins t keep in mind while yu are wrking thrugh these prcedures. Sticky sessins are enabled using stickysessin=jsessionid PrxyPass and PrxyPassReverseCkiePath Directives Prxy balancer is part f the md_prxy_balancer mdule The abve listed sectins have infrmatin n each item. Tmcat Cnfiguratin 1. Shutdwn the Tmcat server n each nde in the cluster. 2. Open the tmcat/cnf/server.xml file in a text editr. 3. Lcate the fllwing line <Engine name="catalina" defaulthst="lcalhst">. 4. Add the jvmrute attribute like this: <Engine name="catalina" defaulthst="lcalhst" jvmrute= server1 > The jvmrute value will need t be unique fr each nde. This value will map t the BalancerMember setup in the fllwing sectin when cnfiguring Apache. 5. Edit the tmcat/webapps/pentah/web-inf/web.xml and change the fully-qualifiedserver-url param-value t the lad balancer s URL. 6. Start the Tmcat service back up after cnfiguring this file. 7. Repeat this prcess thrughut all ndes within the cluster. Apache Cnfiguratin (Windws Envirnment) Open the C:\Prgram Files (x86)\apache24\cnf\httpd.cnf file in a text editr. The fllwing mdules will need t be uncmmented if they aren t already: LadMdule prxy_mdule mdules/md_prxy.s LadMdule prxy_ajp_mdule mdules/md_prxy_ajp.s LadMdule prxy_http_mdule mdules/md_prxy_http.s LadMdule prxy_balancer_mdule mdules/md_prxy_balancer.s Pentah BA in HA End-t-End Pentah 5

9 At the bttm f the file, add the fllwing cde, making sure t reflect the BalancerMember hstname with yur Pentah cluster ndes: PrxyPass /pentah balancer://bacluster PrxyPassReverseCkiePath / /pentah PrxyPass /pentah-style balancer://bacluster-style PrxyPassReverseCkiePath / /pentah <Prxy balancer://bacluster> PrxySet stickysessin=jsessionid timeut=10 failnstatus=502,503 BalancerMember ajp://hstname1:8009/pentah ladfactr=10 rute=server1 BalancerMember ajp://hstname2:8009/pentah ladfactr=10 rute=server2 </Prxy> <Prxy balancer://bacluster-style> PrxySet stickysessin=jsessionid timeut=10 failnstatus=502,503 BalancerMember ajp://hstname1:8009/pentah-style ladfactr=10 rute=server1 BalancerMember ajp://hstname2:8009/pentah-style ladfactr=10 rute=server2 </Prxy> <Prxy balancer://dicluster> BalancerMember retry=30 BalancerMember status=+h retry=0 </Prxy> Each Prxy balancer has tw servers in the cluster. If yu have mre than tw servers in yur cluster, yu will need t add all f them accrdingly. After adding the abve cde, save the file and restart the Apache service. Yu shuld nw be able t brwse t yur lad balancer and see the Pentah User Cnsle, fr example: Apache Cnfiguratin (Linux Envirnment) The fllwing mdules will need t be laded: prxy_ajp prxy_balancer prxy_http lbmethd_byrequests Yu will need t use the prper OS specific cmmands t lad these mdules. Fr example, with Debian-based distrs, run the cmmand t lad the required mdules: Pentah BA in HA End-t-End Pentah 6

10 sud a2enmd prxy prxy_ajp prxy_balancer prxy_http lbmethd_byrequests Fr RPM-based distrs, yu will need t enable these mdules in the httpd.cnf file by making sure they are uncmmented, similar t the Windws cnfiguratin abve. These may already be uncmmented by default. 2. Lcate and edit the Apache cnfiguratin file. Fr Debian-based distrs, this is lcated by default in /etc/apache2/sitesavailable/000-default.cnf. Fr RPM-based distrs, this is lcated by default in /etc/httpd/cnf/httpd.cnf. 3. Within this cnfiguratin file, yu will need t edit the existing (r add a new) VirtualHst directive. It will need t be set up like this. Make sure t reflect the BalancerMember hstname with yur Pentah cluster ndes: <VirtualHst *:80> ServerAdmin webmaster@lcalhst DcumentRt /var/www/html ErrrLg ${APACHE_LOG_DIR}/errr.lg CustmLg ${APACHE_LOG_DIR}/access.lg cmbined <Lcatin "/pentah"> PrxyPass balancer://bacluster PrxyPassReverseCkiePath / /pentah </Lcatin> <Lcatin "/pentah-style"> PrxyPass balancer://bacluster-style PrxyPassReverseCkiePath / /pentah </Lcatin> </VirtualHst> <Prxy balancer://bacluster> PrxySet stickysessin=jsessionid timeut=10 failnstatus=502,503 BalancerMember ajp://hstname1:8009/pentah ladfactr=10 rute=server1 BalancerMember ajp://hstname2:8009/pentah ladfactr=10 rute=server2 </Prxy> <Prxy balancer://bacluster-style> PrxySet stickysessin=jsessionid timeut=10 failnstatus=502,503 BalancerMember ajp://hstname1:8009/pentah-style ladfactr=10 rute=server1 BalancerMember ajp://hstname2:8009/pentah-style ladfactr=10 rute=server2 </Prxy> Pentah BA in HA End-t-End Pentah 7

11 In the abve cde, each Prxy balancer has tw servers in the cluster. If yu have mre than tw servers in yur cluster, yu will need t add all f them accrdingly. 4. After adding the cde, save the file and restart the Apache service. 5. Yu shuld nw be able t brwse t yur lad balancer and see the Pentah User Cnsle, fr example: Additinal Cnsideratins fr Apache Cnfiguratin There are als a few additinal cnsideratins yu may want t keep in mind while yu are wrking thrugh the abve prcedures. Sticky sessins are enabled using stickysessin=jsessionid This is imprtant s yur sessin is tied t a single nde. By default, Tmcat uses JSESSIONID as the name f its sessin ckie. PrxyPass and PrxyPassReverseCkiePath Directives Bth PrxyPass and PrxyPassReverseCkiePath are directives f the md_prxy mdule. This allws Apache t map remte servers t the lcal server URL-space. In this instance, the remve servers are referencing clusters rather than a single server. Yu will als ntice that tw instances f these directives are required fr prper BA Server mapping. The first set f directives needs t pint t a cluster that uses the address: ajp://{hstname}:8009/pentah, which is the main pentah webapp. The secnd set f directives needs t pint t a cluster that uses the address: ajp://{hstname}:8009/pentah-style, which is the webapp used fr images, stylesheets, and the verall lk and feel f the User Cnsle. Prxy balancer is part f the md_prxy_balancer mdule This is where yu cnfigure the actual cluster ndes. The example f Prxy balancer has been cnfigured in such a way that traffic is laded evenly acrss all ndes within the cluster. This is dne with the ladfactr and rute parameters. Rute has been cnfigured with the same jvmrute id that was cnfigured in the previus sectin n Tmcat Cnfiguratin. This is hw Apache knws which nde in the Prxy balancer maps t which Tmcat instance. Other parameters can be used t specify certain cunting algrithms that will distribute traffic based n server quta, as well as ther parameters that can cntrl ther aspects f the lad balancer. Apache s dcumentatin has the list f parameters that can be used and descriptins f cunting algrithms. Due t better ptimizatin and speed, the AJP prtcl and crrespnding Tmcat prt have been used in the cluster nde URLs. Alternatively, HTTP culd be used, hwever the cluster nde s URL will nt be masked when traffic is frwarded frm Apache. AJP will mask the cluster nde URL with the lad balancer s URL s that the redirect is hidden frm the user. Other differences between the tw prtcls are dcumented n Apache s site in their FAQ n cnnectrs. Pentah BA in HA End-t-End Pentah 8

12 High Availability fr the Backend Repsitry At this pint, we ve cvered high availability fr the BA server. Even if yu have clustered the lad balancers, yu may still ntice that a single pint f failure still exists: the backend repsitry database. Slutin: Cluster the database used t hld the repsitry. Ding this requires n special cnfiguratin n the Pentah-side, since each f the servers will see a clustered database as a single entity. Yu will just need t fllw the dcumentatin frm the prper vendr t cluster the database accrding t yur envirnment and needs. Once yu have dne this, the same instructins fr initializing yur database in the prerequisites f this guide can be fllwed with n changes. Related Infrmatin The fllwing vendr links can help yu get started n clustering the supprted databases: Oracle: Clustering a. MySQL: Cluster Reference Guides a. PstgreSQL: Creating a Database Cluster a. Pentah BA in HA End-t-End Pentah 9

13 Knwn Issues and Slutins Here are a few knwn issues that yu shuld be aware f, alng with best practices and slutins fr each issue. User Prmpted t Reauthenticate / PUC Image Lad Errr A cmmn issue may happen where a user is redirected by the lad balancer t the PUC lgin screen where they will enter their credentials. After selecting Lg in, anther authenticatin bx will pp up asking fr credentials again. Upn reauthenticating, PUC des nt lad all images fr the hmescreen crrectly. Slutin: This culd be due t the fact that the pentah-style webapp is nt cnfigured prperly fr the PrxyPassReverseCkiePath directive. Rather than use the exact examples abve, yu may need t change it frm this: <Lcatin "/pentah-style"> PrxyPass balancer://bacluster-style PrxyPassReverseCkiePath / /pentah </Lcatin> T this: <Lcatin "/pentah-style"> PrxyPass balancer://bacluster-style PrxyPassReverseCkiePath / /pentah-style </Lcatin> Failver Behavir The BA Server des nt supprt sessin fail-ver. The net result f this is that while yu can cluster BA Servers fr lad-balancing, if any nde in the cluster ges dwn, all users n that nde will end up withut a valid server sessin, and their next request will be sent t anther nde in the cluster where they wuld have t re-lgin (as if they timed ut). Fr reference, failver is handled by the failnstatus parameter. In the abve example, server failver will happen when a request receives HTTP errr cdes 502 and 503. Pentah BA in HA End-t-End Pentah 10

14 Best Practice Check List This checklist is designed t be added t any implemented prject that uses this cllectin f best practices, t verify that all items have been cnsidered and reviews have been perfrmed. Name f the Prject: Date f the Review: Name f the Reviewer: Item Respnse Cmments Did yu cluster the BA Server ndes? cnfigure Jackrabbit? cnfigure Quartz? start and test the cluster? Have yu cnfigured a lad balancer fr HA? Did yu set up HA fr yur backend repsitry? YES YES YES YES YES YES NO NO NO NO NO NO If yu are using this best practices dcument, we wuld be happy if yu wuld leave us a cmment r suggestin t let us knw what yu think! This will help us learn abut wh is using ur best practices, and als give us sme insight as t what yu find helpful abut them. As always, if yu have a mre infrmatin r a slutin that wuld enhance this dcument, we wuld lve t hear abut that, t. Pentah BA in HA End-t-End Pentah 11

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers)

Firewall/Proxy Server Settings to Access Hosted Environment. For Access Control Method (also known as access lists and usually used on routers) Firewall/Prxy Server Settings t Access Hsted Envirnment Client firewall settings in mst cases depend n whether the firewall slutin uses a Stateful Inspectin prcess r ne that is cmmnly referred t as an

More information

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool

Configuring BMC AREA LDAP Using AD domain credentials for the BMC Windows User Tool Cnfiguring BMC AREA LDAP Using AD dmain credentials fr the BMC Windws User Tl Versin 1.0 Cnfiguring the BMC AREA LDAP Plugin fr Dmain Username and Passwrds Intrductin...3 LDAP Basics...4 What is LDAP and

More information

Ten Steps for an Easy Install of the eg Enterprise Suite

Ten Steps for an Easy Install of the eg Enterprise Suite Ten Steps fr an Easy Install f the eg Enterprise Suite (Acquire, Evaluate, and be mre Efficient!) Step 1: Dwnlad the eg Sftware; verify hardware and perating system pre-requisites Step 2: Obtain a valid

More information

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall

Implementing ifolder Server in the DMZ with ifolder Data inside the Firewall Implementing iflder Server in the DMZ with iflder Data inside the Firewall Nvell Cl Slutins AppNte www.nvell.cm/clslutins JULY 2004 OBJECTIVES The bjectives f this dcumentatin are as fllws: T cnfigure

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v14.0.1.0 Page 1 f 16 Intrductin Serv-U

More information

STIOffice Integration Installation, FAQ and Troubleshooting

STIOffice Integration Installation, FAQ and Troubleshooting STIOffice Integratin Installatin, FAQ and Trubleshting Installatin Steps G t the wrkstatin/server n which yu have the STIDistrict Net applicatin installed. On the STI Supprt page at http://supprt.sti-k12.cm/,

More information

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest:

Access to the Ashworth College Online Library service is free and provided upon enrollment. To access ProQuest: PrQuest Accessing PrQuest Access t the Ashwrth Cllege Online Library service is free and prvided upn enrllment. T access PrQuest: 1. G t http://www.ashwrthcllege.edu/student/resurces/enterlibrary.html

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

Helpdesk Support Tickets & Knowledgebase

Helpdesk Support Tickets & Knowledgebase Helpdesk Supprt Tickets & Knwledgebase User Guide Versin 1.0 Website: http://www.mag-extensin.cm Supprt: http://www.mag-extensin.cm/supprt Please read this user guide carefully, it will help yu eliminate

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

How to deploy IVE Active-Active and Active-Passive clusters

How to deploy IVE Active-Active and Active-Passive clusters Hw t deply IVE Active-Active and Active-Passive clusters Overview Juniper Netscreen SA and SM series appliances supprt Active/Passive r Active/Active cnfiguratins acrss a LAN r a WAN t prvide high availability,

More information

Serv-U Distributed Architecture Guide

Serv-U Distributed Architecture Guide Serv-U Distributed Architecture Guide Hrizntal Scaling and Applicatin Tiering fr High Availability, Security, and Perfrmance Serv-U Distributed Architecture Guide v15.1.2.0 Page 1 f 20 Intrductin Serv-U

More information

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

MaaS360 Cloud Extender

MaaS360 Cloud Extender MaaS360 Clud Extender Installatin Guide Cpyright 2012 Fiberlink Cmmunicatins Crpratin. All rights reserved. Infrmatin in this dcument is subject t change withut ntice. The sftware described in this dcument

More information

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free.

990 e-postcard FAQ. Is there a charge to file form 990-N (e-postcard)? No, the e-postcard system is completely free. 990 e-pstcard FAQ Fr frequently asked questins abut filing the e-pstcard that are nt listed belw, brwse the FAQ at http://epstcard.frm990.rg/frmtsfaq.asp# (cpy and paste this link t yur brwser). General

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

HOWTO: How to configure SSL VPN tunnel gateway (office) to gateway

HOWTO: How to configure SSL VPN tunnel gateway (office) to gateway HOWTO: Hw t cnfigure SSL VPN tunnel gateway (ffice) t gateway Hw-t guides fr cnfiguring VPNs with GateDefender Integra Panda Security wants t ensure yu get the mst ut f GateDefender Integra. Fr this reasn,

More information

Telelink 6. Installation Manual

Telelink 6. Installation Manual Telelink 6 Installatin Manual Table f cntents 1. SYSTEM REQUIREMENTS... 3 1.1. Hardware Requirements... 3 1.2. Sftware Requirements... 3 1.2.1. Platfrm... 3 1.2.1.1. Supprted Operating Systems... 3 1.2.1.2.

More information

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2.

Readme File. Purpose. Introduction to Data Integration Management. Oracle s Hyperion Data Integration Management Release 9.2. Oracle s Hyperin Data Integratin Management Release 9.2.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 Intrductin t Data Integratin Management... 1 Data Integratin Management Adapters...

More information

Pexip Infinity and Cisco UCM Deployment Guide

Pexip Infinity and Cisco UCM Deployment Guide Intrductin Pexip Infinity and Cisc UCM Deplyment Guide The Cisc Unified Cmmunicatins Manager (CUCM) is a SIP registrar and call cntrl device. This guide describes hw t integrate a single Pexip Infinity

More information

FINRA Regulation Filing Application Batch Submissions

FINRA Regulation Filing Application Batch Submissions FINRA Regulatin Filing Applicatin Batch Submissins Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 FTP Access t FINRA... 2 FTP Accunt n FINRA s

More information

Licensing Windows Server 2012 for use with virtualization technologies

Licensing Windows Server 2012 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents This

More information

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme

Readme File. Purpose. What is Translation Manager 9.3.1? Hyperion Translation Manager Release 9.3.1 Readme Hyperin Translatin Manager Release 9.3.1 Readme Readme File This file cntains the fllwing sectins: Purpse... 1 What is Translatin Manager 9.3.1?... 1 Cmpatible Sftware... 2 Supprted Internatinal Operating

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

CallRex 4.2 Installation Guide

CallRex 4.2 Installation Guide CallRex 4.2 Installatin Guide This dcument describes hw t install CallRex 4.2. It cvers the fllwing: CallRex 4.2 Cmpnents. Server Prerequisites. Perfrming the Installatin. Changing the Accunt Used by CallRex

More information

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1

Preparing to Deploy Reflection : A Guide for System Administrators. Version 14.1 Preparing t Deply Reflectin : A Guide fr System Administratrs Versin 14.1 Table f Cntents Table f Cntents... 2 Preparing t Deply Reflectin 14.1:... 3 A Guide fr System Administratrs... 3 Overview f the

More information

Diagnostic Manager Change Log

Diagnostic Manager Change Log Diagnstic Manager Change Lg Updated: September 8, 2015 4.4.4090 Features and Issues Supprt fr Office 365 Tenants Yu can nw: Mnitr the status f Office 365 Services (including SharePint Online, Exchange

More information

Licensing Windows Server 2012 R2 for use with virtualization technologies

Licensing Windows Server 2012 R2 for use with virtualization technologies Vlume Licensing brief Licensing Windws Server 2012 R2 fr use with virtualizatin technlgies (VMware ESX/ESXi, Micrsft System Center 2012 R2 Virtual Machine Manager, and Parallels Virtuzz) Table f Cntents

More information

Diagnosis and Troubleshooting

Diagnosis and Troubleshooting Diagnsis and Trubleshting DataDirect Cnnect Series ODBC Drivers Intrductin This paper discusses the diagnstic tls that are available t cnfigure and trublesht yur ODBC envirnment and prvides a trubleshting

More information

A Beginner s Guide to Building Virtual Web Servers

A Beginner s Guide to Building Virtual Web Servers A Beginner s Guide t Building Virtual Web Servers Cntents Intrductin... 1 Why set up a web server?... 2 Installing Ubuntu 13.04... 2 Netwrk Set Up... 3 Installing Guest Additins... 4 Updating and Upgrading

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Stage 2 Meaningful Use - Core Measure 12 Patient Reminders Configuration Guide

Stage 2 Meaningful Use - Core Measure 12 Patient Reminders Configuration Guide Enterprise EHR Stage 2 Meaningful Use - Cre Measure 12 Patient Reminders Cnfiguratin Guide Last Updated: Nvember 8, 2013 Cpyright 2013 Allscripts Healthcare, LLC. www.allscripts.cm MU Cre 12 Send Patient

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

Remote Setup and Configuration of the Outlook Email Program Information Technology Group

Remote Setup and Configuration of the Outlook Email Program Information Technology Group Remte Setup and Cnfiguratin f the Outlk Email Prgram Infrmatin Technlgy Grup The fllwing instructins will help guide yu in the prper set up f yur Outlk Email Accunt. Please nte that these instructins are

More information

1)What hardware is available for installing/configuring MOSS 2010?

1)What hardware is available for installing/configuring MOSS 2010? 1)What hardware is available fr installing/cnfiguring MOSS 2010? 2 Web Frnt End Servers HP Prliant DL 380 G7 2 quad cre Intel Xen Prcessr E5620, 2.4 Ghz, Memry 12 GB, 2 HP 146 GB drives RAID 5 2 Applicatin

More information

Volume THURSTON COUNTY CLERK S OFFICE. e-file SECURE FTP Site (January 2011) User Guide

Volume THURSTON COUNTY CLERK S OFFICE. e-file SECURE FTP Site (January 2011) User Guide Vlume 1 THURSTON COUNTY CLERK S OFFICE e-file SECURE FTP Site (January 2011) User Guide Table f Cntents C H A P T E R 1 FTP e-filing SERVICE 1 Dcument Requirements 1 Scanners 2 File naming cnventin 2 e-file

More information

Tech Notes Promise RAID

Tech Notes Promise RAID Tech Ntes Prmise RAID 03/05/ Purpse: T increase familiarity with the Prmise RAID systems in bth Windws Based and DOS based sftware, including the crrect methd fr rebuilding arrays, crrecting drive errrs,

More information

SBClient and Microsoft Windows Terminal Server (Including Citrix Server)

SBClient and Microsoft Windows Terminal Server (Including Citrix Server) SBClient and Micrsft Windws Terminal Server (Including Citrix Server) Cntents 1. Intrductin 2. SBClient Cmpatibility Infrmatin 3. SBClient Terminal Server Installatin Instructins 4. Reslving Perfrmance

More information

Nex-Gen Web Load Balancer

Nex-Gen Web Load Balancer Nex-Gen Web Lad Balancer Pramati Enterprise prducts have served thusands f applicatins in many different verticals fr ver 10 years. Pramati Server was the first standards-based applicatin server t achieve

More information

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008

Exercise 5 Server Configuration, Web and FTP Instructions and preparatory questions Administration of Computer Systems, Fall 2008 Exercise 5 Server Cnfiguratin, Web and FTP Instructins and preparatry questins Administratin f Cmputer Systems, Fall 2008 This dcument is available nline at: http://www.hh.se/te2003 Exercise 5 Server Cnfiguratin,

More information

Click Studios. Passwordstate. SafeNet Two-Factor Configuration

Click Studios. Passwordstate. SafeNet Two-Factor Configuration Passwrdstate SafeNet Tw-Factr Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in

More information

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation ViPNet VPN in Cisc Envirnment Supplement t ViPNet Dcumentatin 1991 2015 Inftecs Americas. All rights reserved. Versin: 00121-04 90 02 ENU This dcument is included in the sftware distributin kit and is

More information

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE MIGRATION GUIDE Mathieu Schires Versin 1.0 Published 06/03/2015 This dcument describes the preparatin and steps t fllw t upgrade an OVD farm frm Inuvika OVD 0.9.x

More information

Information Services Hosting Arrangements

Information Services Hosting Arrangements Infrmatin Services Hsting Arrangements Purpse The purpse f this service is t prvide secure, supprted, and reasnably accessible cmputing envirnments fr departments at DePaul that are in need f server-based

More information

Getting started with Android

Getting started with Android Getting started with Andrid Befre we begin, there is a prerequisite, which is t plug the Andrid device int yur cmputer, and lad the drivers fr the OS. In writing this article, I was using Windws XP, 7

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

Software Distribution

Software Distribution Sftware Distributin Quantrax has autmated many f the prcesses invlved in distributing new cde t clients. This will greatly reduce the time taken t get fixes laded nt clients systems. The new prcedures

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

CNS-205: Citrix NetScaler 11 Essentials and Networking

CNS-205: Citrix NetScaler 11 Essentials and Networking CNS-205: Citrix NetScaler 11 Essentials and Netwrking Overview The bjective f the Citrix NetScaler 11 Essentials and Netwrking curse is t prvide the fundatinal cncepts and skills necessary t implement,

More information

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide Enabling Single Sign-On with SAML Reference Guide 2016 Adbe Systems Incrprated. All Rights Reserved. Prducts mentined in this dcument, such as the services f identity prviders Micrsft Active Directry Federatin,

More information

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved.

Introduction LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE. 2015 Savision B.V. savision.com All rights reserved. Rev 7.5.0 Intrductin 2 LIVE MAPS UNITY PORTAL / INSTALLATION GUIDE 2015 Savisin B.V. savisin.cm All rights reserved. This manual, as well as the sftware described in it, is furnished under license and

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console INSTALLATION GUIDE Marshal Reprting Cnsle Installatin Guide Marshal Reprting Cnsle March, 2009 Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 3 Sftware Prerequisites 3 Installatin

More information

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions

CenterPoint Accounting for Agriculture Network (Domain) Installation Instructions CenterPint Accunting fr Agriculture Netwrk (Dmain) Installatin Instructins Dcument # Prduct Mdule Categry 2257 CenterPint CenterPint Installatin This dcument describes the dmain netwrk installatin prcess

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

ISAM TO SQL MIGRATION IN SYSPRO

ISAM TO SQL MIGRATION IN SYSPRO 118 ISAM TO SQL MIGRATION IN SYSPRO This dcument is aimed at assisting yu in the migratin frm an ISAM data structure t an SQL database. This is nt a detailed technical dcument and assumes the reader has

More information

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 0. Nte that frm LISTSERV versin 15.5, LISTSERV supprts using an external LDAP directry (r Windws Active Directry) fr lgin authenticatin in additin t

More information

Regions File Transmission

Regions File Transmission Regins File Transmissin Getting Started with FTPS Regins Bank Member FDIC Revised 022113 It s time t expect mre. Table f Cntents Getting Started with FTPS Setting Up FTPS Cnnectin in FTP Client 3 4 9 Regins

More information

How to put together a Workforce Development Fund (WDF) claim 2015/16

How to put together a Workforce Development Fund (WDF) claim 2015/16 Index Page 2 Hw t put tgether a Wrkfrce Develpment Fund (WDF) claim 2015/16 Intrductin What eligibility criteria d my establishment/s need t meet? Natinal Minimum Data Set fr Scial Care (NMDS-SC) and WDF

More information

xdb Configuration Guide

xdb Configuration Guide Sitecre 7.5 xdb Cnfiguratin Guide Rev: 9 April 2015 Sitecre 7.5 xdb Cnfiguratin Guide Cnfiguratin guide fr Sitecre administratrs and develpers Sitecre 7.5 Table f Cntents Chapter 1 Intrductin... 3 1.1

More information

Webalo Pro Appliance Setup

Webalo Pro Appliance Setup Webal Pr Appliance Setup 1. Dwnlad the Webal virtual appliance apprpriate fr yur virtualizatin infrastructure, using the link yu were emailed. The virtual appliance is delivered as a.zip file that is n

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Connecting to Email: Live@edu

Connecting to Email: Live@edu Cnnecting t Email: Live@edu Minimum Requirements fr Yur Cmputer We strngly recmmend yu upgrade t Office 2010 (Service Pack 1) befre the upgrade. This versin is knwn t prvide a better service and t eliminate

More information

ATL: Atlas Transformation Language. ATL Installation Guide

ATL: Atlas Transformation Language. ATL Installation Guide ATL: Atlas Transfrmatin Language ATL Installatin Guide - versin 0.1 - Nvember 2005 by ATLAS grup LINA & INRIA Nantes Cntent 1 Intrductin... 3 2 Installing ADT frm binaries... 3 2.1 Installing Eclipse and

More information

1.0 HOW TO ACCESS THE WEB BASED LEARNING PLATFORM

1.0 HOW TO ACCESS THE WEB BASED LEARNING PLATFORM Web based Learning Platfrm Instructins 1.0 HOW TO ACCESS THE WEB BASED LEARNING PLATFORM In rder t access the sftware prgrams (e.g., ERDAS, ArcMap) needed t cmplete the lab assignments, yu will need t

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

Deployment Overview (Installation):

Deployment Overview (Installation): Cntents Deplyment Overview (Installatin):... 2 Installing Minr Updates:... 2 Dwnlading the installatin and latest update files:... 2 Installing the sftware:... 3 Uninstalling the sftware:... 3 Lgging int

More information

Blue Link Solutions Terminal Server Configuration How to Install Blue Link Solutions in a Terminal Server Environment

Blue Link Solutions Terminal Server Configuration How to Install Blue Link Solutions in a Terminal Server Environment Blue Link Slutins Terminal Server Cnfiguratin Hw t Install Blue Link Slutins in a Terminal Server Envirnment Prepared by: Darren Myher April 9, 2002 Table f Cntents Backgrund... 2 Applicatin Server mde

More information

Instructions for Configuring a SAFARI Montage Managed Home Access Expansion Server

Instructions for Configuring a SAFARI Montage Managed Home Access Expansion Server Instructins fr Cnfiguring a SAFARI Mntage Managed Hme Access Expansin Server ~ Please read these instructins in their entirety befre yu begin. ~ These instructins explain hw t add a SAFARI Mntage Managed

More information

Networking Best Practices

Networking Best Practices Netwrking Best Practices Use f a Lad Balancer With Hitachi Cntent Platfrm and Hitachi Cntent Platfrm Anywhere By Hitachi Data Systems August 2015 Cntents Executive Summary... 3 Intrductin... 4 Lad Balancer

More information

Introduction Getting help Getting started Prerequisites 5 Installation 6 Entering License Key 8 Checking Current License

Introduction Getting help Getting started Prerequisites 5 Installation 6 Entering License Key 8 Checking Current License Email Migratr Guide 3.0 Cpyright 2014 Metalgix Internatinal GmbH This sftware is prtected by cpyright law and internatinal treaties. Unauthrized reprductin r distributin f this sftware, r any prtin f it,

More information

SpiraPlan & SpiraTeam Version Control Integration User Guide Inflectra Corporation

SpiraPlan & SpiraTeam Version Control Integration User Guide Inflectra Corporation SpiraPlan & SpiraTeam Versin Cntrl Integratin User Guide Inflectra Crpratin Date: Nvember 19th, 2014 Cntents 1. Intrductin... 1 2. Integrating with Subversin... 2 3. Integrating with Perfrce... 7 4. Integrating

More information

efusion Table of Contents

efusion Table of Contents efusin Cst Centers, Partner Funding, VAT/GST and ERP Link Table f Cntents Cst Centers... 2 Admin Setup... 2 Cst Center Step in Create Prgram... 2 Allcatin Types... 3 Assciate Payments with Cst Centers...

More information

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015 PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) Excel Data Management Pack (EDM-Pack) Date: December 2015 Dcument Versin: 1.0.0 Abstract The EDM-Pack includes a general-purpse Data Surce

More information

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents

HP ExpertOne. HP2-T21: Administering HP Server Solutions. Table of Contents HP ExpertOne HP2-T21: Administering HP Server Slutins Industry Standard Servers Exam preparatin guide Table f Cntents Overview 2 Why take the exam? 2 HP ATP Server Administratr V8 certificatin 2 Wh shuld

More information

LogMeIn Rescue Web SSO via SAML 2.0 Configuration Guide

LogMeIn Rescue Web SSO via SAML 2.0 Configuration Guide LgMeIn Rescue Web SSO via SAML 2.0 LgMeIn Rescue Web SSO via SAML 2.0 Cnfiguratin Guide 02-19-2014 Cpyright 2015 LgMeIn, Inc. 1 LgMeIn Rescue Web SSO via SAML 2.0 Cntents 1 Intrductin... 3 1.1 Dcument

More information

Global Server Load Balancing

Global Server Load Balancing Glbal Server Lad Balancing Juniper Netwrks, Inc. 1194 Nrth Mathilda Avenue Sunnyvale, Califrnia 94089 USA 408.745.2000 1.888 JUNIPER www.juniper.net Page 1 --- Glbal Server Lad Balancing Nvember 2006 Table

More information

X7500 Series, X4500 Scanner Series MFPs: LDAP Address Book and Authentication Configuration and Basic Troubleshooting Tips

X7500 Series, X4500 Scanner Series MFPs: LDAP Address Book and Authentication Configuration and Basic Troubleshooting Tips X7500 Series, X4500 Scanner Series MFPs: LDAP Address Bk and Authenticatin Cnfiguratin and Basic Trubleshting Tips Lexmark Internatinal 1 Prerequisite Infrm atin In rder t cnfigure a Lexmark MFP fr LDAP

More information

HTTPD - Apache2 Web Server

HTTPD - Apache2 Web Server HTTPD - Apache2 Web Server Apache is the mst cmmnly used Web Server n Linux systems. Web Servers are used t serve Web Pages requested by client cmputers. Clients typically request and view Web Pages using

More information

DocAve 6 Supplementary Tools

DocAve 6 Supplementary Tools DcAve 6 Supplementary Tls User Guide Service Pack 6 Cumulative Update 1 Issued December 2015 1 Table f Cntents What s New in this Guide... 6 Befre Yu Begin... 6 Cnfiguratin... 7 Submitting Dcumentatin

More information

Copyrights and Trademarks

Copyrights and Trademarks Cpyrights and Trademarks Sage One Accunting Cnversin Manual 1 Cpyrights and Trademarks Cpyrights and Trademarks Cpyrights and Trademarks Cpyright 2002-2014 by Us. We hereby acknwledge the cpyrights and

More information

Configuring an Email Client for your Hosting Support POP/IMAP mailbox

Configuring an Email Client for your Hosting Support POP/IMAP mailbox Cnfiguring an Email Client fr yur Hsting Supprt POP/IMAP mailbx This article lists the email settings and prt numbers fr pp and imap cnfiguratins, as well as fr SSL. It cntains instructins fr setting up

More information

ROSS RepliWeb Operations Suite for SharePoint. SSL User Guide

ROSS RepliWeb Operations Suite for SharePoint. SSL User Guide ROSS RepliWeb Operatins Suite fr SharePint SSL User Guide Sftware Versin 2.5 March 18, 2010 RepliWeb, Inc., 6441 Lyns Rad, Ccnut Creek, FL 33073 Tel: (954) 946-2274, Fax: (954) 337-6424 E-mail: inf@repliweb.cm,

More information

Pronestor Room & Catering

Pronestor Room & Catering Prnestr Rm Prnestr Rm & Catering Mdule 1 Technical requirements & installatin - Prnestr Rm & Catering Page 1.0 1.5 A guide t all the necessary server preparatins fr the installatin f Prnestr Rm & Catering.

More information

Using PayPal Website Payments Pro UK with ProductCart

Using PayPal Website Payments Pro UK with ProductCart Using PayPal Website Payments Pr UK with PrductCart Overview... 2 Abut PayPal Website Payments Pr & Express Checkut... 2 What is Website Payments Pr?... 2 Website Payments Pr and Website Payments Standard...

More information

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future

The Importance Advanced Data Collection System Maintenance. Berry Drijsen Global Service Business Manager. knowledge to shape your future The Imprtance Advanced Data Cllectin System Maintenance Berry Drijsen Glbal Service Business Manager WHITE PAPER knwledge t shape yur future The Imprtance Advanced Data Cllectin System Maintenance Cntents

More information

FUJITSU Software ServerView Suite ServerView Update Repository

FUJITSU Software ServerView Suite ServerView Update Repository Installatin and User Guide - English FUJITSU Sftware ServerView Suite ServerView Update Repsitry Editin Nvember 2015 Cmments Suggestins Crrectins The User Dcumentatin Department wuld like t knw yur pinin

More information

Aladdin HASP SRM Key Problem Resolution

Aladdin HASP SRM Key Problem Resolution Aladdin HASP SRM Key Prblem Reslutin Installatin flwchart fr EmbrideryStudi and DecStudi e1.5 Discnnect frm the Internet and disable all anti-virus and firewall applicatins. Unplug all dngles. Insert nly

More information

Installation Guide Marshal Reporting Console

Installation Guide Marshal Reporting Console Installatin Guide Installatin Guide Marshal Reprting Cnsle Cntents Intrductin 2 Supprted Installatin Types 2 Hardware Prerequisites 2 Sftware Prerequisites 3 Installatin Prcedures 3 Appendix: Enabling

More information

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider

Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider Deply Yur First Clud Fundry App t Any Clud Fundry Service Prvider cludwrkshp.rg/cludfundry Presenter: Develper Advcate, Redis Labs @davenielsen Oct 2015 dnielsen@gmail.cm twitter.cm/davenielsen linkedin.cm/in/dnielsen

More information

BASIC TECHNICAL FEATURE DESCRIPTION

BASIC TECHNICAL FEATURE DESCRIPTION BASIC TECHNICAL FEATURE DESCRIPTION AUDRIGA EMAIL AND GROUPWARE MIGRATION SERVICE Versin 1.3 Datum 20.09.2013 Kntakt Hans-Jörg Happel (happel@audriga.cm) TECHNICAL FEATURE DESCRIPTION This is a basic technical

More information

FUJITSU Software ServerView Suite ServerView PrimeCollect

FUJITSU Software ServerView Suite ServerView PrimeCollect User Guide - English FUJITSU Sftware ServerView Suite ServerView PrimeCllect Editin February 2015 Cmments Suggestins Crrectins The User Dcumentatin Department wuld like t knw yur pinin f this manual. Yur

More information

AVG AntiVirus Business Edition

AVG AntiVirus Business Edition AVG AntiVirus Business Editin User Manual Dcument revisin AVG.02 (30.9.2015) C pyright AVG Technlgies C Z, s.r.. All rights reserved. All ther trademarks are the prperty f their respective wners. Cntents

More information

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3

Access EEC s Web Applications... 2 View Messages from EEC... 3 Sign In as a Returning User... 3 EEC Single Sign In (SSI) Applicatin The EEC Single Sign In (SSI) Single Sign In (SSI) is the secure, nline applicatin that cntrls access t all f the Department f Early Educatin and Care (EEC) web applicatins.

More information

ScaleIO Security Configuration Guide

ScaleIO Security Configuration Guide ScaleIO Security Cnfiguratin Guide 1 Intrductin This sectin prvides an verview f the settings available in ScaleIO t ensure secure peratin f the prduct: Security settings are divided int the fllwing categries:

More information

Archiving IVTVision Video (Linux)

Archiving IVTVision Video (Linux) Archiving IVTVisin Vide (Linux) 1 Intrductin Because IVTVisin Server recrds vide using a straightfrward perating system file structure, archiving vide shuld be simple fr any IT prfessinal. This dcument

More information

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors

Using Sentry-go Enterprise/ASPX for Sentry-go Quick & Plus! monitors Using Sentry-g Enterprise/ASPX fr Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, February, 2014 http://www.sentry-g.cm Be Practive, Nt Reactive! Intrductin Sentry-g Enterprise Reprting is a self-cntained

More information

Pervasive Data Integrator. REST Invoker 2.0 Guide

Pervasive Data Integrator. REST Invoker 2.0 Guide Pervasive Data Integratr REST Invker 2.0 Guide Pervasive Sftware Inc. 12365 Riata Trace Parkway Building B Austin, Texas 78727 USA Telephne: (512) 231-6000 r (800) 287-4383 Fax: (512) 231-6010 Email: inf@pervasive.cm

More information

Group 3 Flip Chart Notes

Group 3 Flip Chart Notes MDH-DLI Sympsium -- Meeting Mandates, Making the Cnnectin: Wrkers Cmpensatin Electrnic Health Care Transactins -- Nvember 5, 2014 Grup 3 Flip Chart Ntes Meeting Mandates, Making the Cnnectin: Wrkers Cmpensatin

More information