How to Deploy an Operations Manager 2007 Management Group on a Single Computer Using the Command Line

You can use the following command-line example to deploy, on the same computer, the Operations Manager 2007 server components required for a Management Group, which are the Operations Manager database, Management Server, and the Operations Console. The account used to run MOM.msi must have administrative privileges on the targeted computer. This account must also have system administrator privileges on the instance of SQL Server that will host the Operations Manager 2007 database. For the list of MOM.msi custom public properties, see Operations Manager 2007 Reference.

Important

Microsoft Windows Installer public properties must be uppercase, such as PROPERTY=value. For more information about Windows Installer, see https://go.microsoft.com/fwlink/?LinkId=70004.

To deploy the Operations Manager 2007 server components required for a Management Group on a single computer using the command line

  1. Open the command window.

  2. At the prompt, for example, type the following:

    %WinDir%\System32\msiexec.exe /i <path>\MOM.msi /qn /l*v %Temp%\OM2007_Install.log MANAGEMENT_GROUP=MG1 ADMIN_ROLE_GROUP="Administrators" SQLSVR_INSTANCE="MS1\Instance1" DB_SIZE=500 ACTIONS_USE_COMPUTER_ACCOUNT=0 ACTIONSUSER=ActionAcct ACTIONSDOMAIN=Domain1 ACTIONSPASSWORD=ActionPwd#01 MOM_DB_SERVER=DBMachineName.Domain1.net\InstanceName SDK_USE_COMPUTER_ACCOUNT=0 SDK_ACCOUNT=SDKAcct SDK_DOMAIN=Domain1 SDK_PASSWORD=SDKPwd#01

    The preceding command-line example does the following:

    1. Sets the Management Group name to MG1 (MANAGEMENT_GROUP=MG1). This name will be displayed in the Title bar of the Operations Console.
    2. Sets the Operations Manager Administrators role to Administrators (ADMIN_ROLE_GROUP=“Administrators”).
    3. Sets the SQL Server instance for the Operations Manager database to MS1\Instance1 (SQLSVR_INSTANCE=MS1\Instance1).
    4. Sets the Operations Manager database size to 500 MB (DB_SIZE=500).
    5. Sets the Action Account name, password, and domain (ACTIONS_USE_COMPUTER_ACCOUNT=0 ACTIONSUSER=ActionAcct ACTIONSDOMAIN=Domain1 ACTIONSPASSWORD=ActionPwd#01)
    6. Sets the Operations Manager database server to DBMachineName.Domain1.net\InstanceName (MOM_DB_SERVER=DBMachineName.Domain1.net\InstanceName).
    7. Sets the SDK Account name, password, and domain (SDK_USE_COMPUTER_ACCOUNT=0 SDK_ACCOUNT=SDKAcct SDK_DOMAIN=Domain1 SDK_PASSWORD=SDKPwd#01).

See Also

Tasks

How to Deploy an Operations Manager 2007 Management Group on a Single Computer Using the Setup Wizard

Concepts

About Deploying Operations Manager 2007
About Operations Manager 2007

Other Resources

Operations Manager 2007 Reference

Did you find this information useful? Please send your suggestions and comments about the documentation.