Small note about how is helpful can be careful reading of the KB articles before do something. If you try to install SCSM 2012 R2 UR2 to unregistered SCSM DW you will get an error:
An error occurred while executing a custom action:_PatchMP
In log file you can find:
PatchMP: No Mp with MP Name ServiceManager.ServiceRequest.Library to patch, so failing in the MP patching
The reason is simple: have to read KB article. http://support.microsoft.com/kb/2904710/en-us :
Before you install the update, read the following instructions:
- Exit all Service Manager-related applications before you apply this update rollup. For example, exit the Service Manager console, the Self-Service Portal links, and the authoring tool.
- Make sure that the Service Manager data warehouse server is successfully synchronized with the Service Manager management server at least one time. For more information, see Registering with the Service Manager data warehouse to enable reporting (http://technet.microsoft.com/en-us/library/hh914224.aspx)
So, you CAN’T install UR2 on unregistered DW.
Thanks to Stanislav for pointing me to KB.