IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    [转]Installing the License Key for SCOM 2012

    xuhuojun发表于 2016-03-15 15:04:04
    love 0

    Overview

    After having searched in several locations for instructions on how to install the License Key for SCOM 2012, I decided to put it all together to hopefully save other individuals time and frustration.

    Prerequisites

    Before running the following commands below, make sure that you are logged in with a Service Account that has Local Administrative Rights to the SCOM Database Server. If you try and use an account without these rights, the Cmdlet used below will hang and your License will not be updated!

    Please also note that this process DOES NOT have to be run on either the SCOM Database Server or the SCOM Data Warehouse Server.

    Standard Directions

    Login to each Management Server in your SCOM Environment and do the following:

    Go to Start –> Program Files –> Microsoft System Center 2012 –> Operations Manager Shell.

    In the Operations Manager Shell run the following command:

    1
    Set-SCOMLicense -ProductId "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

    You should get back the following:

    1
    2
    3
    4
    Confirm
    Are you sure you want to perform this action?
    Performing operation "Set-SCOMLicense" on Target "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX".
    [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):

    Choose option Y as you are running this on each Management Server. After a few seconds the process should complete and a new blank prompt line will appear.

    Side Note: You need to Import the OperationsManager Module before running the cmdlet above if you are running from a standard PowerShell Prompt:

    Import-Module OperationsManager

    Next, Restart the following Services on the Management Server:

    1
    2
    3
    System Center Management
    System Center Management Configuration
    System Center Data Access Service

    Alternatively, you can Restart the Management Server.

    Verify the License Key is Installed

    Log back into the Management Server and launch the Operations Manager Console

    Go to Help and click on About

    Next to the Version information, it should now say (Retail), whereas before it said (Eval).

    Note that it is fine if the Product ID: section is blank.

    Additional Documentation

    http://support.microsoft.com/kb/2699998

    http://www.systemcentercentral.com/Forums/tabid/60/categoryid/4/indexid/94943/Default.aspx

    http://kevingreeneitblog.blogspot.com/2012/07/scom-2012-deploying-cumulative-update.html

    http://www.microsoft.com/en-us/download/details.aspx?id=30421



沪ICP备19023445号-2号
友情链接