Agenda. Day in the Life DataCenter Monitoring and Managed Recovery

Size: px
Start display at page:

Download "Agenda. Day in the Life DataCenter Monitoring and Managed Recovery"

Transcription

1 Using Microsoft System Center to Automatically Provision and Manage s in a Virtualized Environment Created and Presented by: Rand Morimoto, Ph.D., MCSE Author, Unleashed -series / Sams Publishing President, Convergent Computing Seminar content: Agenda Day in the Life DataCenter Monitoring and Managed Recovery Background System Center Technologies SC Operations Mgr 2007 R2 (monitoring) SC Virtual Machine Mgr 2008 R2 (rapid image deployment) SC Configuration Mgr 2007 R2 (patching and updating SC Configuration Mgr 2007 R2 (application installation) SC Data Protection Mgr 2010 SP1 (data restoral) SC Service Mgr 2010 (incident and change management and tracking) System Center Essentials 2010 (for small businesses or labs) Day in the Life DataCenter Monitoring and Managed Recovery Section 1 System Center Operations Manager 2007 R2 (SCOM) Monitoring Using System Center Operations Manager to Monitor the Health of Hyper-V Host s and Guest Sessions Like Performance Comparisons Monitor Host s Live Migrate before host fails Perform maintenance realtime Retune and optimize configuration Monitor Guest Sessions Perform guest OS management Manage guest apps automatically Confirm system settings are allowing systems to be running at their optimal performance 1

2 Performance After a Configuration Change Application Monitoring Monitoring Performance of Hyper-V Guests Running as Snapshots VM 4 VMs 8 VMs Normal VHD Snapshoted VHD IOmeter : Dbserver profile ; 33/67 % write/read mix; 130 GB virtual disk size Improving Automation with Performance and Resource Optimization (PRO) Networking PRO Tips Hardware PRO Tips Health/Performance Monitoring / Dynamically Configure Add l Hyper-V Workloads ConfigMgr OS Deployment Feature to Deploy a Base Image Section 2 System Center Virtual Machine Manager 2008 R2 (VMM) Image Deployment (OS Deployment in ConfigMgr and Rapid Deployment in VMM) User & Data Layer New / Clean Guest Session, or Replacement of Existing System (data needs to be migrated) Application Layer Core Applications installed User/Role/Location specific Apps, physical, virtual or Terminal services OS Layer Operating System Image imported, captured, built from script Hardware Layer Configuration, Drivers and OEM Tools 2

3 Capturing the Operating System as an Image Building from the ground up is not always the most desired approach Many organizations choose to define and deploy servers based on a predefined image System Center can be leveraged for the creation of Windows images Capture server image from a reference computer Build and capture an operating system image Physical-to-Virtual transition of a reference computer Cloning of an existing virtual machine Deployment Packs Adds additional custom Task Sequence Steps into the ConfigMgr Task Sequence process to handle BIOS, RAID, etc. Based on common framework. Dell ( HP ( IBM ( Sun ( VMM Templates Rapid Provisioning using PowerShell Rapidly create VMs from template In VMM R2 Create hardware and OS profiles with desired settings Create a template using profiles and specify blank VHD Out of Band to VMM R2 Create generalized VHD Provision storage, clone VHD and present it to host Using storage technologies such as snap cloning In VMM R2 Call New-VM with new parameter UseLocalVirtualHardDisk Rapid Provisioning using PowerShell (con t) PS C:\> Get-VMM -ComputerName "VMM1.Contoso.com" PS C:\> $JobGroupID = [Guid]::NewGuid().ToString() PS C:\> $Template = Get-Template where {$_.Name -eq MyTemplate"} PS C:\> $VMHost = Get-VMHost where {$_.Name -eq "VMHost.Contoso.com"} PS C:\> Move-VirtualHardDisk -IDE -BUS 0 -LUN 0 -Path "L:\OS.VHD" -JobGroup $JobGroupID PS C:\> New-VM -Name "VM06" -Path "L:\" -Template $Template -VMHost $VMHost -JobGroup - $JobGroupID -UseLocalVirtualHardDisks Using Straight PowerShell in Hyper-V to Manage Virtual Guest Sessions Setup variables for the VM we are looking for, and the new name $VMName = "Windows 2008 $NewVMName = "Windows new" #Get a VMManagementService object $VMManagementService = gwmi class "Msvm_VirtualSystemManagementService" - namespace "root\virtualization" -computername "." #Get the VM object that we want to modify $query = "SELECT * FROM Msvm_ComputerSystem WHERE ElementName='" + $VMName + "' $VM = gwmi -query $query -namespace "root\virtualization" -computername "." #Get the VirtualSystemSettingsData of the VM we want to modify $query = "Associators of {$VM} WHERE AssocClass=MSVM_SettingsDefineState $VMSystemSettingData = gwmi -query $query -namespace "root\virtualization" - computername "." #Change the ElementName property $VMSystemSettingData.ElementName = $NewVMName #Update the VM with ModifyVirtualSystem $Result = $VMManagementService.ModifyVirtualSystem( $VM. PATH,$VMSystemSettingData.psbase.GetText(1)) 3

4 An Add l Method Using PowerShell with VMM to Provision a New OS #Setup variables for the VM $VMName = "Windows 2008 $NewVMName = "Windows new" #Connect to the SCVMM $server = get-vmmserver computer localhost #Find the virtual machine to modify $vm = get-vm Name $VMName Section 3 System Center Configuration Manager 2007 R2 (SCCM) Patching and Updating #Update the VM set-vm VM $vm Name $NewVMName Obtain And Configure Updates Software Update integration displays applicable patches for the local site Collections Grouping Systems Together Group updates by: Ex: Application type (Exchange, SharePoint, SQL, etc) Ex: Group 1 (5%), Group 2 (10%), Balance of Systems Distributing patch files collected from Software Update Service Specify parameters for each patch as appropriate Selecting Updates Section 4 System Center Configuration Manager 2007 R2 (SCCM) Application Installation 4

5 Customized Operating System Deployment Software Distribution System Center Configuration Mgr has the flexibility to customize the OS deployment process Rather than a generic template, actually get a customized guest session WITH apps installed Highly automated solution for assessing, migrating and deploying Windows server, Apps, and Data Dynamic deployment of drivers at runtime Utilize Windows PnP detection for bare metal deployments The Task Sequencer in ConfigMgr for Customization Sequence of steps to execute Steps prior to deploying new OS Steps in Windows PE to deploy new OS Steps after the new OS is deployed Completely hands-off for full automation of the process Two kinds of actions Built-in actions provided within product Custom actions command line driven, Vbscript, batch file, etc. Task Sequence can do other actions: Capture images Deploy Application chains Administer complex activities More (virtually unlimited) Section 5 System Center Data Protection Manager 2010 SP1 (DPM) Data Restoral and Hyper-V Recovery Live Migration in Hyper-V R2 (in the box functionality) 1. Create VM on target server 2. Copy memory pages from the source to the target via Ethernet 3. Final state transfer A. Pause virtual machine B. Move storage connectivity from source host to target host via Ethernet 4. Run new VM on target; Delete VM on source Orange = Storage Yellow = Networking Host 1 Host 2 Shared Storage Storage Migrations in VMM 2008 R2 VMM supports Quick Storage Migration (VMM 2008 R2 feature) VMware Storage VMotion (VMware feature) Useful when Consolidating existing VMs in a Clustered Shared Storage (CSV) Upgrading your SAN Migrating from old to new SAN Low disk space Site to site migration 5

6 Quick Storage Migration with VMM Best Practices on Migrations (for HA, DR, and Management) Migration Type When Service Outage Live Migration VM is HA and both source and target nodes are on Windows 2008 R2 Failover Cluster Once all the changed) files are transferred, SCVMM exports and then re-imports the virtual machine on the same Hyper-V host The diff disk gets merged to the base VHD VM gets re-started using disk on new destination None Quick Migration VM is HA and Live Migration is not possible <1min SAN Quick Storage Migration (VM storage is changed) LAN (VM storage is Meets SAN migration requirements and it can t be migrated Live or Quick When none of the above is possible and hosts are Hyper-V 2008 R2 When none of the above is possible <2mins <2mins <1hour Leveraging VMM for HyperV & VMware Management VMM is the Manager of Managers. SCVMM serves the needs of the day to day administrator VMM can manage multiple VirtualCenters How SCVMM Manages VMware VMware Infrastructure Web Services APIs Managing via Virtual Center API provides for cross ESX host operations. E.g. Vmotion VMware ESX Hosts VMware ESX 3.0 VMware ESX 3i VMware ESX 3.5 VMware vsphere 4 System Center Data Protection Mgr 2010 Clients Active Directory File s Microsoft Exchange s DPM SQL s (s) Microsoft SharePoint s Hyper-V Host and Guest Session Backup Windows 7 Workstations To the Cloud Offline tape Tape-based archive Ability to backup Microsoft servers and applications digitally and incrementally throughout the day eliminating the backup window at night Allows for incremental recovery to the source server or to different destination target server Transfer digital backups to tape or to the Cloud for long term storage Add New (or Failover to New ) then Restore Data or Replicate Data Live Migration does server to server failover of guest sessions DPM can be used to restore data to the new server -- or -- Exchange 2007 / 2010 replication data at the application level between servers (Exchange 2010 DAGs provide up to 16 copies of Exchange , and does the replication natively in the box within a datacenter or across a WAN SQL 2005 / 2008 / 2008 R2 mirror replicates data across servers and a WAN as well. Native to SQL, fully auditable, fully logged and tracked Typical rule of thumb, if the application has a good, clean, effective method of failover, migration, or replication, leverage the capability built into the application and use the virtualization platform method for migration when other options do not exist Application Recovery (Windows Active Directory Global Catalog Redundancy) Global Catalog Global Catalog 6

7 Application Recovery (Exchange 2010 Database Availability Groups) Application Recovery (SQL 2008 / 2008 R2 Mirroring) Normal Existing s Rapidly Provisioned Commit Acknowledge Acknowledge Mirror DB1 DB2 DB3 DB4 DB5 DB1 DB2 DB3 DB4 DB5 DB1 DB2 DB3 DB4 DB5 Principal Write to Local Log Committed in Log Transmit to Mirror Write to Remote Log Constantly Redoing on Mirror Database LOGS LOGS Database System Center Service Manager 2010 Automate People, Process, and IT Technology Best Practices Section 6 Incident & Problem Management Make it simple to keep people productive and improve IT service quality System Center Service Manager 2010 (SCSM) Incident and Change Management and Tracking Asset Lifecycle Management Know your assets and who is using them Knowledge Capturing IT Knowledge and Skill Collaboration Make it easy for people to work together CMDB Model of the IT environment Change Management Introducing the right change Workflow Automate MOF best practices Microsoft s Help Desk for incident management. Collects alerts from SCOM and asset information from SCCM and leverages other System Center tools to create a comprehensive enterprise management infrastructure Optimizing Service Support Incident Management Out-of-the-box implementation of core ITIL functionality Reduce call handle time with instant access to related asset and system health information Map the system to your business with user defined queues, SLA metrics, and escalation policies Track team and overall progress through built-in performance dashboards and trending reports Find answers quickly and accurately through a single unified search engine Automatic incident creation and escalation from services monitored by Operations Manager 2007 Optimizing Service Support Self Service Provide a centralized, easy to use interface for end users to get information Health of their services Relevant announcements from IT Status of their requests Reduce calls to the helpdesk by enabling end users to solve their own problems Search knowledge base List of common issues Create service requests Reduce service requests by enabling end users to request software and OS deployments to their own assets Built on Change Management it fully supports review, license count check, approval and scheduling workflows Users only see software they are allowed to request 7

8 Managing Change Control Out-of-the-box implementation of core ITIL functionality Standard RFC fields (links to affected CIs, reason, priority, impact, etc.) Support all roles (initiators, reviewers, approvers, implementers) Workflows for Minor, Standard, and Urgent RFCs Accurately create RFCs by initiating directly from incidents or assets Fill in RFC information quickly using a template system for predefining common RFC data Automatically update the CMDB when RFCs are completed Measure performance and effectiveness through dashboards and reports Section 7 Other Tasks and Technologies Drift Mgmt, Template Mgmt, Scripting, Automation and Controls Best Practices at Minimizing Guest Session Configuration Drift Keeping Offline Templates / Images Up to Date System Center Configuration Manager provides: Live status of available / deployed updates Baseline Monitoring Application revision usage Tracking of Change Management Desired Configuration Mgr (DCM) Identifies base configuration Maintains (or notifies) when base configuration changes Keeps guest session configurations identical Keeps systems patched and updated in lock step Powershell Extends the Automation of Tasks Basic PowerShell Commands for Hyper-V Get-WmiObject -namespace root\virtualization -class Msvm_ComputerSystem Get-Member Standardized scripts and procedures Integrate tools using higher level languages (e.g. C#) Use VMM Library to organize, share and run all scripts Powershell scripts available at the end of each wizard 8

9 Listing VMs and their State $VMs = get-wmiobject -computername localhost -Namespace root\virtualization -query "Select * from MSVM_Computersystem" write-host "" write-host "Name Description State" write-host " " foreach ($VM in $VMs) { $name = $VM.Elementname.PadRight(39," ") $desc = $VM.Description.PadRight(34," ") $state_num = $VM.EnabledState switch ($state_num) { 2 {$State_text = "Running"} 3 {$State_text = "PowerOff"} 4 {$State_text = "ShuttingDown"} 10 {$State_text = "Reset"} {$State_text = "Paused"} {$State_text = "Starting"} {$State_text = "SnapshotInProgress"} {$State_text = "Migrating"} {$State_text = "Saving"} {$State_text = "Stopping"} {$State_text = "Pausing"} {$State_text = "Resuming"} {$State_text = "Saved"} default {$State_text = "Unclassified (so far)"} } write-host "$name $desc $State_text ($State_num)" }write-host "" Addition of Opalis to System Center Enabling the IT Process Automation IT Process Automation (ITPA), also known as Run Book Automation (RBA), is the ability to orchestrate and integrate IT management tools through workflow Take tasks like OpsMgr monitoring, identify a Hyper-V host problem, trigger an Opalis script to Live Migrate guest sessions to another server Use OpsMgr to monitor the response time of an application, determine that the app is not performing as quickly as expected, spawn an Opalis policy to provision a new guest session to improve performance response Data Protection & Recovery Compliance Configuration Management (Physical & Virtual) End-To-End Monitoring Using Opalis to Provision New Guest Sessions from an OpsMgr Trigger IT Silos Event Mgmt Service Desk Asset/CMDB Configuration Virtual Security Storage Network Monitor Service request Remove from Ops Manager Stop VM Retire CI Detach Storage Detach Network Adapter VM Provisioning Process Create incident Clone new VM Update request Update properties Update request Test VM Add to Ops Manager Create CI Deploy Applications Verify Application Update & close request Service Level Dashboard for System Center Operations Manager 2007 R2 Graphical dashboard to measure and spot trends in service availability & performance Helps organizations keep business-critical IT resources available, performing at acceptable levels Head off problems before they occur Use Dashboards to Customize Your Service Center Operations! Dashboard is tightly integrated with Operations Manager 2007 R2 Plug into your System Center solutions Easy to customize for LOB Applications Lets you customize for a more efficient solution to monitor your mission-critical apps Reduces IT service costs Section 8 System Center Essentials (SCE) 2010 ConfigMgr / OpsMgr / VMM for Orgs with <50 s / <500 Users 9

10 SC Essentials 2010 (SCE) Single Solution Orgs with < 50 s / < 500 Users Used in Lab Environments ConfigMgr 2007 R2 Features Operating System Deployment Patching / Updating Software Deployment OpsMgr 2007 R2 Features System Monitoring Application Monitoring Alerting VMM 2008 R2 Features P2V / V2V Conversion Creation and Deployment of Template Images Live Migration Failover 10

11 Convergent Computing Services Implementation Planning Assistance Architect a Optimal Datacenter Environment (auto-image creation, deployment, monitoring, and updates) Create migration (physical > virtual, or virtual > virtual) plans based on best practices Budget hardware / software requirements Time estimates on length of the Implementation process Deliverables 7-10 pages Datacenter design for new virtualized environment Recommended hardware list Software licensing requirements list line high level Implementation project plan GANTT Assist with Management or Decision Maker Approval Disaster Recovery / Compliance Mgmt capabilities Business solution and productivity justification Convergent Computing Services (con t) Existing Network Assessment Active Directory health check consolidation and redesign optimization Migration Assistance Hands-on assistance with for a successful migration Cross-training on best practices, tips, and tricks Other Technology Assistance SharePoint 2007 design, customization, workflow integration, forms, document management Office Communication 2007 instant messaging, Web conferencing, VoIP planning, integration, implementation Windows 2008 R2 / Win7 planning and implementation SQL 2005/2008 performance optimization, DR, BusIntel Security assessment, penetration testing, audit/review Next Seminar Microsoft Lync 2010 (formerly known as OCS 14): Instant Messaging, Web Conferencing, Presence, VoIP, and how it Integrates with AD, Exchange and SharePoint Questions? Dec 7 (Tues), 9am-11:30am (CSU EB Oakland Campus) Dec 9 (Thurs), 9am-11:30am (Santa Clara TechMart) Free To Register for this Seminar: - seminar@cco.com --or-- Call (510) x179 (Seminar Registrations) --or-- Write Lync 2010 (OAK or SC) on today s seminar eval form to register for the upcoming event Using Microsoft System Center to Automatically Provision and Manage s in a Virtualized Environment Created and Presented by: Rand Morimoto, Ph.D., MCSE Author, Unleashed -series / Sams Publishing President, Convergent Computing Seminar content: 11

Windows Server8 2008. R2 Hyper-V. Microsoft's Hypervisor. Insiders Guide to. Wiley Publishing, Inc. John Kelbley. Mike Sterling WILEY

Windows Server8 2008. R2 Hyper-V. Microsoft's Hypervisor. Insiders Guide to. Wiley Publishing, Inc. John Kelbley. Mike Sterling WILEY Windows Server8 2008 R2 Hyper-V Insiders Guide to Microsoft's Hypervisor John Kelbley Mike Sterling WILEY Wiley Publishing, Inc. Contents Introduction xix Chapter l Introducing Hyper-V l Scenarios for

More information

Implementing and Managing Microsoft Server Virtualization

Implementing and Managing Microsoft Server Virtualization Implementing and Managing Microsoft Server Virtualization Course Number: 10215A Course Length: 5 Days Course Overview This five-day course will provide you with the knowledge and skills to deploy and manage

More information

MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012

MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012 MS 10751A - Configuring and Deploying a Private Cloud with System Center 2012 Description: Days: 5 Prerequisites: This course describes private cloud configuration and deployment with Microsoft System

More information

Course 10751A: Configuring and Deploying a Private Cloud with System Center 2012

Course 10751A: Configuring and Deploying a Private Cloud with System Center 2012 Course 10751A: Configuring and Deploying a Private Cloud with System Center 2012 OVERVIEW About this Course This course describes private cloud configuration and deployment with Microsoft System Center

More information

Effiziente Server- Virtualisierung mit MS Hyper-V und Citrix Essentials

Effiziente Server- Virtualisierung mit MS Hyper-V und Citrix Essentials Effiziente Server- Virtualisierung mit MS Hyper-V und Citrix Essentials Roger Bösch, Citrix Systems International GmbH Markus Erlacher, Microsoft Schweiz GmbH Windows Server 2008 R2 Service Pack 1 Dynamic

More information

Configuring and Deploying a Private Cloud with System Center 2012

Configuring and Deploying a Private Cloud with System Center 2012 Course 10751A: Configuring and Deploying a Private Cloud with System Center 2012 Length: Delivery Method: 5 Days Instructor-led (classroom) About this Course This course describes private cloud configuration

More information

Microsoft Private Cloud

Microsoft Private Cloud Microsoft Private Cloud Lorenz Wolf, Solution Specialist Datacenter, Microsoft SoftwareOne @ Au Premier Zürich - 22.03.2011 What is PRIVATE CLOUD Private Public Public Cloud Private Cloud shared resources.

More information

How Microsoft Technologies, System Center and Windows Vista Improve Supporting and Maintaining the Desktop

How Microsoft Technologies, System Center and Windows Vista Improve Supporting and Maintaining the Desktop How Microsoft Technologies, System Center and Windows Vista Improve Supporting and Maintaining the Desktop Teesak Chinpairoj Partner Technology Specialist Microsoft Thailand Agenda Advances in Windows

More information

Best Practices for Virtualised SharePoint

Best Practices for Virtualised SharePoint Best Practices for Virtualised SharePoint Brendan Law Blaw@td.com.au @FlamerNZ Flamer.co.nz/spag/ Nathan Mercer Nathan.Mercer@microsoft.com @NathanM blogs.technet.com/nmercer/ Agenda Why Virtualise? Hardware

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Server Virtualization with Windows Server Hyper-V and System Center About this Course This five day course will provide you with the knowledge and skills required to design and implement Microsoft Server

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course 20409 Server Virtualization with Windows Server Hyper-V and System Center Length: Language(s): Audience(s): 5 Days English IT Professionals Level: 300 Technology: Windows Server 2012 Type: Delivery

More information

10215A Implementing and Managing Microsoft Server Virtualization

10215A Implementing and Managing Microsoft Server Virtualization 10215A Implementing and Managing Microsoft Server Virtualization About this Course This five-day course will provide you with the knowledge and skills to deploy and manage a server virtualization environment

More information

Configuring and Deploying a Private Cloud. Day(s): 5. Overview

Configuring and Deploying a Private Cloud. Day(s): 5. Overview Configuring and Deploying a Private Cloud Day(s): 5 Course Code: M20247 Overview This course equips students with the skills they require to configure and deploy a cloud using Microsoft System Center 2012

More information

Enabling the vision of the Modern Datacenter. System Center 2012 SP2 Azure

Enabling the vision of the Modern Datacenter. System Center 2012 SP2 Azure Enabling the vision of the Modern Datacenter System Center 2012 SP2 Azure Outline Feedback Issues Trends System Center & Azure Roadmap Business Challenges Influence Your IT Solutions Server Sprawl Dedicating

More information

MS 20247C Configuring and Deploying a Private Cloud

MS 20247C Configuring and Deploying a Private Cloud MS 20247C Configuring and Deploying a Private Cloud Description: Days: 5 Prerequisites: This course equips students with the skills they require to configure and deploy a cloud using Microsoft System Center

More information

System Center 2012 Suite SYSTEM CENTER 2012 SUITE. BSD BİLGİSAYAR Adana

System Center 2012 Suite SYSTEM CENTER 2012 SUITE. BSD BİLGİSAYAR Adana 2013 System Center 2012 Suite SYSTEM CENTER 2012 SUITE BSD BİLGİSAYAR Adana Configure and manage apps, services, computers, and VMs... 1 Operations Manager... 3 Configuration Manager... 4 Endpoint Protection...

More information

NE-20247D Configuring and Deploying a Private Cloud

NE-20247D Configuring and Deploying a Private Cloud NE-20247D Configuring and Deploying a Summary Duration Vendor Audience 5 Days Microsoft IT Professionals Published Level Technology 10 December 2014 300 Microsoft System Center 2012 Delivery Method Instructor-led

More information

CDH CDH. Deploying Microsoft System Center to Increase IT Efficiency. October 2011

CDH CDH. Deploying Microsoft System Center to Increase IT Efficiency. October 2011 CDH Deploying Microsoft System Center to Increase IT Efficiency October 2011 Quick Facts About Us 21 st Year Grand Rapids & Royal Oak 30 Staff Approach Vendor Independent Non-reseller Professional Services

More information

Outline. MCSA: Server Virtualization

Outline. MCSA: Server Virtualization MCSA: Server Virtualization Description Get hands-on instruction and practice implementing Microsoft Server Virtualization with Windows Server 2012 R2 Hyper-V and System Center 2012 R2 Virtual Machine

More information

Implementing and Managing Microsoft Server Virtualization

Implementing and Managing Microsoft Server Virtualization Implementing and Managing Microsoft Server At the end of the course the delegate will be able to complete the following: COMPUTER TRAINING The key to a better future WINDOWS Course No. 10215 5 Days Target

More information

Implementing and Managing Microsoft Server Virtualization

Implementing and Managing Microsoft Server Virtualization Course 10215A: Implementing and Managing Microsoft Server Virtualization Course Details Course Outline Module 1: Evaluating and Planning for Virtualization Describe virtualization as it relates to server,

More information

70-414: Implementing a Cloud Based Infrastructure. Course Overview

70-414: Implementing a Cloud Based Infrastructure. Course Overview 70-414: Implementing a Cloud Based Infrastructure Course Overview This course covers will prepare the student for Exam 70-414: Implementing a Cloud Based Infrastructure. Students will learn how to create

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course 20409B: Server Virtualization with Windows Server Hyper-V and System Center Course Details Course Outline Module 1: Evaluating the Environment for Virtualization This module provides an overview

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course 20409 : Server Virtualization with Windows Server Hyper-V and System Center Page 1 of 8 Server Virtualization with Windows Server Hyper-V and System Center Course 20409: 4 days; Instructor-Led Introduction

More information

Configuring and Deploying a Private Cloud with System Center 2012 MOC 10751

Configuring and Deploying a Private Cloud with System Center 2012 MOC 10751 Configuring and Deploying a Private Cloud with System Center 2012 MOC 10751 Course Outline Module 1: Planning for the Private Cloud This module describes the core components of a private cloud and the

More information

Managing your HP infrastructure with Insight Control Integrations and System Center 2012

Managing your HP infrastructure with Insight Control Integrations and System Center 2012 Managing your HP infrastructure with Insight Control Integrations and System Center 2012 Doug de Werd HP Product Manager Oct. 18, 2012 Agenda SC 2007 SC 2012 Introduction Insight Control for System Center

More information

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com Configuring and Deploying a Private Cloud Course: MS20247D

More information

Configuring and Deploying a Private Cloud 20247C; 5 days

Configuring and Deploying a Private Cloud 20247C; 5 days Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Configuring and Deploying a Private Cloud 20247C; 5 days Course Description

More information

How To Create A Help Desk For A System Center System Manager

How To Create A Help Desk For A System Center System Manager System Center Service Manager Vision and Planned Capabilities Microsoft Corporation Published: April 2008 Executive Summary The Service Desk function is the primary point of contact between end users and

More information

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud Course 20247C: Configuring and Deploying a Private Cloud Course Details Course Outline Module 1: Planning for the Cloud Planning a hybrid cloud involves understanding these tools and technologies so that

More information

Introduction. Setup of Exchange in a VM. VMware Infrastructure

Introduction. Setup of Exchange in a VM. VMware Infrastructure Introduction VMware Infrastructure is deployed in data centers for deploying mission critical applications. Deployment of Microsoft Exchange is a very important task for the IT staff. Email system is an

More information

Improving availability with virtualization technology

Improving availability with virtualization technology Improving availability with virtualization technology Renata Budko Solutions Marketing Manager VMware, Inc Why focus on business continuity In the previous years backup & recovery was best effort Today

More information

Automatizace Private Cloud. Petr Košec, Microsoft MVP, MCT, MCSE www.kosecsolutions.cz, @PetrKosec

Automatizace Private Cloud. Petr Košec, Microsoft MVP, MCT, MCSE www.kosecsolutions.cz, @PetrKosec Automatizace Private Cloud Petr Košec, Microsoft MVP, MCT, MCSE www.kosecsolutions.cz, @PetrKosec Session Objectives and Takeaways Introduction to Orchestrator Introduction to Service Management Automation

More information

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days)

6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) www.peaklearningllc.com 6422: Implementing and Managing Windows Server 2008 Hyper-V (3 Days) Introduction This three-day instructor-led course teaches students how to implement and manage Windows Server

More information

Configuring and Deploying a Private Cloud

Configuring and Deploying a Private Cloud Course Code: M20247 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Configuring and Deploying a Private Cloud Overview This course equips students with the skills they require to configure and

More information

Availability for your modern datacenter

Availability for your modern datacenter Availability for your modern datacenter - Agentless backup and replication for VMware and Hyper-V - Scalable, powerful, easy-to-use, affordable Veeam Availability protection for the Always-On Business

More information

Microsoft System Center Virtual Machine Manager 2008: Overview. Lee Chiang Yen Principal Trainer NetAssist Services

Microsoft System Center Virtual Machine Manager 2008: Overview. Lee Chiang Yen Principal Trainer NetAssist Services Microsoft System Center Virtual Machine Manager 2008: Overview Lee Chiang Yen Principal Trainer NetAssist Services 1 Objectives And Agenda Microsoft Virtualization Background System Center and Virtualization

More information

IT Service Management with System Center Service Manager

IT Service Management with System Center Service Manager Course 10965B: IT Service Management with System Center Service Manager Course Details Course Outline Module 1: Service Management Overview Effective IT Service Management includes process driven methodologies

More information

Syste. Microsoft. Center 2012 UNLEASHE. Rand Morimoto, Ph.D., MCITP Pete Handley, MCITP David E. Ross, MCITP lechnical Edit by Guy YardenI

Syste. Microsoft. Center 2012 UNLEASHE. Rand Morimoto, Ph.D., MCITP Pete Handley, MCITP David E. Ross, MCITP lechnical Edit by Guy YardenI Chris Amaris, MCITF? CISSP Rand Morimoto, Ph.D., MCITP Pete Handley, MCITP David E. Ross, MCITP lechnical Edit by Guy YardenI Microsoft Center 2012 Syste UNLEASHE 800 East 96th Street, Indianapolis, Indiana

More information

Server Virtualization with Windows Server Hyper-V and System Center

Server Virtualization with Windows Server Hyper-V and System Center Course Code: M20409 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Server Virtualization with Windows Server Hyper-V and System Center Overview This five day course will provide you with the

More information

Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager

Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager Course 6331A: Deploying and Managing Microsoft System Center Virtual Machine Manager Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Microsoft System Center Virtual

More information

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING

DELL. Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING DELL Dell Microsoft Windows Server 2008 Hyper-V TM Reference Architecture VIRTUALIZATION SOLUTIONS ENGINEERING September 2008 1 THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL

More information

Virtualization of Microsoft SharePoint Products and Technologies

Virtualization of Microsoft SharePoint Products and Technologies Virtualization of Microsoft SharePoint Products and Technologies Published: October, 2008 For the latest information about Microsoft Office, see http://www.microsoft.com/office and for SharePoint, see

More information

Chris Amaris, MCSE, CISSP. Alec Minty, MCSE. Rand Morimoto, Ph.D., MCITP. Technical Edit by Guy Yardeni TECHNISCHE FNFORMATIONSBIPLIOTHEK

Chris Amaris, MCSE, CISSP. Alec Minty, MCSE. Rand Morimoto, Ph.D., MCITP. Technical Edit by Guy Yardeni TECHNISCHE FNFORMATIONSBIPLIOTHEK Chris Amaris, MCSE, CISSP Tyson Kopczynski, ClSSi? GCIH Alec Minty, MCSE Rand Morimoto, Ph.D., MCITP Technical Edit by Guy Yardeni Microsoft" System Center /""X i nterprise Suite Ei TECHNISCHE FNFORMATIONSBIPLIOTHEK

More information

Course 20247: Configuring and Deploying a Private Cloud

Course 20247: Configuring and Deploying a Private Cloud Course 20247: Configuring and Deploying a Private Cloud Type:Course Audience(s):IT Professionals Technology:Microsoft System Center Level:300 This Revision:D Delivery method: Instructor-led (classroom)

More information

20247D: Configuring and Deploying a Private Cloud

20247D: Configuring and Deploying a Private Cloud 20247D: Configuring and Deploying a Private Course Details Course Code: Duration: Notes: 20247D 5 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options

Microsoft SharePoint 2010 on VMware Availability and Recovery Options. Microsoft SharePoint 2010 on VMware Availability and Recovery Options This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html. VMware

More information

Expert Reference Series of White Papers. Leveraging Microsoft s System Center 2012 Suite in the Private Cloud

Expert Reference Series of White Papers. Leveraging Microsoft s System Center 2012 Suite in the Private Cloud Expert Reference Series of White Papers Leveraging Microsoft s System Center 2012 Suite in the Private Cloud 1-800-COURSES www.globalknowledge.com Leveraging Microsoft s System Center 2012 Suite in the

More information

Deploying and Managing Microsoft System Center Virtual Machine Manager

Deploying and Managing Microsoft System Center Virtual Machine Manager Deploying and Managing Microsoft System Center Virtual Machine Manager Overview About this Course This three-day instructor-led course teaches students how to implement a Microsoft System Center Virtual

More information

10751-Configuring and Deploying a Private Cloud with System Center 2012

10751-Configuring and Deploying a Private Cloud with System Center 2012 Course Outline 10751-Configuring and Deploying a Private Cloud with System Center 2012 Duration: 5 days (30 hours) Target Audience: This course is intended for data center administrators who will be responsible

More information

VMware Virtual Infrastucture From the Virtualized to the Automated Data Center

VMware Virtual Infrastucture From the Virtualized to the Automated Data Center VMware Virtual Infrastucture From the Virtualized to the Automated Data Center Senior System Engineer VMware Inc. ngalante@vmware.com Agenda Vision VMware Enables Datacenter Automation VMware Solutions

More information

HYPER-V CLOUD DEPLOYMENT GUIDES MODULE 3: OPERATIONS

HYPER-V CLOUD DEPLOYMENT GUIDES MODULE 3: OPERATIONS HYPER-V CLOUD DEPLOYMENT GUIDES MODULE 3: OPERATIONS The Hyper-V Cloud Deployment Guides from Microsoft can help IT Pros by: Accelerating deployment by providing best practices for planning and delivering

More information

20409B: Server Virtualization with Windows Server Hyper-V and System Center

20409B: Server Virtualization with Windows Server Hyper-V and System Center 20409B: Server with Windows Server Hyper-V and System Center Course Details Course Code: Duration: Notes: 20409B 5 days Elements of this syllabus are subject to change. About this course This five day

More information

VMware vsphere 5.1 Advanced Administration

VMware vsphere 5.1 Advanced Administration Course ID VMW200 VMware vsphere 5.1 Advanced Administration Course Description This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter.

More information

70-246: Monitoring and Operating a Private Cloud with System Center 2012

70-246: Monitoring and Operating a Private Cloud with System Center 2012 70-246: Monitoring and Operating a Private Cloud with System Center 2012 Module 01 - System Center 2012 Lesson 1: What is System Center 2012? Suite of Components Operations Manager Configuration Manager

More information

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number

More information

Best Practices: Microsoft Private Cloud Implementation

Best Practices: Microsoft Private Cloud Implementation Best Practices: Microsoft Private Cloud Implementation Future Proof Your Business with Private Cloud Offerings Your customers are turning increasingly to virtualization as a way to cut costs and scale

More information

Betreibt viele der größten Rechenzentren, ermöglicht kleine Unternehmen auf der ganzen Welt, und bietet Unternehmen

Betreibt viele der größten Rechenzentren, ermöglicht kleine Unternehmen auf der ganzen Welt, und bietet Unternehmen Windows Server Betreibt viele der größten Rechenzentren, ermöglicht kleine Unternehmen auf der ganzen Welt, und bietet Unternehmen Mittelstand jeder Größe echten Mehrwert Große Unternehmen Kleine Unternehmen

More information

Security. Environments. Dave Shackleford. John Wiley &. Sons, Inc. s j}! '**»* t i j. l:i. in: i««;

Security. Environments. Dave Shackleford. John Wiley &. Sons, Inc. s j}! '**»* t i j. l:i. in: i««; Security N Environments '' J J H -. i ^ s j}! Dave Shackleford '**»* t i j i««; l:i in: John Wiley &. Sons, Inc. Contents Introduction.. : xix Chapter l Fundamentals of Virtualization Security Virtualization

More information

Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409

Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409 Server-Virtualisierung mit Windows Server Hyper-V und System Center MOC 20409 Course Outline Module 1: Evaluating the Environment for Virtualization This module provides an overview of Microsoft virtualization

More information

MCSE: Private Cloud Training Course (System Center 2012)

MCSE: Private Cloud Training Course (System Center 2012) MCSE: Private Cloud Training Course (System Center 2012) Microsoft Course 10751 (Exam 70-247) Prerequisites MCSA: Windows Server 2012 Microsoft Course 10751 Exam 70-247 At Course Completion Prerequisites

More information

Hyper-V Cloud Practice Builder. Disaster Recovery Using DPM 2010

Hyper-V Cloud Practice Builder. Disaster Recovery Using DPM 2010 Hyper-V Cloud Practice Builder Disaster Recovery Using DPM 2010 The Hyper-V Cloud Practice Builder from Microsoft Enterprise Services can help Microsoft partners by: Accelerating practice development by

More information

What s New with VMware Virtual Infrastructure

What s New with VMware Virtual Infrastructure What s New with VMware Virtual Infrastructure Virtualization: Industry-Standard Way of Computing Early Adoption Mainstreaming Standardization Test & Development Server Consolidation Infrastructure Management

More information

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization

Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Outline SSS6422 - Microsoft Windows Server 2008 Hyper-V Virtualization Duration: Three consecutive Saturdays About this Course This instructor led course teaches students how to implement and manage Windows

More information

Veeam ONE What s New in v9?

Veeam ONE What s New in v9? Veeam ONE What s New in v9? Veeam ONE is a powerful monitoring, reporting and capacity planning tool for the Veeam backup infrastructure, VMware vsphere and Microsoft Hyper-V. It helps enable Availability

More information

MS-10751: Configuring and Deploying a Private Cloud with System Center 2012. Required Exam(s) Course Objectives. Price. Duration. Methods of Delivery

MS-10751: Configuring and Deploying a Private Cloud with System Center 2012. Required Exam(s) Course Objectives. Price. Duration. Methods of Delivery MS-10751: Configuring and Deploying a Private Cloud with System Center 2012 This course teaches students how to design, install and configure a private cloud, including how to configure and deploy the

More information

Experience with Server Self Service Center (S3C)

Experience with Server Self Service Center (S3C) Experience with Server Self Service Center (S3C) Juraj Sucik, Sebastian Bukowiec IT Department, CERN, CH-1211 Genève 23, Switzerland E-mail: juraj.sucik@cern.ch, sebastian.bukowiec@cern.ch Abstract. CERN

More information

Course Outline. Create and configure virtual hard disks. Create and configure virtual machines. Install and import virtual machines.

Course Outline. Create and configure virtual hard disks. Create and configure virtual machines. Install and import virtual machines. Server Virtualization with Windows Server Hyper-V and System Centre Duration 5 days Course Code SSM20409 Format Instructor Led Overview This five day course will provide you with the knowledge and skills

More information

Protecting the Microsoft Data Center with NetBackup 7.6

Protecting the Microsoft Data Center with NetBackup 7.6 Protecting the Microsoft Data Center with NetBackup 7.6 Amit Sinha NetBackup Product Management 1 Major Components of a Microsoft Data Center Software Hardware Servers Disk Tape Networking Server OS Applications

More information

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware

Solution Brief Availability and Recovery Options: Microsoft Exchange Solutions on VMware Introduction By leveraging the inherent benefits of a virtualization based platform, a Microsoft Exchange Server 2007 deployment on VMware Infrastructure 3 offers a variety of availability and recovery

More information

Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning

Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning Course Outline: Course 6331: Deploying and Managing Microsoft System Center Virtual Machine Manager Learning Method: Instructor-led Classroom Learning Duration: 3.00 Day(s)/ 24 hrs Overview: This three-day

More information

MS-10215: Implementing and Managing Microsoft Server Virtualization. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery

MS-10215: Implementing and Managing Microsoft Server Virtualization. Course Objectives. Required Exam(s) Price. Duration. Methods of Delivery MS-10215: Implementing and Managing Microsoft Server Virtualization This five-day instructor led course will provide you with the knowledge and skills to deploy and manage a server virtualization environment

More information

VMware vsphere 5.0 Boot Camp

VMware vsphere 5.0 Boot Camp VMware vsphere 5.0 Boot Camp This powerful 5-day 10hr/day class is an intensive introduction to VMware vsphere 5.0 including VMware ESX 5.0 and vcenter. Assuming no prior virtualization experience, this

More information

HP Insight Control for Microsoft System Center integration overview

HP Insight Control for Microsoft System Center integration overview HP Insight Control for Microsoft System Center integration overview Integration note, 2 nd edition Introduction... 3 Integrating Insight Control with System Center... 3 Licensing... 5 Complementary functionality

More information

Mastering. Hyper-V" Deployment. Aidan Finn. Patrick Lownds

Mastering. Hyper-V Deployment. Aidan Finn. Patrick Lownds Mastering Hyper-V" Deployment Aidan Finn Patrick Lownds Contents Foreivord xxl Introduction xxln Part l Overview 1 Chapter l Proposing Virtualization 3 The Business Case 3 Line-of-Business Application

More information

How To Make A Cloud Based System A Successful Business Model

How To Make A Cloud Based System A Successful Business Model Virtualization in an automation perspective Torbjörn Turpeinen Senior Technical Sales Consultant 2010 Invensys. All Rights Reserved. The names, logos, and taglines identifying the products and services

More information

Windows Server 2012 授 權 說 明

Windows Server 2012 授 權 說 明 Windows Server 2012 授 權 說 明 PROCESSOR + CAL HA 功 能 相 同 的 記 憶 體 及 處 理 器 容 量 虛 擬 化 Windows Server 2008 R2 Datacenter Price: NTD173,720 (2 CPU) Packaging All features Unlimited virtual instances Per processor

More information

Cloud Optimize Your IT

Cloud Optimize Your IT Cloud Optimize Your IT Windows Server 2012 The information contained in this presentation relates to a pre-release product which may be substantially modified before it is commercially released. This pre-release

More information

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds.

Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid clouds. ENTERPRISE MONITORING & LIFECYCLE MANAGEMENT Unify IT Operations Enterprise IT is complex. Today, IT infrastructure spans the physical, the virtual and applications, and crosses public, private and hybrid

More information

IT Service Management with System Center Service Manager

IT Service Management with System Center Service Manager Course 10965B: IT Service Management with System Center Service Manager Page 1 of 9 IT Service Management with System Center Service Manager Course 10965B: 3 days; Instructor-Led Introduction This Three-day

More information

Implementing and Managing Windows Server 2008 Hyper-V

Implementing and Managing Windows Server 2008 Hyper-V Course 6422A: Implementing and Managing Windows Server 2008 Hyper-V Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology: Windows Server 2008 Type: Course Delivery Method:

More information

CA Cloud Overview Benefits of the Hyper-V Cloud

CA Cloud Overview Benefits of the Hyper-V Cloud Benefits of the Hyper-V Cloud For more information, please contact: Email: sales@canadianwebhosting.com Ph: 888-821-7888 Canadian Web Hosting (www.canadianwebhosting.com) is an independent company, hereinafter

More information

IT Service Management with System Center Service Manager

IT Service Management with System Center Service Manager 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com IT Service Management with System Center Service Manager

More information

Neverfail for Windows Applications June 2010

Neverfail for Windows Applications June 2010 Neverfail for Windows Applications June 2010 Neverfail, from Neverfail Ltd. (www.neverfailgroup.com), ensures continuity of user services provided by Microsoft Windows applications via data replication

More information

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191 Index A Active Directory Restore Mode (DSRM), 12 Application profile, 293 Availability sets configure possible and preferred owners, 282 283 creation, 279 281 guest cluster, 279 physical cluster, 279 virtual

More information

Microsoft Private Cloud

Microsoft Private Cloud Software Development & Education Center Microsoft Private Cloud Exam 70-410, Course 20410B Installing and Configuring Windows Server 2012 About this Course This course is part one of a three-part series

More information

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER

VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER VMWARE VSPHERE 5.0 WITH ESXI AND VCENTER CORPORATE COLLEGE SEMINAR SERIES Date: April 15-19 Presented by: Lone Star Corporate College Format: Location: Classroom instruction 8 a.m.-5 p.m. (five-day session)

More information

Server & Cloud Management

Server & Cloud Management Technical Bootcamp: The Cloud-enabled Datacenter with Windows Server 2012 and System Center 2012 This 3-day, instructor-led course will help you understand how to evolve a traditional datacenter configuration

More information

BUILT FOR THE FUTURE, READY NOW. Clouds. Microsoft Private Cloud: Evaluation Guide

BUILT FOR THE FUTURE, READY NOW. Clouds. Microsoft Private Cloud: Evaluation Guide BUILT FOR THE FUTURE, READY NOW. Clouds Microsoft Private Cloud: Evaluation Guide Copyright Information 2013 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and

More information

End to end application delivery & Citrix XenServer 5. John Glendenning Vice President Server Virtualization, EMEA

End to end application delivery & Citrix XenServer 5. John Glendenning Vice President Server Virtualization, EMEA End to end application delivery & Citrix XenServer 5 John Glendenning Vice President Server Virtualization, EMEA Businesses Run on Applications Users Apps 2 Users and Apps are Moving Further Apart Consolidation

More information

MS-10750: Monitoring and Operating a Private Cloud with System Center 2012. Required Exam(s) Course Objectives. Price. Duration. Methods of Delivery

MS-10750: Monitoring and Operating a Private Cloud with System Center 2012. Required Exam(s) Course Objectives. Price. Duration. Methods of Delivery MS-10750: Monitoring and Operating a Private Cloud with System Center 2012 This course describes the various components of System Center and how to deploy, monitor and manage a service and prepackaged

More information

Expert Reference Series of White Papers. Microsoft Service Manager Simplified

Expert Reference Series of White Papers. Microsoft Service Manager Simplified Expert Reference Series of White Papers Microsoft Service Manager Simplified info@globalknowledge.net www.globalknowledge.net Microsoft Service Manager Simplified Randy Muller, MCT, MCT Regional Lead,

More information

Planning and Designing Microsoft Virtualization Solutions

Planning and Designing Microsoft Virtualization Solutions Planning and Designing Microsoft Virtualization Solutions 50273: Planning and Designing Microsoft Virtualization Solutions (5 days) About this Course This five-day instructor-led course provides students

More information

Zerto Virtual Manager Administration Guide

Zerto Virtual Manager Administration Guide Zerto Virtual Manager Administration Guide AWS Environment ZVR-ADVA-4.0U2-01-23-07-15 Copyright 2015, Zerto Ltd. All rights reserved. Information in this document is subject to change without notice and

More information

NETAPP SYNCSORT INTEGRATED BACKUP. Technical Overview. Peter Eicher Syncsort Product Management

NETAPP SYNCSORT INTEGRATED BACKUP. Technical Overview. Peter Eicher Syncsort Product Management NETAPP SYNCSORT INTEGRATED BACKUP Technical Overview Peter Eicher Syncsort Product Management Current State of Data Protection Production Data Protection Storage Physical & VM App Servers Backup Servers

More information

How to Backup and Restore a VM using Veeam

How to Backup and Restore a VM using Veeam How to Backup and Restore a VM using Veeam Table of Contents Introduction... 3 Assumptions... 3 Add ESXi Server... 4 Backup a VM... 6 Restore Full VM... 12 Appendix A: Install Veeam Backup & Replication

More information

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Course 50400A: Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

NE-10750A Monitoring and Operating a Private Cloud with System Center 2012

NE-10750A Monitoring and Operating a Private Cloud with System Center 2012 NE-10750A and Operating a with System Center 2012 Summary Duration Vendor Audience 5 Days Microsoft IT Professionals Published Level Technology 16 June 2012 200 Microsoft System Center 2012 Delivery Method

More information

In addition to their professional experience, students who attend this training should have technical knowledge in the following areas.

In addition to their professional experience, students who attend this training should have technical knowledge in the following areas. 6422A - Implementing and Managing Windows Server 2008 Hyper-V Course Number: 6422A Course Length: 3 Days Course Overview This three-day instructor-led course teaches students how to implement and manage

More information

Veeam 74-409 Study Webinar Server Virtualization with Windows Server Hyper-V and System Center. Orin Thomas @orinthomas

Veeam 74-409 Study Webinar Server Virtualization with Windows Server Hyper-V and System Center. Orin Thomas @orinthomas Veeam 74-409 Study Webinar Server Virtualization with Windows Server Hyper-V and System Center Orin Thomas @orinthomas http://hyperv.veeam.com/ study-guide-microsoft-certification-exam-74-409-server-virtualization-windows-server-hyper-v-system-center-4202/

More information