SCOM 2012R2 Installation Error

scom

I'm installing OPSMGR I have 2 x servers running WS2012R2 with Windows updates applied

SQL 2012 SP1 I've made sure the SQL collation is correct

I'm installing all roles apart from Reporting on the SCOM server. All of the Prerequisites have passed.

I can see the database is created in SQL but it doesn't go past "Operational Database Configuration"
It hangs on "Importing System Library Management Pack"

Any help would be greatly appreciated

Best Answer

If you installed IIS after .NET 4.0 it will not register properly with IIS. If this happens it will hang your install during the System Management MP import and you will need to re-register .NET 4.0 with IIS by running the following command (open command prompt and select run as administrator):

%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -r

Once it is successfully registered, you should be good to go!

Related Topic