target management server
Hello, How to know the target management server of the gateway server in scom 2007 r2. I am in the progress of deploying gateway server. http://technet.microsoft.com/en-us/library/bb432149.aspx I found there are two place to use the target managment server: 1. running the approval command: Microsoft.EnterpriseManagement.gatewayApprovalTool.exe /ManagementServerName=<managementserverFQDN> /GatewayName=<GatewayFQDN> /Action=Create 2. Install the gw server: On the Management Group Configuration page, type the targeted management group name in the Management Group Name box, type the targeted management server name in the Management Server box, check that the Management Server Port box is 5723, and then click Next. This port can be changed if you have enabled a different port for management server communication in the Operations console. What's the relationship between them? what are they used for? Best regards, Lester Chen
May 23rd, 2012 5:37am

Hello, A gateway server must communicate to a managementserver. It can have primary and secondary MS, like an agent. The communication is on one port only, which make is easy to setup through a firewall. For the agents outside the gateway server acts like an MS. The gateway can hold the certificate for communicating to SCOM from other domains. Regards,
Free Windows Admin Tool Kit Click here and download it now
May 23rd, 2012 8:53am

The gateway server acts as a concentration point for agent-to-management server communication. It should be communicate with Management server whether it is primary or secondary ones. SCOM Management server uses port 5723, by default, to communicate between agent and gateway server. For detail please click the link: http://bradstechblog.com/scom/deploying-scom-gateway-server Roger
May 23rd, 2012 9:40am

Hello, I would like to know how can i find which management server does gateway server communicate to? Further, May i know if management server communicate with operationdatabase and report warehoust database, or just root management server communicate with database? Best regards, Lester Chen
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 4:36am

Hello, You can check the gateway connection in Opsmgr powershell... get-gatewaymanagementserver|ft -a name,@{l="primary";e={$_.getprimarymanagementserver()|foreach{$_.name}}},@{l="secondary";e={$_.getfailovermanagementservers()|foreach{$_.name}}} Regards,
May 24th, 2012 4:44am

Hi Management Servers communicate with the databases, not just the RMS. http://blogs.technet.com/b/momteam/archive/2007/10/30/event-alerts-perf-data-flow-in-opsmgr-2007.aspx Some data is synchronised between the databases by the RMS: http://blogs.technet.com/b/jonathanalmquist/archive/2010/01/24/how-and-when-is-data-written-or-synchronized-to-the-data-warehouse.aspx This url - http://technet.microsoft.com/en-us/library/cc540382.aspx - gives details on how to set the management server that the gateway uses (usng powershell). Cheers GrahamRegards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 4:45am

Hello, You can check the gateway connection in Opsmgr powershell... get-gatewaymanagementserver|ft -a name,@{l="primary";e={$_.getprimarymanagementserver()|foreach{$_.name}}},@{l="secondary";e={$_.getfailovermanagementservers()|foreach{$_.name}}} Regards,
May 24th, 2012 4:53am

Hi Management Servers communicate with the databases, not just the RMS. http://blogs.technet.com/b/momteam/archive/2007/10/30/event-alerts-perf-data-flow-in-opsmgr-2007.aspx Some data is synchronised between the databases by the RMS: http://blogs.technet.com/b/jonathanalmquist/archive/2010/01/24/how-and-when-is-data-written-or-synchronized-to-the-data-warehouse.aspx This url - http://technet.microsoft.com/en-us/library/cc540382.aspx - gives details on how to set the management server that the gateway uses (usng powershell). Cheers GrahamRegards Graham New System Center 2012 Blog! - http://www.systemcentersolutions.co.uk View OpsMgr tips and tricks at http://systemcentersolutions.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2012 4:54am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics