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 R2 Reference.

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 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


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