This topic includes VMM feature installation-related troubleshooting.
Separate reports exist for the installation of each of the primary features of VMM. Installation logs are written, by default, to the following hidden folder on Windows Server 2008 R2:
C:\ProgramData\VMMLogs
Local agent installation information is logged in the following hidden folders:
C:\Documents and Settings\All Users\Application Data\VMMLogs
Important:
If installation logging does not provide enough information to determine the cause of a failure, tracing may be enabled prior to starting the installation, using the VMM MPS Reports tool.
VMM features that are provided as Windows Installer packages (.msi files), including agent installation packages, are installed using the Windows Installer service (MSI). When installing an MSI package, such as installing the VMM agent manually, you can enable logging using the following command:
msiexec /I <MSIPackageName.msi> /L*V <path\logfilename>.log
Host Agent install example:
msiexec /I “C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\agents\amd64\2.0.5007.0\vmmAgent.msi” /L*V c:\temp\vmmagent.log
When viewing the installation logs for the main VMM features, begin by viewing the log from the bottom, which lists the most recent activity.
More Information:
When viewing logs, it is common to see errors reported as Carmine error. “Carmine” was the code name of VMM during its development process.
In most cases, the primary error text will be at the bottom of the log and will be indented from the rest of the lines as shown in the following figure.
Sample vmmServer.log file
As with any log-based troubleshooting, having a good understanding of what a successful installation log contains is valuable when trying to identify an issue versus expected exceptions. Fully understanding the problem scenario, then successfully reproducing the same steps to obtain a known-good log is often needed so a valid working versus non-working log analysis may be performed.
Maheshkumar S Tiwari edited Revision 7. Comment: Added See Also and Tag
Maheshkumar S Tiwari edited Revision 6. Comment: Added See Also and Tag
Richard Mueller edited Revision 5. Comment: Replaced RGB values with color names in HTML to restore colors
Richard Mueller edited Revision 4. Comment: Fix zero characters in <a name> tags in HTML
Richard Mueller edited Revision 3. Comment: Removed (en-US) from title, added tags