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:
- sudo apt-get install strace
- ps ax | grep win4cdahubd (find its pid)
- sudo strace -fp <pid-from-step-2> >/tmp/strace.txt 2>&1
- Reproduce the error
- send /tmp/strace.txt
In RHEL and CentOS Linux Environment:
- yum install strace
- ps ax | grep win4cdahubd (find its pid)
- strace -fp <pid-from-step-2> >/tmp/strace.txt 2>&1
- Reproduce the error
- 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: ...
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 ...
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 ...
Down Grading VERDE Release
Product Line: VERDE There may be a need to "back out" a VERDE upgrade. This should be used with caution. Often, an upgrade makes database changes. The downgrade may break the database. In my example, the server was originally VERDE (rpm) 8.2.3, ...