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
Open the command window.
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
The preceding command-line example does the following:
- Installs all the Operations Console features of MOM.msi (ADDLOCAL= MOMUI).
- 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