• SCOM 2007 R2,DC server Services crashing if SCOM service enabled

    Problem
    ========

    The DC server runs out of memory after install SCOM Agent

    Analyze
    =========
    事件類型: 警告
    事件來源: Health Service Script
    事件類別目錄: 無
    事件識別碼: 19
    描述:
    AD Op Master Response : The script 'AD Op Master Response' could not determine the schema Op Master.The error returned was: 'LDAP://CN=Schema,CN=Configuration,DC=corp,DC=cht,DC=com,DC=tw' (0x8007046A)

    事件類型: 警告
    事件來源: Health Service Script
    事件類別目錄: 無
    事件識別碼: 1000
    描述:
    AD Replication Monitoring : encountered a runtime error.
    Failed to convert to UTC time.
    The error returned was: 'RPC 伺服器忙線中,無法完成此操作。' (0x800706BB)

    事件類型: 錯誤
    事件來源: Health Service Script
    事件類別目錄: 無
    事件識別碼: 4001
    電腦: XXXDC
    描述:
    Microsoft.Windows.Server.LogicalDiskHealthCheck.vbs : Unable to open WMI Namespace 'winmgmts:\\XXXDC.msft.com\root\cimv2'. Check to see if the WMI service is enabled and running, and ensure this WMI namespace exists..

    Solution
    ==========
    1. Install  CScript 5.7 on DC
         http://support.microsoft.com/kb/955360

    2. Recompiled the WMI files using the bellow batch file and that stopped the errors:

    C:
    cd\windows\system32\wbem
    regsvr32 /s %systemroot%\system32\scecli.dll
    regsvr32 /s %systemroot%\system32\userenv.dll
    mofcomp cimwin32.mof
    mofcomp cimwin32.mfl
    mofcomp rsop.mof
    mofcomp rsop.mfl
    for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
    for /f %%s in ('dir /b *.mof') do mofcomp %%s
    for /f %%s in ('dir /b *.mfl') do mofcomp %%s
    PAUSE
    winmgmt /regserver
    wmiprvse /regserver

    3. Clear cache on RMS and DC

    1. Stop the MOM Health Service on the RMS server and DC.
    2. Delete all files in C:\Program Files\System Center Operations Manager 2007\Health Service State\
    3. Start the MOM Health Service on RMS.
    4. Check C:\Program Files\System Center Operations Manager 2007\Health Service State\ to verify the files were recreated.
    5. Start the MOM Health Service on DC.
    6. Check C:\Program Files\System Center Operations Manager 2007\Health Service State\ to verify the files were recreated.

  • “Auto-hide the Taskbar” would cause slow response of windows 7

    試想以下情境:

    1. 您設定電腦過一定時間之後關閉螢幕。
    2. 您設定電腦永遠都不進入睡眠。
    3. 您設定工作列使用自動隱藏。

    在這樣的狀況下,當您螢幕關閉一段時間之後,嘗試重新開啟螢幕電源後,您可能會看到以下的狀況:

    • 工作列功能完全無法被叫起來,不論是透過滑鼠還是Window Key
    • 滑鼠可以正常運作,但是有時候也可能會無法移動游標
    • 就這樣放著不動,可能在過一段時間之後又可以恢復正常

    會發生這個原因是由於Windows 7 中的DWM(Desktop Window Manager) 在螢幕關閉的狀態時仍然可能一直收到正在執行的程式要求重畫桌面的訊息,但是由於螢幕是關閉的,所以所有的Request就全部被累積到打開螢幕的時候再開始運算畫面的狀態。因此這個時候可能會造成顯示卡在螢幕開啟的瞬間完全處於忙碌的狀態而導致無暇回應的狀況。

    目前我們已經有一個Hotfix可以解決這個部分的問題:
    http://support.microsoft.com/default.aspx?scid=kb;en-US;2300639

  • Windows Vista 產品無法啟動,出現0x80070426錯誤

    問題徵狀:

    1.Windows Vista 出現產品無法啟動的訊息,錯誤代碼為0x80070426。

    2.檢查Software Licensing 服務無法啟動,啟動時出現0xd0000022錯誤。

     

    問題排除方式:

    1. 找到C:\Windows\system32\7B296FB0….開頭的二個檔案(如下圖),按右鍵,在一般的TAB裏,將唯讀的選項拿掉,重新開機後再試一次啟動Software Licensing服務,確認是否可以解決。

    clip_image002

    2. 如果做了以上的步驟沒有用,請您在這二個檔案上,去比對其NTFS的權限和正常的機器權限是否有不同?如果不同的話,請將它改成一樣後,再嘗試啟動Software Licensing服務。

    3.如果Software Licensing服務可以啟動後,再檢查Windows 的啟動問題是否已解決。

  • KB2416400 反覆出現更新

    問題徵狀:

    在有WSUS環境下,您發現有些Client 一直反覆出現需要更新KB2416400,即使已經安裝成功,下次仍會出現。

     

    解決方式:

    1. 將 WSUS Server和Internet做SYNC,將2011年1月5號發佈的Hotfix Approve。

    2. 另外,也請在WSUS上將KB2467659 Hotfix Approve。

    3.Client再到WSUS上做更新,解決此問題。

  • Event Log 設定檢視.evtx 檔案,關閉後.再開啟出現無法開啟Event Log Console錯誤

    問題徵狀:

    Windows 2008 Server 開啟MMC 檢視 event log.新增檢視 .evtx 檔案,但關閉後,再開啟event console 點到此些 event log console 都會關閉.

    解決方法:

    EVENT LOG 設定外部event log 位置 C:\ProgramData\Microsoft\Event Viewer\ExternalLogs

    故可以刪除 C:\ProgramData\Microsoft\Event Viewer\ExternalLogs  下的所有xml 檔案即可