rcontrol(1)
Tostop a partition in the active configuration, use rcontrol with the stop command
and the partition argument followedby the name of the partition. To stop all of the
partitions in the active configuration, use rcontrol with the stop command and the
configuration argument followedby the name of the configuration.
When stopping partitions you can optionally specify what should happen to the running
jobs. The options are to leave them running,to wait for them to exit or to kill them. The
default is to leave them running.
#rcontrol stop partition = par1 option = kill
#rcontrol stop configuration = day option = wait
Configuring Nodes In or Out
Toconfigure a node in or out, use rcontrol with the configure in or configure
out commands. Use the nodes argument to specify the list of nodes being configured in
or out.
#rcontrol configure in nodes = ’atlas[2-4]’
#rcontrol configure out nodes = ’atlas[2,5-7]’
Note that partitions must be stopped before nodes can be configured in or out. Jobs may
be left running but any jobs running on a node while it is being configured out will be
killed. When stopping a partition, it is advisable to waituntil jobs have exited (or kill
them).
Reloading Database Information
Toinstruct a Partition Manager to reload its access_controls,users, and projects
tables, use rcontrolwith the reload command and the partition argument
followed by the nameof the partition.
#rcontrol reload partition = par1
Toinstruct a Partition Manager to change its reporting level, use rcontrol with the
reload command and the partition argument followedby the name of the partition.
In addition, you should specify the attribute debug and a value. The Partition Manager
writes its reports to a log file in the directory /var/rms/adm/log. See Section 4.1.2 and
Section 9.6.
#rcontrol reload partition = par1 debug = 1
Managing Servers
Tostop an RMS server, use rcontrol with the stop command and the server
argument followed by the name of the server. Tostart it again, use rcontrol with the
RMS Commands 5-25