White Paper. Performance Monitoring Unit Sharing Guide. Peggy Irelan and Shihjong Kuo

Size: px
Start display at page:

Download "White Paper. Performance Monitoring Unit Sharing Guide. Peggy Irelan and Shihjong Kuo"

Transcription

1 White Paper Perfrmance Mnitring Unit Sharing Guide Peggy Irelan and Shihjng Ku

2 Table f Cntents 1. Abut this dcument Prgrammer s Reference Manual Vlume 3B and these Guidelines Sharing guidelines Appendix MSR Definitin(s)... 9 Acknwledgements This material has been reviewed and updated in crdinatin with ecsystem OEMs, OSVs, VMVs, ISVs and Tl prviders. Thanks t all the technical cntributrs and facilitatrs fr supprting the breath f the reviews. A special thanks t VMware* fr raising attentin t this issue and the impact t the ecsystem, and fr prviding the mtivatin t start the develpment f these guidelines. * Other names and brands may be claimed as the prperty f thers

3 Terms Term Definitin PerfMn PMU MSR PEBS CPL and Ring Level In-use Agent First-use Agent ISR PMI VMX SMM Shrt fr Perfrmance Mnitring. The term used fr the current cllective mnitring hardware resurces e.g. cunter/cntrls etc supprted n Intel platfrms. The Perfrmance Mnitring Unit f prcessrs supprting Intel 64 and IA-32 architectures. Generally, it cnsists f cllectins f MSRs. The cllectin f MSRs include cunter registers, event prgramming MSRs, glbal event cntrl MSRs. PMUs f lder prcessrs are mdel-specific; PMU interfaces in mre recent prcessrs are evlving twards higher degrees f architectural stability. Mdel Specific Register. PMU cunter and cunter cntrl registers are implemented as MSR registers. They are accessed via the RDMSR and WRMSR instructin. Certain cunter registers can be accessed via the RDPMC instructin. As defined in Vlume 2B f the Prgrammer s Reference Manual. RDPMC is available t sftware at any privilege level; RDMSR and WRMSR are available nly t sftware running at ring 0. Precise Event Based Sampling. A special cunting mde in which cunters can be cnfigured t verflw, interrupt the prcessr, and capture machine state at that pint. Intel prcessrs perate in privilege levels zer thrugh three. Typically perating system cde executes in privilege level 0. User (r privilege levels 1, 2, r 3) refers t less privileged states f executin. User cde typically executes at privilege level 3. Defines a sftware cnventin between sftware agent s interactins with PMU hardware with respect t the subscriptin f PMU hardware. A set f PMU hardware (a cunter cntrl register, assciated cunter MSR, r feature) is in-use if cnditins described in the guidelines sectin f this dcument are met. Shrt fr PMU agent. A PMU agent is a privileged sftware prcess that reads and writes t PMU hardware. Specifically, it culd be any ne f the fllwing: Firmware (BIOS), OS, hsted VMM, Perfrmance Mnitring tls, ISR, r any ther ring 0 sftware. A PMU agent that discvers a set f PMU hardware was nt in-use and prgrams that piece f PMU hardware t in-use state. Interrupt Service Rutine. Perfrmance Mnitring Interrupt. This interrupt is generated when a cunter verflws and has been prgrammed t generate an interrupt, r when the PEBS interrupt threshld has been reached. The interrupt vectr fr this interrupt is cntrlled thrugh the Lcal Vectr Table in the Lcal APIC. Virtual Machine extensins. Hardware extensins prvided t enable x86 hardware virtualizatin. System Management Mde.

