65
TERMINAL SERVERS
Host Definition
Copy the downloaded PRTCP.C source and MAKEFILE executable files to
your UNIX system and compile using the given MAKEFILE. You may have to
change the library file you link with to fit your Operating System. Then, follow
the relevant instructions for your UNIX to complete the procedure.
Sun Os
Perform the following steps for each printer:
1. Edit the /etc/printcap file to include a queue named CSqueue
(for example):
CSqueue|CSqueue:\
:lp=/dev/null:sd=/usr/spool:of=/etc/CSprint
2. Create the /etc/CSprint shell script:
#!/bin/csh -f
telnet 130.34.28.10 2007
You can now use the following standard command for printing:
LPR -PCSqueue file_name
Where
CSqueue
is the queue defined in step 1, and
file_name
is the file to be printed.
IBM AIX
Follow these steps for each printer:
1. Define a printer device:
cp/dev/null/dev/printer_name
chmode 666/dev/printer_name
2. Define the printer to the AIX system:
smit mkvirptr
3. Choose 1 on the menu shown to determine where the printer will
be attached.
4. Specify the device defined in the previous step (printer_name).
Summary of Contents for LE2101A-BT-R2
Page 2: ......