OpenTP1 Version 7 Operation

[Contents][Index][Back][Next]

namblad (Manipulate RPC suppression list of OpenTP1 nodes)

Format

namblad {-a|-d} node-name[:port-number][,node-name[:port-number]...]

Function

The namblad command adds the specified nodes to the RPC suppression list or deletes the specified nodes from the RPC suppression list.

Options

-a

Adds the nodes specified in the command argument to the RPC suppression list.

-d

Deletes the nodes specified in the command argument from the RPC suppression list.

Command arguments

node-name~<1-to-255-character identifier>

Specify the name of a node to be added to or deleted from the RPC suppression list. Specify a node name specified in the all_node operand in the system common definition or the domain definition file under $DCCONFPATH/dcnamnd. If you specify a node name that is not specified in the all_node operand, an error occurs and a KFCA00675-E message appears.

port-number~<unsigned integer> ((5001-65535))

Specify a port number corresponding to a node name specified in the all_node operand in the system common definition and the domain definition file created under $DCCONFPATH/dcnamnd. If you do not specify a port number, the value specified for the name_port operand in the system common definition is assumed.

Output messages

Message ID Description Output destination
KFCA00674-I Help message Standard output
KFCA00675-E The specified node is not defined in all_node. Standard error output
KFCA00676-E The specified node is already specified. Standard error output

Notes