1 / 18

Kåre Rude Andersen

Kåre Rude Andersen. The Successful Implementation SCOM 2012. Who am I. Kåre Rude Andersen Profession Chief SCOM Architect & Co-founder of Coretech Coretech A/S, System Center Gold Partner Work as consultant and trainer Titles Microsoft Certified Trainer MCITP Enterprise Administrator

schwarz
Download Presentation

Kåre Rude Andersen

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Kåre Rude Andersen • The Successful Implementation • SCOM 2012

  2. Who am I • Kåre Rude Andersen • Profession • Chief SCOM Architect & Co-founder of Coretech • Coretech A/S, System Center Gold Partner • Work as consultant and trainer • Titles • Microsoft Certified Trainer • MCITP Enterprise Administrator • Communities • Member of the System Center Alliance Team • Member of the System Center Influencers Team • Author • Mastering Operations Manager 2012 • Advanced Operations Manager 2012

  3. Other Operations Manager Sessions • Thu 12:45 – New Tools and Fun Stuff (Room 3)

  4. Agenda • Present your service • Its installed but not implemented • Where are you? • Keep It Simple but not Stupid • High Availability on all levels • Directly Or’chestrator

  5. Present your service • Clear Goal • Please marketing yourself • Are your users aware of your fantastic work • Whats normal • Service catalogue

  6. Its installed but not implemented • System Center Service Manager • Find and reserved the Time Hours=(1h*#Agents*#MP)*0,2 • Involve the whole IT Service department ITK • Implement Intelligens

  7. Its installed but not implemented

  8. Its Installed and Implemented

  9. DEMO • Alerts and Healths 9

  10. Where are you? • VI + VS + PC + PD = PM (Patch Management)

  11. Keep it Simple but not stupid • Silverlight Console • Microsoft Visio • Views / Widgets • Sharepoint • Live Maps from Savision • Vital Signs

  12. DEMO • Widgets • GSM Global Service Monitor • Visio 12

  13. High Availability on all levels • Management Servers • Resource Pools • NLB • SQL Always On group

  14. Directly Or’chestrator! • Orchestrator Runbooks • Initiate from Console • Activity from Orchestrator • Simple Powershell to change Resolution State

  15. Sample Powershell to change Resolution State Import-Module OperationsManager $Alerts = get-scomalert -ResolutionState 0 if ($Alerts) { foreach($Alert in $Alerts) { $newState = $null switch -wildcard ($Alert.Description) { "*Active directory*“ { $newState = 10 } "*Exchange*" { $newState = 20 } "*DNS*" { $newState = 30 } "*Cisco*" { $newState = 100 } } switch -wildcard ($Alert.Name) { "Cannot start SQL Server Service Broker on Database" { $newState = 40 } "Machine account policy failure - Active Directory GPO lookup failure" { $newState = 10 } } if($newState -ne $null) { $Alert.ResolutionState = $newState $Alert.Update(“Resolution State changed automatically by the notificator”) } } }

  16. Goodies SQL: 80 Read, 20% write Virtual Please A lot of small writes to the local disk 64 Bit <5 ms latency between Management Servers in a Resource pool Regional Settings Forget Alerts (The first week) Low Bandwith = Gateway Server, now even better (Batch) Documentation Always have one server as a failover server SQL Temp DB, 8 GB data and 2 GB Log Naming Conventions

  17. Other Operations Manager Sessions • Thu 12:45 – New Tools and Fun Stuff (Room 3)

  18. Please send me questions <smtp>kra@coretech.dk</smtp> <blog>blog.coretech.dk/kra</blog> <twitter>@kracoretech</twitter>

More Related