BSA Sizing Guide v. 1.0

Size: px
Start display at page:

Download "BSA Sizing Guide v. 1.0"

Transcription

1 Best Practices & Architecture BSA Sizing Guide v. 1.0 For versions Nitin Maini, Sean Berry 03 May 2016

2 Table of Contents Purpose & Audience 3 Scope 3 Capacity & Workload Basics 3 BSA Basics... 3 Terminology... 3 Environment Basics... 4 Use Case Basics... 4 Capacity Basics... 4 Basic Assumptions... 6 Workload Estimation Example... 6 Use Case Estimation 7 Disclaimers... 7 Patching: Analysis & Deploy... 7 Patching Basics... 7 Typical Calculations... 7 Performance Lab Configuration... 8 Patch Analysis: Constant Time... 8 Patch Analysis: Constant Resources... 9 Patch Deploy: Constant Time... 9 Patch Deploy: Constant Resources Compliance Compliance Basics Typical Calculations Performance Lab Configuration Compliance - CIS RHEL 6 Policy: Constant Time Compliance CIS RHEL 6 Policy: Constant Resources Compliance - CIS Windows 2008 Policy: Constant Time Compliance - CIS Windows 2008 Policy: Constant Resources Script Execution: NSH Script Job Script Execution Basics Typical Calculations Performance Lab Configuration Script Execution - NSH Script Job (Type 1): Constant Time Script Execution - NSH Script Job (Type 1): Constant Resources BSA Component Sizing 15 Typical deployment environment diagram Job Server Configuration Server Database & Repository Sizing Patch Repository Sizing Additional BSA Components Classification based on managed targets Network Bandwidth Summary 22

3 Document Information Version: 1.0 Created by: Nitin Maini, Sean Berry Last Modified on: 3 May 2016 Modified by: Nitin Maini/Sean Berry: final review.

4 Purpose & Audience The purpose of this document is to help customers & consultants appropriately size BSA infrastructure to support the required use cases, be performant and stable, at a reasonable cost. The audiences for this document include new and existing customers, and BMC and Partner consultants engaged in sizing exercises or evaluating existing customer infrastructure. We make the assumption that readers of this material have basic familiarity with BSA and common data center automation (DCA) topics. Scope This document evaluates typical single-use case scenarios for small, medium, and large environments, with the additional consideration of geographically-distributed environments, and some common Managed Services or Large Enterprise use cases. It does not consider sizing for very large environments, or those with special use cases. If you have these requirements (geographically distributed, managed services, very large enterprise), please don t hesitate to contact BMC Customer Support, who will put you in touch with someone who can review your needs, and provide feedback. Capacity & Workload Basics BSA Basics There s a good introduction page on communities, that covers many of the basics of BSA. Since it s commonly found using the search phrase getting started with BladeLogic, it s usually referred to as the Getting Started page: Terminology Target Job Server Config Server Repeater Console A managed server or OS instance running the RSCD agent. An instance of the application server that does work in the form of Jobs, communicating with the RSCD agents. An instance of the application server that handles all the interaction from the RCP console. One or more systems located in remote data centres for efficient oneto-many replication of deployment payloads. An instance of the graphical client, used to interact with the Application Servers and managed Targets.

5 Environment Basics Target Server Count How many servers/os instances will be managed? Use Cases Patching, Compliance, Script Execution, Provisioning, etc. Timing Constraints Maintenance Window Frequency Users Maximum Concurrent Users using either RCP Console, BLCLI clients or API calls. Use Case Basics Automation use cases require resources such as CPU and working memory at different levels, according to their function. The usage will also vary based on whether the main work of the use case is executed on a BSA component such as Application Server (centrally) or a managed target (at the edge). Patching Analysis Processing (and most workload) takes place on the targets based on the size/scope of the policy and patch metadata. Deploy Transfers payloads over network and installs them on targets Compliance Rules based assessment of each target in application server by pulling the necessary information from the target Remediation Applies remediation scripts to all the non-compliant targets Script Execution (NSH Script Job) NSH Script Jobs invoke the actual NSH scripts in a separate process that can be created and managed either by the Application Server or by a separately-running application known as the process spawner. Refer for more details about resource consumption for a given use case or process Capacity Basics The most common unit of capacity for an application server instance is the Work Item Thread. (WIT).

6 The pre 8.2 default was 50 WIT per appserver. From 8.2 and above, taking into account 64-bit memory limits and overall application server performance the new default is now 100 WIT per appserver. As of BSA 8.5, in most customer environments, each application server instance will have 100 WIT Work Item Units of work to be performed for a use case. For a typical scripting use case running against several servers, copying and executing the script will consist of one work item per server. In that instance, the script is separately copied to each target and executed, and the results are consolidated at the application server. This allows for faster parallel execution. For the simplest use case, a script is sometimes executed once, and passed a list of targets. For this use case, there is only one work item. Some tasks, like software deployment, can have several workitems, including the simulate, stage, and commit phases, each of which is one work item. Work Item Threads (WIT) Units of work to be performed for a use case. Typically 1 WIT will process 1 Target WIT Minutes (WIT-Min) (Targets) X (Typical time taken by a single WIT to process a single target for a specific use case) Example: Available Capacity of 1 Job Server for 60 min: 1 Job Server (100 WIT) Capacity will be 100 X 60 = 6000 WIT-Min

7 Basic Assumptions Database should have necessary basic resources Connections/sessions Memory (PGA/SGA for Oracle) Disk performance Horizontal scaling is the recommended option to scale capacity Adding an additional Job Server (with the recommended settings) is the most common solution to scale capacity Configure and Schedule your jobs/tasks to distribute load Minimum overlap between critical jobs. For example try to schedule Patching Job and Compliance Job in such a way so that these two jobs are not waiting for application server resources at the same time to run. Jobs should always have JOB_TIMEOUT and JOB_PART_TIMEOUT properties set such that the job runs complete in a timely and controlled manner, even in environments with uneven target or agent availability. Timeout settings do not apply to asynchronous tasks Workload Estimation Example Compliance Use Case Compliance is a rules based assessment of the targets and below are the actions performed: Collect all required information from the target Transfer this data back to the Job Server Apply the rules to the returned data to assess compliance CIS Win2k8 Compliance Policy Contains ~250 Rules Sizing Calculation 1 Typical WIT runtime (in lab) = 5 WIT-Min 2 Target Count = Workload (WIT runtime X Target count) = 5 X 1000 = 5000 WIT-Min 4 Available WIT in 1 Job Server = 100 WIT 5 Typical time taken to finish the Workload by 1 Job Server = Workload / Available WIT = 5000 / 100 = 50 Min 6 Typical WIT runtime (in lab) = 5 WIT-Min 7 Target Count = If you wish to do this in half that time, than we will need 2 Job Servers

