beautypg.com

Compaq AA-Q88CE-TE User Manual

Page 105

background image

CALL RTR_REJECT_TX

channel_name

is not case sensitive.

The default channel name is RTR$DEFAULT_CHANNEL.

/CLUSTER
/NOCLUSTER (D)

Specifies that the command is executed on all the nodes in the cluster.

If neither

/NODE

nor

/CLUSTER

is specified then the command is executed on the

nodes specified by the latest

SET ENVIRONMENT

command. If no

SET ENVIRONMENT

command has been entered then the command is executed only on the node where
the command was issued.

Note: In environments that do not support clustering, use of the /CLUSTER
qualifier will cause the relevant command to be executed on the local node only.

/RETRY
/NORETRY (D)

Use /RETRY to specify the

flags

parameter as RTR_F_REJ_RETRY in the call

rtr_reject_tx( )

.

The default for value for /RETRY is /NORETRY, which causes the command
server to use the value RTR_NO_FLAGS for the

flags

parameter in the call to

rtr_reject_tx( )

.

/NODE[=node-list]
/NODE=default-node-list (D)

Specifies that the command is executed on all nodes specified in

node-list

. If

node-list

is omitted then the command is executed only on the node where the

command was issued.

/OUTPUT[=file-spec]
/OUTPUT=stdout (D)

Specifies that the resulting information is written to the file

file-spec

. If

/OUTPUT

or

file-spec

is omitted then the standard or default output is used.

/REASON[=reason]
/REASON=0

Use /REASON to supply a value for the

reason

parameter in the call to

rtr_reject_tx( )

.

The default for value for /REASON is 0, which causes the command server
to use the value RTR_NO_REASON for the

reason

parameter in the call to

rtr_reject_tx( )

.

Related Commands

CALL RTR_OPEN_CHANNEL

CALL RTR_ACCEPT_TX

RTR Command Line Interface 6–29