Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

摘要

本文包含 Microsoft System Center 2012 R2 Virtual Machine Manager更新彙總套件套件 1 中所有變更的完整描述。

重要 請務必先檢閱安裝指示,再安裝此更新。

其他相關資訊

問題

System Center 2012 R2 更新彙總套件 1 Virtual Machine Manager解決下列問題:

  • System Center 2012 R2 Virtual Machine Manager無法部署新的或匯入的 VMWare 範本。

  • 使用 VHDX 的虛擬機器在 System Center 2012 R2 Virtual Machine Manager中無法正確重新整理,而且您會收到下列錯誤訊息:


    重新整理工作失敗,錯誤 2912:要求的作業無法在虛擬磁片上執行,因為它目前用於共用模式 (0xC05CFF0A)

  • 資料庫作業有時會使用「FailedToAcquireLockException」失敗。

  • 指定作業系統設定檔的範本中的新虛擬機器範本不會使用作業系統設定檔的認證。

  • VMWare 中使用 Cisco N1000V dvSwitch 連線的虛擬機器無法從Virtual Machine Manager管理。

  • 如果您停用其中一個小組網路介面卡,System Center Virtual Machine Manager服務會當機。

  • Get-Scstoragearray主機命令應該會傳回使用分區之主機可見的儲存陣列。

  • 在探索由網路附加的儲存空間 (NAS) 提供者時,所使用的認證不包含功能變數名稱。

  • 某些當地語系化字串在 UI 中無法正確顯示。

  • 尋找憑證的查詢應符合主旨名稱和易記名稱,因為 FindBySubjectName 是萬用字元搜尋。

  • 範本部署失敗,且您收到下列錯誤訊息:

    錯誤 (2904)
    VMM 在 <Server 名稱>伺服器上找不到指定的路徑。
    系統找不到指定的路徑 (0x80070003)

  • 虛擬硬碟 (VHD) 無法安裝在主機上,因為 Virtual Machine Manager 記憶體字典中留下過時的專案,導致 VHD 與其他磁片衝突。

  • 基於磁片的不同部署可能會失敗,因為父磁片是以未串聯方式重新整理。

安裝指示

System Center Virtual Machine Manager 2012 R2 的更新彙總套件 1 有兩個更新套件。 您可以從下列連結手動下載。

Virtual Machine Manager Server (KB2904712)

下載 立即下載 VMM Server 更新套件。

Virtual Machine Manager主機 (KB2919248)

下載 立即下載 VMM 主機更新套件。

若要手動安裝更新套件,請從提升許可權的命令提示字元執行下列命令:

msiexec.exe /update <packagename>

例如,若要安裝 System Center 2012 R2 Virtual Machine Manager伺服器 (KB2904712) 的更新彙總套件套件 1 套件,請執行下列命令:

msiexec.exe /update kb2904712_vmmserver_amd64.msp

重要安裝更新套件之後,您必須在Virtual Machine Manager Microsoft SQL Server資料庫套用下列SQL腳本,更新彙總套件 1 才能正常運作。

/* script starts here */
ALTER Procedure [dbo].[prc_RBS_UserRoleSharedObjectRelation_Insert]
(
@ID uniqueidentifier,
@ObjectID uniqueidentifier,
@ObjectType int,
@RoleID uniqueidentifier,
@UserOrGroup varbinary (85),
@ForeignAccount nvarchar (256),
@IsADGroup bit,
@ExistingID uniqueidentifier = NULL OUTPUT
)
AS
SET NOCOUNT ON
SELECT @ExistingID = [ID] FROM [dbo].[tbl_RBS_UserRoleSharedObjectRelation]
WHERE [ObjectID] = @ObjectID AND [RoleID] = @RoleID
AND
-- Select owner OR Select all which matches ForeignAccount or UserOrGroup OR
-- both ForeignAccount and UserOrGroup is NULL
(([UserOrGroup] = @UserOrGroup OR [ForeignAccount] = @ForeignAccount) OR
([UserOrGroup] IS NULL AND @UserOrGroup IS NULL AND [ForeignAccount] IS NULL AND @ForeignAccount IS NULL))
/* Ignore duplicate entries */
IF (@ExistingID IS NULL)
BEGIN
INSERT [dbo].[tbl_RBS_UserRoleSharedObjectRelation]
([ID]
,[ObjectID]
,[ObjectType]
,[RoleID]
,[UserOrGroup]
,[ForeignAccount]
,[IsADGroup]
,[IsOwner]
)
VALUES
(
@ID,
@ObjectID,
@ObjectType,
@RoleID,
@UserOrGroup,
@ForeignAccount,
@IsADGroup,
0
)
END
SET NOCOUNT OFF
RETURN @@ERROR
/* script ends here */



