NFV ISG PoC Proposal Virtual Function State Migration and Interoperability

Size: px
Start display at page:

Download "NFV ISG PoC Proposal Virtual Function State Migration and Interoperability"

Transcription

1 NFV ISG PC Prpsal Virtual Functin State Migratin and Interperability A.1 NFV ISG PC Prpsal Template A.1.1 PC Team Members PC Prject Name: Virtual Functin State Migratin and Interperability Netwrk Operatrs/ Service Prviders: AT&T British Telecm Manufacturer A: Bradcm Crpratin Manufacturer B: Tiet Crpratin Cntact: Steven Wright Cntact: Dn Clarke Cntact: Paul Runcy Kumaran Siva Cntact: Mieszk Mularczyk A.1.2 PC Prject Gals PC Prject Gal #1: The gal f this Prf-f-cncept (PC) is t demnstrate that a netwrk functin that has been apprpriately develped using mdern pen-surce develpment tls, perating systems, and hypervisrs can be transparently deplyed n tw different hst systems using radically different hardware. In particular, this PC will demnstrate the same applicatin surce cde running n different Instructin Set Architectures (ISA) fr the main prcessr, in this case the x86 architecture and the MIPS-64 architecture. Furthermre, the PC applicatin has been develped in such a way that the state is separate frm the applicatin and can be migrated between server systems running the same cde n different ISAs. Prtability f VNFs is identified in several f the ISG dcuments as an bjective f NFV. GS NFV 001 (NFV: Use Cases) identifies the need fr prtability f VNFs in sectin 9.2 (virtualized IMS use case) and smth migratin f virtual machines between lcatins in sectin 13.5 (virtualizatin f fixed access netwrk functins) GS NFV 002 (NFV: Architectural framewrk) in sectin describes the scpe f NFV t include the ability t guarantee an hardware independent lifecycle, perfrmance and prtability requirements f the VNF; and in Sectin 8.2 describes VNF prtability as a study tpic in the cntext f the virtualizatin layer. GS NFV 004 (NFV: Requirements) in sectin 5.2 ntes that the NFV target is t achieve VNF prtability acrss multiple vendrs, hypervisrs, and hardware. This PC activity investigates VNF migratin acrss Instructin Set Architectures t imprve the prtability f VNFs in the NFV ecsystem. Sftware can be run n different ISA as lng as the underlying perating platfrm (perating system, hypervisr, data-plane API) is aligned. This visin is achieved in the PC using standard ff-the-shelf pen-surce platfrm cmpnents. Fr the PC these included: KVM fr hypervisr, Linux fr the guest perating system, and standard data-plane interface like DPDK r Linar ODP. Currently, running applicatins n different ISA still require recmpilatin fr the specific ISA. In the future, innvatins currently in develpment with pen surce tl chains culd enable ISA independent binary frmats (in particular LLVM byte cde) that will allw binaries t run unchanged.

2 A.1.3 PC Demnstratin Venue fr the demnstratin f the PC: The PC will be demnstrated by Bradcm at Mbile Wrld Cngress 2014, in Barcelna, Spain n February A1.4 Publicatin The abstract f ur PC will be shwn at URL: TBD A.1.5 PC Prject Timeline What is the PC start date? Nvember 1, 2013 (Already underway) (First) Demnstratin target date February 24, 2014 PC Reprt target date July 31, 2014 When is the PC cnsidered cmpleted? July 31, 2014 A.2 NFV PC Technical Details A.2.1 PC Overview The Server Platfrm in this PC will have identical sftware platfrm envirnments running n bth x86 and MIPS-64 including KVM hypervisr and Linux guest OS (same distributin, but cmpiled fr x86 and MIPS-64 respectively). As shwn in Figure 1, the chsen NFV platfrm cmpnents are pen surce and available n bth x86 and MIPS-64. #1 VNF #2 VNF #3 VNF Applicatin Applicatin Applicatin Runs ut f the bx (Java, Pythn) Prtable Re-cmpliable (C, C++) Platfrm Specific (C, C++) KVM Hypervisr OpenFlw Cntrller x86-64 External NIC Device Drivers Accelerated vswitch Platfrm MIPS-64 SC platfrm data plane acceleratin Figure 1 - Server Platfrm Sftware Architecture T enable this PC, the sftware platfrm n bth hardware platfrms need t be aligned including the develpment tls (cmpilers etc.), hypervisr and perating system between the hst systems. T be efficient, Independent Sftware Vendrs need t be able t develp netwrk functins using a cmmn tl chain that will cmpile netwrk functins t different ISAs and deply n a standard envirnment. While nt strictly required, pen-surce and pen standards are a natural chice t supprt

