Enable ACS Forwarding on a System Center Operations Manager RMS or Management Server

Published:
Updated:
Below is a quick and dirty procedure to install and enable ACS Forwarding on a System Center Operations Manager RMS or Management Server.


1. Copy adtagent.exe to C:\windows\system32


2. Run command adtagent -install


3. Edit HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\AdtAgent\Parameters


    a. Ensure/Add DWORD key EventlogLoggingLevel is set to 2


    b. Add DWORD key LocalConfig and set to 2


    c. Add DWORD key NoCache and set to 2


    d. Add Multi-String Value key AdtServers and enter name of the collector to


    forward to.


4. In Services CP, set Operations Manager Audit Forwarding Service to Automatic and start.


5. Verify by running SELECT * FROM dbo.dtMachine on the OperationsManagerAC database and finding the management server name. Could also run SELECT * FROM dbo.dtMachine WHERE Description = 'DOMAINNAMEHERE\MACHINENAMEHERE$'
1
6,667 Views

Comments (1)

CERTIFIED EXPERT

Commented:
There is a procedure to enable ACS Forwarding from the OpsMgr console. Even you can't do it from the console and enable it from the client locally, I don't recommend doing this manually by playing with the registry. Microsoft has tools to do this operation. This is not a supported method.

Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.