P2V using System Center Virtual Machine Manager 2008 may fail with error 3154 (0x8099319E)
Published Feb 14 2019 09:21 PM 152 Views
First published on TECHNET on May 28, 2009

When you perform a physical to virtual (P2V) conversion using System Center Virtual Machine Manager 2008, the P2V job may fail with the following error:

Error (3154)

An internal error has occurred trying to contact an agent on the servername server.

(Internal error code: 0x8099319E)

Cause

This issue can occur if the port used by BITS to perform the P2V on the source computer is in use by another application or service. The default port used for P2V in SCVMM 2008 is 443.

Note: Beginning with VMM 2008 R2 we will use port 40443 by default to avoid this type of issue.

Resolution

To resolve this issue, perform one of the following methods:

Method 1

Stop the service or application which is currently using port 443 by performing the following steps:

1. On the source computer, run the following command to determine which process is listening on port 443:

NETSTAT -ANB

2. Stop the service or process listening on port 443.

3. Retry the P2V job.

Method 2

Change the default port used by Virtual Machine Manager for P2V by performing the following steps:

1. Open Regedit.exe.

2. Navigate to the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft System Center Virtual Machine Manager Server\Settings

3. Create a new DWORD value with a name of P2VBITSTcpPort and set the decimal value to a port number less than 32768.

Note: You will need to choose a TCP port that’s not already in use.

4. Restart the Virtual Machine Manager Service.

5. Retry the P2V job.

More Information

For additional information on troubleshooting P2V issues, please refer to the following web site: http://technet.microsoft.com/en-us/library/cc764326.aspx

For additional information on System Center Virtual Machine Manager 2008, please refer to the following web site: http://technet.microsoft.com/en-us/scvmm/default.aspx

Version history
Last update:
‎Mar 11 2019 08:12 AM
Updated by: