Question:
How do I view the view the gathered logs that i collected on my Linux system? I tried to use the "unzip" command but it is not on the Linux Virtual Appliance.
Answer:
The distro that we use for the VA does NOT come with a "unzip" utility. Gunzip, pax, and tar can not handle this type of archive.
Monday, February 1, 2010
Collecting logs
Question:
How do I collect the logs for ConfigControl?
Answer:
as "configcontrol user run this command:
configcontrol -generateSupportBundle
The result is a zip file in /opt/vmware
How do I collect the logs for ConfigControl?
Answer:
as "configcontrol user run this command:
configcontrol -generateSupportBundle
The result is a zip file in /opt/vmware
increasing the log level for ConfigControl
Question:
How do I increase the log level for ConfigControl
Answer:
Edit /opt/vmware/configcontrol/config/config/log4j.properties.
Change line:
log4j.rootLogger=error, stdout, file
to:
log4j.rootLogger=debug, stdout, file
Of course you can use other standard java log4j options.
How do I increase the log level for ConfigControl
Answer:
Edit /opt/vmware/configcontrol/config/config/log4j.properties.
Change line:
log4j.rootLogger=error, stdout, file
to:
log4j.rootLogger=debug, stdout, file
Of course you can use other standard java log4j options.
Subscribe to:
Posts (Atom)