I have finally gotten the SCOM MP installed and running after fixing the DCOM issue which is referenced in the Orion documentation and not the MP Config doc. Events are rolling and we are needing to do changes to via the Orion Management Pack Configuration wizard (OMPCW) to remove/ add more devices for management.
We are running SCOM 2007 r2 on Server 2008. Orion is up to the latest rev, SW MP ver is 1.1
After the initial install I noticed that it places the config.xml file in a windows protected folder on c:\ProgramData. I ran the OMPCW to make the changes and it replaced the config.xml file as it should, but within a minute the old file came back. I verified by reading the config.xml. After some research I found that Windows protects the files in this folder and any changes to the files in this folder are automatically replaced with the original.
To validate even further:
- I uninstalled the MP from the SCOM Server, It left the folder and all the files in the ProgramData folder after the uninstall. So I made a copy and deleted the contents of the Orion Management Pack for OpsManager 2007 folder. I then waited several minutes to see if file protection would replace them and it did not.
- Reinstalled the MP on SCOM and ran through the OMPCW which only placed files in the ProgramData folder after I finished the OMPCW. The config.xml was 1161KB.
- I went into the SCOM MC and nothing was there – after several minutes still nothing.
- I restarted the Orion MP Service ( after closing the SCOM MC) and went back into the SCOM MC and all the devices I specified in the OMPCW we starting to roll in. Good everything was working and except that I now need to go back and make a change in the OMPCW.
- I launched the OMPCW and unselected several devices and noticed that when the wizard finished the new config.xml file ( 1162 KB) was there. About a minute later Windows replaced the file with the 1161 KB config.xml file.
- As a test I deleted the config.xml file from the C:\ProgramData\SolarWinds\Orion Management Pack for OpsManager 2007 folder and a minute later it was automatically back ( 1161 KB).
So it seems the only way to change the config is to uninistall and reinstall the MP on Server 2008 because of the way Windows Resource Protection works on server 2008.
http://msdn.microsoft.com/en-us/library/aa382503(VS.85).aspx
Any way to fix?