• Window 2008 系統磁碟變成 D: 如何修改變更成 C:?

    變更目前 SystemRoot Drive Letter 做法如下:

    修改HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices內的  \DosDevices\D:\DosDevices\C:

    image

    image

    修改以下幾個機碼:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

    請您確認 Userinit 機碼.已經為 C:\WINDOWS\system32\userinit.exe,

    image

    修改以下幾個機碼:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

    PathName 及SystemRoot 已經為 C:\windows

    image

    檢視 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
    每一個機碼內的 ProfileImagePath 已經為 C:\Usersusername or %SystemDrive%\Users\username

    image

    完成以上設定後.請您重新開機

  • Windows 2003 新增超過1000個以上的Schedule時,出現錯誤代碼:0x8007007a

    Symptom:

    Windows 2003新增超過1000個以上的Schedule時,出現錯誤代碼:0x8007007a : 傳遞到系統呼叫的資料區太小.

    image

     

    Cause:

    This happens when reach the limit of the number of tasks that can be registered with Task Scheduler 1.0 (which is about 1000 tasks)

    Resolution:

    it is a by design behavior. Using Server 2008 or 2008 R2 can overcome the design limitation of Task Scheduler 1.0

    Q: Maximum number of tasks that can be scheduled?

    A: About 1000

    Q: Is this information documented?

    A: Yes http://msdn.microsoft.com/en-us/library/bb756979.aspx

    Q: Is there any way to increase this limit in Windows 2003?

    A: No, since this is by design. Using Server 2008 or 2008 R2 can help since it uses Task Scheduler 2.0.

     

    Workaround:

    Combine multiple tasks into one batch file or script to avoid 1000 tasks limitation.

  • SCOM 2007 SP1,Not receiving alerts as configured SQL job fails

    Problem
    =========
    Not receiving alerts as configured SQL job fails

    Action Plan
    ========
    1. Create new Rules
    clip_image002

    2. NT Event Log (Alert)

    clip_image004

    3. check [Select]

    clip_image006

    4. check [OK]
    clip_image008
    5.check [Next]
    clip_image010

    6. check [Next]
    clip_image012

    7.check [Next]
    clip_image014

    8. check [Create]

    clip_image016

    Alert
    ===========
    clip_image018

  • SCOM 2007 SP1,SRS Server Validation error when installing OpsMgr Reporting

    PROBLEM:
    ==========
    SRS Server Validation error when installing OpsMgr Reporting
    clip_image002

    CAUSE:
    ========== 
    Proxy issue

    RESOLUTION:
    ==========
    1.Checked the Internet Options > Connections > LAN Settings > and found that all requests were configure to go thru proxy.

    2.Cchecked the box for Bypass proxy for local addresses and saved the changes

    image

    3.Running the setup now completed the installation successfully.

  • SCOM 2007, Discovered Windows 2000 network card names incorrect

    Problem
    =============
    Discovered Windows 2000 network card names incorrect

    Root Cause  
    ===========
    By This is caused by the script where we use win32_NetworkAdapter class to get details about the network adapter, however this class doesn't have any field NetConnectionStatus on Windows 2000 servers although it does exist on the Windows 2003 servers.

    Action Plan
    ===========
    Please disable this Monitor
    clip_image002