+ All Categories
Home > Documents > WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD...

WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD...

Date post: 23-Dec-2015
Category:
Upload: kristian-shelton
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
34
W M U G NL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP
Transcript
Page 1: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

W M U G NL

AutomationHow to make my IT life easier CHRISTOPHER KEYAERTCONSULTANT AT INOVATIVCLOUD AND DATACENTER MANAGEMENT MVP

Page 2: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

About Me

@KeyaertCChristopher KeyaertIT Consultant for INOVATIV

System Center Cloud and Datacenter Management

Page 3: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Agenda

AutomationOrchestratorService Management AutomationOrchestrator VS SMAConclusion

Page 4: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Automation

Page 5: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Process automation that simplifies cloud management

Integration Integrate into existing systems with PowerShell integration modulesBuild additional PS modules to enable integrating into other systems

OrchestrationAccelerate time to value with flexible process workflowsImprove service reliability across multiple tools, systems, and department silos

AutomationEnable Cloud providers to focus on work that adds business valueReduce error-prone manual activities while lowering costs

Optimize and extend existing investments

Deliver flexible and reliable services

Lower costs and improve predictability

Page 6: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Automation

Page 7: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Include the right people

You NEED to include people who understand process and technology

This is a strategic and tactical tool.

Examples of people to include…

Service Desk managerSystem Center technology leadIT Leadership

Including the right people = success

Page 8: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Decisions – Which process automate ?

What work process has the biggest payoff?

… will my customers notice the difference?

… how am I articulating the value?

Incident Management (symptom management)

Service Request Management (Move, Add, Change)

Change Management (IT Changes)

Risk and Compliance (Operations)

Page 9: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

PLAN TO TRANSFORM PROCESSES…

A great tool doesn’t make a bad process better…

Transform the processesWork it out in a worksheet ahead of timeLook at the end resultSet the vision

Page 10: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

OrchestratorSYSTEM CENTER ORCHESTRATOR 2012 R2

Page 11: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

What is Orchestrator

Automate processes in your data center, regardless of hardware or platform.Automate your IT operations and standardize best practices to improve operational efficiency.Connect different systems from different vendors without having to know how to use scripting and programming languages.

Page 12: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Orchestrator Architecture

Page 13: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Automation by Runbooks

Page 14: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Orchestrator - Demo

Page 15: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Service Management AutomationAKA SMA

Page 16: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

What is SMA ?

Run and manage runbooks to integrate, orchestrate, and automate IT business processes.

Set of tools that is integrated as the Automation extension in Windows Azure Pack for Windows Server.

Runbooks run on the Windows PowerShell workflow engine.

Page 17: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

SMA Components

Web service◦ Connects to Windows Azure Pack◦ Distributes runbook jobs to runbook workers◦ Supports HTTPS◦ Enables security group to control access

Runbook worker◦ Executes runbook jobs◦ Runs under a service account

PowerShell module◦ Enables Automation management by using Windows PowerShell cmdlets

Page 18: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

SMA Architecture

ODATA REST Web Service

Runbooks

Jobs

Modules & Activies

Submit requests

Return results

Http RequestHttp Response

Persist State

Pick up Jobs

SQL DatabaseRunbook Workers

Service Management Portal

• Authoring• Debugging• Operating

Service Management Portal

• Runbook service• PowerShell Modules

Runbook Workers

•REST oData web service•Authorizes users

Web Service

•Runbooks•Runbook Resources•Tracks runbook job state

SMA Database

Page 19: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Creation a SMA Runbook

Page 20: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Automation by Runbooks

Start-VMs-By-PriorityStart Get-Cloud-VMs Start-VMs End

Page 21: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Automation by Runbooks (2)

Page 22: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

SMA - Demo

Page 23: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Orchestrator VS SMA

Page 24: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Should I use Orchestrator or SMA?

ORCHESTRATOR

Automate business processes and IT operations in your data center without scripting or programming.

You can also use PowerShell cmdlets to run other System Center 2012 components/Cmdlets.

Let you use integration packs that are not covered by PowerShell. (Example : Leveraging Service Manager)

SMA

“new future way” of building Runbooks based on PowerShell Workflow.

Automate processes within the Windows Azure Pack. (Runbooks for tenants / admins)

Runs Windows PowerShell workflows, you can also use PowerShell cmdlets to run other System Center 2012 components/Cmdlets.

Provides 64bit support with PowerShell workflow

Page 25: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Orchestrator VS SMA

The death of Orchestrator has been greatly over exaggerated.They are definitely separate solutions in the same “ISO”.

Page 26: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Conclusion

Page 27: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Automation is Awesome !!

Including the right people = success

A great tool doesn’t make a bad process better

Page 28: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Phase and Manage scope

Don’t try to bite off the whole thing at onceSucceed end-to-end on each processList off features, move other features to next phasesSomething ALWAYS comes up… plan for thatDetermine your ROI for your requestsDeploy automations which benefit your business

Page 31: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Questions

Page 32: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Onze Sponsoren

Page 33: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Microsoft - Links

Download the Evaluation: Windows Server 2012 R2Download the Evaluation: Microsoft System Center 2012 R2Microsoft Virtual Academy

Page 34: WMU GNL Automation How to make my IT life easier CHRISTOPHER KEYAERT CONSULTANT AT INOVATIV CLOUD AND DATACENTER MANAGEMENT MVP.

Thank you !!!


Recommended