scom workarounds

5

Click here to load reader

Upload: helmut-hauser

Post on 01-Jun-2015

2.852 views

Category:

Documents


2 download

DESCRIPTION

A little help from your friends

TRANSCRIPT

Page 1: SCOM Workarounds

2012 SP1

Fixes and Workarounds

Content Fixes and Workarounds ........................................................................................................................... 1

UP1 ...................................................................................................................................................... 2

Data Base Sizing ................................................................................................................................... 2

Trial Version Workaround ................................................................................................................... 3

Page 2: SCOM Workarounds

UP1

First – Install the Update Rollup 1

http://support.microsoft.com/kb/2785682/en-us

Sidenote – You might install the Patches as local Administrator

Data Base Sizing

Fix the Database default size

Set DB values to e.g. factor 10 as the default values – otherwise the SCOM DB might fill up/crash

Page 3: SCOM Workarounds

Trial Version Workaround

You might encounter this one.

SCOM is installed with a valid SKU Product Key

SCOM is in eval mode

Page 4: SCOM Workarounds

Workaround:

http://support.microsoft.com/kb/2699998?wa=wsignin1.0

Powershell:

import-module operationsmanager

New-SCOMManagementGroupConnection)

Set-SCOMLicense -ProductId xxxxx-xxxxx-xxxxx-xxxxx-xxxxx

Get-SCOMManagementGroup | ft skuforlicense, version, timeofexpiration –a

REBOOT

Page 5: SCOM Workarounds

Voila – SCOM has left the evaluation version mode.