3 Open / Standard APIs crss-isa sftware platfrms. By the fact that the surce cde is made pen, silicn and sftware vendrs have the ability t recmpile the platfrm fr the different hardware platfrms. Fr this PC, the fllw pen-surce cmpnents are utilized and crss cmpiled fr bth x86 and MIPS-64 Instructin Set Architectures: 1. Cmpiler tl chain. Currently, the best chice is the GNU C Cmpiler r GCC. In the future, Lw-Level Virtual Machine cmpiler (r LLVM) will be the available and prvides the benefit f enabling an ISA independent byte-cde. 2. Hypervisr. KVM, Kernel-based Virtual Machine, is an pen-surce prject that leverages heavily frm Linux and is ptimized t hst Linux guest perating systems. XEN is als a pssible alternative as a hypervisr. 3. Operating System. Linux perating system has gradually becme the standard perating system fr netwrking applicatins. Early n, perfrmance f system calls impaired Linux as a mainstream ptin fr netwrking applicatins. But as framewrks, such as DPDK and ODP, enable user-space data-plane applicatins t be created, the Linux perating system has becme a viable platfrm fr netwrking functins. The surce cde fr the vepc VNF will be cmpiled with identical cmpiler tl chains fr bth x86 and MIPS-64. The initial setup will have an IP based vide surce prviding a vide stream t the vepc running n the x86 system. The vide will then flw acrss the vepc back ut t a simulated BTS and finally t a device (User Equipment). Past - Prprietary (High ISA dependency) Assembly Lib Dependency Tday Linux & GCC (Lw ISA dependency) Lib Dependency Future - Linux & LLVM (Very Lw ISA dependency) NFV API Prprietary API Prprietary Cmpiler Binary (ISA ) Prprietary API GCC Cmpiler BE Part Binary (ISA) LLVM FE Cmpiler Binary (LLVM) LLVM BE Cmpiler Binary (ISA) ISA independent binary Specific cmpiler fr each ISA Fully Prprietary Operating System (e.g. Windws) Lib/ API Drivers Linux NFV LIB Drivers Linux Cmmn/ standard API Silicn specific drivers Figure 2 Tl Chain & Operating System Evlutin In the past tl chains and perating systems were very tightly assciated with the hardware platfrm and in particular the instructin set architecture. Tday, the situatin has dramatically imprved where pen-surce cmpilers like GCC are mstly ISA independent. Similarly, pen surce perating systems like Linux are largely free f ISA dependencies except at fr a small (well defined) prtin f the Kernal cde and hardware specific drivers. Lking frward, the develpment tls are evlving twards LLVM, which have a frmal separatin between frnt-end cmpilatin which create a nn-isa specific intermediate frm binary. This intermediate frm ( LLVM byte cde ) can be cmpiled int a hardware specific ISA befre the cde is executed. The Ggle Chrme brwser utilizes LLVM byte cde t enable a multi-platfrm brwser that can run the same LLVM byte cde at near native speeds n multiple architectures. Currently the Ggle implementatin, knwn as Prtable Native Client is available n ARM, x86, and MIPS. A.2.2 PC Scenaris Scenari 1 - VNF state migratin frm x86 blade server t Bradcm XLP MIPS-64 based blade server

4 x86 NFV Blade vepc State vepc Executable Surce cde cmpiled x86 Data Plane API SR-IOV Standard KVM Migrate vepc state XLP964 NFV Blade vepc State vepc Executable Surce cde cmpiled MIPS-64 Data Plane API FMN Standard KVM #1 #2 #3 PCIe - Hst #16 #1 #2 #3 #16 PCIe - Device External NIC Card Integrated Netwrk Interface Trident II+ Tmahawk Simulated BTS User Equipment Internet : Vide Surce Server Switch ver cmmand Figure 3 - VNF Migratin PC Detail 1. Shw vepc with vide traffic flwing thrugh t the simulated BTS running n x86 system. 2. VNF n the x86 will be placed in a standby state, and the state infrmatin will be frzen. 3. VNF state will be mved frm the x86 blade t the XLP MIPS-64 blade. 4. VNF will be restarted n the MIPS-64 blade with the transitined state. 5. Traffic will flw will be reruted t the vepc running n the XLP MIPS-64 A.2.3 Mapping t NFV ISG Wrk Mapping f ur wrk t dcuments f NFV ISG is shwn belw: Use Case Requirement E2E Arch Cmments Scenari 1 UC#1 - This scenari demnstrates IaaS acrss tw different administratin dmains that are ptentially using different hardware. 1) (Optinal) If this PC intends t slve r validate any challenge r nging wrk in NFV ISG wrking grups, cmplete the table belw: INF SWA MAN REL PER Cmments Scenari 1 x This scenari extends the definitin f prtability t encmpass applicatins and envirnments that are ISA independent.

5 A.2.4 PC Success Criteria The success criteria is straight frward fr this PC: VNF shuld successfully migrate frm the x86 blade server t the XLP MIPS-64 based blade server. Bearers that are setup n the x86 shuld be transferred t the XLP MIPS-64 blade server with the delay being the nly impact and will be transparent t the user equipment. This PC des nt attempt t demnstrate perfrmance f either the x86 r MIPS-64 platfrms. Only bearers that have been setup are transitined ver t the XLP platfrm. A.2.5 Expected PC Cntributin List f cntributins twards specific NFV ISG Grups expected t result frm the PC Prject: 1. PC Prject Cntributin #1: VNF Sftware Develpment Best Practices t achieve ISA Independence, t NFV Grup SWA (NFV-SWA001) This cntributin will include recmmendatins fr a fully ISA Independent Open-Surce Server Sftware Architecture including hypervisr, perating system, data-plane interface and clud management pieces. vepc will be shwn as an example f what can be accmplished using ISA independent sftware architecture. 2. PC Prject Cntributin #2: vepc active migratin use case, t NFV Grup INF (NFV-INF008)

ODP Launch Overview. October 2013

ODP Launch Overview. October 2013 ODP Launch Overview Octber 2013 Netwrking Trends Netwrking silicn vendrs have evlved data plane SDKs fr years OEMs have pushed fr a mre cmmn data plane interface fr nearly as lng N crss industry grup has

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

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd.

This report provides Members with an update on of the financial performance of the Corporation s managed IS service contract with Agilisys Ltd. Cmmittee: Date(s): Infrmatin Systems Sub Cmmittee 11 th March 2015 Subject: Agilisys Managed Service Financial Reprt Reprt f: Chamberlain Summary Public Fr Infrmatin This reprt prvides Members with an

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

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

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

Zimbra Professional Services Portfolio, Purchasing Guide & Price List

Zimbra Professional Services Portfolio, Purchasing Guide & Price List In- Tuitin Netwrks Ltd Zimbra Prfessinal Services Prtfli, Purchasing Guide & Price List This dcument prvides an verview f In- Tuitin Netwrks Limited s range f Zimbra Prfessinal Services available n the

