www.jayntguru.com

January 5, 2010

Solarwinds Orion MP for System Center Operations Manager 2007 r2 – where’s the logfile?

Filed under: computer geek stuff, scom — jayntguru @ 11:25 am

I was trying to run the configure utility for the Solarwinds Orion MP for System Center Operations Manager 2007 r2 and getting a failure that told me to check the logfile. Where is the logfile? (It doesn’t say!) After much looking I found it in the .config in the folder for the management pack which is:

C:\Program Files\SolarWinds\Orion Management Pack for OpsManager 2007\OrionSCOMConfigApp.exe.config

Since they are using logforj for a standard .net app, it was easy to see. The value was:

<file value="${ALLUSERSPROFILE}\Documents\SolarWinds\Orion Management Pack for OpsManager 2007\ConfigurationWizard.log" />

On my system this translated to:

C:\Users\Public\Documents\SolarWinds\Orion Management Pack for OpsManager 2007\ConfigurationWizard.log

In our particular instance, the problem was:

Could not allocate space for object ‘dbo.ManagementPackStaging’.'PK_ManagementPackStaging’ in database ‘OperationsManager’ because the ‘PRIMARY’ filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

This was resolved by opening the Microsoft SQL Server Management Studio and going to databases/OperationsManager, then properties, files, and increasing the initial size on the “PRIMARY” database file. Once I did this, I was able to configure the management pack successfully.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.

Powered by WordPress