CORBA 2.3.3 Administration Guide (NonStop CORBA 2.3.7+)

#...
COM_SERVER1="$MY_PREFIX"NCA
COM_SERVER2="$MY_PREFIX"NCB
#...
set server maxservers 1
set server numstatic 1
set server process \$$COM_SERVER1
set server AUTORESTART 10
add server CS
start server CS
#...
Edit this section to add another server. Note that new Comm Servers names must have the last letter
incremented, giving Comm Servers $ZNCA through $ZNCZ. There is a limit of 26 Comm Servers.
Adding a Comm Server to the nsdstart Script
#...
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
#...
3.
Be sure you add the new Comm Server profile for the process $ZNCB to the configuration database. See
Configuration and Adding an Entity for details.
4.
Restart NonStop CORBA system processes by executing the nsdstart script from OSS:
> nsdstart
5.
Removing a Comm Server Process
Assume that the current NonStop CORBA system is configured to include two Comm Servers, named $ZNCA
and $ZNCB, and you want to remove the $ZNCB process.
If NonStop CORBA system processes are running, stop them by executing the nsdstop script from OSS:
> nsdstop
1.
Locate the Comm Server specification section in nsdstart. The following example shows the section of
nsdstart that configures the Comm Server, including two processes:
2.