Networking Best Practices

Size: px
Start display at page:

Download "Networking Best Practices"

Transcription

1 Netwrking Best Practices Use f a Lad Balancer With Hitachi Cntent Platfrm and Hitachi Cntent Platfrm Anywhere By Hitachi Data Systems August 2015

2 Cntents Executive Summary... 3 Intrductin... 4 Lad Balancer Cncepts... 5 Hitachi Cntent Platfrm Anywhere... 5 Standard Lad Balancer Setup... 5 Cnfigure DNS... 6 Advanced Lad Balancer Setup... 7 Hitachi Cntent Platfrm... 8 Lad Balance Single (standalne) HCP... 8 Cnfigure DNS... 9 Lad Balance a Pair f Active-Active Replicated HCP Systems DNS Cnfiguratin Lad Balancer Availability Appendix A: zenladbalancer

3 Executive Summary In the wrld f clud and data mbility, there is an expectatin that infrmatin can be accessed anytime, anywhere and frm any device. While this expectancy was riginally driven in the frm f public clud services, enterprise users quickly tk advantage f these services as crprate IT struggled t keep up. As many services are prvided by many clustered entities (servers), each ffering the same service in cnjunctin with its partners, randm but reliable sessin establishment between client devices and the service prviding entities is key. Randmness is required t equally spread the lad acrss all entities, distributing the lad evenly fr the best pssible resurce usage; reliability means that a single failing entity must nt degrade r even circumvent service availability. Up-t-date netwrk design makes use f an active netwrk device, a lad balancer, t prvide the claimed characteristics. This white paper discusses the use f lad balancers fr Hitachi Cntent Platfrm (HCP) and Hitachi Cntent Platfrm Anywhere (HCP Anywhere). 3

4 Intrductin In cmputing, lad balancing distributes wrklads acrss multiple cmputing resurces, such as cmputers, a cmputer cluster, netwrk links, central prcessing units r disk drives. Lad balancing aims t ptimize resurce use, maximize thrughput, minimize respnse time, and avid verlad f any single resurce (see Figure 1). Using multiple cmpnents with lad balancing instead f a single cmpnent may increase reliability thrugh redundancy. Lad balancing usually invlves dedicated sftware r hardware, such as a multilayer switch r a dmain name system (DNS) server prcess. 1 Figure 1. Generic Scenari HCP and/r HCP Anywhere greatly benefit frm being used thrugh a lad balancer. This white paper discusses these benefits and the cncepts t achieve them. Within this white paper, all examples state t use prt 443. This is true fr data access t HCP thrugh ne f its http(s)/rest-based data access (native, HS3, HSwift) interfaces. Fr Management Cnsle, Search Cnsle r Management API (MAPI) access, replace 443 by 8000, 8888 r (wikipedia.rg, 2015) 4

5 Lad Balancer Cncepts A lad balancer, ften called lcal traffic manager (LTM): Is a device that (frm a client s perspective) receives requests thrugh a netwrk interface (custmer netwrk interface), which it then frwards t ne ut f a selectin f back-end servers f equal functinality. This prcess implies that it desn t matter t which server the lad balancer frwards a request, in terms f functinality. Is a device in the data path. Each request must t be prcessed by the lad balancer, making it a single pint f failure, if nt clustered. Has a set f rules it applies t decide t which back-end server t frward a request. Maintains a dictinary f requests in transactin and a dictinary f knwn clients, likely with infrmatin t which backend server it was frwarded recently. Maintains a list f usable back-end servers by cnstantly mnitring their availability. Clsely related t a lad balancer is the cncept f a glbal traffic manager (GTM), which: Is a kind f intelligent DNS server. Is nt in the data path. Has a set f rules it applies t decide which back-end servers IP address t prmte when answering a query. Maintains a list f usable back-end servers by cnstantly mnitring their availability. Answers clients DNS queries with IP addresses accrding t the implemented rules and back-end server availability. Is ften used in multisite envirnments in additin t lcal lad balancers t help keeping traffic lcal as lng as pssible, but allwing fr autmated evasin t ther sites in case n site fails. Hitachi Cntent Platfrm Anywhere HCP Anywhere is a cluster cnsisting f tw servers (ndes) with equal functinality. Clients use https/rest-based API calls t cmmunicate with HCP Anywhere ndes. As each request t the API is atmic and all relevant infrmatin is carried within each single request, it desn t matter t which f the tw ndes a client s request is directed. Standard Lad Balancer Setup Create a server pl (See Figure 2.). Setup a Transmissin Cntrl Prtcl (TCP) based cnfiguratin [dn t need the verhead f an http(s)]. Use bth HCP Anywhere ndes as back-end servers. Create a virtual netwrk interface fr the server pl and assign a static netwrk address t it. Cnfigure the server pl rules t: Be respnsible fr traffic received at prt 443 (https). Distribute traffic rund rbin. (See Figure 3.) Give bth ndes an equal weight and pririty. 5