8 Use Case Estimation Disclaimers Example runtime figures are based on data captured in a lab environment. These conditions that may not exactly match your environment. Mitigating factors may include: Network Bandwidth or Latency Database Performance Incorrect Configuration Oversubscribed Virtual Clusters, Target Performance etc. For best results, follow Best Practices for Deployment Architecture, as detailed in product documentation. Patching: Analysis & Deploy Patching Basics Typically done in two phases - Analysis and Deploy Analysis 1. Identifies patches needed for each host 2. Usually, can be done over a few hours across many hosts (5k-25k), but sometimes must run quickly. 3. Relatively simple to calculate compared to Deployment s other moving parts Deploy 1. Transfers missing patch payloads over network and installs them on targets based on the analysis results Factors that Impact Performance 1. Typical execution time for one target (varies by patching policy & typical target performance) 2. Managed server (target) count in scope for task 3. Required completion time (maintenance window) Typical Calculations Time vs Infrastructure Below are the typical scenarios used to size an environment: Time - Number of targets required to complete in 1 hour (maintenance window) Infrastructure - Time taken to complete with only 2 available Job servers

9 Per-Target Runtime: We have evaluated these in a lab environment, and found that typical execution for two scenarios execute in similar time windows, Analysis ~5 minutes / target for a typical Windows 2008R2 target analysis ~6 minutes / target for a typical RHEL 5 64-bit target analysis Deploy ~25 minutes / target to deploy 25 patches (~85MB size) on the target Performance Lab Configuration Test Setup Details Windows Patch Analysis Conditions Linux Patch Analysis Conditions Patch Deploy Environment has NSH Proxy configured Multiple Application Server configurations with ~15K targets Jobs did not overlap or compete with other jobs for resources Standard Patch catalog and analysis jobs were created Filters: Win2k8 & Win2k12 Platforms Parallel Target Processing: 100 Filters: RHEL-5 & RHEL-6 Platforms Parallel Target Processing: Patches with a total size if 85MB Parallel Target Processing: 100 Patch Analysis: Constant Time Given the constraints and typical configurations above, we see that in an environment where Patching Analysis must complete in about an hour: 1 Job Server can process about 1000 targets in that hour 10,000 targets in an hour will require about 8 Job Servers If you need to process many hosts quickly, add more Job Servers

10 Patch Analysis: Constant Resources Given the constraints and typical configurations above, we see that in an environment where we have only two (2) Job Servers available we will take 30 minutes to analyze 1000 targets, 4 hours to analyze 10,000 targets. If you have limited resources, analysis will take more time to complete. Patch Deploy: Constant Time Given the constraints and typical configurations above, we see that in an environment where Patching Analysis must complete in about an hour: 3 Job Servers can process about 500 targets in that hour 3000 targets in an hour will require about 18 Job Servers If you need to process many hosts quickly, add more Job Servers

11 Patch Deploy: Constant Resources Given the constraints and typical configurations above, we see that in an environment where we have only two (2) Job Servers available we will take 65 minutes to deploy on 500 targets, 6 hours 20 minutes to deploy on 3000 targets. If you have limited resources, analysis will take more time to complete. Compliance Compliance Basics Runs in two parts - Assessment and Remediation Compliance Phases Assessment - Rules based assessment of each target in application server by pulling the necessary information from the target Remediation Applies remediation scripts to all the non-compliant targets Factors that Impact Performance Typical execution time for one target (varies by Compliance Policy & typical target performance) Managed server (target) count in scope for task Required completion time (maintenance window) Typical Calculations Time vs Infrastructure Below are the typical scenarios used to size an environment: Time - Number of targets required to complete in 1 hour (maintenance window) Infrastructure - Time taken to complete with only 2 available Job servers Per-Target Runtime:

12 We have evaluated these in a lab environment, and found that typical execution for two scenarios execute in similar time windows, ~6 minutes / target for a typical CIS RHEL 6 Policy (250 Rules 70% Native & 30% EO) ~7 minutes / target for a typical CIS Windows 2008 Policy (250 Rules 90% Native & 10% EO) Performance Lab Configuration Test Setup Details CIS RHEL 6 Policy CIS Windows 2008 Policy Environment has NSH Proxy configured Multiple Application Server configurations with ~15K targets Jobs did not overlap or compete with other jobs for resources Standard CIS Policy Template Typical RHEL 6 Target - 2GB RAM, 1vCPU, 20GB Disk 250 Rules 70% Native & 30% EO (8.7 BSA and higher version) Typical Windows 2008 Target - 2GB RAM, 1vCPU, 20GB Disk 250 Rules 90% Native & 10% EO (8.7 BSA and higher version) To create an extended object (EO) rule, you must identify a script that generates output according to a prescribed format. Using one of the many grammar files BMC Server Automation supports (see Grammar files supported by BMC Server Automation), the system can parse that output and present it in a format consistent with other information you view when browsing server objects or viewing the results of snapshots or audits. When you access the extended object (using browse, snap, audit, or compliance), the script executes and information for the object is refreshed. You can associate an extended object with a custom icon, making it easy to identify the extended object when browsing. Compliance - CIS RHEL 6 Policy: Constant Time Given the constraints and typical configurations above, we see that in an environment where Compliance must complete in about an hour: 1 Job Server can process about 1000 targets in that hour 10,000 targets in an hour will require about 10 Job Servers If you need to process many hosts quickly, add more Job Servers

