Entering Partition Commands; Command Line Usage; Programmed Partition Management - Compaq AA-Q88CE-TE System Manager's Manual

Rtr
Table of Contents

Advertisement

Partition Management

3.5 Entering Partition Commands

3.5 Entering Partition Commands
Partitions can be managed by issuing partition commands directed at the
required partition after they are created. Partition commands can be entered in
one of two ways:
A command line processed by the RTR command line interface, for example
RTR> SET PARTITION
Programmed using
Enter partition commands on the backend where the partition is located. Note
that commands that affect a partition state only take effect once the first server
joins a partition. Errors encountered at that time will appear as log file entries.
Using partition commands to change the state of the system causes a log file
entry.

3.5.1 Command Line Usage

Partition management in the RTR command language is implemented with the
following command set:
RTR> CREATE PARTITION
RTR> SET PARTITION
RTR> DELETE PARTITION
The name of the facility in which the partition resides may be specified with the
/FACILITY command line qualifier, or as a colon-separated prefix to the partition
name (for example Facility1:Partition1). Detailed descriptions of the command
syntax are given in the Command Line Reference section of this manual, and are
summarized in the discussions below. Examples in the following sections use a
partition name of Partition1 in the facility name of Facility1.

3.5.2 Programmed Partition Management

Partition commands are programmed using
arguments are as follows:
pchannel
opened in the event of a successful call.
Flags must be
Verb must be the value
Object must be
select_qualifiers
example:
rtr_qualifier_value_t select_qualifiers[ 3 ];
select_qualifiers[ 0 ].qv_qualifier = rtr_facility_name;
select_qualifiers[ 0 ].qv_value = "your_facility_name_here";
select_qualifiers[ 1 ].qv_qualifier = rtr_partition_name;
select_qualifiers[ 1 ].qv_value = "your_partition_name_here";
select_qualifiers[ 2 ].qv_qualifier = rtr_qualifiers_end;
select_qualifiers[ 2 ].qv_value = NULL;
The
or characteristic.
3–4 Partition Management
rtr_set_info( )
- Supplies the address of a
RTR_NO_FLAGS
verb_set
rtr_partition_object
should identify the facility and partition, by name, for
set_qualifier
list expresses the required change in partition behaviour
rtr_set_info( )
to receive the channel
rtr_channel_t
(from the enumeration rtr_verb_t)
. Usage of the

Advertisement

Table of Contents
loading

This manual is also suitable for:

Reliable transaction router, version 3.2

Table of Contents