CORBA 2.6 Administration Guide
Altering a Server Pool
Alter a server pool by using the ALTER SERVER command. For example, the following series of commands
changes the priority at which the server CS runs:
ALTER SERVER Command
= FREEZE SERVER CS
= STOP SERVER CS
= ALTER SERVER CS, PRI 50
= THAW SERVER CS
= START SERVER CS
Note that the FREEZE command precedes the STOP and ALTER commands; and also note that the THAW
command must precede the START command.
Managing the Distributed Object Environment
This subsection provides an overview of the tasks involved with managing the NonStop CORBA distributed
object environment. The NonStop CORBA system implements the ORB on the NonStop Kernel operating
system. Managing this environment includes monitoring the system processes contained in the NonStop CORBA
system, monitoring the underlying networking resources, tuning the system configuration for performance, and
troubleshooting the ORB.
The Distributed Object Environment
The figure below shows some of the major components of the NonStop CORBA system runtime environment and
the tools you use to manage each type of component.