You can use the following command-line example to deploy an Operations Manager 2007 management server. The account used to run MOM.msi must have administrative privileges on the targeted computer. This account must also have database owner privileges on the Operations Manager 2007 database. For the list of MOM.msi custom public properties, see Operations Manager 2007 R2 Reference.

The Operations Manager 2007 database for the management group must be deployed prior to deploying the first management server for the management group. For more information about deploying an Operations Manager database, see How to Deploy the Operations Manager 2007 Database Using the Command Line.

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

To deploy an Operations Manager 2007 management server 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%\MOMServer_install.log ADDLOCAL=MOMServer USE_SETTINGS_FROM_AD=0 MANAGEMENT_GROUP=MG1 MOM_DB_SERVER=ODB1\Instance1 ACTIONS_USE_COMPUTER_ACCOUNT=0 ACTIONSUSER=MOMActionAct ACTIONSDOMAIN=Domain1 ACTIONSPASSWORD=AAPwd#01 SDK_USE_COMPUTER_ACCOUNT=0 SDK_ACCOUNT=MOMSDKAct SDK_DOMAIN=Domain1 SDK_PASSWORD=SDKPwd#01

  3. The preceding command-line example does the following:

    1. Installs all features of MOM.msi (ADDLOCAL=MOMServer).

    2. Gets management group settings from properties set on the command line (USE_SETTINGS_FROM_AD=0).

    3. Sets the management group name to MG1 (MANAGEMENT_GROUP=MG1).

    4. Sets the Operations Manager database server and instance name to ODB1\Instance1 (MOM_DB_SERVER=ODB1\Instance1).

    5. Sets the Action Account name, password, and domain (ACTIONS_USE_COMPUTER_ACCOUNT=0 ACTIONSUSER=MOMActionAct ACTIONSDOMAIN=Domain1 ACTIONSPASSWORD=AAPwd#01).

    6. Sets the SDK Account name, password, and domain (SDK_USE_COMPUTER_ACCOUNT=0 SDK_ACCOUNT=MOMSDKAct SDK_DOMAIN=Domain1 SDK_PASSWORD=SDKPwd#01).

See Also


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