Creating log files: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
Usinging the SSH client of you choise, login to the command line interface of TVC. Once logged in successfully, execute the following command to create a file containing all the logs required.
Usinging the SSH client of you choise, login to the command line interface of TVC. Once logged in successfully, execute the following command to create a file containing all the logs required.


You do not have to stop services, unless instructed to do so by support.
Keep all services running and run the following script as sudoer:
<pre>$ sudo su -
<pre>$ sudo su -
# cd /opt/tv
# cd /opt/tv
Line 22: Line 22:
</pre>
</pre>


This may take a whilt to complete.
List all files in the same&nbsp; /opt/tv directory:
 
Once you get the command prompt back list all files in the /opt/tv directory:
<pre>[root@crt-vir-a-tvc11 tv]# ls
<pre>[root@crt-vir-a-tvc11 tv]# ls
appliance    collect_logs.sh  dataengine  flow    personality  queryengine  serverhealth                        tv-reboot.sh            tv-shutdown.sh        tv-stop-services.sh
appliance    collect_logs.sh  dataengine  flow    personality  queryengine  serverhealth                        tv-reboot.sh            tv-shutdown.sh        tv-stop-services.sh
application  configengine    dds        manager  portal      repository  tv-logs_2018-01-19_13-22-44.tar.gz  tv-restart-services.sh  tv-start-services.sh  userdiscovery</pre>
application  configengine    dds        manager  portal      repository  tv-logs_2018-01-19_13-22-44.tar.gz  tv-restart-services.sh  tv-start-services.sh  userdiscovery</pre>


Notice the file carrying the name '''tv-logs_YYYY_MM_DD_HH-MM-SS.tar.gz&nbsp;'''? This is the archive&nbsp;you have to send to TAC.&nbsp;&nbsp;
Notice the file '''tv-logs*.&nbsp;'''&nbsp;This is the file you have to send to support.&nbsp;&nbsp;
 
Transfer this file to the destination using WinSCP or any SCP tool of your choice.


Make sure to delete these files once they are no longer needed:
These files could be large;&nbsp;make sure to delete the&nbsp;file&nbsp;afterwards:
<pre># rm tv-logs_YYYY_MM_DD_HH-MM-SS.tar.gz
<pre># rm tv-logs*
</pre>
</pre>

Revision as of 07:06, 19 April 2020

Introduction

In case of an incident, it is advisable to send logs together with the creation of the ticket or anytime the support engineer asks you to.  This solution applies to all TruView devices.

 

Solution

 

 

Usinging the SSH client of you choise, login to the command line interface of TVC. Once logged in successfully, execute the following command to create a file containing all the logs required.

Keep all services running and run the following script as sudoer:

$ sudo su -
# cd /opt/tv
# sh -x collect_logs.sh

List all files in the same  /opt/tv directory:

[root@crt-vir-a-tvc11 tv]# ls
appliance    collect_logs.sh  dataengine  flow     personality  queryengine  serverhealth                        tv-reboot.sh            tv-shutdown.sh        tv-stop-services.sh
application  configengine     dds         manager  portal       repository   tv-logs_2018-01-19_13-22-44.tar.gz  tv-restart-services.sh  tv-start-services.sh  userdiscovery

Notice the file tv-logs*.  This is the file you have to send to support.  

These files could be large; make sure to delete the file afterwards:

# rm tv-logs*