6 Make sure that client IP addresses are nt made persistent t a specific back-end nde. Check fr accessibility using TCP at prt 443 (typically built-in). Peridically check fr service availability every few secnds. D an HEAD request t expecting an http cde f 302 as an indicatin that the service is available. Dn t add an authrizatin header t that request: Yu ll want it t redirect yu t the lgin page (indicated by the 302 cde). Figure 2. Example Frm zenladbalancer 2 Cnfiguratin Figure 3. Rund-Rbin Example Frm zenladbalancer Cnfiguratin Cnfigure DNS In additin, it s required t cnfigure DNS t answer with the server pl s virtual netwrk IP address when queried fr HCP Anywhere s Full Qualified Dmain Name (FQDN). Simple additin f a recrd with the respective name and the virtual netwrk IP address is sufficient (see Figure 4). 2 (Sfitel IT Engineering, SL, 2014) 6

7 Figure 4. DNS Cnfiguratin fr Hitachi Cntent Platfrm Anywhere If HCP Anywhere shall be reachable frm the Internet, external DNS needs t be cnfigured t reslves t that IP, t. Advanced Lad Balancer Setup Using an http(s)-based pl, mre sphisticated cnfiguratins are pssible. Exercise: HCP Anywhere shall be available fr desktp and mbile clients frm the internal netwrk, nly. The nly exceptins t this are public shared links (and flders), which shall be available frm the Internet. Slutin: On the lad balancer, create tw pls: ne fr internal access, the ther fr Internet access. Fr internal access, yu can use the pl shwn in the Standard Lad Balancer Setup descriptin abve. Fr Internet access, create a separate pl: Create a virtual netwrk interface fr the pl and assign a static netwrk address t it. Use https as the pl s base functinality. Cnfigure the pl s rules t: Accept standard HTTP verbs (PUT, GET, HEAD), nly. Select the HTTPS listener. Make sure that client IP addresses are nt made persistent t a specific back-end nde. Allw access t virtual hst <yuranywhere.yurdmain.cm>, nly. Enable URL pattern matching, allwing the fllwing patterns, nly: /mbile/links/public /mbile/links/js /prtal/btstrap /prtal/btstrap/dist/css /prtal/css /prtal/images /prtal/js /u 7

8 Add yur HCP Anywhere ndes as back-end servers t the pl. Ensure rund rbin fr back-end server selectin. Fr DNS, there are different cnfiguratins fr internal and external name reslutin needed: Cnfigure the internal DNS servers t reslve <yuranywhere.yurdmain.cm> with the internal pl s virtual IP address. Cnfigure the external available DNS servers t reslve <yuranywhere.yurdmain.cm> with the Internet access pl s virtual IP address. Make sure that the said virtual IP addresses are nly available frm the respective netwrk (an external user shuld nt be able t access the internal pl s virtual IP address!). Hitachi Cntent Platfrm HCP is a cluster cnsisting f at least fur and up t 80 ndes, all serving client requests. Unlike HCP Anywhere, it needs t have a certain number f ndes up and running t prvide full functinality. If the number f available ndes falls belw f that, the cluster enters read-nly mde, which a lad balancer has t be cncerned abut. Depending n whether HCP is standalne r is being replicated t a secnd HCP system, the setup f lad balancers will vary. Several scenaris are described here. Lad balancing makes sense fr: All http(s)-based traffic (data, MAPI and management cnsle access). SMTP traffic. Lad Balance Single (standalne) HCP Lad balancing the traffic twards a single HCP is straightfrward (see Figure 5): Create a server pl r farm fr data access. A TCP-based farm is fine [dn t need the verhead f an http(s)-based cnfiguratin]. Cntain all (!) HCP ndes as back-end servers. Create a virtual netwrk interface fr the pl r farm and assign a static netwrk address t it. Cnfigure the pl s rules t: Be respnsible fr traffic received at prt 443 (https). Distribute traffic rund rbin (see Figure 6). Give all ndes an equal weight and pririty. Make sure that client IP addresses are nt made persistent t a specific back-end nde. (This wuld lead a single client ending up using just a single nde, even if making use f multiple cnnectins in parallel. As using multiple cnnectins is a prper way t gain perfrmance r thrughput, this is nt what yu want.) Check fr accessibility using TCP at prt 443 (typically built in). 8

