RDF System Management Manual

Table Of Contents
Operating and Monitoring RDF
HP NonStop RDF System Management Manual524388-003
4-3
Using RDFCOM Interactively
If you omit control-subvolume, RDFCOM assumes that the control subvolume
name is the same as the name of the local system on which RDFCOM is running
(without the backslash and with no suffix character appended to it).
command
is one or more RDFCOM commands; multiple commands are separated by
semicolons (;). If commands are present, RDFCOM executes them and then
terminates without reading the file specified in the IN option.
If commands are not present and no input file is specified, RDFCOM displays a right
bracket (]) as a prompt to enter them.
Vertical bar (|) is the comment character, if you want to include comment lines in the
configuration file.
Using RDFCOM Interactively
When you use RDFCOM interactively, you conduct a continuous online dialog with it
through a series of prompts, commands, output displays, and messages.
Starting a Session
To start an interactive RDFCOM session, enter the RDFCOM keyword at your TACL
prompt, followed optionally by the name of the RDF control subvolume:
>RDFCOM [control-subvolume]
For example, to start a session on a primary system named SANFRAN, you would
enter the following command (assuming that no suffix character was specified in the
INITIALIZE RDF command):
>RDFCOM SANFRAN
If the suffix character “3” was specified in the INITIALIZE RDF command, then you
would enter the following command:
>RDFCOM SANFRAN3
When RDFCOM starts, it searches the specified subvolume on $SYSTEM of the local
system for the RDF configuration file to open. In other words, the configuration file that
RDFCOM expects to open is:
\local-system.$SYSTEM.control-subvolume.CONFIG
Note. If you invoke RDFCOM from the backup system, you must include the name of the
control subvolume in the RDFCOM command; if you do not, then RDFCOM will assume that
the control subvolume has the same name as the local system (without the backslash and with
no suffix character) and look for the configuration file in the wrong subvolume.