Install a gateway server

Important

This version of Operations Manager has reached the end of support. We recommend you to upgrade to Operations Manager 2022.

Gateway servers are typically used to enable monitoring of client computers that are outside the Kerberos trust boundary of management groups. However, they can also be used within the same domain if there are needs to split up the environment due to network segmentation, or to have "far away" agents connect to the management group.

Agents communicate directly with the gateway server, and the gateway server communicates with one or more management servers. Multiple gateway servers can be placed in a single domain so that the agents can fail over from one to the other if they lose communication with their primary gateway. Similarly, a single gateway server can be configured to fail over between management servers so that no single point of failure exists in the communication chain. The gateway server acts as a proxy for agent-to-management server communication, enabling only one port to be opened between networks in place of many. Certificates must be used to establish each computer's identity when outside the Kerberos trust boundary. Without certificates, the systems might connect, but refuse to communicate due to being unable to authenticate the connection.

Before continuing, ensure that your server meets the minimum system requirements for System Center - Operations Manager. For more information, see System Requirements for System Center Operations Manager.

Note

If your security policies restrict TLS 1.0 and 1.1, installing a new Operations Manager 2016 gateway server role will fail because the setup media doesn't include the updates to support TLS 1.2. The only way you can install this role is by enabling TLS 1.0 on the system, apply Update Rollup 4, and then enable TLS 1.2 on the system. This limitation doesn't apply to Operations Manager version 1801.

Prerequisites

There are three major things that we need to have ready and in place before proceeding with the gateway role installation in a standard scenario:

  1. Certificates need to be generated for the gateway and management server(s) and installed into the certificate stores.
    • If the gateway and client servers are being used in a Workgroup scenario, then the clients also need certificates.
  2. The intended gateway server needs to be "Approved" to be a gateway within the management group before installation.
  3. Port 5723 must be opened between the gateway and management server as defined in the guide here: Configuring a Firewall for Operations Manager

Certificates and Name resolution

  1. Deployment of gateway servers in domains without a two-way transitive trust, or in a workgroup, requires the use of certificates for authentication. The primary and failover management servers need one in addition to the gateway that is connecting to them. These certificates can come from a Microsoft Certificate Services CA, or a third-party CA, if configured correctly for Operations Manager. If you need assistance with creating these certificates, use the guide here: Obtain a certificate for use with Windows Servers and System Center Operations Manager

    Note

    • Gateway servers that are in the same domain or in a shared trust boundary as the management group do not require certificates.
    • If the gateway and agents are in a workgroup, then we will need certificates for each management server, gateway, and client computer that will be monitored as there is no domain within a workgroup to faciliate authentication of systems.
  2. Reliable name resolution must exist between the agent-managed computers and the gateway server, and between the gateway server and the management server. This name resolution is typically done through DNS. However, if it isn't possible to get proper name resolution through DNS, it might be necessary to manually create entries in each computer's hosts file.

    Important

    Forward and reverse name resolutions are checked before authentication will pass between servers. If we receive a different hostname or FQDN when checking the IP Address, then authentication will fail.

    Tip

    The hosts file is located in the %SystemRoot%\system32\drivers\etc directory, and it contains the directions for configuration. This must be edited in a Notepad or other application run as an Administrator.

Register the gateway with the management group

To prevent later issues, it's important to register and approve the intended gateway machine as a gateway before installation, otherwise we run the risk of the gateway being picked up as an agent.

These steps are to be performed from a management server, preferably your primary or "RMSE" server.

  1. There's an executable included with the Operations Manager installation media called "Microsoft.EnterpriseManagement.GatewayApprovalTool.exe," which can be found in the install media under ..\SupportTools\amd64\.

  2. Once located, copy this executable and the configuration file with the same name to the installation path under: %ProgramFiles%\Microsoft System Center\Operations Manager\Server

  3. Open a Command Prompt as an administrator and navigate to the Operations Manager installation directory. (ex. cd %ProgramFiles%\Microsoft System Center\Operations Manager\Server)

  4. Use the following command to register the intended gateway as a gateway ensure to replace the server names with your own:

    Microsoft.EnterpriseManagement.GatewayApprovalTool.exe /ManagementServerName=MS01.contoso.com /GatewayName=GW01.dmz.contoso.com /Action=Create
    

    Note

    If you want to prevent the gateway server from initiating communication with a management server, include the /ManagementServerInitiatesConnection=True parameter as used in the following command. Otherwise by default communication will initiate from the gateway itself. This is helpful if you want to prevent any inbound access to the primary domain from the network where the gateway resides.

    Microsoft.EnterpriseManagement.GatewayApprovalTool.exe /ManagementServerName=MS01.contoso.com /GatewayName=GW01.dmz.contoso.com /ManagementServerInitiatesConnection=True /Action=Create
    
  5. If the approval is successful, the message The approval of server <GatewayFQDN> completed successfully. is returned.

  6. If you need to remove the gateway server from the management group, run the same command, but substitute /Action=Create for the /Action=Delete flag.

  7. Open the Operations console to the Monitoring view. Select the Discovered Inventory view to see that the gateway server is present. It should also be viewable under Administration > Device Management > Management Servers.

Installation process

Once the intended gateway server is registered with the management group, it's time to install the role on the new gateway.

Note

An installation will fail when starting Windows Installer (for example, installing a gateway server by double-clicking MOMGateway.msi) if the local security policy "User Account Control: Run all administrators in Admin Approval Mode" is enabled.

Tip

If you experience issues during installation, the logs are located here: %LocalAppData%\SCOM\Logs