4 Abut this dcument Until fairly recently, the perfrmance mnitring unit (PMU) f Intel prcessrs emplyed mdel-specific prgramming interfaces and required unique treatment by perfrmancemnitring users r sftware agents. In rder t facilitate simpler develpment and maintenance f perfrmance mnitring tls, Intel has begun the transitin t create an architecturally-defined apprach fr sftware agents t interacting with the PMU. This apprach is knwn as "architectural Perfrmance Mnitring (PerfMn)," as ppsed t the traditinal "mdel-specific Perfrmance Mnitring (PerfMn)." The purpse f architectural PerfMn is t prvide a functinally and lgically cnsistent set f capabilities with a cnsistent hardware interface that develpers can rely n nw and in the future. Perfrmance Mnitring (PerfMn) is a limited system resurce. While prgramming cntrl f PMU hardware is available n a first cme first serve basis, there is currently n hardware mechanism available t reserve a piece f PMU resurce. A sftware agent can intentinally r unintentinally verwrite previusly prgrammed PMU settings. This situatin can be imprved with sftware updates and PMU sharing guidelines between users r agents. This paper prvides a set f guidelines between multiple sftware agents sharing the PMU hardware n Intel prcessrs. These cnventins are nt attempting t address PerfMn virtualizatin but hw independent sftware cmpnents (e.g., BIOS and OS; e.g., hsted Virtual Machine Mnitr (VMM) and hsting OS) can crdinate use f PerfMn. In the case f PerfMn virtualizatin (HV and guest), the sftware is nt fully independent, and a HyperVisr/VMM can use different appraches, as lng as it uses these cnventins glbally relative t ther independent sftware (e.g., BIOS). All PerfMn resurce definitins are dcumented in Vlume 3B f the Intel 64 and IA-32 Architectures Sftware Develper's Manual. Usage and access, beynd Ring 0 prgramming, is nt restricted. These guidelines are fr sftware agents including Firmware (BIOS), VMM, OS and Tls that prgram and utilize r plan t utilize PerfMn resurces. These guidelines are nt setting requirement fr PerfMn virtualizatin under VMX. All cnventins are recmmendatins. There is n new hardware r hardware enfrcement being defined by this paper.

5 Prgrammer s Reference Manual Vlume 3B and these Guidelines PerfMn supprt and usage expectatins utlined Prgrammer s Reference Manual Vlume 3B must still be fllwed: Facility enumeratin: The versin identifier is retrieved by querying CPUID.0AH:EAX[bits 7:0]. If the versin identifier is greater than zer, architectural perfrmance mnitring capability is supprted. Sftware queries the CPUID.0AH fr the versin identifier first; it then analyzes the value returned in CPUID.0AH.EAX, CPUID.0AH.EBX t determine the facilities available. Bits 8 thrugh 15 f CPUID.0AH.EAX indicate the number f perfrmance mnitring cunters available n the lgical prcessr (each IA32_PERFEVTSELx MSR is paired t the crrespnding IA32_PMCx MSR). Bits 0 thrugh 5 f CPUID.0AH.EDX indicate the number f fixed-functin perfrmance cunters available per thread. Events nly supprted by enumeratin: A prcessr that supprts architectural perfrmance mnitring may nt supprt all the predefined architectural perfrmance events (Table 18-6). CPUID.0AH:EAX[31:24] indicates events nt available. N sftware precisin prgramming decisins r functinality: Prgramming decisins r sftware decisins fr functinality shuld nt be based n the event values r dependent n the existence f perfrmance mnitring events. Knwn starting state: Sftware requires a knwn starting state. After CPU reset, all cunters and cntrl registers are disabled and clear/reset t 0. The nly exceptin t this is the IA32_PERF_GLOBAL_CTRL cntrl MSR, all prgrammable cunter glbal enable bits are reset t 1. General PerfMn prgramming guidelines: Disable PerfMn cunter(s), using IA32_PERF_GLOBAL_CTRL r IA32_PERFEVTSELx.ENABLE, befre prgramming (writing) the cunter (IA32_PMCx) MSRs. Utilize kernel preemptin disabling facilities prvided befre reading the in-use indicatin and prgramming the cunter(s) t reduce race cnditins. T facilitate sharing agents must mve t read-mdify-write t access MSRs.

