RDF System Management Manual for H-Series RVUs (RDF 1.8)

Security Restrictions
None.
RDF State Requirements
None.
Usage Guidelines
The SET RDFNET command enters the parameter values specified for the RDFNET process in
this command into the RDF configuration table in memory. This table serves as an input buffer
only, and so these values do not affect the subsystem until they are applied to the RDF
configuration file with the ADD command.
Example
To configure a RDFNET process named $MNET to run in CPUs 0 and 1 at a priority of 180, issue
these commands after RDF has been initialized:
]SET RDFNET PROCESS $MNET
]SET RDFNET CPUS 0:1
]SET RDFNET PRIORITY 180
]ADD NETRDF
SET RECEIVER
The SET RECEIVER command sets receiver process configuration parameters within the RDF
configuration memory table. The supplied values are not applied to the RDF configuration file,
however, until you issue an ADD RECEIVER command.
SET RECEIVER receiver-option
where receiver-option is:
{ATINDEX audittrail-index-number }
{CPUS primary-CPU : backup-CPU }
{EXTENTS (primary-extent , secondary-extent) }
{RDFVOLUME $volume }
{PRIORITY priority }
{PROCESS process-name }
{SLOWMODE {ON | OFF} }
ATINDEX audittrail-index-number
is an integer value identifying a configured TMF audit trail on the primary system. 0 specifies
the MAT. 1 through 15 specify auxiliary audit trails AUX01 through AUX15. The default is
0. For each configured extractor, there must be a corresponding receiver with the same
ATINDEX value.
For information about protecting auxiliary audit trails, see Chapter 13 (page 271).
CPUS primary-CPU : backup-CPU
identifies the CPUs in which the receiver process is to run as a process pair on the backup
system; primary-CPU is the primary CPU; backup-CPU is the backup CPU. Values range
from 0 through 15. The default is 0:1.
EXTENTS ( primary-extent , secondary-extent )
specifies the extent sizes to be used for the RDF image files on the backup system;
primary-extent-size is the primary extent size in pages; secondary-extent-size
is the size of each secondary extent in pages. The default is 100,100. The limit is 65500, 65500.
This parameter only has an effect when specified for the MAT receiver.
218 Entering RDFCOM Commands