Create a Trace Log for Debugging

Create a Trace Log for Debugging

Product Line:  VERDE


Issue: 

To create a trace log use the Linux "strace" command to trace system calls and signals.  

 

When more information is needed to investigate an issue, create a "strace" log as follows?

In Ubunu and SLES Linux Environment: 

  1. sudo apt-get install strace
  2. ps ax | grep win4cdahubd (find its pid)
  3. sudo strace -fp <pid-from-step-2> >/tmp/strace.txt 2>&1
  4. Reproduce the error
  5. send /tmp/strace.txt

In RHEL and CentOS Linux Environment: 

  1. yum install strace
  2. ps ax | grep win4cdahubd (find its pid)
  3. strace -fp <pid-from-step-2> >/tmp/strace.txt 2>&1
  4. Reproduce the error
  5. send /tmp/strace.txt

    • Related Articles

    • Create AZURE VM for VERDE (rpm)

      oduct Line:  VERDE The following pages and screen shots are instructions for Creating an AZURE Virtual Machine to run VERDE specific to the RPM install:                                                                                                 ...
    • How do I create a Management Portal account?

      Follow the instructions below to create a new NComputing Management Portal account: 1. Go to the NComputing main website at https://www.ncomputing.com 2. Click on the login | register button at the top right of the page: 3. If you already have a ...
    • Troubleshooting - VERDE Log files - Support Report

      Product Line:  VERDE   To help troubleshoot system issues, each VERDE component logs information in its respective log file, there are log files for: The Host/Server activity  The VERDE Management Console The VERDE Services The guest/virtual desktop ...
    • Secure VERDE Isolated Gateway install and configuration Instructions

      Product Line:  VERDE   These instructions are for each VERDE Gateway host and each VERDE Cluster Master candidate. (Note: If 3 VERDE Gateway hosts and 2 VERDE Cluster Master candidates are being configured, 2 "authorized_keys" files will be required ...
    • Installing VERDE (RPM) 8.3.4 and Above with Postgres Database and Centos7.x Server (Recommended DB Settings)

      Produce Line: VERDE Install the Centos 7 server as previously performed: Burn Centos 7 Minimal to a CD/DVD or USB Install the OS Select your time zone Enable the Network Interface Use the entire storage area on the server Create a root password Allow ...