More information

WEB APPLICATION SECURITY TESTING

WEB APPLICATION SECURITY TESTING WEB APPLICATION SECURITY TESTING Cpyright 2012 ps_testware 1/7 Intrductin Nwadays every rganizatin faces the threat f attacks n web applicatins. Research shws that mre than half f all data breaches are

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

G-CLOUD FRAMEWORK SERVICE DEFINITION. Solution Architecture for Cloud Service. Copyright: 2014 6point6 Ltd

G-CLOUD FRAMEWORK SERVICE DEFINITION. Solution Architecture for Cloud Service. Copyright: 2014 6point6 Ltd G-CLOUD FRAMEWORK SERVICE DEFINITION Slutin Architecture fr Clud Service Cpyright: 2014 6pint6 Ltd G-Clud Service Definitin Slutin Architecture fr Clud Service 1. SERVICE OVERVIEW 6pint6 is an innvative

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

D11.6 Project Web Site Report

D11.6 Project Web Site Report Grant Agreement Number 216487 Integrated Cgnitive Assistive & Dmtic Cmpanin Rbtic Systems fr Ability & Security Cllabrative Prject ICT-2007.7.1 ICT and ageing published by the CmpaninAble Cnsrtium Versin:

More information

Ref. RFP 2015/104. Invitation to tender. International Retirement Plan. Project Green Climate Fund. 11 May 2015

Ref. RFP 2015/104. Invitation to tender. International Retirement Plan. Project Green Climate Fund. 11 May 2015 Ref. RFP 2015/104 Invitatin t tender Internatinal Retirement Plan Prject Green Climate Fund 11 May 2015 Ref. RFP 2015/104 Table f cntents Sectin Page A. Intrductin... 1 B. Cmpletin f this dcument and timescale...

More information

NFV ISG PoC Proposal A.1 NFV ISG PoC Proposal

NFV ISG PoC Proposal A.1 NFV ISG PoC Proposal NFV ISG PC Prpsal A.1 NFV ISG PC Prpsal A.1.1 PC Team Members PC Prject Name: Multi-vendr Distributed NFV Netwrk Operatrs/ Service Prviders: CenturyLink Manufacturer A: Cntact: Kevin McBride (Prject Lead)

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

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: [email protected] Website: www.metavistech.cm Intrductin May 12 th

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

Policy on Free and Open-source Software. Government Policy of Iceland

Policy on Free and Open-source Software. Government Policy of Iceland Plicy n Free and Open-surce Sftware Gvernment Plicy f Iceland Prime Minister s Office December 2007 Intrductin Free and pen-surce sftware is sftware based n a surce cde which the authrs chse t make public

More information

Integrating With incontact dbprovider & Screen Pops

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

More information

CTF-ENDORSED NF CLINICS: PRINCIPLES OF OPERATION

CTF-ENDORSED NF CLINICS: PRINCIPLES OF OPERATION Pilt Guidelines 2006 CTF-ENDORSED NF CLINICS: PRINCIPLES OF OPERATION Backgrund Children s Tumr Fundatin supprts research directed tward finding treatments fr neurfibrmatsis (NF) as well as effrts fcused

More information

Diagnosis and Troubleshooting

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

More information

Software Quality Assurance Plan

Software Quality Assurance Plan Sftware Quality Assurance Plan fr AnthrpdEST pipeline System Versin 1.0 Submitted in partial fulfillment f the requirements f the degree f Master f Sftware Engineering Prepared by Luis Fernand Carranc

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

A Beginner s Guide to Building Virtual Web Servers

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

More information

The Nirvana Phone. Citrix Copyright

The Nirvana Phone. Citrix Copyright The Nirvana Phne Cncept Specificatin The Nirvana Phne Cncept Specificatin & Draft Reference Architecture Citrix Cpyright Cpyright in the whle and every part f this dcument is jintly wned by Open Kernel

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

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

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

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

More information

CNS-205: Citrix NetScaler 11 Essentials and Networking

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

More information

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

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

Getting started with Android

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

More information

Tips & Tricks. Table of Contents. Browser Update - WebEx Plugin. Updated Global Access Numbers

Tips & Tricks. Table of Contents. Browser Update - WebEx Plugin. Updated Global Access Numbers Tips & Tricks Table f Cntents Brwser Update - WebEx Plugin... 1 Updated Glbal Access Numbers... 1 WebEx Prfile Settings (Time zne, Email )... 2 Hsting a successful WebEx call with Vide... 2 Using the WebEx

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 [email protected] Abstract Websites and web/mbile applicatins have becme

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

THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ

THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ What is the Knwledge Base? - The Knwledge Base (r KB) is a searchable database in which different dcument types f technical dcumentatin are aggregated. These vary

More information

Release Notes for CounterPath Softphone SDK Version 1.5

Release Notes for CounterPath Softphone SDK Version 1.5 CunterPath Crpratin Suite 300, One Bentall Centre 505 Burrard Street, Bx 95 Vancuver, BC V7X 1M3 Canada Telephne: +1.604.320.3344 www.cunterpath.cm Release Ntes fr CunterPath Sftphne SDK Versin 1.5 June

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

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

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

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration

Build the cloud OpenStack Installation & Configuration Integration with existing tools and processes Cloud Migration Slutin Brief OpenStack Services OVERVIEW OnX understands clud adptin challenges f glbal enterprise cmpanies and helps Enterprises adpt OpenStack slutins thrugh targeted services. We ffer vertical industry

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

Document Management Versioning Strategy

Document Management Versioning Strategy 1.0 Backgrund and Overview Dcument Management Versining Strategy Versining is an imprtant cmpnent f cntent creatin and management. Versin management is a key cmpnent f enterprise cntent management. The

More information

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days ITIL Service Offerings & Agreement (SOA) 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

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

JADU UNIVERSE SPECIALIST CLOUD SERVICES: DEVELOPMENT

JADU UNIVERSE SPECIALIST CLOUD SERVICES: DEVELOPMENT JADU UNIVERSE SPECIALIST CLOUD SERVICES: DEVELOPMENT Sftware develpment fr gvernment digital services, web applicatins and payment transactins, by Jadu Jadu Limited Universe Huse 1 Merus Curt Leicester

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

Professional Leaders/Specialists

Professional Leaders/Specialists Psitin Prfile Psitin Lcatin Reprting t Jb family Band BI/Infrmatin Manager Wellingtn Prfessinal Leaders/Specialists Band I Date February 2013 1. POSITION PURPOSE The purpse f this psitin is t: Lead and

More information

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

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

More information

IT CHANGE MANAGEMENT POLICY

IT CHANGE MANAGEMENT POLICY IT CHANGE MANAGEMENT POLICY Effective Date May 19, 2016 Crss-Reference 1. IT Operatins and Maintenance Plicy 2. IT Security Incident Management Plicy Respnsibility Apprver Review Schedule 1. Plicy Statement

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

Integrate Marketing Automation, Lead Management and CRM

Integrate Marketing Automation, Lead Management and CRM Clsing the Lp: Integrate Marketing Autmatin, Lead Management and CRM Circular thinking fr marketers 1 (866) 372-9431 www.clickpintsftware.cm Clsing the Lp: Integrate Marketing Autmatin, Lead Management

More information

Pexip Infinity and Cisco UCM Deployment Guide

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

More information

Learn More Cloud Extender Requirements Cheat Sheet

Learn More Cloud Extender Requirements Cheat Sheet MaaS360.cm > Learn Mre Learn Mre Clud Extender Requirements Cheat Sheet OVERVIEW This dcument defines all requirements t ensure a successfully installatin f the Clud Extender t enable use f ActiveSync