9 Peridically check fr service availability every few secnds: D an HEAD request t IP address>:443/rest, expecting an http cde f 302 as an indicatin that the service is available. Yu need t add an Hst header t the request (hst: namespace.tenant.<hcp_fqdn>), but must nt add an authrizatin header t that request: Yu ll want it t redirect yu t the lgin page (indicated by the 302 cde). Figure 5. Example f Lad Balancing fr HCP Frm zenladbalancer Cnfiguratin. Figure 6. Example f Rund Rbin fr HCP Frm zenladbalancer Cnfiguratin Cnfigure DNS The usual way t cnfigure DNS fr HCP is t set up a stub r >(better) a secndary zne fr HCP s Full Qualified Dmain Name (FQDN, hcp.dm.lcal in the examples). DNS will then respnd with all nde s IP addresses in rund rbin when queried fr Tenants and Namespace. As the lad balancer takes care f using all ndes and needs t be the target fr an applicatin accessing HCP, a different apprach is needed. DNS has t be cnfigured t respnd with the pl s virtual netwrks IP address when queried fr HCPs FQDN. A primary zne is required fr the HCPs FQDN; simply adding a recrd with the respective name and the virtual netwrk s IP address is sufficient. (See Figure 7.) 9

10 Figure 7. DNS Cnfiguratin fr Hitachi Cntent Platfrm Lad Balance a Pair f Active-Active Replicated HCP Systems Active-active replicatin (als called glbal access technlgy), if prperly cnfigured, allws access t bth HCP systems participating in a replicatin link under the same name. That is, namespace.tenant.hcp1.dm.cm is valid fr bth HCP systems. This allws fr resurce use n bth HCP systems fr active requests (cmpared t ne HCP idling in an activepassive replicatin scenari). It als allws fr switching ver traffic t a single system, instead f initiating a failver in HCP. In certain situatins, using active-active replicatin alng with lad balancers prvides a higher availability fr the verall envirnment. Lad balancing the traffic twards a active-active replicatin-enabled pair f HCPs adds a bit f cmplexity t the lad balancers cnfiguratin (differences t single HCP cnfiguratin in red): Create a cmmn server pl fr data access: A TCP-based farm is fine [dn t need the verhead f an http(s)-based cnfiguratin]. Cntain all (!) ndes f bth (!) HCPs as back-end servers. Create a virtual netwrk interface fr the pl and assign a static netwrk address t it. Cnfigure the pl s rules t: Be respnsible fr traffic received at prt 443 (https). Depending n the situatin, distribute traffic: Rund rbin, if bth HCPs are cmparable gd accessible (bandwidth, latency); Give all ndes an equal weight and pririty. Priritized, if ne HCP has better netwrk cnnectivity than the ther. In this case, yu want t keep traffic lcal as lng as pssible (that is, as lng as the lcal HCP is alive and in read/write mde). Fr each HCP, give all ndes an equal weight and pririty, but differ in pririty between the tw HCPs. Disable all ndes belnging t a single HCP as sn as sn as this HCP enters read-nly mde. This will make sure that applicatins dn t run int failures while nt having write access. Make sure that client IP addresses are nt made persistent t a specific back-end nde. Check fr accessibility using TCP at prt 443 (typically build-in). Peridically check fr service availability every sme secnds: D an HEAD request t IP address>:443/rest, expecting an http cde f 302 as an indicatin that the service is available. Yu need t add a hst header t the request (hst: namespace.tenant.<hcp_fqdn>), but must nt add an authrizatin header t that request. Yu ll want it t redirect yu t the lgin page (indicated by the 302 cde). If yu want t make sure that the lad balancer is able t fail ver the entire traffic t the partner HCP in case an HCP enters read-nly mde, yu need t adpt an apprach like this: 10