注意 安裝 Virtual Machine Manager 更新彙總套件 1 之後,您可能會遇到下列其中一個問題:

  • 當您嘗試將增益集匯入Virtual Machine Manager主機時,匯入可能會失敗。 此外,您收到下列錯誤訊息:


    嘗試為您的帳戶建立增益集資料夾時發生錯誤:

    存取路徑:「C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\AddIns」遭拒絕。

  • 當您開啟 VMM 主機時,您會收到下列錯誤訊息:


    無法更新受管理的程式碼增益集管線,因為下列錯誤:

    必要資料夾 「C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\HostSideAdapters」 不存在。

若要解決這些問題,請遵循下列步驟:

  1. 找出下列資料夾:C:

    \Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin

  2. 以滑鼠右鍵按一下 [AddInPipeline] 資料夾,然後按一下 [ 內容]

  3. 在 [ 安全性] 索 引標籤上,按一下 [ 進階],然後按一下 [ 繼續]

  4. 選取 [BUILTIN] 群組,然後按一下 [ 編輯]

  5. 按一下 [選取主體 ] 連結,輸入已驗證的使用者,然後按一下 [ 確定]

  6. 按一下 [確定 ] 關閉每個與屬性相關聯的對話方塊。

更新彙總套件 1 套件中更新的檔案

File name

File size

File version

架構

DB.DelegatedAdmin.dll

93024

3.2.7620.0

Engine.Adhc.Operations.dll

1337696

3.2.7620.0

Engine.AuthorizationManager.dll

104288

3.2.7620.0

Engine.AuthorizationManagerTasks.dll

51040

3.2.7620.0

Engine.Backup.dll

68960

3.2.7620.0

Engine.Common.dll

227168

3.2.7620.0

Engine.Deployment.dll

638816

3.2.7620.0

Engine.ImgLibOperation.dll

547680

3.2.7620.0

Engine.IndigoAccessLayer.dll

515936

3.2.7620.0

Engine.PhysicalMachine.dll

360800

3.2.7515.0

Engine.VmOperations.dll

1263456

3.2.7620.0

ImgLibEngine.dll

4109664

3.2.7620.0

msiInstaller.dat

12

Remoting.dll

1024352

3.2.7620.0

SC 2012 R2 Virtual Machine Manager更新彙總套件1.docx補充通知

31978

Utils.dll

887648

3.2.7620.0

vmmAgent.exe

6323552

3.2.7620.0

vmmAgent.msi

7147520

x86

vmmAgent.msi

8142848

x64

VMWareImplementation.dll

2065248

3.2.7620.0


File name

File size

File version

語言識別項

DB.DelegatedAdmin.dll

93024

3.2.7620.0

Engine.Common.dll

227168

3.2.7620.0

Engine.Deployment.dll

638816

3.2.7620.0

ImgLibEngine.dll

4109664

3.2.7620.0

Microsoft.SystemCenter.VirtualMachineManager.dll

2018656

3.2.7620.0

Microsoft.VirtualManager.UI.Dialogs.dll

3192672

3.2.7620.0

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1021792

3.2.7620.0

2052

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1056608

3.2.7620.0

1036

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1050464

3.2.7620.0

1031

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1046368

3.2.7620.0

1040

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1068896

3.2.7620.0

1041

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1046880

3.2.7620.0

1046

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1119072

3.2.7620.0

1049

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1050464

3.2.7620.0

3082

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1023840

3.2.7620.0

1028

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1047392

3.2.7620.0

1042

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1023840

3.2.7620.0

3076

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1048928

3.2.7620.0

1029

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1043296

3.2.7620.0

1043

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1055584

3.2.7620.0

1038

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1047392

3.2.7620.0

1045

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1049440

3.2.7620.0

2070

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1038688

3.2.7620.0

1053

Microsoft.VirtualManager.UI.Dialogs.resources.dll

1042784

3.2.7620.0

1055

Microsoft.VirtualManager.UI.HardwareProperties.dll

612192

3.2.7620.0

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

280928

3.2.7620.0

2052

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

285024

3.2.7620.0

1036

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

285024

3.2.7620.0

1031

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1040

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

286048

3.2.7620.0