13 Compliance CIS RHEL 6 Policy: Constant Resources Given the constraints and typical configurations above, we see that in an environment where we have only two (2) Job Servers available we will take 40 minutes to analyze 1000 targets,. More than 4 hours to analyze 10,000 targets. If you have limited resources, analysis will take more time to complete. Compliance - CIS Windows 2008 Policy: Constant Time Given the constraints and typical configurations above, we see that in an environment where Compliance must complete in about an hour: 1 Job Server can process about 1000 targets in that hour 10,000 targets in an hour will require about 12 Job Servers If you need to process many hosts quickly, add more Job Servers

14 Compliance - CIS Windows 2008 Policy: Constant Resources Given the constraints and typical configurations above, we see that in an environment where we have only two (2) Job Servers available we will take 45 minutes to analyze 1000 targets, Nearly 5 hours to analyze 10,000 targets. If you have limited resources, analysis will take more time to complete. Script Execution: NSH Script Job Script Execution Basics Network Shell (NSH) Script Jobs are categorized into 4 types: Execute the script separately against each host (Type 1) Execute the script once, passing the host list as a parameter to the script (Type 2) Copy and execute the script against each host separately (Type 3) Execute the script using the PERL interpreter, passing the host list as a parameter (Type 4) Factors that Impact Performance Typical execution time for one target (varies by commands inside the script & typical target performance: a find script looking across an entire filesystem will take much longer to execute than the uname command) Managed server (target) count in scope for task Available system resources on appservers and targets. When time is constrained, as when doing changes within maintenance windows, it s important to consider these factors. It s common to either parallelize tasks using Type 1 or Type 3 tasks, break tasks into parts or server lists into groups, or manage other workloads for performance in critical maintenance windows.

15 Typical Calculations Time vs Infrastructure Below are the typical scenarios used to size an environment: Time - Number of targets required to complete in 1 hour (maintenance window) Infrastructure - Time taken to complete with only 2 available Job servers Per-Target Runtime: We have evaluated these in a lab environment, and found that typical execution for two scenarios execute in similar time windows ~30 seconds / target for NSH Script Type 1 Job Performance Lab Configuration Test Setup Details Environment has NSH Proxy configured Multiple Appserver configurations with ~15K targets Jobs did not overlap or compete with other jobs for resources NSH script was used to gather below information from the target Running Process Info nsstats information Network Share information Account Settings NSH Script Job types tested Type 1 Execute the script separately against each host Typical Windows 2008 Target - 2GB RAM, 1vCPU, 20GB Disk Script Execution - NSH Script Job (Type 1): Constant Time Given the constraints and typical configurations above, we see that in an environment where NSH Script Job must complete in about an hour: 1 Job Server can process about targets in that hour If you need to process many hosts quickly, add more Job Servers Script Execution - NSH Script Job (Type 1): Constant Resources

16 Given the constraints and typical configurations above, we see that in an environment where we have only two (2) Job Servers available we will take 30 minutes to analyze targets If you have limited resources, analysis will take more time to complete. BSA Component Sizing Typical deployment environment diagram C O N S O L E Management Console Graphical Interface NSH & BLCLI Authentication BDSSA Data Warehouse Web Portal Standard and Custom Reporting M I D - T I E R CONFIG + NSH Application Server PROXY - Automation Engine - Load Balanced - Job Partitioning - RBAC JOB + NSH PROXY N O D E S RSCD Windows, Linux, Unix, ESX Lightweight Service Encrypted communication Single TCP port DEPOT File Server Local Disk, SAN NAS Database Oracle, SQL Server BDSSA Server Job Server Minimum Hardware Requirements for the Job Type Application Server Supported Platforms Architecture Processor Disk Storage RAM RHEL (6.x and above) 64-bit 2vCPU (Dedicated) 50GB 12-16GB Windows (2008R2 and above) (min)

17 Notes: 1. Solaris is still available as an application server type, and OS sizing is similar. 2. On an application server host keep at least 4GB for the OS and associated applications running before configuring BladeLogic. Standard Settings (recommended) Settings Standalone Deployment Deployment with NSH Proxy** Work Item Threads Database Connections Required JVM Heap Size Default Job (default) Job + NSH Proxy 100 (default) 200 (default) 8GB Note: ** NSH Proxy with Job Server is the recommended option for: 1. Connectivity to managed targets (solves some firewall challenges) 2. Authentication for NSH 3. Centralized audit point 4. Adds an extra layer of security protecting NSH agents Configuration Server Minimum Hardware Requirements for the Configuration (CONFIG) Type Application Server Supported Platforms Architecture Processor Disk Storage RAM RHEL (6.x and above) 64-bit 2vCPU (Dedicated) 50GB Windows (2008R2 and above) (min) 12-16GB Standard Settings (recommended) Settings Standalone Deployment Deployment with NSH Proxy* Default Config (default) Config + NSH Proxy

18 Database Connections Required** 50 JVM Max Heap 4GB (Config) / 8GB (Config + NSH Proxy) Note: *Recommended deployment to manage interactive traffic from Network Shell clients. **Database specific connections needed by Config Server to handle client side requiests.

19 Database & Repository Sizing Database Server Database Type Architecture Processor Disk Storage Oracle (11g R2 / 12c) 64-bit 4vCPU 500GB Oracle RAC (11g R2 /12c) (Dedicated) SQL Server (2012 / 2014) SQL Server Cluster (2012 / 2014) RAM 32GB Storage Types Processor Disk RAM Storage File Server 2vCPU (Dedicated) 350 GB 8 GB PXE Data store 1vCPU (Dedicated) 100 GB 4 GB Repeater 1vCPU (Dedicated) 25 GB 4 GB Patch Payload Repository (See below for specifics) 1vCPU (Dedicated) See next slide 4 GB