11 Create a separate Namespace (ex.: lb.it.<hcp_fqdn>) with minimal capacity (a few 10GB will d). DPL1, having the prtcl in questin enabled, alng with versining, set t ne day. (This will allw the lad balancer t write that file again and again while nt ver cnsuming strage in HCP.) Create a lcal user with read/write access rights t that Namespace. D a PUT request t IP address>:443/rest/lbtest.txt, sending a minimal file (a few bytes), expecting an http cde f 201 as an indicatin that the service is available. Yu need t add a hst header t the request (hst: lb.it.<hcp_fqdn>) and an authrizatin header t that request. Read the Using a Namespace manual n hw t create thse headers. Yu ll als have t add a rule t the lad balancer s pl that recgnizes that a failver is needed in case the ndes enter read-nly mde. DNS Cnfiguratin This cnfiguratin fllws the same apprach as that described in Lad Balancing fr Single (standalne) HCP. Lad Balancer Availability A single lad balancer in the data path t either HCP r HCP Anywhere is a single pint f failure. T prevent an instance in which HCP r HCP Anywhere becme unavailable by a defective lad balancer, the lad balancers are typically deplyed as clustered pairs. Cnfiguratin depends n vendr and mdel, but always leads t bth f them sharing the pls virtual IP address. Anther deplyment methd is t use a glbal traffic manager t distribute traffic acrss all lad balancers (lcal traffic managers) in charge fr a pl. In this case, the GTM will mnitr the availability f the LTMs and rutes traffic by answering DNS queries accrdingly. 11

12 Appendix A: zenladbalancer zenladbalancer 3 is an pen-surce lad balancer, available as Cmmunity and Enterprise Editin. The Cmmunity Editin can be dwnladed as an ISO image, which is easily installable n a virtual machine running n any hypervisr. Please see dwnlad and dcumentatin sectin n the zenladbalancers website. While cnfiguratin f zenladbalancer is mainly dne thrugh the prvided webgui, sme tasks can becme very annying due t the need t enter the same infrmatin repeatedly. Knwing abut the internal structure, it is pssible t cpy already existing cnfiguratins and adpt them t different needs. All cnfiguratin files are lcated in the /usr/lcal/zenladbalancer/cnfig flder: glbal.cnf the base cnfiguratin file. <farm_name>_pen.cfg cnfiguratin fr TCP-based farms. <farm_name>_pund.cfg cnfiguratin fr HTTP(S)-based farms. <farm_name>_err???.html custm errr messages per farm. if_eth?:?_cnf netwrk interface cnfiguratin files. zlb-start, zlb-stp custm scripts that will be run after zenladbalancer has started / befre it ges dwn Lg files can be fund in /usr/lcal/zenladbalancer/lgs

13 Crprate Headquarters 2845 Lafayette Street Santa Clara, CA USA cmmunity.hds.cm Reginal Cntact Infrmatin Americas: r inf@hds.cm Eurpe, Middle East and Africa: +44 (0) r inf.emea@hds.cm Asia Pacific: r hds.marketing.apac@hds.cm HITACHI is a trademark r registered trademark f Hitachi, Ltd Micrsft is a trademark r registered trademark f Micrsft Crpratin. All ther trademarks, service marks, and cmpany names are prperties f their respective wners. WP-538-A HDS August 2015

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

Best Practice - Pentaho BA for High Availability

Best Practice - Pentaho BA for High Availability Best Practice - Pentah BA fr High Availability This page intentinally left blank. Cntents Overview... 1 Pentah Server High Availability Intrductin... 2 Prerequisites... 3 Pint Each Server t Same Database

More information

