故障状态
1、当利用vSphere Client登录vCenter Server 4.1时无法查阅Performance Overview页标签;
2、点击Performance Overview页标签显示如下错误:
      Navigation to the webpage was cancelled.Refresh the page

故障分析

masterman 發表在 痞客邦 留言(0) 人氣()

Q.WSUS中發現電腦清單中無法順利加入某台主機。 

-衍伸問題:發現兩臺主機互相替換,主機A ó主機B,但無法同時顯示。 

 

SID重覆或WSUS Client ID重覆。

 

masterman 發表在 痞客邦 留言(0) 人氣()

網卡 (NIC:Network Interface Card)聚合(NIC Teaming)意思就是把若干個網卡規整到一個網卡上。如果配置合理的話,VMware ESXi上面的網卡聚合可以同時為客體虛擬機提供入站和出站的負載均衡(Load Balancing)。負載均衡(Load Balancing)使得把多個可用網卡均分到更多的服務器上,因此即使在一個網卡、電纜或者交換機出現故障時,能允許客體虛擬機持續運行的情況下完成故障轉移。
You can connect a single virtual switch to multiple physical Ethernet adapters using the VMware Infrastructure feature called NIC Teaming. A team can share the load of traffic between physical and virtual networks among some or all of its members and provide passive failover in the event of a hardware failure or a network outage.

To utilize NIC teaming, two or more network adapters must be uplinked to a virtual switch. The main advantages of NIC teaming are:

  • Increased network capacity for the virtual switch hosting the team.
  • Passive failover in the event one of the adapters in the team goes down. 


masterman 發表在 痞客邦 留言(0) 人氣()

converter設定一下,就轉上去了,不過開機卻會出現error loading operating system.

問題大約就是在 ide disk to scsi disk的轉換上。

 

Sol:

1. Download RH9 iso file,第一片即可,upload to esxi server.

masterman 發表在 痞客邦 留言(0) 人氣()

您必須進行下列兩個步驟才能使用到 8GB 實體記憶體:

  1. 在 boot.ini 加入如下的參數,並重新啟動電腦:
    /3GB /PAE
  2. 使用 SQL Server Enterprise Manager 執行下列指令來啟用 AWE 功能,當然設定完畢一定要重新啟動 SQL Server:
    sp_configure 'show advanced options', 1

masterman 發表在 痞客邦 留言(0) 人氣()

rdp 遠端工作階段中斷,因為沒有終端機伺服器用戶端存取授權供這部電腦使用」的解決方法

遠端工作階段中斷,因為本機電腦的用戶端存取授權無法升級或更新。請連絡伺服器系統管理員。

請你試著按照以下方法來重新獲得遠端桌面使用權:

1.開始–> 執行

2.在執行的對話框中輸入 regedit 開啟登錄編輯程式
按照以下的路徑找到HardwareID和Store 並刪除(因為該資料夾底下存放的就是舊憑證)

masterman 發表在 痞客邦 留言(0) 人氣()

公司近期買了3台Lenovo M91P桌上型電腦

安裝過程,一直無法完成sysprep,畫面顯示發生嚴重錯誤,log指出sppnp.dll有問題

找了資料後,lenovo官方也有提及這問題的說明,如下:

http://support.lenovo.com/en_US/downloads/detail.page?DocID=HT025894#Manifests1

解決方法如下(官方pci驅動有問題):

masterman 發表在 痞客邦 留言(0) 人氣()

筆者服務於中部某化學公司,內部有多部昂貴檢驗儀器,有一天他居然不能使用了

那台電腦作業系統為win 98,檢驗軟體執行過程中會出現Rundll32 caused a general protection fault in module Mmsystem.dll,找了資料,解決方法如下:

 

適用範圍: 
Windows 95 
Windows 98 
Windows Me 

在一啟動進入作業系統的時候經常出現: 

「Rundll32 這個程式執行無效,即將關閉...」。 

而按下「詳細資料」鈕顯示的內容是: 

Rundll32 caused a general protection fault in module Mmsystem.dll....(註一) 

若在 System.ini 這個檔案中,的 [boot ] 這個區段中,少了:drivers=mmsystem.dll 可能產生這個現象,所
以修改 System.ini 應該可以解決這個問題。 

但是請有個基本觀念:這並不是說 drivers=mmsystem.dll 就是萬靈丹,認為只要加了這行就什麼事都沒
了。 

有沒有可能即使我 system.ini 有 drivers=mmsystem.dll 這條敘述,但是依然出現相同的狀況?當然可能,
這時就必須依照每個「個案環境」的狀況,去詳細調查、測試。我這邊只是提出一個「泛用的」、
「適合大多數環境下的」一種解決方案而已。 

為什麼 System.ini 中會少了這項敘述? 

依照經驗,一種情形就是在使用控制台「加入新的硬體」這個功能時,不正確的強迫中斷安裝程,像
是需要驅動程式而你又不提供正確的驅動程式,或是強迫安裝中斷,就有這一種的可能性。 

如何編輯 System.ini? 

System.ini 是純文字檔案,所以使用 Windows 的記事本或任何的純文字編輯軟體(例如 UltraEdit),打
開位於 C:\Windows 下的 System.ini 檔案。 

找到 [ boot ] 這個區段。 

補上一行 drivers = mmsystem.dll 

存檔之後,「重新開機」讓新的設定生效。 