20 Patch Repository Sizing Offline Downloader Support Offline Downloader Lists the OS platforms where the Offline Downloader can be run and patch payloads can be downloaded on to. Repository for Catalog Lists the OS platforms where the catalog / metadata is prepared for the downloaded patches OS Platform Offline Downloader Platform Repository Creation Platform for Catalog AIX (SUMA) AIX AIX AIX (FIXGET) AIX / Windows / Any RPM AIX based Linux SOLARIS All OS Platforms All OS Platforms RHEL RHEL / Windows Any RPM based Linux RHEL 7 RHEL Any RPM based Linux WINDOWS All OS Platforms All OS Platforms OEL Any RPM based Linux Any RPM based Linux SUSE Linux Any RPM based Linux SUSE SUSE 12 SUSE with SMT installed SUSE DEBIAN All OS Platforms All OS Platforms Typical Patch Catalog Storage Sizing (may change over time) OS Filter Application Platforms that can store the payload RHEL RHEL 7 WINDOWS - RHEL 5 x86_64 - RHEL 7 (30GB) x86_64 (10GB) - RHEL 5 x86 (30GB) - RHEL 6 x86_64 (35GB) - RHEL 6 x86 (35GB) - OEL - RHEL - SUSE Linux - RHEL 6 - RHEL 7 - Windows 2012 (8GB) - Windows 2008 (12GB) - Java (5GB) - Office 2007 (5GB) - Office (10GB) - Office 2013 (30GB) - Notepad ++ (1GB) - Winzip (1GB) - SQLServer 2008 (15GB) - RLAP (0.5GB) All

21 AIX SOLARIS OEL SUSE LINUX OS Filter - AIX 6.1 TL 01 (20GB) - AIX 7.1 TL 01 (20GB) Platforms that can store the payload - Solaris 10 x86 (5GB) - Solaris 10 SPARC (7GB) - Solaris 9 x86 (5GB) - Solaris 9 SPARC (8GB) - OEL 6 x86 (43GB) - OEL 6 x86_64 (47GB) - OEL 5 x86 (40GB) - OEL 5 x86_64 (45GB) AIX All - OEL - RHEL - SUSE Linux - SUSE 10 x86 (10GB) - SUSE 10 x86_64 (12GB) - SUSE 11 x86 (10GB) - SUSE 11 x86_64 (12GB) SUSE Linux (recommended) Additional BSA Components Classification based on managed targets Component Small Scale Medium Scale Large Scale Geographically Distributed Targets >10000 (multiple) Targets < Active Client Connections (RCP + BLCLI Clients) Configuration Server SOCKS Proxy ** 1 SOCKS Proxy per targets, multiple proxy servers are common for very large environments Repeater*** - 1 Repeater per remotely managed targets, multiple repeaters are common for large remote data centers Citrix Servers for Remote Users - Yes Yes Yes (1/Location) Note: ** : SOCKS Proxy should manage not more than 1500 targets per instance *** : Repeaters needed only if there are subnets or remote data centres

22 Component Small Scale Medium Scale Large Scale Geographically Distributed Targets Patch Repository & Downloader 1 Provisioning Data store 1 1 PXE data store for 1500 remotely managed targets File Server 200GB 350GB 500GB 500GB* Database Storage 100GB 500GB 1TB 1.5TB-2TB Database Type Network Bandwidth Appserver-Database: Typically, we see network bandwidth between the App server and database components in the 1-10GBps range, and latency is ideally as low as possible, typically sub-1ms. Typical customer deployments are within the same building. Appserver-Repeater: Typical utilization for the repeater components are in the 10Mbps range (a bit more than for an individual agent), as these are used to scale payload deployment in remote data centers. Appserver-Agent: Varies by use case, but 1.5Mbps is pretty typical for timely deployments of software payloads. Bandwidth from appserver to agents can be relatively low due to the staging part of the deployment process, but may impact timeliness of deployments (maintenance windows) if staging ahead is not used. Latency tolerance is relatively high, but can cause problems if very high (>2000 msec typ.) Network Bandwidth (Scope) Oracle / SQL Server Small Scale SQL Cluster / Oracle RAC Medium Scale Oracle RAC Large Scale Geographically Distributed Targets Appserver --- Database 1-10Gbps 1-10Gbps 1-10Gbps 1-10Gbps Appserver --- Agent 1.5Mbps 1.5Mbps 1.5Mbps 45Mbps Appserver --- Appserver 2Mbps 2Mbps 2Mbps 6Mbps Appserver --- Repeater 10Mbps 10Mbps 10Mbps 45Mbps Oracle RAC

23 Summary There are many ways to trade off the performance and sizing resource requirements in automation environments: like any sizing exercise, there will be some balance between the requirements of speed, cost, and quality. Appropriately balancing these requirements will help conserve resources for staffing, enablement/education, and other infrastructure projects. It is important to revisit these requirements regularly (most customers do so every 1-2 years, some do quarterly reviews) to ensure customers are satisfied with performance, work is being executed in a timely fashion, that there is enough slack in the system to handle unplanned workloads, and that budgets are reasonable for the workload.

24 BMC delivers software solutions that help IT transform digital enterprises for the ultimate competitive business advantage. From mainframe to cloud to mobile, we pair high-speed digital innovation with robust IT industrialization allowing our customers to provide amazing user experiences with optimized IT performance, cost, compliance, and productivity. We believe: Technology is the heart of every business IT drives business to the digital age

BSA Best Practices Webinars Distributed Installations Sean Berry Customer Engineering

BSA Best Practices Webinars Distributed Installations Sean Berry Customer Engineering BSA Best Practices Webinars Distributed Installations Sean Berry Customer Engineering Agenda Overview Use Cases Repeaters Repositories Proxies Copyright 5/11/2013 BMC Software, Inc 2 Overview Use Cases

More information

VMware View Upgrade Guide

VMware View Upgrade Guide View 4.0 View Manager 4.0 View Composer 2.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for

More information

Introduction. Architecture Overview

Introduction. Architecture Overview Performance and Sizing Guide Version 17 November 2017 Contents Introduction... 5 Architecture Overview... 5 Performance and Scalability Considerations... 6 Vertical Scaling... 7 JVM Heap Sizes... 7 Hardware

More information

MyCloud Computing Business computing in the cloud, ready to go in minutes

MyCloud Computing Business computing in the cloud, ready to go in minutes MyCloud Computing Business computing in the cloud, ready to go in minutes In today s dynamic environment, businesses need to be able to respond quickly to changing demands. Using virtualised computing

