Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
After you install System Center Operations Manager, you can install the operations console on other servers and computers. For example, you might want to view monitoring data from your desktop computer.
Prerequisites
Ensure that the computer that will host the operations console meets the minimum system requirements.
Note
We recommend that you don't use the NT Authority\SYSTEM user for the installation of System Center Operations Manager.
Installer validation (recommended)
After you download the installation media (.zip), we recommend verifying that the file isn't corrupted. Following is the checksum for the file:
EAB2EB4A877857E44420759512682A153AFBBD80A169752CCD9B0DB8A9C0D1C2
77E84740E2D7BD893227627616CC048B5BC1EF939F734D326EB654CADE8E5C0C
5562D148315D8208F15CACE00F33C6A9820AF1EA3CAAA9CD2144973B4548B8C9
To verify its authenticity, perform checksum validation on your computer by running the following PowerShell snippet:
$expectedChecksum = "ENTER_EXPECTED_HASH_HERE"
$zipFilePath = "ENTER_ZIP_Path\<product>_<version>.zip"
$expectedChecksum -eq (Get-FileHash -Path $zipFilePath -Algorithm SHA256).Hash
When validation passes, True is printed. If False is printed, the downloaded file isn't valid and you need to download it again.
Install the operations console
Sign in to the computer that will host the operations console. Use an account that has local administrative credentials.
On the Operations Manager installation media, run Setup.exe, and then select Install.
On the Getting Started > Select features to install page, select Operations console. To read more about what each feature provides and its requirements, select Expand all (or expand the button next to each feature). Then select Next.
On the Getting Started > Select installation location page, accept the default location. Or you can enter a new location or browse to one. Then select Next.
On the Prerequisites page, review and address any warnings or errors that the prerequisites checker returns. Then select Verify Prerequisites Again.
If the prerequisites checker returns no warnings or errors, the Prerequisites > Proceed with Setup page appears. Select Next.
On the Configuration > Help improve System Center - Operations Manager page, select your options. Then select Next.
If Windows Update isn't enabled on the computer, the Configuration, Microsoft Update page appears. Select your options, and then select Next.
Review the options on the Configuration > Installation Summary page, and then select Install.
When Setup finishes, the Setup is complete page appears. Select Close. The operations console then opens.
In the operations console, on the Connect to Server page, fill in the Server name box. Enter the name of the first management server in which you installed in the management group. Then select Connect.
Important
If you plan to edit company knowledge on this computer, you also have to install the Microsoft Visual Studio 2010 Tools for Office Runtime.
You can't edit company knowledge by using the x64 version of Microsoft Word 2010. You must install the x86 version of Microsoft Office 2010 or an earlier version.
Install the operations console from the command prompt
Sign in to the server by using an account that has local administrative credentials.
Open the Command Prompt window by using the Run as Administrator option.
Change the path to where the Operations Manager Setup.exe file is located, and then run the following command:
setup.exe /silent /install /components:OMConsole /EnableErrorReporting:[Never|Queued|Always] /SendCEIPReports:[0|1] /UseMicrosoftUpdate: [0|1] /AcceptEndUserLicenseAgreement:[0|1]
Related content
- To understand the sequence and steps for installing the Operations Manager server roles across multiple servers in your management group, see Distributed deployment of Operations Manager.