如果你是使用 Windows 98 、Windows Me ,有一個較方便的方法,你可以直接到「開始」>>「執
行」,輸入 msconfig(註二),然後在 System.ini 這一頁,打開 boot 資料夾,按新增,去新增一行敘
述: 

drivers=mmsystem.dll 

輸入完成後,記得儲存你的設定,重新開機。 

 

reference:http://members.fortunecity.com/knightnmancool/e-book/source/135.htm

masterman 發表在 痞客邦 留言(0) 人氣()

reference:http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1030330

需將至/etc/vmware/esxupdate/esxupdate.conf

內容修改成

[log]
level = DEBUG

masterman 發表在 痞客邦 留言(0) 人氣()

 1. 有關SID的解決方法:

因為無法使用newSID,必須用內建 Sysprep的工具來封裝source.
開啟執行視窗 -> 輸入sysprep -> 點選Sysprep.exe -> 其他選項別動,勾選一般化,關機選項選關機.
注意事項: 一般化的目的就是改SID;封裝後的輸入法會變成只有預設的英文,自己手動增加,或是看本文最下面的兩個解法;顯示卡的驅動有機率的會被標準繪圖卡取代,必須手動再執行安裝程式即可.

masterman 發表在 痞客邦 留言(0) 人氣()

NOTE: This article is out of date and no longer applies.  We are researching alternaitves and will post them here when available.

=====

Hey, let's face it, bad luck can strike the best of us, so if you find yourself in a position where your WSUS box is corrupt beyond repair, the regular uninstall isn't working and you have no choice but to do a complete removal and reinstallation then maybe these steps by Ellis George will help you get through it a little easier. These are specific to the SP1 version but should be OK for others as well.  Keep in mind that this is a measure of last resort and should only be used if you have no choice but to manually remove WSUS.  This will also remove WIDS so when you're done you'll be able to reinstall and start from scratch.

WARNING: Do Not Do This if you are running WSUS on SBS 2008!  SBS 2008 installs Sharepoint and WSUS on the same server and both applications store their database in Windows Internal Database. Removing Windows Internal Database (MICROSOFT##SSEE) using steps 6-8 will break Sharepoint and anything else you may have installed that relies on Windows Internal Database.

========

masterman 發表在 痞客邦 留言(0) 人氣()

Warning: This hacking is not supported by VMware !!!

1) extract iso image of vCenter (e.g. in 7zip) to any folder in
destination machine
2) download application for editing msi file and install e.g. Insted
from http://www.instedit.com/download.html

masterman 發表在 痞客邦 留言(0) 人氣()

1.dcdiag /test:DNS

2.做簡單查詢及遞迴查詢


masterman 發表在 痞客邦 留言(0) 人氣()

SRV records are used in these and many other scenarios:

  • When a domain controller needs to replicate changes from its partners
  • When a client computer needs to authenticate to AD DS
  • When a user changes his or her password
  • When an Microsoft Exchange server performs a directory lookup
  • When an administrator opens Active Directory Users and Computers

An SRV record follows the syntax shown below:

protocol.service.name TTL class type priority weight port target

An example of an SRV record is shown below:

masterman 發表在 痞客邦 留言(0) 人氣()

Acitvie Directory 中有所謂的五大「彈性單一主機操作 (FSMO)」角色,由 DC 負責:

架構主機:架構主機網域控制站會控制對架構所做的所有更新及修改。如果要更新樹系的架構,必須具有架構主機的存取權限。整個樹系中只能有一個架構主機。

  • 功能:只有 Schema Master 的 Schema 資料庫可以修改。
  • 整個 Forest 只有 1 台。
  • 預設值為:Root Domain 的第 1 台 DC。
  • 有權力操作的群組: Schema Admins 群組才有資格修改 Schema 的內容。
  • 操作的工具,必須先經過註冊。(如:Regsvr32 schmmgmt.dll )。
  • 需使用 mmc 掛入"Active Directory 架構"嵌入式管理單元。
  • Schema 中的資料會複製到 Forest 中的每 1 台 DC。

網域命名主機:網域命名主機網域控制站會控制在樹系中新增或移除網域。整個樹系中只能有一個網域命名主機。

  • 功能:控制 Forest 中,新增移除網域的行為。
  • 整個 Forest 只有 1 台。
  • 預設值為:Root Domain 的第 1 台 DC。
  • 有權力操作的群組:Enterprise Admins。
  • 操作的工具:Active Directory 網域及信任。

基礎結構主機:基礎結構負責更新自己網域中物件對其他網域中物件的參考。在任何時候,每個網域中只能有一個網域控制站做為基礎結構主機。

  • 功能:確保網域內建操作的物件一致性。
  • 避免與 GC 同一台。
  • 每一個 Domain 都有 1 台。
  • 預設值為:每一個 Domain 的第 1 台 DC。
  • 有權力操作的群組:Domain Admins。
  • 操作的工具:Active Directory 使用者及電腦。

相對 ID (RID) 主機:RID 主機負責處理來自特

masterman 發表在 痞客邦 留言(0) 人氣()

Close

您尚未登入,將以訪客身份留言。亦可以上方服務帳號登入留言

請輸入暱稱 ( 最多顯示 6 個中文字元 )

請輸入標題 ( 最多顯示 9 個中文字元 )

請輸入內容 ( 最多 140 個中文字元 )

reload

請輸入左方認證碼:

看不懂,換張圖

請輸入驗證碼