1041

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1046

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

293216

3.2.7620.0

1049

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284512

3.2.7620.0

3082

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

280928

3.2.7620.0

1028

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

1042

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

280928

3.2.7620.0

3076

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1029

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284512

3.2.7620.0

1043

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1038

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

1045

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

2070

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

283488

3.2.7620.0

1053

Microsoft.VirtualManager.UI.HardwareProperties.resources.dll

284000

3.2.7620.0

1055

Microsoft.VirtualManager.UI.Pages.Datacenter.dll

3379552

3.2.7620.0

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1253216

3.2.7620.0

2052

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1288544

3.2.7620.0

1036

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1281376

3.2.7620.0

1031

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1276256

3.2.7620.0

1040

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1300832

3.2.7620.0

1041

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1277280

3.2.7620.0

1046

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1349984

3.2.7620.0

1049

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1281376

3.2.7620.0

3082

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1256288

3.2.7620.0

1028

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1278304

3.2.7620.0

1042

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1256288

3.2.7620.0

3076

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1281376

3.2.7620.0

1029

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1273696

3.2.7620.0

1043

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1285984

3.2.7620.0

1038

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1278816

3.2.7620.0

1045

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1280352

3.2.7620.0

2070

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1270624

3.2.7620.0

1053

Microsoft.VirtualManager.UI.Pages.Datacenter.resources.dll

1274208

3.2.7620.0

1055

Microsoft.VirtualManager.UI.Specialization.dll

371040

3.2.7620.0

Microsoft.VirtualManager.UI.Specialization.resources.dll

117600

3.2.7620.0

2052

Microsoft.VirtualManager.UI.Specialization.resources.dll

119648

3.2.7620.0

1036

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1031

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

1040

Microsoft.VirtualManager.UI.Specialization.resources.dll

119648

3.2.7620.0

1041

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1046

Microsoft.VirtualManager.UI.Specialization.resources.dll

122208

3.2.7620.0

1049

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

3082

Microsoft.VirtualManager.UI.Specialization.resources.dll

117600

3.2.7620.0

1028

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1042

Microsoft.VirtualManager.UI.Specialization.resources.dll

117600

3.2.7620.0

3076

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1029

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1043

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

1038

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1045

Microsoft.VirtualManager.UI.Specialization.resources.dll

119136

3.2.7620.0

2070

Microsoft.VirtualManager.UI.Specialization.resources.dll

118624

3.2.7620.0

1053

Microsoft.VirtualManager.UI.Specialization.resources.dll

118112

3.2.7620.0

1055

Microsoft.VirtualManager.UI.VmmControls.dll

894304

3.2.7620.0

Microsoft.VirtualManager.UI.VmmControls.resources.dll

281952

3.2.7620.0

2052

Microsoft.VirtualManager.UI.VmmControls.resources.dll

289120

3.2.7620.0

1036

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

1031

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

1040

Microsoft.VirtualManager.UI.VmmControls.resources.dll

290656

3.2.7620.0

1041

Microsoft.VirtualManager.UI.VmmControls.resources.dll

287072

3.2.7620.0

1046

Microsoft.VirtualManager.UI.VmmControls.resources.dll

302944

3.2.7620.0

1049

Microsoft.VirtualManager.UI.VmmControls.resources.dll

287584

3.2.7620.0

3082

Microsoft.VirtualManager.UI.VmmControls.resources.dll

282464

3.2.7620.0

1028

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286048

3.2.7620.0

1042

Microsoft.VirtualManager.UI.VmmControls.resources.dll

282464

3.2.7620.0

3076

Microsoft.VirtualManager.UI.VmmControls.resources.dll

287072

3.2.7620.0

1029

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286048

3.2.7620.0

1043

Microsoft.VirtualManager.UI.VmmControls.resources.dll

288096

3.2.7620.0

1038

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

1045

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286560

3.2.7620.0

2070

Microsoft.VirtualManager.UI.VmmControls.resources.dll

285024

3.2.7620.0

1053

Microsoft.VirtualManager.UI.VmmControls.resources.dll

286048

3.2.7620.0

1055

Microsoft.VirtualManager.UI.VMWizards.dll

399712

3.2.7620.0

Remoting.dll

1024352

3.2.7620.0

SC 2012 R2 Virtual Machine Manager更新彙總套件1.docx補充通知

31978

Utils.dll

887648

3.2.7620.0

VMWareImplementation.dll

2065248

3.2.7620.0


Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×