Microsoft SQL Server Configuration Guide for HP IO Accelerators

Size: px
Start display at page:

Download "Microsoft SQL Server Configuration Guide for HP IO Accelerators"

Transcription

1 Micrsft SQL Server Cnfiguratin Guide fr HP IO Acceleratrs Part Number December 2010 (First Editin)

2 Cpyright 2010 Hewlett-Packard Develpment Cmpany, L.P. The infrmatin cntained herein is subject t change withut ntice. The nly warranties fr HP prducts and services are set frth in the express warranty statements accmpanying such prducts and services. Nthing herein shuld be cnstrued as cnstituting an additinal warranty. HP shall nt be liable fr technical r editrial errrs r missins cntained herein. Cnfidential cmputer sftware. Valid license frm HP required fr pssessin, use r cpying. Cnsistent with FAR and , Cmmercial Cmputer Sftware, Cmputer Sftware Dcumentatin, and Technical Data fr Cmmercial Items are licensed t the U.S. Gvernment under vendr s standard cmmercial license. Micrsft, Windws, and Windws Server are U.S. registered trademarks f Micrsft Crpratin. Intended audience This dcument is fr the persn wh installs, administers, and trubleshts servers and strage systems. HP assumes yu are qualified in the servicing f cmputer equipment and trained in recgnizing hazards in prducts with hazardus energy levels.

3 Cntents Installing and preparing the IO Acceleratr fr Micrsft Windws SQL Server... 4 Initial setup... 4 Installing Micrsft SQL Server... 4 Additinal perfrmance tips... 4 RAID ptins... 5 RAID RAID RAID RAID High availability cnsideratins... 6 Database mirrring... 6 Multi-site clustering... 6 Backup cnsideratins... 8 General recmmendatins... 8 Testing IO Acceleratr-pwered SQL perfrmance... 9 Methdlgy... 9 Wrklad examples... 9 Architectural scenaris Scenari 1: The entire database fits n the IO Acceleratrs Scenari 2: The database is t big t fit n the IO Acceleratrs tempdb cnsideratins Index cnsideratins Frequently accessed tables Large tables Lg files Partitin tables Acrnyms and abbreviatins Cntents 3

4 Installing and preparing the IO Acceleratr fr Micrsft Windws SQL Server Initial setup After the IO Acceleratr is installed, fllw these steps t prepare it fr use with Micrsft SQL Server: 1. Start the HP IO Acceleratr Management Tl. 2. In the Device Tree, select the IO Acceleratr. 3. Click Frmat Lw-level. 4. In the dialg bx, select Advertised Capacity, and select a 4K blck size. 5. Select Disk Management in Windws. 6. If yu are using a RAID cnfiguratin n multiple IO Acceleratrs, cnvert the drives t Dynamic. 7. Frmat the drive fr a filesystem, setting the File Allcatin Unit Size t 64K. Installing Micrsft SQL Server NOTE: When yu install Micrsft SQL Server, install the executables, usually fund in the Prgram Files flder, t yur lcal drive rather than t the IO Acceleratr drive. Install the fllwing system databases n the IO Acceleratr: Master Tempdb MSDB Mdel If heavy paging ccurs, install the page files n the IO Acceleratr, which prvides a significant increase in perfrmance (when DRAM is available). Fr mre infrmatin, see the latest Windws user guide. Additinal perfrmance tips Have as many user database data files as there are prcessr cres in the server. This rati enables multiple threads t perate at the same time and significantly imprves the IO Acceleratr perfrmance. Keep all the data files the same size. Allw the database t use nly ne lg file. Installing and preparing the IO Acceleratr fr Micrsft Windws SQL Server 4

5 RAID ptins RAID 0 RAID 0 ffers the full capacity f the IO Acceleratr withut any disk-level redundancy. NOTE: Windws Sftware RAID cnfiguratins with IO Acceleratrs have nt demnstrated perfrmance deteriratin. Due t the high perfrmance ptential f the IO Acceleratrs, physical RAID cntrllers are discuraged since they might becme a perfrmance bttleneck. RAID 1 RAID 5 RAID 10 RAID 1 ffers half the raw capacity with disk-level redundancy. HP des nt recmmend cnfiguring IO Acceleratrs in RAID 5 because f the parity calculatins required t manage the RAID 5 array. Yu can use Symantec Strage Fundatin t cnfigure RAID 10 with IO Acceleratrs. Yu must have a minimum f fur IO Acceleratrs. Fr mre details, request the Symantec Strage Fundatin Cnfiguratin Guide frm yur HP representative. RAID ptins 5

