Configuring BARR/NJE for CTC

BARR/NJE

Before starting the steps in this topic, you must install the CTC hardware. After installing the CTC hardware, you must define the connections between Barr nodes and adjacent host nodes, configure a CTC node and an NJE node, and start the CTC node.

You must be a member of the local Administrators group to operate the NJE Configuration Utility. If you are assigned the Configure - NJE user access right on the computer to which you are trying to connect, but are not a member of the Administrators group, the NJE Configuration Utility will operate in read-only mode.

You can also define routing tables to route jobs from BARR/SPOOL and messages from NJE Console to host nodes on the NJE network.

See also:


Defining a connection

Before configuring BARR/NJE for the first time, you must install the CTC hardware.

Use the NJE Configuration Utility to define and configure CTC connections for communicating with the host. The procedures outlined in this topic are required. Your host programmer can help configure the link settings. Complete the following steps to configure the connection.

  1. Open the NJE Configuration Utility.

  2. Select the Communications Profile tab.

    Communications Profile Tab

  3. Under Connection, click Add. The Add Connection dialog box displays.

  4. Type the connection Name.

  5. In the Type drop-down list, select CTC. Click OK. The Connection Configuration dialog box displays.

    Connection Configuration Dialog Box

  6. Next to CTC Configuration, click Modify. The CTC Configuration dialog box displays. Complete the following steps to configure the CTC node.

    CTC Configuration Dialog Box

  1. Select the Adapter that connects to the host's channel. The CHANNEL adapters that are currently installed appear in the list.

  2. If you are using an ESCON connection, from the Image drop-down list, select a control unit image number. Each image can have up to 256 subchannel addresses.

  3. Select the Channel address. Each CTC NJE node must have a unique channel address (except for differing images), which must match the subchannel address at the host. You can enter an address ranging from 00 to FF.

  4. Under Connection type, specify how the node connection to the mainframe will be made. There is no wrong value for this setting, which may or may not be used. It is simply used to expedite the session initiation.

  5. Click OK to return to the Connection Configuration dialog box.

  1. Next to NJE Configuration, click Modify. The NJE Configuration dialog box displays. Complete the following steps to configure the NJE node.

    NJE Configuration Dialog Box

  1. Under BARR node, type the Barr node Name. This must match the BARR/NJE node name specified during JES2, JES3, or POWER configuration. The Location box is currently unavailable.

  2. Type the host node Name. This must match the host node name specified during JES2, JES3, or POWER configuration.

  3. In the Type drop-down list, select the host node. If you are using JES2 or JES3, select MVS/JES2. If you are using POWER, select VSE/POWER.

  4. Click Advanced. The Advanced Node Settings dialog box displays.

    Advanced Node Settings Dialog Box

  5. If you want to use passwords, specify a Send password and a Receive password. The send password is the password sent to the host to authenticate the BARR node. The receive password is the password the BARR node expects to receive from the host to authenticate the host node. By default, the passwords are blank.

The Features fields are set for optimal performance and are compatible with host systems.

  1. Under Streams, enter the number of streams. This must match the number of streams specified during JES2 or POWER configuration. If you are using JES3, skip this step.

The host's receivers correspond to BARR's transmitters, and the host's transmitters correspond to BARR's receivers. For example, if the host is configured for 5 SYSIN transmitters, the SYSIN receivers field must be 5.

  1. Click OK and then Close.

  2. When you click OK to close the NJE Configuration Utility, a message displays asking if you want to restart the BARR NJE service. Click Yes.

Starting the CTC node

After you have completed configuring BARR/NJE, you must start the CTC node. Complete the following steps after the BARR NJE service has restarted.

For JES2 connections:

  1. At the host console, vary the CTC device online Activated and ready for operation; capable of communicating with or being controlled by a computer. using the command:

vary devnumber,online

Where devnumber is the CTC device number used to define lines and streams for the node.

  1. At the host console, issue the JES2 start line command:

$SLN#

Where # is the line number used to define lines and streams for the node.

  1. A message will display on the host console indicating that the node is active. If this message does not appear, use Operator Console to diagnose the problem.

  2. You can now finish testing the NJE connection by sending a job or print data set from the host to your NJE node.

For JES3 connections:

  1. At the host console, vary the CTC device online Activated and ready for operation; capable of communicating with or being controlled by a computer. using the command:

vary devnumber,online

Where devnumber is the CTC device number used to define lines and streams for the node.

  1. Verify that the NJE LU is activated.

  2. At the host console, issue the JES3 start networking command.

+S SNA,NODE=nodename

Where nodename is the BARR/NJE node name set in JES3 configuration.

  1. A message will display on the host console indicating that the node is active. If this message does not appear, use the Operator Console to diagnose the problem.

  2. You can now finish testing the NJE connection and send a job or print data set from the host to your NJE node.

For POWER connections:

  1. At the host console, vary the CTC device online using the command:

online devnumber

Where devnumber is the CTC device number defined in the CTC host configuration.

  1. At the host console, issue the POWER start line command:

PSTART PNET,NODENAME,,DEVNUMBER

  1. A message will display on the host console indicating that the node is active. If this message does not appear, use Operator Console to diagnose the problem.

  2. You can now finish testing the NJE connection by sending a job or print data set from the host to your NJE node.

Sending a test print job from the host to Barr

No additional configuration is needed for receiving print jobs. Once the NJE connection is operational and the node has been started at the host, jobs will automatically be received into the spool. From BARR/SPOOL, you can reroute jobs to various destinations using a header field.

To send a test print job, request that the job be submitted from the host to BARR/NJE and use the Barr node name as the destination. Anyone on the host can route their job to an NJE node using the DEST= parameter in their JCL. For example, you could specify DEST=barrnode in your JCL where barrnode is the BARR/NJE node name specified during JES2, JES3, or POWER configuration.

//SYSOUT DD SYSOUT=A,DEST=barrnode

You can also route the job to a specific printer in the Barr spooler by adding the printer name to your destination parameter. Enter the Barr node name, followed by a comma, and then the printer name. Because the DEST= parameter contains two parameters, you must use parenthesis as shown in the following example.

//SYSOUT DD SYSOUT=A,DEST=(barrnode,HPLASER)