Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The System Distribution Directory contains functionality called shadowing, allowing the system distribution directory entries to be replicated from one system to another.

...

Expand
titleExample Creating the APPC Controller

NODEA

NODEB

Local IP Interface Address

203.0.113.2

203.0.113.3

Local Network ID

APPN

APPN

Local Control Point Name

NODEA

NODEB

On NODEA the following command is used:

CRTCTLAPPC CTLD(APPCNODEB) LINKTYPE(*HPRIP) RMTINTNETA('203.0.113.3') LCLINTNETA('203.0.113.2') RMTNETID(APPN) RMTCPNAME(NODEB)

On NODEB the following command is used:

CRTCTLAPPC CTLD(APPCNODEA) LINKTYPE(*HPRIP) RMTINTNETA('203.0.113.2') LCLINTNETA('203.0.113.3') RMTNETID(APPN) RMTCPNAME(NODEA)

Note

Note: A value must be specified in the LCLINTNETA parameter other than *SYS.

...

A virtual APPN controller is created called QAPENDxxxx, and this is where the APPC device is attached. The original APPC controller that is created above will be at the have a state of varied on state which is normal; this is the default.

Configuring Directory Shadowing

...