More information

Connecting to Email: Live@edu

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

More information

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

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

BRISTOL CITY COUNCIL ROLE AND EMPLOYEE PROFILE: Architect (Practitioner Level) Specific Role Data Architect

BRISTOL CITY COUNCIL ROLE AND EMPLOYEE PROFILE: Architect (Practitioner Level) Specific Role Data Architect BRISTOL CITY COUNCIL ROLE AND EMPLOYEE PROFILE: Architect (Practitiner Level) Specific Rle Data Architect Grade Directrate Managed by BG13 (TBC) Business Change Senir Infrmatin Systems & Technlgy Architect

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

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

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

OR 2) Implement and customize an off the shelf product that would suit the requirements

OR 2) Implement and customize an off the shelf product that would suit the requirements CRM Custmer Relatinship Management Request fr Prpsal (RFP) Created by : Gayathri Jaganathan Rle : Prject Manager Prpsal Date: 10/02/06 Organizatin: AIM Alliance Inspectin Management Cmpany Lcatin : 28235

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

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

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

More information

OnX is uniquely positioned to help your organization rapidly gain the necessary skills to enable the successful deployment of SDN.

OnX is uniquely positioned to help your organization rapidly gain the necessary skills to enable the successful deployment of SDN. Slutin Brief SDN Training OVERVIEW SDN is mving faster than previus netwrking advancements. Sme teams have already deplyed and are mnitring their envirnments, while thers are just starting t ask abut SDN

More information

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

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

More information

Real life experience implementing monitoring & services management Andreas Tsangaris, CTO, PERFORMANCE

Real life experience implementing monitoring & services management Andreas Tsangaris, CTO, PERFORMANCE Real life experience implementing mnitring & services management Andreas Tsangaris, CTO, PERFORMANCE The reality f tday s IT envirnment N central view int what s really ging n in IT Experts have their

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

Nuance Healthcare Services Project Delivery Methodology

Nuance Healthcare Services Project Delivery Methodology NUANCE PROFESSIONAL SERVICES Nuance Healthcare Services 2008 Nuance Cmmunicatins, Inc. All rights reserved. Nuance Healthcare Services 1 INTRODUCTION This dcument describes the prject management methdlgy

More information

WITS Implementation Toolkit. For All Substance Use Disorder Network Service Providers

WITS Implementation Toolkit. For All Substance Use Disorder Network Service Providers WITS Implementatin Tlkit Fr All Substance Use Disrder Netwrk Service Prviders February 20, 2013 WITS Implementatin Tlkit 1 Overview Beginning July 1, 2013, all SUD netwrk prviders will be required t utilize

More information

CS 360 Software Development Spring 2008 Tuesdays and Thursdays 3:30 p.m. 4:45 p.m.

CS 360 Software Development Spring 2008 Tuesdays and Thursdays 3:30 p.m. 4:45 p.m. CS 360 Sftware Develpment Spring 2008 Tuesdays and Thursdays 3:30 p.m. 4:45 p.m. Instructr: Ingrid Russell Office: Dana 343 email: [email protected] http://uhaweb.hartfrd.edu/irussell Curse Descriptin:

More information

Cross Agency Priority Goal Quarterly Progress Update

Cross Agency Priority Goal Quarterly Progress Update Crss Agency Pririty Gal Quarterly Prgress Update Shared Services Gal Leaders: Krysta Harden, Deputy Secretary, US Department f Agriculture; Dave Mader, Cntrller, Office f Federal Financial Management,

More information

USF Remote Desktop Gateway

USF Remote Desktop Gateway USF Remte Desktp Gateway Fr Hme Cmputers and Laptps Running Windws XP The Remte Desktp Gateway (RDG) allws access t yur USF campus cmputer frm remte lcatins while adding an additinal layer f security t

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

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

ViPNet VPN in Cisco Environment. Supplement to ViPNet Documentation

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

More information

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