More information

VMware vrealize Code Stream Reference Architecture. 16 MAY 2017 vrealize Code Stream 2.3

VMware vrealize Code Stream Reference Architecture. 16 MAY 2017 vrealize Code Stream 2.3 VMware vrealize Code Stream Reference Architecture 16 MAY 2017 vrealize Code Stream 2.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you

More information

Interoute Use Case. SQL 2016 Always On in Interoute VDC. Last updated 11 December 2017 ENGINEERED FOR THE AMBITIOUS

Interoute Use Case. SQL 2016 Always On in Interoute VDC. Last updated 11 December 2017 ENGINEERED FOR THE AMBITIOUS Interoute Use Case SQL 2016 Always On in Interoute VDC Last updated 11 December 2017 ENGINEERED FOR THE AMBITIOUS VERSION HISTORY Version Date Title Author 1 11 / 12 / 17 SQL 2016 Always On in Interoute

More information

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees

By the end of the class, attendees will have learned the skills, and best practices of virtualization. Attendees Course Name Format Course Books 5-day instructor led training 735 pg Study Guide fully annotated with slide notes 244 pg Lab Guide with detailed steps for completing all labs vsphere Version Covers uses

More information

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1

Server Monitoring. AppDynamics Pro Documentation. Version 4.1.x. Page 1 Server Monitoring AppDynamics Pro Documentation Version 4.1.x Page 1 Server Monitoring......................................................... 4 Standalone Machine Agent Requirements and Supported Environments............

More information

VMware vrealize Code Stream Reference Architecture. 12 APRIL 2018 vrealize Code Stream 2.4

VMware vrealize Code Stream Reference Architecture. 12 APRIL 2018 vrealize Code Stream 2.4 VMware vrealize Code Stream Reference Architecture 12 APRIL 2018 vrealize Code Stream 2.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

Veeam Backup & Replication on IBM Cloud Solution Architecture

Veeam Backup & Replication on IBM Cloud Solution Architecture Veeam Backup & Replication on IBM Cloud Solution Architecture Date: 2018 07 20 Copyright IBM Corporation 2018 Page 1 of 12 Table of Contents 1 Introduction... 4 1.1 About Veeam Backup & Replication...

More information

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes

BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines. AtHoc SMS Codes BlackBerry AtHoc Networked Crisis Communication Capacity Planning Guidelines AtHoc SMS Codes Version Version 7.5, May 1.0, November 2018 2016 1 Copyright 2010 2018 BlackBerry Limited. All Rights Reserved.

More information

Ekran System System Requirements and Performance Numbers

Ekran System System Requirements and Performance Numbers Ekran System System Requirements and Performance Numbers Table of Contents System Requirements... 3 Performance Numbers... 6 Database Statistics... 8 2 System Requirements Ekran System claims different

More information

System Specification

System Specification NetBrain Integrated Edition 7.0 System Specification Version 7.0b1 Last Updated 2017-11-07 Copyright 2004-2017 NetBrain Technologies, Inc. All rights reserved. Introduction NetBrain Integrated Edition

More information

Fusion Registry 9 SDMX Data and Metadata Management System

Fusion Registry 9 SDMX Data and Metadata Management System Registry 9 Data and Management System Registry 9 is a complete and fully integrated statistical data and metadata management system using. Whether you require a metadata repository supporting a highperformance

More information

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage

Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage Microsoft SQL Server in a VMware Environment on Dell PowerEdge R810 Servers and Dell EqualLogic Storage A Dell Technical White Paper Dell Database Engineering Solutions Anthony Fernandez April 2010 THIS

More information

Velocity Software Compatibility List (SCL) 2.9

Velocity Software Compatibility List (SCL) 2.9 Velocity Software Compatibility List (SCL) 2.9 Updated on November 09, 2017 Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas, the Veritas Logo, and Velocity are trademarks or registered

More information

Delivers cost savings, high definition display, and supercharged sharing

Delivers cost savings, high definition display, and supercharged sharing TM OpenText TM Exceed TurboX Delivers cost savings, high definition display, and supercharged sharing OpenText Exceed TurboX is an advanced solution for desktop virtualization and remote access to enterprise

More information

WHITE PAPER: BEST PRACTICES. Sizing and Scalability Recommendations for Symantec Endpoint Protection. Symantec Enterprise Security Solutions Group

WHITE PAPER: BEST PRACTICES. Sizing and Scalability Recommendations for Symantec Endpoint Protection. Symantec Enterprise Security Solutions Group WHITE PAPER: BEST PRACTICES Sizing and Scalability Recommendations for Symantec Rev 2.2 Symantec Enterprise Security Solutions Group White Paper: Symantec Best Practices Contents Introduction... 4 The

More information

Contents Overview of the Gateway Performance and Sizing Guide... 5 Primavera Gateway System Architecture... 7 Performance Considerations...

Contents Overview of the Gateway Performance and Sizing Guide... 5 Primavera Gateway System Architecture... 7 Performance Considerations... Gateway Performance and Sizing Guide for On-Premises Version 17 July 2017 Contents Overview of the Gateway Performance and Sizing Guide... 5 Prerequisites... 5 Oracle Database... 5 WebLogic... 6 Primavera

More information

VMware vsphere with ESX 4 and vcenter

VMware vsphere with ESX 4 and vcenter VMware vsphere with ESX 4 and vcenter This class is a 5-day intense introduction to virtualization using VMware s immensely popular vsphere suite including VMware ESX 4 and vcenter. Assuming no prior virtualization

More information

Oracle Enterprise Manager Ops Center 12c Administration Ed 3

Oracle Enterprise Manager Ops Center 12c Administration Ed 3 Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle Enterprise Manager Ops Center 12c Administration Ed 3 Duration: 5 Days What you will learn No hands-on lab environment

More information

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines

Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines Ivanti Service Desk and Asset Manager Technical Specifications and Architecture Guidelines This document contains the confidential information and/or proprietary property of Ivanti, Inc. and its affiliates

More information

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall

Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall Oracle Linux, Virtualization & OEM12 Discussion Sahil Mahajan / Sundeep Dhall 1 Copyright 2011, 2013, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification

