CORBA 2.6 Programmer's Guide for C++

You can also modify the $NSD_ROOT/bin/nsdstart script. This script contains NonStop CORBA subsystem
trace-flag settings that have been commented out. Like the Console, the nsdstart script sets tracing only for
NonStop CORBA subsystem processes, not application processes. To enable tracing for one or more of the subsystem
processes, you must uncomment the appropriate lines before running nsdstart.
An example of one of these lines is as follows:
[ set server env NSDOM_CFG_TRACE_ORB=TRUE
Removing the open bracket ([) uncomments the line.
When you enable tracing by using an export statement, you can set individual environment variables as shown by this
example:
export NSDOM_CFG_TRACE_PROXY=TRUE
Clearing the environment variable is done by using the unset statement. For example,
unset NSDOM_CFG_TRACE_PROXY
Caution: You need to be very careful to keep changes made with the Console and changes made to the
nsdstart script consistent with your intentions. If you have used the Console to change trace
settings, those changes will not be reflected in nsdstart.
Table 5.3. Tracing Options for NonStop CORBA subsystem
Services
Item
Basic Tracing sets these
environment variables
Detailed Tracing sets these environment
variables
Default log
Filename
BSD
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_PROXY
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_GIOP_FW
NSDOM_CFG_TRACE_SOCKEH
bsd.log
Comm
Server
NSDOM_CFG_TRACE_CS
NSDOM_CFG_TRACE_CS
NSDOM_CFG_TRACE_SOCKEH
NSDOM_CFG_TRACE_GFSEH
NSDOM_CFG_TRACE_GCFEH
cs.log
Event
Service
NSDOM_CFG_TRACE_ES
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_ES
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_PROXY
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_GIOP_FW
NSDOM_CFG_TRACE_SOCKEH
es.log
ILSD
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_PROXY
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_GIOP_FW
NSDOM_CFG_TRACE_SOCKEH
ilsd.log
IR
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_POA
NSDOM_CFG_TRACE_PROXY
NSDOM_CFG_TRACE_ORB
NSDOM_CFG_TRACE_GIOP_FW
NSDOM_CFG_TRACE_GFSEH
NSDOM_CFG_TRACE_GCFEH
ird.log