Log på med Microsoft
Log på, eller opret en konto.
Hej
Markér en anden konto.
Du har flere konti
Vælg den konto, du vil logge på med.

Oversigt

Denne artikel indeholder en komplet beskrivelse af alle ændringer i opdateringspakke 1 til Microsoft System Center 2012 R2 Virtual Machine Manager.

Vigtigt! Det er vigtigt, at du gennemser installationsvejledningen, før du installerer denne opdatering.

Flere oplysninger

Spørgsmål

Opdateringspakke 1 til System Center 2012 R2 Virtual Machine Manager løser følgende problemer:

  • System Center 2012 R2 Virtual Machine Manager kan ikke installere en ny eller importeret VMWare-skabelon.

  • En virtuel maskine med VHDX kan ikke opdateres korrekt i System Center 2012 R2 Virtual Machine Manager, og du får vist følgende fejlmeddelelse:


    Opdateringsjobbet mislykkedes med fejl 2912: Den ønskede handling kan ikke udføres på den virtuelle disk, da den aktuelt bruges i delt tilstand (0xC05CFF0A)

  • Databasehandlinger mislykkes nogle gange med "FailedToAcquireLockException".

  • En ny virtuel maskine-skabelon fra en skabelon, der angiver en operativsystemprofil, bruger ikke legitimationsoplysninger fra operativsystemets profil.

  • Virtuelle maskiner i VMWare, der opretter forbindelse ved hjælp af Cisco N1000V dvSwitch, kan ikke administreres fra Virtual Machine Manager.

  • System Center Virtual Machine Manager tjeneste går ned, hvis du deaktiverer et af de teamerede netværkskort.

  • Kommandoen Get-Scstoragearray -host skal returnere lagermatrixer, der er synlige for en vært, der bruger zoneinddeling.

  • Under registreringen af en NAS-udbyder (Network Attached Storage) indeholder de anvendte legitimationsoplysninger ikke et domænenavn.

  • Nogle oversatte strenge vises ikke korrekt i brugergrænsefladen.

  • En forespørgsel til at finde certifikatet skal svare til både emnenavnet og det fulde navn, fordi FindBySubjectName er en søgning med jokertegn.

  • Installationen af skabeloner mislykkes, og du får vist følgende fejlmeddelelse:

    Fejl (2904)
    VMM kunne ikke finde den angivne sti på <Servernavn> server.
    Systemet kan ikke finde den angivne sti (0x80070003)

  • Virtuel harddisk (VHD) kan ikke tilsluttes på en vært, fordi VHD er i konflikt med andre diske på grund af en forældet post, der blev efterladt i ordbogen til Virtual Machine Manager hukommelse.

  • En anderledes diskbaseret installation kan mislykkes, fordi den overordnede disk opdateres som ikke-cachelagret.

Installationsvejledning

Der er to opdateringspakker til opdateringspakke 1 til System Center Virtual Machine Manager 2012 R2. De kan downloades manuelt fra følgende links.

Virtual Machine Manager Server (KB2904712)

Download Download VMM Server-opdateringspakken nu.

Virtual Machine Manager konsol (KB2919248)

Download Download VMM Console-opdateringspakken nu.

Hvis du vil installere opdateringspakkerne manuelt, skal du køre følgende kommando fra en kommandoprompt med administratorrettigheder:

msiexec.exe /update <packagename>

Hvis du f.eks. vil installere opdateringspakke 1-pakken til en System Center 2012 R2-Virtual Machine Manager-server (KB2904712), skal du køre følgende kommando:

msiexec.exe /update kb2904712_vmmserver_amd64.msp

Vigtigt! Når du har installeret opdateringspakken, skal du anvende følgende SQL script på din Virtual Machine Manager Microsoft SQL Server-database for at få opdateringspakke 1 til at fungere korrekt.

/* 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 */



Bemærk! Når opdateringspakke 1 til Virtual Machine Manager er installeret, kan du opleve et af følgende problemer:

  • Når du forsøger at importere et tilføjelsesprogram til Virtual Machine Manager konsollen, kan importen mislykkes. Desuden får du vist følgende fejlmeddelelse:


    Der opstod en fejl under forsøget på at oprette en tilføjelsesprogrammappe til din konto:

    Adgang til stien: "C:\Programmer\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\AddIns" er nægtet.

  • Når du åbner VMM-konsollen, får du vist følgende fejlmeddelelse:


    Det administrerede tilføjelsesprogram kunne ikke opdateres pga. følgende fejl:

    Den påkrævede mappe "C:\Program Files\Microsoft System Center 2012 R2\Virtual Machine Manager\bin\AddInPipeline\HostSideAdapters" findes ikke.

Du kan løse disse problemer ved at følge disse trin:

  1. Find følgende mappe:

    C:\Programmer\Microsoft System Center 2012 R2\Virtual Machine Manager\bin

  2. Højreklik på mappen AddInPipeline, og klik derefter på Egenskaber.

  3. Klik på Avanceret under fanen Sikkerhed, og klik derefter på Fortsæt.

  4. Vælg gruppen INDBYGGET, og klik derefter på Rediger.

  5. Klik på linket Vælg en hovedkonto , skriv Godkendte brugere, og klik derefter på OK.

  6. Klik på OK for at lukke hver dialogboks, der er knyttet til egenskaberne.

Filer, der er opdateret i opdateringspakke 1-pakker

Filnavn

Filstørrelse

Filversion

Arkitektur

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

Supplerende meddelelser for SC 2012 R2 Virtual Machine Manager opdateringspakke 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


Filnavn

Filstørrelse

Filversion

Sprog-id

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

Supplerende meddelelser for SC 2012 R2 Virtual Machine Manager opdateringspakke 1.docx

31978

Utils.dll

887648

3.2.7620.0

VMWareImplementation.dll

2065248

3.2.7620.0


Har du brug for mere hjælp?

Vil du have flere indstillinger?

Udforsk abonnementsfordele, gennemse kurser, få mere at vide om, hvordan du sikrer din enhed og meget mere.

Communities hjælper dig med at stille og besvare spørgsmål, give feedback og høre fra eksperter med omfattende viden.

Var disse oplysninger nyttige?

Hvor tilfreds er du med kvaliteten af sproget?
Hvad påvirkede din oplevelse?
Når du trykker på Send, bliver din feedback brugt til at forbedre Microsoft-produkter og -tjenester. Din it-administrator kan indsamle disse data. Erklæring om beskyttelse af personlige oplysninger.

Tak for din feedback!

×