Troubleshooting an HPUX program
In investigating the problems with sawserver I was pointed towards a tool called tusc (which appears to be an HP version of truss).
You can use it to invoke a program, and get out a bunch of debug information including system calls.
You run it like this:
$tusc -fep /app/oracle/product/obiee/web/bin64/sawserver64
As a beginner when it comes to hardcore *nix I can only look at this and take pot shots at what’s going on, but with Google by my side I’m interested in the last lines of the output: