How to Deploy the Operations Manager 2007 Operations Console Using the Command Line

You can use the following command-line example to deploy an Operations ManagerĀ 2007 Operations Console. The account used to run MOM.msi must have administrative privileges on the targeted computer. 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 Operations Console 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%\MOMUI_install.log ADDLOCAL=MOMUI ROOT_MANAGEMENT_SERVER_DNS=MS1.Domain1.net

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

    1. Installs all the Operations Console features of MOM.msi (ADDLOCAL= MOMUI).
    2. Sets the Root Management Server Domain Name System (DNS) name to MS1.Domain1.net (ROOT_MANAGEMENT_SERVER_DNS=MS1.Domain1.net).

See Also

Tasks

How to Deploy an Operations Manager 2007 Operations Console 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.