Author Archives: maoeh

SQL DB Splitten – aktive DB

First get some information from your  SQL Server and DB. Current Situation There is one file for Data and one file for Logs. Create a Backup of your DB Don’t work without backup. Create new Files The new Files have … Continue reading

Posted in Information Technology | Tagged | Comments Off on SQL DB Splitten – aktive DB

Get installed SCOM Managementpacks

Use Powershell to get all installed Management Packs SCOM 2007 Get-ManagementPack | select displayname,version | export-csv c:\temp\mpk-2007.txt  SCOM 2012 Get-SCOMManagementPack | select displayname,version | export-csv c:\temp\mpk-2012.txt

Posted in Information Technology | Tagged | Comments Off on Get installed SCOM Managementpacks

SQL Performance Tuning Windows 2012

Performance Options IIS Settings for SQL-Management Console Network Card Nic Teaming Bios Setting Hyper-Threading off, SQL ist not yet really working with it

Posted in Information Technology | Tagged , | Comments Off on SQL Performance Tuning Windows 2012

DNS Reverslookup Nameserver remove hangup

Problem While cleaning up nameserver entries in reverse lookup scopes dns GUI shows a popup asking ” Do you want to delete the glue record” and hangs. Solution

Posted in Fix IT, Information Technology | Tagged , , | Comments Off on DNS Reverslookup Nameserver remove hangup

File open – Security Warning

Problem Starting an application shows a popup with a question whether to start the file or not as the source oft the file is Internet. The file itself is located on a server defined as safe place within the organization. … Continue reading

Posted in Fix IT, Information Technology | Tagged , | Comments Off on File open – Security Warning

SCOM 2012 Gateway installation error

Problem: Running > MICROSOFT.ENTERPRISEMANAGEMENT.GATEWAYAPPROVALTOOL.EXE /ManagementServerName=msserver.domain /GatewayName=gwserver.domain /action=create < is ending in an error Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.EnterpriseManagement.DataAccessLayer, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.File name: ‘Microsoft.EnterpriseManagement.DataAccessLayer, … Continue reading

Posted in Fix IT | Tagged | Comments Off on SCOM 2012 Gateway installation error

SCOM 2012 Webconsole on IIS 8 shows unexpected error

I installed successful Systemcenter Operations Manager 2012 Webconsole on a Windows 2012 SP1 Server with IIS 8. The installation was done with https and CU3 was applied after the installation. Problem: The Webgui ended in an “An unexpected error has … Continue reading

Posted in Information Technology | Tagged , | Comments Off on SCOM 2012 Webconsole on IIS 8 shows unexpected error