z/OS Security Server RACF Messages and Codes
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


IRRM088I

z/OS Security Server RACF Messages and Codes
SA23-2291-00

IRRM088I
REMOTE NODE node-name [SYSNAME system-name] CANNOT BE SPECIFIED AS THE LOCAL NODE BECAUSE MORE THAN ONE PROTOCOL HAS ALREADY BEEN DEFINED FOR IT.

Explanation

There is more than one protocol defined for node node-name. While remote node definitions can contain different workspace data set information for each protocol, the local node can only contain a single set of workspace data set information. Because there is more than one protocol instance already defined for node node-name, RRSF cannot determine which workspace data set information you intend to keep. This message is issued even if no file attributes are specified for either or both of the protocols.

If SYSNAME system-name information is present in this message, the node node-name is a multisystem node, and the information is displayed for system system-name of the named node.

System action

The TARGET command ends in error.

Operator response

Using TARGET LIST, note that the file attributes that you want to keep. Then, delete the other protocol instance, specify LOCAL, and add the protocol instance back to the node.

Example 1: If you originally specified:
TARGET NODE(NODEX) PROTOCOL(APPC(LUNAME(LU01))) WORKSPACE(VOLUME(VOL01) FILESIZE(600))
TARGET NODE(NODEX) PROTOCOL(TCP(PORTNUM(12601))) WORKSPACE(VOLUME(VOL02) FILESIZE(1000))
TARGET NODE(NODEX) LOCAL
and if you want to keep the workspace attributes you had associated with the TCP protocol, then issue:
TARGET NODE(NODEX) PROTOCOL(APPC) DELETE
TARGET NODE(NODEX) LOCAL
TARGET NODE(NODEX) PROTOCOL(APPC(LUNAME(LU01))) 
Example 2: If you originally specified:
TARGET NODE(NODEX) PROTOCOL(APPC(LUNAME(LU01))) WORKSPACE(VOLUME(VOL01) FILESIZE(600))
TARGET NODE(NODEX) PROTOCOL(TCP(PORTNUM(12601))) WORKSPACE(VOLUME(VOL02) FILESIZE(1000)) LOCAL
and if you want to keep the workspace attributes you had associated with the TCP protocol, then split the previous command into two commands:
TARGET NODE(NODEX) WORKSPACE(VOLUME(VOL02) FILESIZE(1000)) LOCAL
TARGET NODE(NODEX) PROTOCOL(TCP(PORTNUM(12601)))

Routing code

None.

Descriptor code

6

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014