6 High availability cnsideratins Database mirrring NOTE: Database mirrring requires Windws SQL Server 2005 r T mirrr the servers n the same lcal netwrk, HP recmmends synchrnus mirrring fr best data lss prtectin. If the servers are n different netwrks, HP recmmends asynchrnus mirrring t reduce the perfrmance impact n the primary server. NOTE: The perfrmance impact n the primary server is nt due t any IO Acceleratr inadequacy. In a synchrnus mirrring, every transactin must be cmmitted first n the mirrr server befre it is cmmitted n the primary server. This requirement can add high latency if the primary and the mirrr servers are separated by a nn-dedicated public Internet. Database mirrring ccurs at the database level s yu can chse which databases t mirrr. System databases cannt be mirrred, s yu must create scripts using SSIS t autmate the syncing f these databases. With SQL Server 2008, the transactin lg stream is autmatically cmpressed befre being sent t the mirrr server. Database mirrring als autmatically fixes any crrupted pages withut user interventin. Yu can use a witness server t keep a heartbeat and create an autmatic failver scenari. Yu can even use SQL Server Express (free versin) t act as the witness server. If an envirnment cnsists entirely f a.net cdebase, then add the fllwing cmmand t the cnnectin string t make the failver cmpletely autmatic: Failver Partner=myMirrrServerAddress; When the failver ccurs, the clients (Web servers, applicatin servers, and s n) autmatically re-pint t the mirrr server. If an envirnment cnsists f different Web servers, applicatin servers, and s n, that cannt take advantage f the cnnectin string feature, a script can be used t push alternate versins f hst files and re-map the IP address t name mapping. This script makes the mirrr server the primary server in the event f a failver. The enterprise editin f SQL Server 2005/2008 enables yu t create a read-nly snapsht n the mirrr server t be used as a standalne reprting server in additin t being a failver server. This creates an efficient SQL Server infrastructure. Multi-site clustering With Windws 2008, Micrsft ffers multi-site clustering that des nt require shared strage. As lng as the perating system is Windws 2008, the SQL Server versin can be 2005 r This feature prvides an autmatic and seamless failver framewrk. Clients talk t a virtual IP address. When ne nde ges dwn, anther ne starts. High availability cnsideratins 6

7 Third-party sftware is required t keep the data in sync between the different cluster ndes. HP recmmends the fllwing: DataKeeper by Steel Eye ( Clustering Fr Mere Mrtals, Step-by-Step: Cnfiguring a 2-nde multi-site cluster n Windws Server 2008 R2 Part 1 ( -part-1/) Duble Take Availability ( Neverfail ( The different cluster ndes can be in the same r separate lcatins. High availability cnsideratins 7

8 Backup cnsideratins General recmmendatins Backing up large SQL Server databases ften takes a lng time and ends up affecting the perfrmance f the primary systems. HP recmmends the fllwing fr perfrmance imprvement: If yu are using SQL Server 2008, use the built-in feature t cmpress backups. If yu are using SQL Server 2005, varius third-party tls are available t cmpress backups: LiteSpeed ( SQL Backup ( SQL Safe Backup ( Using cmpressin fr backups has the fllwing advantages, especially when using IO Acceleratrs: Significantly reduces cmpletin time Significantly reduces drive capacity needs Blcks databases fr much smaller perids f time T realize the full perfrmance benefit f the IO Acceleratrs fr backup peratins, lad the databases n IO Acceleratrs and, at the same time, create the backup file n the IO Acceleratrs. This feature accelerates bth read and write peratins. Backup cnsideratins 8

9 Testing IO Acceleratr-pwered SQL perfrmance Methdlgy Generally, benchmarks such as SQLIO and imeter are used t measure the I/O prfile f the strage sub-systems. Hwever, with IO Acceleratrs, these tests ften give false results since the tests were designed fr measuring spinning disk media and d nt cmpletely prvide the perfrmance f the IO Acceleratrs. Wrklad examples HP recmmends that yu use a realistic a lad when testing the IO Acceleratr-pwered SQL Server. Fr example: 1. Restre a cpy f the prductin database nt the test IO Acceleratr server. 2. Create a prfiler trace n the prductin server fr apprximately ne hur. 3. Replay this trace n the test server. Fr the baseline frm prductin and the baseline frm test, perfrm the fllwing steps: 1. Calculate the average duratin fr SQL Statements cmpleted using the SQL Prfiler. 2. Observe the fllwing cunters using PERFMON: Prcessr % Prcessr Time Paging file % Usage [Page file Activity] SQLServer:Databases Data File(s) size (kb) [Database Activity fr tempdb] SQLServer:Databases Lg File(s) size (kb) [Database Activity fr tempdb] Physical Disk Avg. Disk sec/read [Read Latency] Physical Disk Avg. Disk sec/write [Write Latency] Physical Disk Disk Reads/sec [Read IOPS] Physical Disk Disk Writes/sec [Write IOPS] Physical Disk Disk Read Bytes/sec [Read thrughput] Physical Disk Disk Write Bytes/sec [Write thrughput] Physical Disk % Disk Read Time Physical Disk % Disk Write Time Physical Disk % Disk Time Physical Disk % Idle Time Physical Disk Average Disk Read Queue Length Physical Disk Average Disk Write Queue Length Testing IO Acceleratr-pwered SQL perfrmance 9

10 Physical Disk Average Disk queue Length Lgical Disk Avg. Disk sec/read [Read Latency] Lgical Disk Avg. Disk sec/write [Write Latency] Lgical Disk Disk Reads/sec [Read IOPS] Lgical Disk Disk Writes/sec [Write IOPS] Lgical Disk Disk Read Bytes/sec [Read thrughput] Lgical Disk Disk Write Bytes/sec [Write thrughput] Lgical Disk % Disk Read Time Lgical Disk % Disk Write Time Lgical Disk % Disk Time Lgical Disk % Idle Time Lgical Disk Average Disk Read Queue Length Lgical Disk Average Disk Write Queue Length Lgical Disk Average Disk queue Length These data pints prvide infrmatin n hw yur SQL Server is perfrming. If yu cannt restre yur entire database, yu can evaluate perfrmance by creating a sample database and ding the fllwing: Cnduct index maintenance. Cnduct DBCC maintenance. Cnduct full backups. Cnduct full restres. Mnitr the PERFMON cunters previusly stated while these peratins ccur. The cunters prvide a prfile f yur SQL Server perfrmance. Testing IO Acceleratr-pwered SQL perfrmance 10

11 Architectural scenaris Scenari 1: The entire database fits n the IO Acceleratrs 1. Place the data files n ne IO Acceleratr. NOTE: Yu can use ne IO Acceleratr r a RAID 0 set f multiple IO Acceleratrs. 2. Place the tempdb file fr bth data files and lg files, the lg files, and backup files n anther IO Acceleratr. 3. If available, give the tempdb file its wn dedicated IO Acceleratr. Scenari 2: The database is t big t fit n the IO Acceleratrs 1. If the database is t large t fit the entire database n the IO Acceleratrs, then place specific database elements that use the mst I/O resurces n the IO Acceleratrs. 2. Query the sysprcesses system table. If the waitresurce file appears as 2:1:1 (PFS Page) r 2:1:3 (SGAM Page), then yu can successfully mve the tempdb file t the IO Acceleratr. tempdb cnsideratins The fllwing SQL peratins require high perfrmance frm the tempdb file: Repeated create and drp f temprary tables (lcal r glbal). Table variables that use the tempdb file fr strage purpses. Wrk tables assciated with CURSORS. Wrk tables assciated with an ORDER BY clause. Wrk tables assciated with an GROUP BY clause. Wrk files assciated with HASH PLANS. Fr ptimal tempdb file perfrmance, use these guidelines: Dedicate a separate IO Acceleratr t the tempdb file. Create multiple tempdb data files. The number f files must be equal t the CPU cres (nt hyperthreaded). Fr example, tw Quad Cre CPUs must use eight data files, even if the CPUs are hyperthreaded. Yu must have nly ne tempdb lg file. Architectural scenaris 11

12 Determine the maximum size f the tempdb file yu need and then create each tempdb data file t be the same size. Turn ff aut-grw n the tempdb file. Fr mre detailed infrmatin, see the Micrsft website ( Index cnsideratins Indexes help retrieve data frm the tables, s cnsider mving all indexes t a separate file grup and then placing the file grup n an IO Acceleratr. Fr mre infrmatin, see the fllwing article n creating file grups fr indexes ( HP recmmends that yu delete indexes that are nt being used. They cause unnecessary I/O verhead. Fr mre infrmatin, see the fllwing article n detecting which indexes are being used by the database ( Frequently accessed tables Placing frequently accessed tables in individual file grups and then placing the file grups n yur IO Acceleratr can greatly imprve perfrmance. T identify the mst frequently accessed tables: 1. Run a prfile trace. 2. Review the stred prcedures and statements that run mst frequently. Optimize the tables accessed by these stred prcedures and statements. Large tables Lg files Large tables create an I/O bttleneck fr mst activities. Index maintenance and reads n large tables can be time-cnsuming. T relieve stress, mve large tables t a separate file grup and then place the file grup n IO Acceleratrs. Fr a methd f listing all the tables and sizes, see the fllwing article ( ). Lg files cnsume a lt f write perfrmance. Every cmmitted transactin results in date being written t the lg file. IO Acceleratrs imprve sequential write perfrmance cmpared t traditinal media, s putting lg files n IO Acceleratrs imprves the speeds f cmmitting data transactins. Partitin tables Micrsft added partitin tables t SQL Server 2005 and enhanced them in SQL Server This feature enables yu t split the data in ne large table int many small tables based n certain criteria. Fr example, yu can split rder data, based n data ranges. Fr example, yu can devte ne table t Architectural scenaris 12

13 data fr each year. In this scenari, yu can keep the mst recent data n IO Acceleratrs and keep lder data n mre traditinal media. Architectural scenaris 13

14 Acrnyms and abbreviatins CPU central prcessing unit DBCC database cnsle cmmands IOPS input/utput peratins per secnd IP Internet Prtcl SQL structured query language SSIS SQL Server Integratin Services Acrnyms and abbreviatins 14

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

HP ilo Video Player Online Help

HP ilo Video Player Online Help HP ilo Vide Player Online Help Part Number 512182-001 December 2008 (First editin) Cpyright 2008 Hewlett-Packard Develpment Cmpany, L.P. The infrmatin cntained herein is subject t change withut ntice.

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

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

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

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

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

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

HP Email Archiving software for Microsoft Exchange

HP Email Archiving software for Microsoft Exchange HP Email Archiving sftware fr Micrsft Exchange PST Imprt Tls Cmpnents and Deplyment Best Practices Table f Cntents Overview... 2 Prerequisites... 2 Cmpnents... 2 Archive Credentials... 2 PST Lader... 2

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

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

AccessData Corporation AD Lab System Specification Guide v1.1

AccessData Corporation AD Lab System Specification Guide v1.1 AccessData Crpratin AD Lab System Specificatin Guide v1.1 The AD Lab system specificatin guide was created t ensure the apprpriate is in place supprt an enterprise deplyment f AccessData Lab. The AccessData

More information

Recommended Backup Plan for SQL 2000 Server Database Servers

Recommended Backup Plan for SQL 2000 Server Database Servers Recmmended Backup Plan fr SQL 2000 Server Database Servers (DAISI) General Ntes STI recmmends that data backup be perfrmed n a regular basis. Transactin Lg Backup Users shuld nt truncate the Transactin

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

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

Architecting HP Server Solutions

Architecting HP Server Solutions HP ExpertOne exam preparatin guide Architecting HP Server Slutins Exam descriptin This certificatin attests that yu can: gather and analyze business and technical requirements and then plan and design

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

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

HP Point of Sale FAQ Warranty, Care Pack Service & Support. Limited warranty... 2 HP Care Pack Services... 3 Support... 3

HP Point of Sale FAQ Warranty, Care Pack Service & Support. Limited warranty... 2 HP Care Pack Services... 3 Support... 3 HP Pint f Sale FAQ Warranty, Care Pack Service & Supprt Limited warranty... 2 HP Care Pack Services... 3 Supprt... 3 Limited warranty Q: What des a 3/3/3 limited warranty mean? A: HP Retail Pint f Sale

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

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

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

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

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

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

Disk Redundancy (RAID)

Disk Redundancy (RAID) A Primer fr Business Dvana s Primers fr Business series are a set f shrt papers r guides intended fr business decisin makers, wh feel they are being bmbarded with terms and want t understand a cmplex tpic.

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

HP Universal CMDB. Software Version: 10.22. Sizing Guide

HP Universal CMDB. Software Version: 10.22. Sizing Guide HP Universal CMDB Sftware Versin: 10.22 Sizing Guide Dcument Release Date: December 2015 Sftware Release Date: December 2015 Legal Ntices Warranty The nly warranties fr HP prducts and services are set

More information

Backups and Backup Strategies

Backups and Backup Strategies IT Security Office Versin 2.3 02/19/10 Backups and Backup Strategies IT managers need t plan fr backups in terms f time and space required. Hwever, mst mdern backup sftware can cmpress the backup files

More information

Microsoft Exchange 2010 on VMware Design and Sizing Examples

Microsoft Exchange 2010 on VMware Design and Sizing Examples Micrsft Exchange 2010 n VMware Micrsft Exchange 2010 n VMware This prduct is prtected by U.S. and internatinal cpyright and intellectual prperty laws. This prduct is cvered by ne r mre patents listed at

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

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

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

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22

What's New. Sitecore CMS 6.6 & DMS 6.6. A quick guide to the new features in Sitecore 6.6. Sitecore CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New Rev: 2012-10-22 Sitecre CMS 6.6 & DMS 6.6 What's New A quick guide t the new features in Sitecre 6.6 Sitecre is a registered trademark. All ther brand and prduct names

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

expertise hp services valupack consulting description security review service for Linux

expertise hp services valupack consulting description security review service for Linux expertise hp services valupack cnsulting descriptin security review service fr Linux Cpyright services prvided, infrmatin is prtected under cpyright by Hewlett-Packard Cmpany Unpublished Wrk -- ALL RIGHTS

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 v15.1.2.0 Page 1 f 20 Intrductin Serv-U

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

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

Understand Business Continuity

Understand Business Continuity Understand Business Cntinuity Lessn Overview In this lessn, yu will learn abut: Business cntinuity Data redundancy Data availability Disaster recvery Anticipatry Set What methds can be emplyed by a system

More information

MS SQL SERVER. Course Catalog 2012-2013

MS SQL SERVER. Course Catalog 2012-2013 MS SQL SERVER Curse Catalg 2012-2013 Micrs SQL Server 2012 Administratin This class cnsists f hands-n training that fcus n the fundamentals f administering the SQL Server 2012 database engine. Participants

More information

AvePoint High Speed Migration Supplementary Tools

AvePoint High Speed Migration Supplementary Tools AvePint High Speed Migratin Supplementary Tls User Guide Issued April 2016 1 Table f Cntents Intrductin... 3 MD5 Value Generatr Tl... 3 Azure Data Uplad Tl... 3 Dwnlading and Unpacking the Tl... 4 Using

More information

Modus v4.4 Database Information

Modus v4.4 Database Information Mdus v4.4 Database Infrmatin Database Infrmatin Mdus v4.4 Database Infrmatin Latest revisin: September 2007 The cntent f this manual is fr infrmatinal use nly and is subject t change withut ntice. Neither

More information

Monthly All IFS files, all Libraries, security and configuration data

Monthly All IFS files, all Libraries, security and configuration data Server Backup Plicy Intrductin Data is ne f Banks DIH Limited s mst imprtant assets. In rder t prtect this asset frm lss r destructin, it is imperative that it be safely and securely captured, cpied, and

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

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

SQL 2005 Database Management Plans

SQL 2005 Database Management Plans SQL 2005 Database Management Plans Overview STI recmmends that users create database maintenance plans fr Micrsft SQL 2005 t maintain the integrity f the system s database. Database maintenance plans are

More information

HP Connected Backup Online Help. Version 8.7.1 04 October 2012

HP Connected Backup Online Help. Version 8.7.1 04 October 2012 HP Cnnected Backup Online Help Versin 8.7.1 04 Octber 2012 Legal Ntices Warranty The nly warranties fr Hewlett-Packard prducts and services are set frth in the express statements accmpanying such prducts

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

The Relativity Appliance Installation Guide

The Relativity Appliance Installation Guide The Relativity Appliance Installatin Guide February 4, 2016 - Versin 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

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

CXA-300-1I: Advanced Administration for Citrix XenApp 5.0 for Windows Server 2008

CXA-300-1I: Advanced Administration for Citrix XenApp 5.0 for Windows Server 2008 CXA-300-1I: Advanced Administratin fr Citrix XenApp 5.0 fr Windws Server 2008 This curse prvides learners with the skills necessary t mnitr, maintain and trublesht netwrk envirnments running XenApp fr

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

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

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

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

Professional Training Courses

Professional Training Courses Perfrmance Testing HP LadRunner v9.5 & v11 22 Apr 2011 Prfessinal Training Curses Lad & Perfrmance Testing using HP LadRunner v9.5 & v11 QAAgility Technlgies QA Agility thrugh Innvatin and Autmatin QAAgility

More information

Configuring and Monitoring SysLog Servers

Configuring and Monitoring SysLog Servers Cnfiguring and Mnitring SysLg 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

Configuring, Monitoring and Deploying a Private Cloud with System Center 2012 Boot Camp

Configuring, Monitoring and Deploying a Private Cloud with System Center 2012 Boot Camp Cnfiguring, Mnitring and Deplying a Private Clud with System Center 2012 Bt Camp Length: 5 Days Technlgy: Micrsft System Center 2012 Delivery Methd: Instructr-led Hands-n Audience Prfile This curse is

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

StoneFly M-Series DR Backup Appliance

StoneFly M-Series DR Backup Appliance StneFly M-Series DR Backup Appliance StneFly M-Series f DR Backup Appliances is a purpse-built backup system in ne easy t manage appliance. The StneFly M-Series prvides yu with an affrdable and ttal backup

More information

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order StarterPak: Dynamics CRM Opprtunity T NetSuite Sales Order Versin 1.0 7/20/2015 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any frm r by any

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

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

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

Avatier Identity Management Suite

Avatier Identity Management Suite Avatier Identity Management Suite AIMS Versin 9 System Requirements Versin 9 2603 Camin Ramn Suite 110 San Ramn, CA 94583 Phne: 800-609-8610 925-217-5170 FAX: 925-217-0853 Email: supprt@avatier.cm Page

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

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

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

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

SITE APPLICATIONS USER GUIDE:

SITE APPLICATIONS USER GUIDE: SITE APPLICATIONS USER GUIDE: CPCONTROLLER, CCENGINE, SYNC, TPORT, CCTERMINAL Cpyright 2013 Triple E Technlgies. All rights reserved. Site Applicatins User Guide INTRODUCTION The applicatins described

More information

ABELMed Platform Setup Conventions

ABELMed Platform Setup Conventions ABELMed Platfrm Setup Cnventins 1 Intrductin 1.1 Purpse f this dcument The purpse f this dcument is t prvide prspective ABELMed licensees and their hardware vendrs with the infrmatin that they will require

More information

Creating automated reports using VBS AN 44

Creating automated reports using VBS AN 44 Creating autmated reprts using VBS AN 44 Applicatin Nte t the KLIPPEL R&D and QC SYSTEM Publishing measured results is imprtant t custmers and clients. While the KLIPPEL database cntains all infrmatin

More information

DocAve 6 High Availability

DocAve 6 High Availability DcAve 6 High Availability User Guide Service Pack 3, Cumulative Update 2 Revisin D Issued Octber 2013 1 Table f Cntents Abut DcAve High Availability... 4 Cmplementary Prducts... 4 Submitting Dcumentatin

More information

TaskCentre v4.5 SMTP Tool White Paper

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

More information

Access the SQL virtual database Help

Access the SQL virtual database Help Access the SQL virtual database Help While the Release Ntes prvide yu with the mst current infrmatin regarding SQL virtual database, the main Help gives yu the detail yu need t understand SQL virtual database

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

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

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

CORPORATE SOLUTIONS 4.07. RELEASE NOTES

CORPORATE SOLUTIONS 4.07. RELEASE NOTES CORPORATE SOLUTIONS 4.07. RELEASE NOTES CONTENTS 1. Centralized Administratin: AdminSecure... 2 1.1. Cmpatibility with previus versins f AdminSecure... 2 2. Panda fr Desktps (2000/XP/Vista/Win7) and Panda

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

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 5. Revision B Issued February 2015. DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 5 Revisin B Issued February 2015 1 Table f Cntents Abut DcAve ediscvery... 4 Cmplementary Prducts... 4 Submitting Dcumentatin Feedback t AvePint... 5 Befre Yu

More information

Configuring and Monitoring Network Elements

Configuring and Monitoring Network Elements Cnfiguring and Mnitring Netwrk Elements 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

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

BIOS-enabled security features in HP business notebooks

BIOS-enabled security features in HP business notebooks Technical white paper BIOS-enabled security features in HP business ntebks Table f cntents Basics f security prtectin 2 Prtectin against unauthrized access 2 Prebt authenticatin using BIOS 2 Frgtten passwrds

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

Backing Up SAS Content In Your SAS 9 Enterprise Intelligence Platform

Backing Up SAS Content In Your SAS 9 Enterprise Intelligence Platform WHITE PAPER Backing Up SAS Cntent In Yur SAS 9 Enterprise Intelligence Platfrm Cnsideratins fr Creating Backups f Yur SAS Cntent Table f Cntents Intrductin...1 Understanding the SAS Enterprise Intelligence

More information

DocAve 6 ediscovery. User Guide. Service Pack 6. Issued October 2015. DocAve 6: ediscovery

DocAve 6 ediscovery. User Guide. Service Pack 6. Issued October 2015. DocAve 6: ediscovery DcAve 6 ediscvery User Guide Service Pack 6 Issued Octber 2015 1 Table f Cntents What s New in this Guide... 4 Abut DcAve ediscvery... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint...

More information

Release Notes. Dell SonicWALL Email Security 7.4.3 firmware is supported on the following appliances: Dell SonicWALL Email Security 200

Release Notes. Dell SonicWALL Email Security 7.4.3 firmware is supported on the following appliances: Dell SonicWALL Email Security 200 Release Ntes Email Security Dell SnicWALL Email Security 7.4.3 SnicOS Cntents System Cmpatibility... 1 Enhancements in Email Security 7.4.3... 2 Knwn Issues... 3 Upgrading t Email Security 7.4.3... 4 Related

More information

Safe PST Backup Enterprise Edition Administrator Guide

Safe PST Backup Enterprise Edition Administrator Guide Safe PST Backup Enterprise Editin Administratr Guide Versin 2.50 Cntents Intrductin... 3 Installatin... 3 Prduct Activatin... 4 Safe PST Backup Client Activatin... 4 Activatin Thrugh 4Team Online Activatin

More information

DocAve 6: Platform Backup and Restore

DocAve 6: Platform Backup and Restore DcAve 6 Platfrm Backup and Restre User Guide Service Pack 3 Cumulative Update 3 Revisin K Issued December 2013 1 Table f Cntents Abut DcAve Platfrm Backup and Restre... 5 Cmplementary Prducts... 5 Submitting

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

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

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

Migrating to SharePoint 2010 Don t Upgrade Your Mess

Migrating to SharePoint 2010 Don t Upgrade Your Mess Migrating t SharePint 2010 Dn t Upgrade Yur Mess by David Cleman Micrsft SharePint Server MVP April 2011 Phne: (610)-717-0413 Email: inf@metavistech.cm Website: www.metavistech.cm Intrductin May 12 th

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

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

TANDBERG VIKING SERIES NAS APPLIANCE

TANDBERG VIKING SERIES NAS APPLIANCE TANDBERG VIKING SERIES NAS APPLIANCE Strage Server Administratin Manual TANDBERG DATA ASIA 7 Tai Seng Drive #02-00 Singapre 535218 Phne +65 6593 4700 Telefax +65 6281 7358 T andberg Da t a A si a Part

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