More information

VMware vsphere with ESX 4.1 and vcenter 4.1

VMware vsphere with ESX 4.1 and vcenter 4.1 QWERTYUIOP{ Overview VMware vsphere with ESX 4.1 and vcenter 4.1 This powerful 5-day class is an intense introduction to virtualization using VMware s vsphere 4.1 including VMware ESX 4.1 and vcenter.

More information

SnapCenter Software 4.0 Concepts Guide

SnapCenter Software 4.0 Concepts Guide SnapCenter Software 4.0 Concepts Guide May 2018 215-12925_D0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to use the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter architecture...

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT

Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT Infrastructure as a Service (IaaS) Compute with Storage and Backup PRICING DOCUMENT Contents 1 Cloud+ IaaS Pricing...2 1.1 Service Pricing Guide... Error! Bookmark not defined. 1.2 Cloud+ Networking Pricing...

More information

Installation Prerequisites

Installation Prerequisites This chapter includes the following sections: Supported Platforms, page 1 Supported Web Browsers, page 2 Required Ports, page 2 System Requirements, page 3 Important Prerequisites for Installing Cisco

More information

Product Name DCS v MozyPro v2.0 Summary Multi-platform server-client online (Internet / LAN) backup software with web management console

Product Name DCS v MozyPro v2.0 Summary Multi-platform server-client online (Internet / LAN) backup software with web management console Summary Multi-platform server-client online (Internet / LAN) backup software with web management console Windows and MAC platform server client backup software Supported Platforms 32 / 64 bit OS Supported

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

Certified Reference Design for VMware Cloud Providers

Certified Reference Design for VMware Cloud Providers VMware vcloud Architecture Toolkit for Service Providers Certified Reference Design for VMware Cloud Providers Version 2.5 August 2018 2018 VMware, Inc. All rights reserved. This product is protected by

More information

VMware vsphere 6.5 Boot Camp

VMware vsphere 6.5 Boot Camp Course Name Format Course Books 5-day, 10 hour/day instructor led training 724 pg Study Guide fully annotated with slide notes 243 pg Lab Guide with detailed steps for completing all labs 145 pg Boot Camp

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.8 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

SQL Server on Linux and Containers

SQL Server on Linux and Containers http://aka.ms/bobwardms https://github.com/microsoft/sqllinuxlabs SQL Server on Linux and Containers A Brave New World Speaker Name Principal Architect Microsoft bobward@microsoft.com @bobwardms linkedin.com/in/bobwardms

More information

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure

<Insert Picture Here> MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure MySQL Web Reference Architectures Building Massively Scalable Web Infrastructure Mario Beck (mario.beck@oracle.com) Principal Sales Consultant MySQL Session Agenda Requirements for

More information

Actifio Test Data Management

Actifio Test Data Management Actifio Test Data Management Oracle MS SQL Faster Time To Market Start Release Time To Market (TTM) Finish Faster App Releases Faster Application Releases Faster TTM Increases Revenue Market Share Competitive

More information

Dell EMC Ready System for VDI on XC Series

Dell EMC Ready System for VDI on XC Series Dell EMC Ready System for VDI on XC Series Citrix XenDesktop for Dell EMC XC Series Hyperconverged Appliance March 2018 H16969 Deployment Guide Abstract This deployment guide provides instructions for

More information

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved.

Database Level 100. Rohit Rahi November Copyright 2018, Oracle and/or its affiliates. All rights reserved. Database Level 100 Rohit Rahi November 2018 1 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

905M 67% of the people who use a smartphone for work and 70% of people who use a tablet for work are choosing the devices themselves

905M 67% of the people who use a smartphone for work and 70% of people who use a tablet for work are choosing the devices themselves 67% of the people who use a smartphone for work and 70% of people who use a tablet for work are choosing the devices themselves 905M tablets in use for work and home globally by 2017 Before Now 32% of

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 3.0 This document supports the version of each product listed and supports

More information

vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7

vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 vsphere Update Manager Installation and Administration Guide 17 APR 2018 VMware vsphere 6.7 vsphere Update Manager 6.7 You can find the most up-to-date technical documentation on the VMware website at:

More information

Microsoft Office SharePoint Server 2007

Microsoft Office SharePoint Server 2007 Microsoft Office SharePoint Server 2007 Enabled by EMC Celerra Unified Storage and Microsoft Hyper-V Reference Architecture Copyright 2010 EMC Corporation. All rights reserved. Published May, 2010 EMC

More information

Image Management for View Desktops using Mirage

Image Management for View Desktops using Mirage Image Management for View Desktops using Mirage Mirage 5.9.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Inside WebSphere Application Server

Inside WebSphere Application Server Inside WebSphere Application Server The anatomy of WebSphere Application Server is quite detailed so, for now, let's briefly outline some of the more important parts. The following diagram shows the basic

More information

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise

Virtualization with VMware ESX and VirtualCenter SMB to Enterprise Virtualization with VMware ESX and VirtualCenter SMB to Enterprise This class is an intense, five-day introduction to virtualization using VMware s immensely popular Virtual Infrastructure suite including

More information

Discover SUSE Manager

Discover SUSE Manager White Paper SUSE Manager Discover SUSE Manager Table of Contents page Reduce Complexity and Administer All Your IT Assets in a Simple, Consistent Way...2 How SUSE Manager Works...5 User Interface...5 Conclusion...9

More information

Installing and Administering VMware vsphere Update Manager. Update 2 VMware vsphere 5.5 vsphere Update Manager 5.5

Installing and Administering VMware vsphere Update Manager. Update 2 VMware vsphere 5.5 vsphere Update Manager 5.5 Installing and Administering VMware vsphere Update Manager Update 2 VMware vsphere 5.5 vsphere Update Manager 5.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Dell EMC Ready Architectures for VDI

Dell EMC Ready Architectures for VDI Dell EMC Ready Architectures for VDI Designs for Citrix XenDesktop and XenApp for Dell EMC XC Family September 2018 H17388 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012!

Windows Server 2012 Hands- On Camp. Learn What s Hot and New in Windows Server 2012! Windows Server 2012 Hands- On Camp Learn What s Hot and New in Windows Server 2012! Your Facilitator Damir Bersinic Datacenter Solutions Specialist Microsoft Canada Inc. damirb@microsoft.com Twitter: @DamirB

More information

SnapCenter Software 2.0 Installation and Setup Guide

SnapCenter Software 2.0 Installation and Setup Guide SnapCenter Software 2.0 Installation and Setup Guide July 2017 215-11357_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read this information... 7 SnapCenter overview... 8

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 ! 2 Oracle VM Introduction Adam Hawley, Senior Director Virtualization, Oracle January 15, 2013 Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

Oracle IaaS, a modern felhő infrastruktúra

Oracle IaaS, a modern felhő infrastruktúra Sárecz Lajos Cloud Platform Sales Consultant Oracle IaaS, a modern felhő infrastruktúra Copyright 2017, Oracle and/or its affiliates. All rights reserved. Azure Window collapsed Oracle Infrastructure as

More information

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018

VVD for Cloud Providers: Scale and Performance Guidelines. October 2018 VVD for Cloud Providers: Scale and Performance Guidelines October 2018 2018 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws.

More information

"Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary

Charting the Course... VMware vsphere 6.7 Boot Camp. Course Summary Description Course Summary This powerful 5-day, 10 hour per day extended hours class is an intensive introduction to VMware vsphere including VMware ESXi 6.7 and vcenter 6.7. This course has been completely

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

HP Network Automation Support Matrix

HP Network Automation Support Matrix HP Network Automation Support Matrix Software Version 9.10 / March 2011 Documentation Date: May 2012 This document provides an overview of the system requirements and supported platforms for HP Network

More information

AppDefense Getting Started. VMware AppDefense

AppDefense Getting Started. VMware AppDefense AppDefense Getting Started VMware AppDefense You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation, submit

More information

Resiliency Replication Appliance Installation Guide Version 7.2

Resiliency Replication Appliance Installation Guide Version 7.2 Resiliency Replication Appliance Installation Guide Version 7.2 DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date. The information is subject to change

More information

SnapCenter Software 4.1 Concepts Guide

SnapCenter Software 4.1 Concepts Guide SnapCenter Software 4.1 Concepts Guide August 2018 215-13392_A0 doccomments@netapp.com Table of Contents 3 Contents Deciding whether to read the Concepts Guide... 7 SnapCenter overview... 8 SnapCenter

More information

IBM Tivoli Netcool Service Quality Manager V4.1.1

IBM Tivoli Netcool Service Quality Manager V4.1.1 000-430 IBM Tivoli Netcool Service Quality Manager V4.1.1 Version: 3.0 QUESTION NO: 1 During the IBM Tivoli Netcool Service Quality Manager planning stages, which two standard options are available to

More information

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007 ORACLE IDENTITY MANAGER SIZING GUIDE An Oracle White Paper March 2007 Note The following is intended to provide consideration guidelines for sizing Oracle Identity Manager. It is intended for information

More information

Technical Brief SUPPORTPOINT TECHNICAL BRIEF MARCH

Technical Brief SUPPORTPOINT TECHNICAL BRIEF MARCH Technical Brief 1 SupportPoint Cloud is a SaaS solution that makes it easy for people to get the information and guidance they need to navigate through complex business processes. SupportPoint Cloud Client

More information

Cisco Integration Platform

Cisco Integration Platform Data Sheet Cisco Integration Platform The Cisco Integration Platform fuels new business agility and innovation by linking data and services from any application - inside the enterprise and out. Product

More information

vrealize Hyperic Supported Configurations and System Requirements vrealize Hyperic 5.8.4

vrealize Hyperic Supported Configurations and System Requirements vrealize Hyperic 5.8.4 vrealize Hyperic Supported Configurations and System Requirements vrealize Hyperic 5.8.4 vrealize Hyperic Supported Configurations and System Requirements You can find the most up-to-date technical documentation

More information

Dell EMC Ready System for VDI on VxRail

Dell EMC Ready System for VDI on VxRail Dell EMC Ready System for VDI on VxRail Citrix XenDesktop for Dell EMC VxRail Hyperconverged Appliance April 2018 H16968.1 Deployment Guide Abstract This deployment guide provides instructions for deploying

More information

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1

TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 TECHNICAL OVERVIEW OF NEW AND IMPROVED FEATURES OF EMC ISILON ONEFS 7.1.1 ABSTRACT This introductory white paper provides a technical overview of the new and improved enterprise grade features introduced

More information

Shared File System Requirements for SAS Grid Manager. Table Talk #1546 Ben Smith / Brian Porter

Shared File System Requirements for SAS Grid Manager. Table Talk #1546 Ben Smith / Brian Porter Shared File System Requirements for SAS Grid Manager Table Talk #1546 Ben Smith / Brian Porter About the Presenters Main Presenter: Ben Smith, Technical Solutions Architect, IBM smithbe1@us.ibm.com Brian

More information

Oracle Database Mobile Server, Version 12.2

Oracle Database Mobile Server, Version 12.2 O R A C L E D A T A S H E E T Oracle Database Mobile Server, Version 12.2 Oracle Database Mobile Server 12c (ODMS) is a highly optimized, robust and secure way to connect mobile and embedded Internet of

More information

Process Orchestrator Releases Hard or Soft Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y.

Process Orchestrator Releases Hard or Soft Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y. This document describes the version and compatibility requirements for installing and upgrading Cisco Process Orchestrator. This document also provides information about the hardware platforms and software

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. reserved. Insert Information Protection Policy Classification from Slide 8 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

Intellicus Cluster and Load Balancing- Linux. Version: 18.1

Intellicus Cluster and Load Balancing- Linux. Version: 18.1 Intellicus Cluster and Load Balancing- Linux Version: 18.1 1 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix Version 1.1 Table of Contents About BigFix Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 About Support for Dual Stack Environments... 5 Concepts, Components,

More information

Directions in Data Centre Virtualization and Management

Directions in Data Centre Virtualization and Management Directions in Data Centre Virtualization and Management Peter West Product Marketing Manager, Product Marketing EMEA, VMware, Inc. New Approach To Data Centre Scalability Simplify the containers Add Hardware

More information

Cisco Configuration Engine 2.0

Cisco Configuration Engine 2.0 Cisco Configuration Engine 2.0 The Cisco Configuration Engine provides a unified, secure solution for automating the deployment of Cisco customer premises equipment (CPE). This scalable product distributes

More information

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4

Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Reference Architecture for Dell VIS Self-Service Creator and VMware vsphere 4 Solutions for Small & Medium Environments Virtualization Solutions Engineering Ryan Weldon and Tom Harrington THIS WHITE PAPER

More information

Securing the Data Center against

Securing the Data Center against Securing the Data Center against vulnerabilities & Data Protection Agenda Virtual Virtualization Technology How Virtualization affects the Datacenter Security Keys to a Secure Virtualized Deployment and

More information

Top Trends in DBMS & DW

Top Trends in DBMS & DW Oracle Top Trends in DBMS & DW Noel Yuhanna Principal Analyst Forrester Research Trend #1: Proliferation of data Data doubles every 18-24 months for critical Apps, for some its every 6 months Terabyte

More information

vrealize Hyperic Supported Configurations and System Requirements

vrealize Hyperic Supported Configurations and System Requirements vrealize Hyperic Supported Configurations and System Requirements vrealize Hyperic 5.8.4 This document supports the version of each product listed and supports all subsequent versions until the document

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Introduction Vembu Technologies For more than 15 years, Vembu has been delivering simplified and powerful backup solutions through its portfolio of products. You will be joining thousands

More information

#techsummitch

#techsummitch www.thomasmaurer.ch #techsummitch Justin Incarnato Justin Incarnato Microsoft Principal PM - Azure Stack Hyper-scale Hybrid Power of Azure in your datacenter Azure Stack Enterprise-proven On-premises

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0

Storage Considerations for VMware vcloud Director. VMware vcloud Director Version 1.0 Storage Considerations for VMware vcloud Director Version 1.0 T e c h n i c a l W H I T E P A P E R Introduction VMware vcloud Director is a new solution that addresses the challenge of rapidly provisioning

More information

1 Quantum Corporation 1

1 Quantum Corporation 1 1 Tactics and Tips for Protecting Virtual Servers Mark Eastman Director, Solutions Marketing April 2008 VMware Changing the Way Data Protection is Done No longer 1 server, 1 backup paradigm App Virtual

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design 4.0 VMware Validated Design for Software-Defined Data Center 4.0 You can find the most up-to-date technical

More information

ForeScout Extended Module for IBM BigFix

ForeScout Extended Module for IBM BigFix ForeScout Extended Module for IBM BigFix Version 1.0.0 Table of Contents About this Integration... 4 Use Cases... 4 Additional BigFix Documentation... 4 About this Module... 4 Concepts, Components, Considerations...

More information

VMware Mirage Getting Started Guide

VMware Mirage Getting Started Guide Mirage 5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

CA Identity Manager. Installation Guide (JBoss) r12.5

CA Identity Manager. Installation Guide (JBoss) r12.5 CA Identity Manager Installation Guide (JBoss) r12.5 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for your informational purposes

More information

PassTest. Bessere Qualität, bessere Dienstleistungen!

PassTest. Bessere Qualität, bessere Dienstleistungen! PassTest Bessere Qualität, bessere Dienstleistungen! Q&A Exam : VCP-510 Title : VMware Certified Professional on VSphere 5 Version : Demo 1 / 7 1.Which VMware solution uses the security of a vsphere implementation

More information

Introducing VMware Validated Designs for Software-Defined Data Center

Introducing VMware Validated Designs for Software-Defined Data Center Introducing VMware Validated Designs for Software-Defined Data Center VMware Validated Design for Software-Defined Data Center 4.0 This document supports the version of each product listed and supports

More information

Personality Next Generation Operating Environment. Last updated: Mar-2015

Personality Next Generation Operating Environment. Last updated: Mar-2015 Personality Next Generation Operating Environment Last updated: Mar-2015 Table of Contents INTRODUCTION... 3 OPERATING ENVIRONMENT... 3 Technology... 3 Supported Hardware Platforms... 4 Virtual Environments...

More information

TrueSight 10 Architecture & Scalability Q&A Best Practice Webinar 8/18/2015

TrueSight 10 Architecture & Scalability Q&A Best Practice Webinar 8/18/2015 Q: Where can I find the TrueSight Operations Management Best Practice material? A: TrueSight OM Best Practice material is published on the BMC Communities web site at the following link. https://communities.bmc.com/docs/doc-37443

More information

Microsoft Core Solutions of Microsoft SharePoint Server 2013

Microsoft Core Solutions of Microsoft SharePoint Server 2013 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20331 - Core Solutions of Microsoft SharePoint Server 2013 Length 5 days Price $4290.00 (inc GST) Version B Overview This course will provide you with the

More information

Red Hat enterprise virtualization 3.0

Red Hat enterprise virtualization 3.0 Red Hat enterprise virtualization 3.0 feature comparison at a glance Red Hat Enterprise is the first fully open source, enterprise ready virtualization platform Compare the functionality of RHEV to VMware

More information

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Release Notes. LiveVault. Contents. Version Revision 0

Release Notes. LiveVault. Contents. Version Revision 0 Version 7.60 Release Notes Revision 0 This document describes new features for LiveVault 7.60. You can retrieve the latest available product documentation from Autonomy s Knowledge Base on the Customer

More information

Enterprise print management in VMware Horizon

Enterprise print management in VMware Horizon Enterprise print management in VMware Horizon Introduction: Embracing and Extending VMware Horizon Tricerat Simplify Printing enhances the capabilities of VMware Horizon environments by enabling reliable

More information

The vsphere 6.0 Advantages Over Hyper- V

The vsphere 6.0 Advantages Over Hyper- V The Advantages Over Hyper- V The most trusted and complete virtualization platform SDDC Competitive Marketing 2015 Q2 VMware.com/go/PartnerCompete 2015 VMware Inc. All rights reserved. v3b The Most Trusted

More information