AWAN 3883/4/5 Access Server Configuration and Management Manual

Configuring Asynchronous Terminal and Serial
Printer Connections
AWAN 3883/4/5 Access Server Configuration and Management Manual424242-001
8-13
Configuring a Telserv Process
Configuring a Static Service
The static service configuration allows one or more windows to be added to a given
service. For static service sessions, the initial application must be manually started
before the session is connected from the AWAN access server. When a static service is
configured, the user specifies the service name at the Telserv Enter Choice> prompt
when connecting to the Himalaya NonStop server.
To configure a static service, you must perform the following tasks:
Add a static service using the SCF ADD SERVICE command.
Add one or more windows to the static service using the SCF ADD WINDOW
command. You can add a maximum of 256 windows.
Configuring a static service is the same as configuring a dynamic service except that you
specify the STATIC subtype in the SCF ADD SERVICE command. Refer to
Configuring a Dynamic Service
on page 8-11 for SCF ADD SERVICE command
syntax.
The following command adds a static service named PAYROLL2 to the Telserv process
named $ZTN1:
1-> ADD SERVICE $ZTN1.PAYROLL2, TYPE BLOCK, SUBTYPE STATIC, &
1-> PROGRAM $USER.PWY.PAYTCP
You use the SCF ADD WINDOW command to add a window to a static service. The
command syntax is as follows:
Example 8-4. Sample SCF INFO SERVICE Command
5-> INFO service $ztn1.*
TELSERV Info SERVICE
Name *Type *Subtype *Display *Program
TACL CONVERSATION DYNAMIC ON $SYSTEM.SYSTEM.TACL
PAYROLL BLOCK DYNAMIC ON $USER.PWY.PAYTCP
ZVTL VTL STATIC OFF N/A
ZTELNET CONVERSATION DYNAMIC OFF N/A
ZBLOCK BLOCK STATIC OFF N/A
ZCONV CONVERSATION STATIC OFF N/A
ZPRINT PRINT STATIC OFF N/A
ZSPI N/A STATIC OFF N/A
Worksheet Instructions. Record the service name on the Service Name line of your
Asynchronous Terminal Port Configuration Worksheet. A sample completed worksheet is
shown in Figure 8-2
on page 8-16.
ADD WINDOW $telserv-name.#window-name,
SERVICENAME "service-name" ,
SERVICETYPE { BLOCK | CONVERSATION }