6 An in-use resurce is indicated by the fllwing: Prgrammable cunter is in-use if the Event select field in IA32_PERFEVNTSELx is nn-zer. A fixed cunter is in-use if its Enable field in IA32_FIXED_CTR_CTRL is nnzer. PMI r APIC Perfrmance Mnitring Interrupt Vectr is in-use if: The INT/PMI bit, bit 20, in any IA32_PERFEVNTSELx is nn-zer. r The INT/PMI bit, the 4 th bit in the crrespnding fixed cunter cntrl field in IA32_FIXED_CTR_CTRL, is nn-zer. E.g. If the platfrm supprts 3 fixed cunters. The PMI in-use check is IA32_FIXED_CTR_CTRL bits 3, 7 r 11 are nn-zer the PMI vectr is in-use. Mdel specific feature r event MSRs are in-use if the prgramming/enable MSR is nn-zer. Fr example n Intel Cre i7 prcessr : PEBS is in-use if (0x3F1) MS_PEBS_ENABLE[3:0]!= 0. Lad Latency feature is in-use if (0x3F1) MS_PEBS_ENABLE[35:32]!= 0. Extended filter MSRs fr the fllwing: Offcre Traffic events are in-use if (0x1A6/0x1A7) MS_OFFCORE_REQ0/1!= 0. LBR filter is enabled/ in-use if (0x1C8) MS_LBR_FILTER_SELECT!= 0. Nte: Mdel specific PerfMn events/features and the crrespnding MSRs are subject t change.

7 Sharing Guidelines Agents must prvide a sftware calling and launch cnfiguratin facility t relinquish r release the use f PerfMn resurces. Agents must be able t be cnfigured and functin withut PerfMn resurces. Discntinue r relinquish use f the cunter by zering the cunter cntrl register (IA32_PERFEVNTSELx) r cntrl field and the crrespnding cunter. Agents must discntinue r relinquish PerfMn resurce n exit r unlad. Nte: Tls agents that fllw these cnventins and utilize cunter resurces are at risk f being killed by the user such that the tl is nt able t cleanly release the cunter resurces. Tls shuld maintain a resurce usage histry and clean exit infrmatin file s that if they are launched again they can reclaim the previusly used resurces. If the Tl is nt able t cleanly exit, and des nt implement a kill-reclaim capability, these resurces will remain in-use until rebt. Tls shuld dcument the impact t the platfrm when the user kills the applicatin and des nt rebt the system. Agents shuld prgram the cunter at the first pprtunity. An agent that discvers a cunter is in-use, at first pprtunity r later, will assume the cunter has been claimed by anther agent and will nt change its prgramming r disable it. This includes the VMM. The VMM shuld ensure any cunter in-use by firmware is nt disabled. If an agent has prgrammed cunters at its first pprtunity, that agent reserves the right t "reclaim" these cunters if the cunter, at any pint, is reprgrammed by anther agent. Agents shuld cnsume a minimal set f resurces. If at all pssible, use a fixed functin cunter. If a prgrammable cunter is required, use the least capable cunter. Fr example, n Intel Cre prcessrs and Intel Cre Du prcessrs Precise Event Based Sample (PEBS) is nly available n cunter 0. If at all pssible, agents shuld avid using cunter 0 t allw PEBS t be utilized by anther agent. If at all pssible, cnfigure the fixed cunter(s) t be an always running (mntnically increasing) cunter(s) and nt reprgram. Prgram the cunters t cunt all ring levels and nt generate a PMI (perfrmance mnitring interrupt). This enables agents t check the crrespnding 4-bit cunter cntrl fr free running cnfiguratins fr pssible read-nly sharing.

8 Fr example, Fixed Cunter 0 is free running if IA32_FIXED_CTR_CTRL[3:0] = 3, Fixed Cunter 1 is free running if IA32_FIXED_CTR_CTRL[7:4] = 3, Fixed Cunter 2 is free running if IA32_FIXED_CTR_CTRL[11:8] = 3. Using Perfrmance Mnitring Interrupts (PMI): If the agents require sampling r enabling PMI, the agent must: Pll fr an available resurce including PMI vectr and check fr ther user(s). If ther agents are using cunters, d nt use the Freeze PerfMn n PMI feature in IA32_DEBUGCTL MSR. Setting this bit will disable all cunters upn interrupt, pssibly negatively impacting ther users. Sftware must utilize the sftware freeze, read-mdify-write t IA32_PERF_GLOBAL_CTRL MSR, in the interrupt service rutine and nly disable cunters under their prgramming cntrl. Agents are free t utilize the SMM Freeze feature in IA32_DEBUGCTL MSR. Firmware must nt disable this feature while in SMM.

9 Appendix MSR Definitin(s) MSR definitins belw fr Intel Cre i7 prcessr. Glbal Cntrl and Status MSR

