Support > Knowledge Base
Knowledge Base

Search the Knowledge Base: |
Search the Knowledge Base: |
Enabling Verbose (Debug) Logging in Lab Manager 2.x
Details
Solution
Lab Manager Server
-
In a text editor, open the file [c:]\Inetpub\wwwroot\LabManager\Web.config
-
Find the following line:
<!--
<appender-ref ref="DebugLogFile" />
-->
-
Delete the comment portions <!-- and --> so that the line appears as:
<appender-ref ref="DebugLogFile" />
-
Save the Web.config file.
-
Open the file [c:]\Program Files\VMware\VMware Lab Manager Server\MonitorService.exe.config
-
Find the following lines and delete the comment tag (<!-- and --> ):
<!--
<appender-ref ref="BackendServiceDebugLogger"/>
<appender-ref ref="MonitorDebugLogger"/>
-->
so that the line appears as:
<appender-ref ref="BackendServiceDebugLogger"/>
<appender-ref ref="MonitorDebugLogger"/>
-
Save the file.
-
Restart the VMware Lab Manager Monitor service.
-
Open the file [c:]\Program Files\VMware\VMware Lab Manager Server\SupportService.exe.config
-
Repeat steps 2-4.
-
Restart VMware Lab Manager SupportLink service.
The debug log files appear in [c:]\Documents and Settings\All Users\Application Data\VMware\VMware Lab Manager\Logs . The files are: LabManagerDebug.log and SupportLinkDebug.log .
Host (ESX Server)
-
Edit /usr/lib/labmanager/lm-agent.exe.config
-
Find the line
<!-- <appender-ref ref="DebugLogFile" /> -->
-
Delete the comment portions <!-- and --> so that the line appears as:
<appender-ref ref="DebugLogFile" />
The debug log file agentdebug.log is available at /var/log/labmanager/
-
Run the command:
service lm-agent restart
Lab Manager Installer
On the computer where you are running the installer for Lab Manager, enter the following at a command prompt (replace [labmanagerinstall] with the exact file name of the installer):
[labmanagerinstall].exe /verbose "c:\installlog.log"
For example: VMware-labmanager-server-2.5.0.405.exe /verbose "c:\installlog.log"
[labmanagerinstall].exe /verbose "c:\installlog.log"
For example: VMware-labmanager-server-2.5.0.405.exe /verbose "c:\installlog.log"
Feedback
Actions
- KB Article: 1000002
- Updated: Aug 14, 2009
- Products:
VMware vCenter Lab Manager - Product Versions:
VMware vCenter Lab Manager 2.4.x
VMware vCenter Lab Manager 2.5.x

