You can generate Linux debugging files for process issues using "STRACE"
The most common usage is to start a program using strace, which prints a list of system calls made by the program.
This is useful if the program continually crashes, or does not behave as expected; for example using strace may reveal that the program is attempting to access a file which does not exist or cannot be read.
This proves to be useful if the NetVault process fails when starting up, in some cases it is able to run for a few seconds before the service goes down.
Enabling strace on a NetVault process
To exit, use CTRL-C
*The above example shows that the process being stopped, likely due to another process. It may be required to reboot the system, or verify if there are any other NetVault processes running that are preventing the NetVault process from starting.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center