Follow these steps to install the gateway server:

  1. Sign into the gateway server with Administrator rights.
  2. From the Operations Manager installation media, start Setup.exe.
  3. In the Install area, select the Gateway management server link (not the large "Install" link, towards the bottom of the window).
  4. On the Welcome screen, select Next.
  5. On the Destination Folder page, accept the default, or select Change to select a different installation directory, and select Next.
  6. On the Management Group Configuration page, enter the target management group name in the Management Group Name field, enter the target management server name in the Management Server field, check that the Management Server Port field is 5723, and select Next.
  7. On the Gateway Action Account page, select the Local System account option, unless you're using a domain-based or local computer-based gateway Action account. Select Next.
  8. On the Microsoft Update page, optionally indicate if you want to use Microsoft Update, and select Next. (Typically this selection should be No.)
  9. On the Ready to Install page, select Install.
  10. On the Completing page, select Finish.

Import certificates with the MOMCertImport.exe tool

Perform this operation on each gateway and management server, along with any client computers that are to be agent managed in a workgroup.

  1. Ensure the certificates are installed before continuing
  2. Locate the MOMCertImport.exe file located in the installation media under ..\SupportTools\amd64\
  3. Copy this file to the root directory of the target server or to the Operations Manager installation directory
    • For example: %ProgramFiles%\Microsoft System Center\Operations Manager\Server).
  4. Open a Command Prompt as an administrator, and change the directory to the directory where MOMCertImport.exe is.
    • For example: cd %ProgramFiles%\Microsoft System Center\Operations Manager\Server
  5. Then run the command MOMCertImport.exe /SubjectName subjectNameFQDN, where "subjectNameFQDN" is the defined subject on the certificate.
    • You can also run MOMCertImport.exe without any arguments to allow you to choose a certificate from a pop-up window that shows the certificates in the Local Machine Personal Store.
  6. If successful, the Microsoft Monitoring Agent service is restarted and eventID 20053 is logged to the Operations Manager event log. If this eventID isn't present, observe the details of one of these IDs for any issues and make corrections accordingly: 20049,20050,20052,20066,20069,20077

Tip

Once the certificate is successfully imported, you can see a mirrored version of the thumbprint in the registry here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\MachineSettings\ChannelCertificateSerialNumber

Configure gateway servers for failover between management servers

By default, gateway servers only communicate with one management server, their primary. If this connection is lost, the gateway and any attached agents show as grey in the console and not be monitored. If you have multiple management servers, we can prevent this issue by configuring management servers that the gateway can fail over to until the primary is available again. To configure a failover:

We're using the Set-SCOMParentManagementServer cmdlet in the Operations Manager shell, as shown in the following example, to configure a gateway server to fail over to multiple management servers. The commands can be run from any Command Shell in the management group.

  1. Sign into a management server using an account that is a member of the Operations Manager Administrators role.

  2. From the Start Menu, run the Operations Manager Shell under the "Microsoft System Center" folder.

  3. In the console, run the following commands:

    $GatewayServer = Get-SCOMGatewayManagementServer -Name "GW01.dmz.contoso.com"
    $FailoverServer = Get-SCOMManagementServer -Name "MS02.Contoso.com","MS03.Contoso.com"
    Set-SCOMParentManagementServer -GatewayServer $GatewayServer -FailoverServer $FailoverServer
    

    Note

    You cannot set a failover server to be the same as the primary server without changing the primary at the same time, or first. If you want to change the primary and set it to a secondary, use the following commands:

    $GatewayServer = Get-SCOMGatewayManagementServer -Name "GW01.dmz.contoso.com"
    $PrimaryServer = Get-SCOMManagementServer -Name "MS02.Contoso.com"
    $FailoverServer = Get-SCOMManagementServer -Name "MS01.Contoso.com","MS03.Contoso.com"
    Set-SCOMParentManagementServer -GatewayServer $GatewayServer -PrimaryServer $PrimaryServer -FailoverServer $FailoverServer
    

Chain multiple gateway servers

While uncommon, it's sometimes necessary to chain multiple gateways together in order to monitor across multiple untrusted boundaries. This section describes how to chain multiple gateways together.

Note

  • You should install one gateway at a time, and verify that each newly installed gateway is configured correctly and showing as healthy in the SCOM console before adding another gateway in the chain.
  • When you add the gateways end of chain to the same resource pool, don't configure failover to the other chain by using the Set-SCOMParentManagementServer command. In such a scenario, the pool doesn't work as expected. For failover configuration and the resource pool to function together, the gateway end of the chain should have the same parent.

To configure a gateway chain, we utilize the Microsoft.EnterpriseManagement.GatewayApprovalTool.exe tool just as we did for the initial gateway server. However, this time we need to set the "ManagementServerName" as the upstream gateway server in the chain. For example, if GW02 is going to connect to GW01, then GW01 is the "ManagementServer" in this scenario.

  1. Sign onto one of your management servers that has the GatewayApprovalTool set up already.

  2. Open a Command Prompt as an administrator and navigate to the directory where the tool is saved

  3. Then run the below command to approve the downstream gateway server, ensuring to replace the server names with your own:

    Microsoft.EnterpriseManagement.GatewayApprovalTool.exe /ManagementServerName=GW01.dmz.contoso.com /GatewayName=GW02.dmz.contoso.com /Action=Create
    
  4. Install the gateway role on a new server.

  5. Configure the certificates between GW01 and GW02 in the same way that you would configure certificates between a gateway and a management server. The Health Service can only load and use a single certificate. Therefore, the same certificate is used by the parent and child of the gateway in the chain.

Next steps

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.