After the installation of Operations Manager 2012 SP1 on a SQL 2012 SP1 Database Server, with both the Database Server and the Operations Manager Server running on Windows 2012; the Operations Manager Data Warehouse DB files are now getting named DATA.mdf and DATA.ldf.
Cameron Fuller and JC Cowen has a similar experience where they found the name of the OperationManagerDW.mdf and OperationsManagerDW.ldf files were missing the name a file name, only the file name extension was available. This is another condition you may run into. I am also adding in how to create a Maintenance Plan to backup the databases. It’s probably a best practice to use Maintenance Plans plus its easier to backup all of your databases with a Maintenance Plan rather than trying to backup individually.
Cameron’s blog can be read here:
Jonathan Cowen’s Blog can be read here:
On the Database Server, whether on an all-in-one installation or a remote SQL installation into a default instance of SQL, the database files are called Data.mdf and Data.ldf and are located one level up in the folder structure for your SQL database files and the log files.
To correct after installation or (when you notice the issue ), perform the following:
Shut down all OpsMgr services:
Open SQL Management Studio and create a new Maintenance Plan to back up all the databases:
Once the maintenance plan is created, run it.
Databases backed up…
Right Click on the OperationsManagerDW Database in the SQL Management Studio and select Detach. The Detach Database windows opens
Move the DATA.mdf and the DATA.ldf from the *\MSSQL11.MSSQLSERVER\MSSQL folder to *\MSSQL11.MSSQLSERVER\MSSQL\Data folder where all the other database and log files are located
Rename the Data.mdf and .ldf files to OperationsManagerDW.mdf and OperationsManagerDW.ldf.
Right Click on Databases again and select Attach…
Select Add then select the OperationsManagerDW.mdf, then select OK
Under the OperationsMangerDW database details, select the New File Path for the databases by clicking on the ellipse (…). The Not Found will go away once you select the renamed file.
Select OK then you’re done! Restart the OpsMgr services and continue configuring.
Restart OpsMgr Services again
.
That’s all there is too it. Happy monitoring everyone, see ya all again soon!