How To Install An Orin Failver Engine On A Network With A Network Card (Orin) On A 2Gigbook (Orion) On An Ipad (Orina) Orin (Ornet) Ornet (Orn

How To Install An Orin Failver Engine On A Network With A Network Card (Orin) On A 2Gigbook (Orion) On An Ipad (Orina) Orin (Ornet) Ornet (Orn SlarWinds Technical Reference Preparing an Orin Failver Engine Installatin Intrductin t the Orin Failver Engine... 1 General... 1 Netwrk Architecture Optins and... 3 Server Architecture Optins and... 4

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

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

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

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

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

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

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

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

Corente Cloud Services Exchange (CSX) Corente Cloud Services Gateway Site Survey Form

Corente Cloud Services Exchange (CSX) Corente Cloud Services Gateway Site Survey Form Crente Clud Services Exchange (CSX) Crente Clud Services Gateway Site Survey Frm Use this site survey frm t prvide yur Crente CSX administratr r service prvider with the necessary infrmatin t register

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

Integrating With incontact dbprovider & Screen Pops

Integrating With incontact dbprovider & Screen Pops Integrating With incntact dbprvider & Screen Pps incntact has tw primary pints f integratin. The first pint is between the incntact IVR (script) platfrm and the custmer s crprate database. The secnd pint

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

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

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

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

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

Introduction to Mindjet MindManager Server

Introduction to Mindjet MindManager Server Intrductin t Mindjet MindManager Server Mindjet Crpratin Tll Free: 877-Mindjet 1160 Battery Street East San Francisc CA 94111 USA Phne: 415-229-4200 Fax: 415-229-4201 mindjet.cm 2013 Mindjet. All Rights

More information

Cloud Services Frequently Asked Questions FAQ

Cloud Services Frequently Asked Questions FAQ Clud Services Frequently Asked Questins FAQ Revisin 1.0 6/05/2015 List f Questins Intrductin What is the Caradigm Intelligence Platfrm (CIP) clud? What experience des Caradigm have hsting prducts like

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

System Business Continuity Classification

System Business Continuity Classification Business Cntinuity Prcedures Business Impact Analysis (BIA) System Recvery Prcedures (SRP) System Business Cntinuity Classificatin Cre Infrastructure Criticality Levels Critical High Medium Lw Required

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

An Oracle White Paper January 2014. Oracle WebLogic Server on Oracle Database Appliance

An Oracle White Paper January 2014. Oracle WebLogic Server on Oracle Database Appliance An Oracle White Paper January 2014 Oracle WebLgic Server n Oracle Database Appliance Intrductin This white paper describes the architecture and highlights the value prpsitin f Oracle WebLgic Server n Oracle

More information

SANsymphony-V Storage Virtualization Software Installation and Getting Started Guide. February 5, 2015 www.datacore.com

SANsymphony-V Storage Virtualization Software Installation and Getting Started Guide. February 5, 2015 www.datacore.com SANsymphny-V Strage Virtualizatin Sftware Installatin and Getting Started Guide February 5, 2015 www.datacre.cm This dcument is the prperty f DataCre Sftware. It is intended slely as an aid fr installing

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

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

DVS Enterprise Test Results for Microsoft Lync 2013 and Citrix XenDesktop 7. Dell Client Cloud Computing Engineering Revision: 1.

DVS Enterprise Test Results for Microsoft Lync 2013 and Citrix XenDesktop 7. Dell Client Cloud Computing Engineering Revision: 1. DVS Enterprise Test Results fr Micrsft Lync 2013 and Citrix XenDesktp 7 Dell Client Clud Cmputing Engineering Revisin: 1.0 11/6/13 THIS DOCUMENT IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

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

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

IT Help Desk Service Level Expectations Revised: 01/09/2012

IT Help Desk Service Level Expectations Revised: 01/09/2012 IT Help Desk Service Level Expectatins Revised: 01/09/2012 Overview The IT Help Desk team cnsists f six (6) full time emplyees and fifteen (15) part time student emplyees. This team prvides supprt fr 25,000+

More information

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform

This guide is intended for administrators, who want to install, configure, and manage SAP Lumira, server for BI Platform Hw T install SAP Lumira, server n SAP BusinessObjects BI platfrm Distributed Install Applies t: SAP Lumira, server versin fr the SAP BusinessObjects BI platfrm Summary This guide is intended fr administratrs,

More information

Restricted Document. Pulsant Technical Specification

Restricted Document. Pulsant Technical Specification Pulsant Technical Specificatin Title Pulsant Dedicated Server Department Prduct Develpment Cntributrs RR Classificatin Restricted Versin 1.0 Overview Pulsant ffer a Dedicated Server service t underpin

More information

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY.

Table of Contents. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS SUMMARY. Table f Cntents Tp Pricing and Licensing Questins... 2 Why shuld custmers be excited abut Micrsft SQL Server 2012?... 2 What are the mst significant changes t the pricing and licensing fr SQL Server?...

More information

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition

State of Wisconsin DET Dedicated Virtual Host Services Offering Definition State f Wiscnsin DET Dedicated Virtual Hst Services Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 10/29/2010 1.0 Phil Staley Initial draft 11/3/2010 1.1 Phil Staley Ryan McKee Secnd

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

Service Request Form

Service Request Form New Prfessinal Services Order Frm Editable PDF Service Request Frm If yu have any questins while filling ut this frm, please cntact yur CDM, email Prfessinal Services at PS@swipeclck.cm, r call 888-223-3250

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

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

SaaS Listing CA Cloud Service Management

SaaS Listing CA Cloud Service Management SaaS Listing CA Clud Service Management 1. Intrductin This dcument prvides standards and features that apply t the CA Clud Service Management (CSM) SaaS ffering prvided t the Custmer and defines the parameters

More information

SMART Active Directory Migrator 9.0.2. Requirements

SMART Active Directory Migrator 9.0.2. Requirements SMART Active Directry Migratr 9.0.2 January 2016 Table f Cntents... 3 SMART Active Directry Migratr Basic Installatin... 3 Wrkstatin and Member Server System... 5 Netwrking... 5 SSL Certificate... 6 Service

More information

System Business Continuity Classification

System Business Continuity Classification System Business Cntinuity Classificatin Business Cntinuity Prcedures Infrmatin System Cntingency Plan (ISCP) Business Impact Analysis (BIA) System Recvery Prcedures (SRP) Cre Infrastructure Criticality

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

Administration of SQL Server

Administration of SQL Server Administratin f SQL Server High Availability RNDr. David Hksza, Ph.D. http://siret.cz/hksza Outline High availability in SQL Server 2008 failver clustering lg shipping mirrring High availability in SQL

More information

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

Health Care Solution

Health Care Solution Management Summary & Technical Overview Versin 1 5405 Altn Parkway, 5-A #359 Irvine, CA 92604 (949) 733-8526 Cpyright The prgrams and cncepts mentined herein are prprietary t, and are nt t be reprduced,

More information

Caching Software Performance Test: Microsoft SQL Server Acceleration with FlashSoft Software 3.8 for Windows Server

Caching Software Performance Test: Microsoft SQL Server Acceleration with FlashSoft Software 3.8 for Windows Server The linked image cannt be displayed. The file may have been mved, renamed, r deleted. Verify that the link pints t the crrect file and lcatin. Technical Brief Caching Sftware Perfrmance Test: Micrsft SQL

More information

CNS-205 Citrix NetScaler 10.5 Essentials and Networking

CNS-205 Citrix NetScaler 10.5 Essentials and Networking CNS-205 Citrix NetScaler 10.5 Essentials and Netwrking Descriptin: The bjective f the Citrix NetScaler 10.5 Essentials and Netwrking curse is t prvide the fundatinal cncepts and advanced skills necessary

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

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

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

Server 2008 R2 - Generic - Case

Server 2008 R2 - Generic - Case Server 2008 R2 - Generic - Case Day 1 Task 1 Install the fllwing machines: DC01 Server2008 R2 Standard Editin WEB01 Server 2008 R2 Standard Editin WEB02 Server 2003 File01 Server 2008 R2 Standard Editin

More information

Microsoft Certified Database Administrator (MCDBA)

Microsoft Certified Database Administrator (MCDBA) Micrsft Certified Database Administratr (MCDBA) 460 hurs Curse Overview/Descriptin The MCDBA prgram and credential is designed fr individuals wh want t demnstrate that they have the necessary skills t

More information

MITEL MC FOR ANDROID FEATURE OVERVIEW PREPARATION INSTALLATION DOWNLOAD CONFIGURATION (REDIRECT) QUICK REFERENCE GUIDE

MITEL MC FOR ANDROID FEATURE OVERVIEW PREPARATION INSTALLATION DOWNLOAD CONFIGURATION (REDIRECT) QUICK REFERENCE GUIDE QUICK REFERENCE GUIDE MITEL MC FOR ANDROID IN FEATURE OVERVIEW Yur Mitel Mbile Client ( client in the fllwing) makes a variety f cmmunicatin services available that are nrmally ffered by several phnes

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

2. When logging is used, which severity level indicates that a device is unusable?

2. When logging is used, which severity level indicates that a device is unusable? Last updated by Admin at March 3, 2015. 1. What are the mst cmmn syslg messages? thse that ccur when a packet matches a parameter cnditin in an access cntrl list link up and link dwn messages utput messages

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

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

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

Service Desk Self Service Overview

Service Desk Self Service Overview Tday s Date: 08/28/2008 Effective Date: 09/01/2008 Systems Invlved: Audience: Tpics in this Jb Aid: Backgrund: Service Desk Service Desk Self Service Overview All Service Desk Self Service Overview Service

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

Configuring and Monitoring AS400 Servers. eg Enterprise v5.6

Configuring and Monitoring AS400 Servers. eg Enterprise v5.6 Cnfiguring and Mnitring AS400 Servers eg Enterprise v5.6 Restricted Rights Legend The infrmatin cntained in this dcument is cnfidential and subject t change withut ntice. N part f this dcument may be reprduced

More information

In addition to assisting with the disaster planning process, it is hoped this document will also::

In addition to assisting with the disaster planning process, it is hoped this document will also:: First Step f a Disaster Recver Analysis: Knwing What Yu Have and Hw t Get t it Ntes abut using this dcument: This free tl is ffered as a guide and starting pint. It is des nt cver all pssible business

More information

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents Level 1 Technical RealPresence Web Suite and Web Suite Pr Cntents 1 - Glssary... 2 2 Features... 3 RealPresence Platfrm integratin... 3 RealPresence Web Suite Sftware... 3 Sftware Keys... 3 3 - Web Client

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

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

Using PayPal Website Payments Pro with ProductCart

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

More information

Implementing SQL Manage Quick Guide

Implementing SQL Manage Quick Guide Implementing SQL Manage Quick Guide The purpse f this dcument is t guide yu thrugh the quick prcess f implementing SQL Manage n SQL Server databases. SQL Manage is a ttal management slutin fr Micrsft SQL

More information

Jumpstart Your Hybrid Cloud Environment. Philipp Behre

Jumpstart Your Hybrid Cloud Environment. Philipp Behre Berlin Jumpstart Yur Hybrid Clud Envirnment Philipp Behre Objectives Define hybrid infrastructure integratin Shwcase examples f hybrid implementatin patterns Discuss cmmn hybrid infrastructure wrklads

More information

Best Practices for Optimizing Performance and Availability in Virtual Infrastructures

Best Practices for Optimizing Performance and Availability in Virtual Infrastructures Best Practices fr Optimizing Perfrmance and Availability in Virtual Infrastructures www.nimsft.cm Best Practices fr Optimizing Perfrmance and Availability in Virtual Infrastructures PAGE 2 Table f Cntents

More information

High Availability Services with SAS Grid Manager

High Availability Services with SAS Grid Manager White Paper High Availability Services with SAS Grid Manager August 29, 2011 Table f Cntents Intrductin... 4 Scpe... 4 Terms... 4 Service Resurce Redundancy... 5 Active-Passive Redundancy... 5 Active-Active

More information

State of Wisconsin. File Server Service Service Offering Definition

State of Wisconsin. File Server Service Service Offering Definition State f Wiscnsin File Server Service Service Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 2/16/2008 1.0 JD Urfer First pass 2/16/2008 2.0 Tm Runge Editing changes 2/19/2009 2.1 Tm

More information

SolarWinds Orion Failover Engine Quick Start Guide

SolarWinds Orion Failover Engine Quick Start Guide SlarWinds Orin Failver Engine Quick Start Guide ORION FAILOVER ENGINE Cpyright 1995-2014 SlarWinds, Inc., all rights reserved wrldwide. N part f this dcument may be reprduced by any means nr mdified, decmpiled,

More information

MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING

MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING JULY, 2014 The infrmatin cnveyed in this dcument is cnfidential and prprietary t Mitel and is intended slely fr Mitel emplyees

More information

User Guide Version 3.9

User Guide Version 3.9 User Guide Versin 3.9 Page 2 f 22 Summary Cntents 1 INTRODUCTION... 3 1.1 2 CREATE A NEW ACCOUNT... 4 2.1 2.2 3 NAVIGATION... 3 CREATE AN EMAIL ACCOUNT... 4 CREATE AN ALIAS ACCOUNT... 6 MODIFYING AN EXISTING

More information

WinFlex Web Single Sign-On (EbixLife XML Format) Version: 1.5

WinFlex Web Single Sign-On (EbixLife XML Format) Version: 1.5 WinFlex Web Single Sign-On (EbixLife XML Frmat) Versin: 1.5 The gal f this dcument is t specify and explre the basic peratins that are required t facilitate a vendr applicatin requesting access t the WinFlex

More information

AppStore: Search for Mitel MC in the Apple AppStore and install it. The Mitel MC software is free of charge.

AppStore: Search for Mitel MC in the Apple AppStore and install it. The Mitel MC software is free of charge. QUICK REFERENCE GUIDE MITEL MC FOR IPHONE IN FEATURE OVERVIEW Yur Mitel Mbile Client ( client in the fllwing) makes a variety f cmmunicatin services available that are nrmally ffered by several phnes (mbile

More information

Mobilizing Healthcare Staff with Cloud Services

Mobilizing Healthcare Staff with Cloud Services Mbilizing Healthcare Staff with Clud Services Published May 2012 Mbile Technlgies are changing hw healthcare staff delivers care. With new pwerful integrated slutins available fr the healthcare staff,

More information

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010

SPECIFICATION. Hospital Report Manager Connectivity Requirements. Electronic Medical Records DRAFT. OntarioMD Inc. Date: September 30, 2010 OntariMD Inc. Electrnic Medical Recrds SPECIFICATION Hspital Reprt Manager Cnnectivity Requirements DRAFT Date: September 30, 2010 Versin: 1.0 2007-2010 OntariMD Inc. All rights reserved HRM EMR Cnnectivity

More information

CareLink Connectivity Options Introduction and Comparison Updated June 2013

CareLink Connectivity Options Introduction and Comparison Updated June 2013 CareLink Cnnectivity Optins Intrductin and Cmparisn Updated June 2013 There are fur cnnectivity ptins available fr CareLink, each f which has certain advantages and disadvantages. It is imprtant t think

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

Citrix XenServer from HP Getting Started Guide

Citrix XenServer from HP Getting Started Guide Citrix XenServer frm HP Getting Started Guide Overview This guide utlines the basic setup, installatin, and cnfiguratin steps required t begin using yur Citrix XenServer frm HP. A first time wizard-based

More information

Interworks Cloud Platform Citrix CPSM Integration Specification

Interworks Cloud Platform Citrix CPSM Integration Specification Citrix CPSM Integratin Specificatin Cntents 1. Intrductin... 2 2. Activatin f the Integratin Layer... 3 3. Getting the Services Definitin... 4 3.1 Creating a Prduct Type per Lcatin... 5 3.2 Create Instance

More information

Systems Support - Extended

Systems Support - Extended 1 General Overview This is a Service Level Agreement ( SLA ) between and the Enterprise Windws Services t dcument: The technlgy services the Enterprise Windws Services prvides t the custmer. The targets

More information

Prioritization and Management of VoIP & RTP s

Prioritization and Management of VoIP & RTP s Priritizatin f VIP Priritizatin and Management f VIP & RTP s Priritizatin and Management f VIP & RTP s 1 2006 SkyPilt Netwrks, Inc. Intrductin This dcument will utline the prcess by which the SkyPilt netwrk

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

SMART Active Directory Migrator 9.2

SMART Active Directory Migrator 9.2 SMART Active Directry Migratr 9.2 Installatin Guide MAY 2016 Table f Cntents Sectin 1. Intrductin... 3 1.1 Abut SMART Active Directry Migratr... 3 1.2 Audience fr SMART Active Directry Migratr... 4 1.3

More information

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public

Intel Hybrid Cloud Management Portal Update FAQ. Audience: Public Intel Hybrid Clud Management Prtal Update FAQ Audience: Public Purpse: Prepare fr the launch f the Intel Hybrid Clud Platfrm multi-user/multi-tier update Versin: Final FAQs What s new in the Intel Hybrid

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

AML Internet Manor Court, Manor Farm House, London Road, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email:

AML Internet Manor Court, Manor Farm House, London Road, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email: AML Internet Manr Curt, Manr Farm Huse, Lndn Rad, Derby, Derbyshire, DE72 2GR. Tel: 01332 650 009 Fax: 01332 650 850 Email: Backup@AmlInternet.c.uk Cntents Page Situatin Analysis 3 AML Internet - The Slutin

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

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

Cloud Services MDM. Windows 8 User Guide

Cloud Services MDM. Windows 8 User Guide Clud Services MDM Windws 8 User Guide 10/24/2014 CONTENTS Overview... 2 Supprted Devices... 2 System Capabilities... 2 Enrllment and Activatin... 3 Prcess Overview... 3 Verify Prerequisites... 3 Dwnlad

More information

Welcome to Remote Access Services (RAS)

Welcome to Remote Access Services (RAS) Welcme t Remte Access Services (RAS) Our gal is t prvide yu with seamless access t the TD netwrk, including the TD intranet site, yur applicatins and files, and ther imprtant wrk resurces -- whether yu

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

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

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

Mobile Deployment Guide For Apple ios

Mobile Deployment Guide For Apple ios Fr Apple ios Cpyright This dcument is prtected by the United States cpyright laws, and is prprietary t Zscaler Inc. Cpying, reprducing, integrating, translating, mdifying, enhancing, recrding by any infrmatin

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