|
|
The Cisco IOS for S/390 network line printer service looks to the network like a UNIX line printer daemon and is compatible with the UNIX LPR command. This chapter includes these sections:
The SERVICE statements in the APPCFGxx member of the PARM data set define the user-level services provided by Cisco IOS for S/390 and the well-known port numbers. The most common ones are TELNET, VTAMAPPL, FTP, LPR, and USMTP/SSMTP.
This is the syntax for the LPR SERVICE statement.
SERVICE NAME (LPR)For printing, you may need to set:
| SERVICE NAME (LPR) | to specify the name of the service as LPR |
| MODULE (USPOOL) | to provide the LPR spooler server |
| PORT (number) | to specify the well-known port number for LPR (515) |
This example shows the use of the SERVICE statement for LPR.
Line Printer Service (Port 515)
SERVICE NAME(LPR) MODULE(USPOOL) PORT(515) TCP
The LPR statement defines the line printer services for Cisco IOS for S/390. If you are installing the Enterprise Print Service product, you must comment out or delete the LPR statement for Port 515 as it is used by EPS.
LPR PORT(515) TRANTBL(ENGLISH) LPR PORT(516)
On BSD UNIX systems, the file /etc/printcap needs an entry added that reflects your MVS hostname. SVR4 systems require different printer configurations. Consult your SVR4 documentation for specifics.
Use the LPR statement to define the configuration parameters for the Cisco IOS for S/390 network line printer services.
| ALL | NET | SUBNET | Specifies which hosts can access this service
ALL--Any remote host can access the line printer service. Default: ALL |
| CLASS (class) | Specifies JES SYSOUT class to which the print file is written. Only one class is allowed.
Default: A |
| DESTID (name) | Specifies selection of a default local output device destination ID.
Default: LOCAL |
| IBUF (number) | Specifies the total amount of input buffer space for receiving from TCP (1:4095).
Default: 3000 |
| OUTLIM (number) | Specifies the JES OUTLIM parameter to use in creating the output file to JES. This limits a print file to that number of print lines.
Default: 250000 |
| PORT (port) | Specifies the port number for this LPR server. This must be 515 to operate with the UNIX LPR command.
Default: 515 |
| SELECT | NOSELECT | FLUSH | Specifies whether requested printer queue name of the LPR can be used to override that default. Allows use of printer queue name to point to remote printers. Otherwise, printing is limited to local printer.
NOSELECT--Use defined default local output destination ID. The requested printer queue name of the LPR is ignored. SELECT--Allow selection of requested destination ID of the LPR. If printer queue name is omitted or invalid as a destination ID, use the default output destination ID. FLUSH--Allow selection of requested destination ID of the LPR. If printer queue name is omitted or invalid as a destination ID, purge the output. Default: NOSELECT |
| TRANTBL (name) | Specifies the name of a translation table used to translate incoming ASCII text into EBCDIC.
For more information about special translate tables, read Chapter 19, Translation Tables. Default: ENGLISH |
You may need to change the following parameters.
A SERVICE statement to activate USPOOL must be used for the LPR server.
If EPS is installed, the print requests are serviced by EPS rather than the LPR server.
This example shows the usage of the LPR statement:
LPR IBUF(3000) CLASS(A) TRANTBL(ENGLISH) ALL DESTID(LOCAL) OUTLIM(300000)
|
|