From MSDPMAgentInstall.LOG, deep in the middle of the file:
AddAuthorizedMachine method call successful
SetAgentConfig return code = 0x00000000
AddSecurityGroupsToAuthDB returned Error code = 0x00000000,
dpmserverAccount = fNtlmAuth =
AddSecurityGroupsToAuthDB returned Error code = 0x00000000,
dpmserverAccount = fNtlmAuth = [0]
ConfigureFirewall method return hr =0x80004005
1: __MSDPMSetupError 2: -2147467259 3: 880
DoMachineSpecificDPMConfiguration return code = 0x80004005
CustomAction
_DoMachineSpecificDPMConfiguration.88BD42D4_8EBE_4E98_B407_81775C1F7E9C
returned actual error code 1603 (note this may not be 100% accurate if
translation happened inside sandbox)
MSI (s) (08:70) [15:45:39:089]: User policy value 'DisableRollback' is 0
MSI (s) (08:70) [15:45:39:089]: Machine policy value 'DisableRollback' is 0
Action ended 15:45:39: InstallExecute. Return value 3.
I tried the step 1 suggested by Venkata Praveen of "netsh firewall set opmode
mode=disable", but that makes no difference.
I'm guessing that somehow there's a lack of privilege for being able to
alter the firewall settings on the domain controller, but I'm running this
command logged in as the domain administrator.
Suggestions?
netsh advfirewall firewall set rule group="@FirewallAPI.dll,-29502" new
enable=yes
netsh advfirewall firewall set rule group="@FirewallAPI.dll,-34251" new
enable=yes
netsh advfirewall firewall add rule name=dpmra dir=in
program="%PROGRAMFILES%\Microsoft Data Protection Manager\DPM\bin\DPMRA.exe"
profile=Any action=allow
Thanks for your feedback.
--
This posting is provided “AS IS” with no warranties, and confers no rights
"cbf" <c...@discussions.microsoft.com> wrote in message
news:E4BCC415-FE38-4991...@microsoft.com...
Here are the results of running the netsh commands you requested:
C:\Program Files\Microsoft Data Protection Manager>netsh advfirewall
firewall set rule group="@FirewallAPI.dll,-29502" new enable=yes
Updated 3 rule(s).
Ok.
C:\Program Files\Microsoft Data Protection Manager>netsh advfirewall
firewall set rule group="@FirewallAPI.dll,-34251" new enable=yes
No rules match the specified criteria.
C:\Program Files\Microsoft Data Protection Manager>netsh advfirewall
firewall add rule name=dpmra dir=in program="%PROGRAMFILES%\Microsoft Data
Protection Manager\DPM\bin\DPMRA.exe" profile=Any action=allow
Ok.
"Chandraneel Chakka[MSFT]" <chan...@online.microsoft.com> wrote in message
news:05882D1C-38C5-4111...@microsoft.com...
Thanks,
Praveen D [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Charles Frankston" <cbf.micros...@cimetrics.com> wrote in message
news:F2CBEA88-069F-43AF...@microsoft.com...
I am experiencing exactly the same issues attempting to install the DPM 2010
agent on Windows 2008R2 servers. In my case it is not restricted to domain
controllers.
The MSDPMAgentInstall.log file shows:
ConfigureFirewall method return hr =0x80004005
1: __MSDPMSetupError 2: -2147467259 3: 880
DoMachineSpecificDPMConfiguration return code = 0x80004005
CustomAction
_DoMachineSpecificDPMConfiguration.88BD42D4_8EBE_4E98_B407_81775C1F7E9C
returned actual error code 1603 (note this may not be 100% accurate if
translation happened inside sandbox)
The result from cmdline attempt at changing firewall rules:
"No rules match the specified criteria" when changing -34251
You mention using SCW to add a firewall rule for WMI, but this process is
unclear to me. Could you kindly elaborate on this advice so that I can
understand exactly what is required.
Kind regards
Chris.