CORBA 2.6 Administration Guide

#...
COM_SERVER1="$MY_PREFIX"NCA
COM_SERVER2="$MY_PREFIX"NCB
#...
set server maxservers 2
set server numstatic 2
set server process \$$COM_SERVER1
set server process \$$COM_SERVER2
set server AUTORESTART 10
add server CS
start server CS
#...
Edit the section to remove the $ZNCB server process, as follows:
Removing a Comm Server From nsdstart
#...
COM_SERVER1="$MY_PREFIX"NCA
#...
set server maxservers 1
set server numstatic 1
set server process \$$COM_SERVER1
set server AUTORESTART 10
add server CS
start server CS
#...
3.
Restart the NonStop CORBA system processes by executing the nsdstart script from OSS:
> nsdstart
4.
Managing NSots Transaction Managers in a Process Pool
To support two or more NSots transaction managers in a process pool, it is necessary to run a NSots XID Broker
process. The XID Broker brokers requests for imported transactions within the pool of NSotsTMs by routing
secondary import requests back to the NSotsTM that originally imported the transaction. If only more than one
NSotsTM process is configured in a process pool, it is necessary to also configure one and only one NSotsXID
process. It is also necessary to define the environment variable NSOTS_XID_BROKER_REQUIRED for the
NSotsTM process. These steps are shown in commentary form in the nsdstart script. They are also supported
by the Console. If NSOTS_XID_BROKER_REQUIRED is defined and NSotsXID is not available, the
application should receive the exception CORBA::TRANSIENT.
Configuring NonStop CORBA to Use Parallel Library
TCP/IP