10 IA32_PERFEVNTSELx MSR IA32_FIXED_CTR_CTRL MSR

11 IA32_PERF_CAPABILITIES MSR MS_PEBS_ENABLE MSR (Intel Cre i7 prcessr

12 IA32_DEBUGCTL MSR

13 Abut the Authrs Peggy Irelan is a Principal Engineer within the Sftware & Services Grup at Intel. She wrks n prcessr bservatin/mnitring hardware architecture and usage mdels. She has a particular interest in advancing smart sftware enabled thrugh hardware feedback, mnitring/sensing. In her spare time, Peggy likes t try new adventures, the latest f which is scuba diving this year reaching PADI Rescue Diver certificatin while explring Beqa, Fiji and Mrea, Tahiti. She can be reached at peggy.j.irelan@intel.cm Shihjng Ku is a technical lead in Server Platfrm Grup. He wrks n CPU feature dcumentatin and instructin set enabling. He can be reached at shihjng.ku@intel.cm. INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER, AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. UNLESS OTHERWISE AGREED IN WRITING BY INTEL, THE INTEL PRODUCTS ARE NOT DESIGNED NOR INTENDED FOR ANY APPLICATION IN WHICH THE FAILURE OF THE INTEL PRODUCT COULD CREATE A SITUATION WHERE PERSONAL INJURY OR DEATH MAY OCCUR. Intel may make changes t specificatins and prduct descriptins at any time, withut ntice. Designers must nt rely n the absence r characteristics f any features r instructins marked "reserved" r "undefined." Intel reserves these fr future definitin and shall have n respnsibility whatsever fr cnflicts r incmpatibilities arising frm future changes t them. The infrmatin here is subject t change withut ntice. D nt finalize a design with this infrmatin. The prducts described in this dcument may cntain design defects r errrs knwn as errata which may cause the prduct t deviate frm published specificatins. Current characterized errata are available n request. Cntact yur lcal Intel sales ffice r yur distributr t btain the latest specificatins and befre placing yur prduct rder. Cpies f dcuments which have an rder number and are referenced in this dcument, r ther Intel literature, may be btained by calling , r by visiting Intel's Web Site.

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

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

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

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

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

MITEL INTEROP CERTIFICATION OVERVIEW FOR MSA DEVELOPER PARTNERS AND SIP SERVICE PROVIDERS

MITEL INTEROP CERTIFICATION OVERVIEW FOR MSA DEVELOPER PARTNERS AND SIP SERVICE PROVIDERS MITEL INTEROP CERTIFICATION OVERVIEW FOR MSA DEVELOPER PARTNERS AND SIP SERVICE PROVIDERS UPDATED FEBRUARY 27, 2014 MITEL INTEROPERABILITY CERTIFICATION OVERVIEW FOR MSA DEVELOPER PARTNERS AND SIP SERVICE

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

Guidelines on Data Management in Horizon 2020

Guidelines on Data Management in Horizon 2020 Guidelines n Data Management in Hrizn 2020 Versin 1.0 11 December 2013 Guidelines n Data Management in Hrizn 2020 Versin 16 December 2013 Intrductin In Hrizn 2020 a limited pilt actin n pen access t research

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

Electronic and Information Resources Accessibility Compliance Plan

Electronic and Information Resources Accessibility Compliance Plan Electrnic and Infrmatin Resurces Accessibility Cmpliance Plan Intrductin The University f Nrth Texas at Dallas (UNTD) is cmmitted t prviding a wrk envirnment that affrds equal access and pprtunity t therwise

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

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

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

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

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are:

COE: Hybrid Course Request for Proposals. The goals of the College of Education Hybrid Course Funding Program are: COE: Hybrid Curse Request fr Prpsals The gals f the Cllege f Educatin Hybrid Curse Funding Prgram are: T supprt the develpment f effective, high-quality instructin that meets the needs and expectatins

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

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

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

CSC IT practix Recommendations

CSC IT practix Recommendations CSC IT practix Recmmendatins CSC Healthcare 28th January 2014 Versin 3 www.csc.cm/glbalhealthcare Cntents 1 Imprtant infrmatin 3 2 IT Specificatins 4 2.1 Wrkstatins... 4 2.2 Minimum Server with 1-5 wrkstatins

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

How To Upgrade A Crptocard To A 6.4 Migratin Tl (Cpl) For A 6Th Generation Of A Crntl (Cypercoder) On A Crperd (Cptl) 6.

How To Upgrade A Crptocard To A 6.4 Migratin Tl (Cpl) For A 6Th Generation Of A Crntl (Cypercoder) On A Crperd (Cptl) 6. BlackShield ID Upgrade and Migratin Guide Fr CRYPTO-Server 6.4 Users Cpyright 2010 CRYPTOCard Inc. website: http://www.cryptcard.cm Trademarks CRYPTOCard and the CRYPTOCard lg are registered trademarks

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

Accessible Service Policy

Accessible Service Policy Accessible Service Plicy Date Created Revisin Oct. 16, 2012 1 Gal This plicy is intended t meet the requirements f the Accessibility Standards fr Custmer Service, Ontari Regulatin 429/07 under the Accessibility

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

More information

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments

UC4 AUTOMATED VIRTUALIZATION Intelligent Service Automation for Physical and Virtual Environments Fr mre infrmatin abut UC4 prducts please visit www.uc4.cm. UC4 AUTOMATED VIRTUALIZATION Intelligent Service Autmatin fr Physical and Virtual Envirnments Intrductin This whitepaper describes hw the UC4

More information

Request for Proposal. Saskatchewan Arts Board. Database Development. RFP Reference Number S AB-ADMIN001. Release Date Februar y 9, 2016

Request for Proposal. Saskatchewan Arts Board. Database Development. RFP Reference Number S AB-ADMIN001. Release Date Februar y 9, 2016 Request fr Prpsal Saskatchewan Arts Bard Database Develpment RFP Reference Number S AB-ADMIN001 Release Date Februar y 9, 2016 Clsing Date March 1, 2016 Clsing Time 2:00 pm, Lcal Sask. Time Page 2 f 7

More information

IMT Standards. Standard number A000014. GoA IMT Standards. Effective Date: 2010-09-30 Scheduled Review: 2011-03-30 Last Reviewed: Type: Technical

IMT Standards. Standard number A000014. GoA IMT Standards. Effective Date: 2010-09-30 Scheduled Review: 2011-03-30 Last Reviewed: Type: Technical IMT Standards IMT Standards Oversight Cmmittee Gvernment f Alberta Effective Date: 2010-09-30 Scheduled Review: 2011-03-30 Last Reviewed: Type: Technical Standard number A000014 Electrnic Signature Metadata

More information

April 3, 2014. Release Notes

April 3, 2014. Release Notes April 3, 2014 Release Ntes Cntacting Lestream Lestream Crpratin 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.lestream.cm Telephne: +1 781 890 2019 Fax: +1 781 688 9338 T submit an enhancement

More information

Loss Share Data Specifications Change Management Plan

Loss Share Data Specifications Change Management Plan Lss Share Data Specificatins Change Management Plan Last Updated: 2/27/2013 Table f Cntents I. Purpse... 3 II. Change Management Apprach... 3 III. Categries f Revisins... 4 IV. Help and Supprt... 6 Lss

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

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

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

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES REFERENCES AND RELATED POLICIES A. UC PPSM 2 -Definitin f Terms B. UC PPSM 12 -Nndiscriminatin in Emplyment C. UC PPSM 14 -Affirmative

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

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

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

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

CorasWorks v11 Essentials Distance Learning

CorasWorks v11 Essentials Distance Learning CrasWrks v11 Essentials Curse Outline CrasWrks distance learning training is designed t help students leverage the CrasWrks platfrm t either build cllabrative applicatins r extend and enhance existing

More information

The actions discussed below in this Appendix assume that the firm has already taken three foundation steps:

The actions discussed below in this Appendix assume that the firm has already taken three foundation steps: MAKING YOUR MARK 6.1 Gd Practice This sectin presents an example f gd practice fr firms executing plans t enter the resurces sectr supply chain fr the first time, r fr thse firms already in the supply

More information

Aladdin HASP SRM Key Problem Resolution

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

More information

Dec. 2012. Transportation Management System. An Alternative Traffic Solution for the Logistics Professionals

Dec. 2012. Transportation Management System. An Alternative Traffic Solution for the Logistics Professionals Dec. 2012 Transprtatin Management System An Alternative Traffic Slutin fr the Lgistics Prfessinals What is a TMS-Lite system? What are the features and capabilities f a TMS-Lite system? Why chse a TMS-Lite

More information

ATL: Atlas Transformation Language. ATL Installation Guide

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

More information

Process Automation With VMware

Process Automation With VMware Prcess Autmatin With VMware Intelligent Service Autmatin fr Real and Virtual Envirnments Intrductin This Whitepaper describes hw the UC4 platfrm integrates with the VMware vsphere Server and the VMware

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

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

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

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

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

Software and Hardware Change Management Policy for CDes Computer Labs

Software and Hardware Change Management Policy for CDes Computer Labs Sftware and Hardware Change Management Plicy fr CDes Cmputer Labs Overview The cmputer labs in the Cllege f Design are clsely integrated with the academic needs f faculty and students. Cmputer lab resurces

More information

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1 Optimal Payments Extensin Supprting Dcumentatin fr the Extensin Package 20140225 v1.1 Revisin Histry v1.1 Updated Demac Media branding v1.0 Initial Dcument fr Distributin supprt@ptimalpayments.cm Page

More information

State of Wisconsin DET Agency Managed Virtual Services Service Offering Definition

State of Wisconsin DET Agency Managed Virtual Services Service Offering Definition State f Wiscnsin DET Agency Managed Virtual Services Service Offering Definitin Dcument Revisin Histry Date Versin Creatr Ntes 6/03/08 1.0 James Sylla Initial draft 9/21/11 1.7 Amy Dustin Annual review

More information

ITIL Release Control & Validation (RCV) Certification Program - 5 Days

ITIL Release Control & Validation (RCV) Certification Program - 5 Days ITIL Release Cntrl & Validatin (RCV) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

More information

Cyber Security: Simulation Platform

Cyber Security: Simulation Platform Service Overview The Symantec Cyber Security: Simulatin Platfrm is a Web hsted Service with immersive and hands-n access t cyber exercises fr ffensive (red team) events, inspired by real-life security

More information

Guidance on Documentation Requirements for Medicare Recovery Audits

Guidance on Documentation Requirements for Medicare Recovery Audits Guidance n Dcumentatin Requirements fr Medicare Recvery Audits Instructins fr Ordering Physicians Medicare requires that rdering physicians chart ntes in the patient s medical recrds t reflect the need

More information

Performance Test Modeling with ANALYTICS

Performance Test Modeling with ANALYTICS Perfrmance Test Mdeling with ANALYTICS Jeevakarthik Kandhasamy Perfrmance test Lead Cnsultant Capgemini Financial Services USA jeevakarthik@gmail.cm Abstract Websites and web/mbile applicatins have becme

More information

Version: Modified By: Date: Approved By: Date: 1.0 Michael Hawkins October 29, 2013 Dan Bowden November 2013

Version: Modified By: Date: Approved By: Date: 1.0 Michael Hawkins October 29, 2013 Dan Bowden November 2013 Versin: Mdified By: Date: Apprved By: Date: 1.0 Michael Hawkins Octber 29, 2013 Dan Bwden Nvember 2013 Rule 4-004J Payment Card Industry (PCI) Patch Management (prpsed) 01.1 Purpse The purpse f the Patch

More information

How To Set Up Call Hme On A Brcade Data Center Powerbook

How To Set Up Call Hme On A Brcade Data Center Powerbook TECH NOTE: BROCADE DCFM CALL HOME CAPABILITY The Call Hme event ntificatin capability allws a user t cnfigure a Brcade Data Center Fabric Manager (DCFM ) Enterprise Server t autmatically send an e-mail

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

State of Wisconsin Division of Enterprise Technology (DET) Distributed Database Hosting Service Offering Definition (SOD)

State of Wisconsin Division of Enterprise Technology (DET) Distributed Database Hosting Service Offering Definition (SOD) State f Wiscnsin Divisin f Enterprise Technlgy (DET) Distributed Database Hsting Service Offering Definitin (SOD) Distributed Database Hsting SOD Page 1 12/9/2010 Dcument Revisin Histry (Majr Pst Publishing

More information

Customer Support & Software Enhancements Policy

Customer Support & Software Enhancements Policy Custmer Supprt & Sftware Enhancements Plicy Welcme t Manhattan Assciates Custmer Supprt Organizatin (CSO). Staying current n Custmer Supprt & Sftware Enhancements and n a supprted versin f the licensed

More information

CERTIFICATION CRITERIA

CERTIFICATION CRITERIA 2014 Editin Test Prcedure fr 170.314(a)(1) Cmputerized prvider rder entry Apprved Test Prcedure Versin 1.3, December 19, 2014 Test Prcedure fr 170.314(a)(1) Cmputerized prvider rder entry This dcument

More information

Johnston Public Schools Special Education Procedural Manual. IEP Overview

Johnston Public Schools Special Education Procedural Manual. IEP Overview Jhnstn Public Schls Special Educatin Prcedural Manual IEP Overview Definitin The Individualized Educatin Prgram (IEP) is a written plan fr the apprpriate educatin f students with disabilities. It is a

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

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

LeadStreet Broker Guide

LeadStreet Broker Guide RE/MAX f Western Canada LeadStreet Brker Guide Ver. 2.0 Revisin Histry Name Date Versin Descriptin Tamika Anglin 09/04/13 1.0 Initial Creatin Tamika Anglin 11/05/13 2.0 Inclusin f instructins n reprting

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

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later.

1) Update the AccuBuild Program to the latest version Version 9.3.0.3 or later. Certified Payrll XML Exprt As f June 4 th, 2015, The Califrnia Department f Industrial Relatins (DIR) is requiring that all certified payrll reprts be submitted nline using the ecpr system. The ecpr System

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

Uninstalling and Reinstalling on a Server Computer. Medical Director / PracSoft

Uninstalling and Reinstalling on a Server Computer. Medical Director / PracSoft Uninstalling and Reinstalling n a Server Cmputer Medical Directr / PracSft This guide describes the prcess fr uninstalling and then reinstalling Medical Directr, PracSft, and/r SQL Instances n a cmputer

More information

Help Desk Level Competencies

Help Desk Level Competencies Help Desk Level Cmpetencies Level 1 Take user calls and manage truble tickets Ability t staff and manage the rganizatins helpdesk and effectively respnd t rutine custmer calls Ability t use prper grammar

More information

Instant Chime for IBM Sametime Quick Start Guide

Instant Chime for IBM Sametime Quick Start Guide Instant Chime fr IBM Sametime Quick Start Guide Fall 2014 Cpyright 2014 Instant Technlgies. All rights reserved. Cpyright and Disclaimer This dcument, as well as the sftware described in it, is furnished

More information

Call Detail Record Download Service

Call Detail Record Download Service BradClud PBX Analg Phne Features QRG Dcument Versin 0.1 Call Detail Recrd Dwnlad Service Nte: This dcument addresses analg phne functinality nly fr devices that are attached directly t a BradClud PBX managed

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

IT Account and Access Procedure

IT Account and Access Procedure IT Accunt and Access Prcedure Revisin Histry Versin Date Editr Nature f Change 1.0 3/23/06 Kelly Matt Initial Release Table f Cntents 1.0 Overview... 1 2.0 Purpse... 1 3.0 Scpe... 1 4.0 Passwrds... 1 4.1

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

Application Note: 202

Application Note: 202 Applicatin Nte: 202 MDK-ARM Cmpiler Optimizatins Getting the Best Optimized Cde fr yur Embedded Applicatin Abstract This dcument examines the ARM Cmpilatin Tls, as used inside the Keil MDK-ARM (Micrcntrller

More information

.Net Strong Authentication API

.Net Strong Authentication API .Net Strng Authenticatin API fr Pwerful Authenticatin Management fr Service Prviders and Enterprises Authenticatin Service Delivery Made EASY Micrsft Windws Lgn with BlackShield Cpyright Cpyright 2011.

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

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

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

Support Services. v1.19 / 2015-07-02

Support Services. v1.19 / 2015-07-02 Supprt Services v1.19 / 2015-07-02 Intrductin - Table f Cntents 1 Intrductin... 3 2 Definitins... 4 3 Supprt Prgram Feature Overview... 5 4 SLA fr the Supprt Services... 6 4.1 Standard Supprt... 6 4.2

More information

ICD-10 Handbook APPLICATION MANUAL

ICD-10 Handbook APPLICATION MANUAL APPLICATION MANUAL Table f Cntents Definitin...3 Billing...3 Transactin Cdes...3 Diagnsis Cdes...3 PQRS Measures (frmerly PQRI Measures)...5 Parameters...5 System Wide Defaults...5 System...5 Patient Definitin...6

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

Intelligent Monitoring Configuration Tool

Intelligent Monitoring Configuration Tool Intelligent Mnitring Cnfiguratin Tl Release Ntes Sftware Versin 1.0 and abve EZPlugger 2004 Sny Crpratin COPYRIGHT NOTICE 2004 Sny Crpratin. All rights reserved. This manual may nt be reprduced, translated

More information

MANITOBA SECURITIES COMMISSION STRATEGIC PLAN 2013-2016

MANITOBA SECURITIES COMMISSION STRATEGIC PLAN 2013-2016 MANITOBA SECURITIES COMMISSION STRATEGIC PLAN 2013-2016 The Manitba Securities Cmmissin (the Cmmissin) is a divisin f the Manitba Financial Services Agency (MFSA). The ther divisin is the Financial Institutins

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

Pharmaserv GR 7.1.0 Release Notes. Product Name: Pharmaserv Release Version: GR 7.1.0

Pharmaserv GR 7.1.0 Release Notes. Product Name: Pharmaserv Release Version: GR 7.1.0 Prduct Name: Pharmaserv Release Versin: GR 7.1.0 0202114 Cpyright 2014 McKessn Crpratin and/r ne f its subsidiaries. All Rights Reserved. This dcumentatin is an unpublished wrk f McKessn Crpratin and/r

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

Meeting Minutes for January 17, 2013

Meeting Minutes for January 17, 2013 There are tw purpses t these bi-mnthly calls: Meeting Minutes fr January 17, 2013 1. Prvide updates that may affect wrkflw user studies 2. Prvide a frum fr MIP Studies Users t ask questins and raise cncerns

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

Cecilia Morton. Prometheus Overview

Cecilia Morton. Prometheus Overview Cecilia Mrtn Prmetheus Overview Abut us Funded in 1998 We specialise in prviding cmplete, easy-t-use sftware packages that cvers SAP gaps and imprves the verall usability f SAP Plant Maintenance. All ur

More information

Customer no.: enter customer no. Contract no.: enter contract no.

Customer no.: enter customer no. Contract no.: enter contract no. Annex Versin: 2.0 Specificatin f services E-mail and telephne supprt by and between (client) and secunet Security Netwrks AG Krnprinzenstrasse 30 45128 Essen Germany (secunet r cntractr) Custmer n.: enter

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

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

Juniper Networks Product End-of-Life

Juniper Networks Product End-of-Life Juniper Netwrks Prduct End-f-Life Plicy & Prcedure ( EOL Plicy ) Frm time t time, Juniper Netwrks may find it necessary t discntinue prducts and services fr a number f reasns, including technlgy innvatins

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

Innovate faster with a cloud-enabled enterprise. Dirk Basenach, SAP SE, HANA Cloud Platform November 2 nd, 2015

Innovate faster with a cloud-enabled enterprise. Dirk Basenach, SAP SE, HANA Cloud Platform November 2 nd, 2015 Innvate faster with a clud-enabled enterprise Dirk Basenach, SAP SE, HANA Clud Platfrm Nvember 2 nd, 2015 Innvate r die Mre than 60% f CEOs expect 15-50% f their earnings grwth in the next 5 years t cme

More information

Online Learning Portal best practices guide

Online Learning Portal best practices guide Online Learning Prtal Best Practices Guide best practices guide This dcument prvides Micrsft Sftware Assurance Benefit Administratrs with best practices fr implementing e-learning thrugh the Micrsft Online

More information

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

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

More information

CHANGE MANAGEMENT STANDARD

CHANGE MANAGEMENT STANDARD The electrnic versin is current, r when printed and stamped with the green cntrlled dcument stamp. All ther cpies are uncntrlled. DOCUMENT INFORMATION Descriptin Dcument Owner This standard utlines the

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