CORBA 2.6 Administration Guide
keep_alive
Used for C++ applications only. Controls whether the TCP/IP keep-alive mechanism is enabled. If enabled, TCP periodically pings the
other end of a connection to determine if the connection is still valid. This action will detect if the other end has gone away, even if no
data is being transferred. The keep-alive mechanism is useful when one side is waiting for data (the next request for a server, or a reply
for a client) and the other side goes away.
log_file
The location to which error-log messages are written. If the target is an EMS collector process, the events are SPI/EMS events;
otherwise the events are ASCII text. Typical values are:
$0 if error-log messages will be written to the default EMS log●
STDOUT if error-log messages will be written to the terminal (standard output)●
A file name if error-log messages will be written to a file●
nsdom_ir
The location of the interface repository. The default at installation is $env(MY_ROOT)/etc/nsdom.ir. If an application that uses
the interface repository does not define a value for nsdom_ir in the application's profile, the location in thisnsdom_ir is used.
parallel_ip
Specifies whether or not Parallel Library TCP/IP is enabled for Comm Servers.
pathmon
The name of the PATHMON process used for the NonStop Services for CORBA processes.
product_dir_guardian
The Guardian directory in which the product files were installed.
product_dir_oss
The OSS directory in which the product files were installed.
ssliop_default
The location for the default certificates. The default at installation is $NSD_ROOT/ssliop/default. If no certificate file is
configured, ssliop_defaultin default@ORB is used to find the location.
stack_size
Used for C++ applications only. Defines how many bytes are allocated for new thread stacks. The default is 65536, the minimum is
16384, and the maximum is 32768000.
tcp_process
The default TCP process (used when none is explicitly specified).
trace_file
The location to which trace output is written. Use <STDOUT> to cause trace messages to appear on the terminal (standard output). Use
a file name to cause trace messages to be written to the file.
url_path
The OSS pathname under which IOR, corbaloc, and corbaname URL object references are stored.
default@trace
The complete list of trace settings is shown in Chapter 5, Tracing and Debugging Applications, of the NonStop CORBA 2.6 Programmer's
Guide for C++ and the NonStop CORBA 2.6 Programmer's Guide for Java.
event_service@event_service_settings
EventServiceID
Specifies the name under which the Event Service is registered in the Naming Service.
EventServiceFactory
If set to true, specifies that the Event Service creates an Event Service factory object at initialization; otherwise, an Event Service
channel object is created at initialization.