Showing posts with label Windows Server 2008. Show all posts
Showing posts with label Windows Server 2008. Show all posts

Monday, January 30, 2012

Monitoring Custom Event Log using SCOM 2007 R2

I am going to configure SCOM to send email alerts whenever an event gets logged in a custom log "Applications and Services Logs"

From the Operations Console go to Authoring tab -> Rules (under Management Pack Objects)

Thursday, January 5, 2012

Internet Information Services us running in 32-bit emulation mode.

You may get this error during MOSS or WSS installation on 64-bit Windows Server:

Setup is unable to proceed due to the following error(s):
Internet Information Services is running in 32-bit emulation mode.
Correct the issue(s) listed above and re-run setup.


To fix the problem disable 32-bit support in the default application pool settings.

From IIS Manager -> Application Pools -> Set Application Pool Defaults, set the "Enable 32-Bit Applications" to False.


Or run this from your Intepub/AdminScripts folder

cscript adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1

http://support.microsoft.com/kb/905854/en-us