Example: Connect a server to a 3174 subsystem control unit

This example connects your system to a 3174 (Model 3R or 53R) subsystem control unit.

Because all the examples use the same token-ring line description, this example discusses only the controller and device descriptions. You can find suggestions for configuring the 3174 at the end of this example.

Controller description:

CRTCTLRWS CTLD(TR_3174) TYPE(3174) MODEL(0) LINKTYPE(*LAN) 
          SWTLINLST(TOKENRING1) ADPTADR(400031740004)
          TEXT('Controller description describing the 3174')

Device description:

This device description does not have any 3174 specific fields, so use whatever device descriptions you need:

CRTDEVDSP DEVD(3279_DSP) DEVCLS(*RMT) TYPE(3279) MODEL(0)
          CTL(TR_3174)
          TEXT('Device description describing the 3279 display')

3174 configuration suggestions:

Ensure that the token-ring display on the 3174 contains the correct adapter addresses. The address fields must match the local adapter address field of the line description and the remote adapter address field of the controller description. Also, ensure that the maximum frame sizes match those that are specified by the Maximum frame size field of the line description.