Ringkasan
Artikel ini berisi deskripsi lengkap dari semua perubahan dalam Batal pemutakhiran 1 untuk Microsoft System Center 2012 R2 Virtual Machine Manager.
Penting Sangat penting Anda meninjau petunjuk penginstalan sebelum Anda menginstal pembaruan ini.
Informasi lebih lanjut
Masalah
Batal pemutakhiran 1 untuk manajer Mesin Virtual System Center 2012 R2 mengatasi masalah berikut ini:
-
Manajer Mesin Virtual System Center 2012 R2 tidak dapat menyebarkan template VMWare baru atau yang diimpor.
-
Mesin virtual dengan menggunakan yang VHDX tidak disegarkan dengan benar di Manajer Mesin Virtual System Center 2012 R2, dan Anda menerima pesan galat berikut:
Refresh pekerjaan gagal dengan galat 2912: operasi yang diminta tidak dapat dijalankan pada virtual disk seperti saat ini digunakan dalam mode bersama (0xC05CFF0A) -
Operasi database kadang-kadang gagal dengan "FailedToAcquireLockException."
-
Template mesin virtual yang baru dari template yang menentukan profil sistem operasi yang tidak menggunakan kredensial dari profil sistem operasi.
-
Mesin virtual VMWare yang terhubung menggunakan Cisco N1000V dvSwitch tidak tersedia untuk manajemen dari manajer Mesin Virtual.
-
System Center Virtual Machine Manager Layanan lumpuh jika Anda menonaktifkan salah satu adapter jaringan bekerjasama.
-
Get-Scstoragearray-host perintah harus mengembalikan array penyimpanan yang terlihat ke host yang menggunakan zona.
-
Selama penemuan penyedia terpasang jaringan penyimpanan (NAS), kredensial yang digunakan tidak mencakup nama domain.
-
Beberapa string lokal tidak ditampilkan dengan benar di UI.
-
Permintaan untuk menemukan sertifikat harus cocok dengan nama subjek dan nama akrab karena FindBySubjectName pencarian wildcard.
-
Penyebaran pola dasar gagal, dan Anda menerima pesan galat berikut:
Galat (2904)
VMM tidak dapat menemukan jalur yang ditentukan pada server <nama Server>.
Sistem tidak dapat menemukan jalur yang ditentukan (0x80070003) -
Hard Disk virtual (VHD) tidak dapat dipasang pada host karena VHD konflik dengan disk lain karena entri kedaluwarsa yang tersisa dalam kamus memori Virtual Machine Manager.
-
Pembedaan disk berbasis penyebaran mungkin gagal karena induk disk menjadi refresh sebagai noncached.
Petunjuk pemasangan
Ada dua paket pemutakhiran untuk Batal pemutakhiran 1 untuk System Center Virtual Machine Manager 2012 R2. Mereka dapat didownload secara manual dari tautan berikut ini.
Server manajer mesin virtual (KB2904712)
Konsol manajer mesin virtual (KB2919248)
Unduh paket pemutakhiran konsol VMM sekarang.
Untuk menginstal paket pemutakhiran secara manual, jalankan perintah berikut ini dari wantian perintah yang ditampilkan:
msiexec.exe /update <packagename>
Misalnya, untuk menginstal paket Batal pemutakhiran 1 untuk server manajer Mesin Virtual System Center 2012 R2 (KB2904712), jalankan perintah berikut ini:
msiexec.exe /update kb2904712_vmmserver_amd64.msp
Penting Setelah Anda menginstal paket pemutakhiran, Anda harus menerapkan skrip SQL berikut ini di pangkalan data manajer Mesin Virtual Microsoft SQL Server untuk Batal pemutakhiran 1 untuk berfungsi dengan benar.
/* 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 */
Catatan Setelah menginstal Batal pemutakhiran 1 untuk manajer Mesin Virtual, Anda mungkin mengalami salah satu masalah berikut ini:
-
Ketika Anda mencoba untuk mengimpor add-in ke konsol manajer Mesin Virtual, impor mungkin tidak berhasil. Selain itu, Anda menerima pesan galat berikut:
Terjadi galat saat berusaha membuat add-in folder untuk akun Anda:
Akses ke jalur: "C:\Program Files\Microsoft System Center 2012 R2\Virtual mesin Manager\bin\AddInPipeline\AddIns" ditolak. -
Ketika Anda membuka konsol VMM, Anda menerima pesan galat berikut:
Tidak dapat memperbarui kode terkendali add-in pipa karena galat berikut:
Folder yang diperlukan "C:\Program Files\Microsoft System Center 2012 R2\Virtual mesin Manager\bin\AddInPipeline\HostSideAdapters" tidak ada.
Untuk mengatasi masalah ini, ikuti langkah-langkah berikut:
-
Temukan folder berikut ini:
C:\Program Files\Microsoft System Center 2012 R2\Virtual mesin Manager\bin -
Klik kanan AddInPipeline folder, dan kemudian klik properti.
-
Pada tab keamanan , klik lanjut, dan kemudian klik Lanjutkan.
-
Pilih grup BUILTIN, dan kemudian klik Edit.
-
Klik tautan pilih pimpinan , ketik Pengguna terotentikasi, dan kemudian klik OK.
-
Klik OK untuk menutup kotak dialog setiap yang berhubungan dengan properti.
Berkas yang diperbarui dalam paket Batal pemutakhiran 1
Server manajer mesin virtual (KB2904712)
Nama file |
Ukuran file |
Versi file |
Arsitektur |
---|---|---|---|
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 |
|
Pemberitahuan tambahan untuk SC 2012 R2 Virtual Machine Manager Batal pemutakhiran 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 |
Konsol Administrator manajer mesin virtual (KB2919248)
Nama file |
Ukuran file |
Versi file |
ID bahasa |
---|---|---|---|
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 |
|
Pemberitahuan tambahan untuk SC 2012 R2 Virtual Machine Manager Batal pemutakhiran 1 docx |
31978 |
||
Utils.dll |
887648 |
3.2.7620.0 |
|
VMWareImplementation.dll |
2065248 |
3.2.7620.0 |