User manual

User’s Manual InterCon-PrintServer
84
7.10 Installation as a Local Printer (FTP)
After the installation of the print server as a TCP/IP-Host is successfully completed, the print server
must be entered into the UNIX spooler system.
The following spooler systems are supported:
System V lpsched
BSD lpd
IBM/AIX qdaemon
The installation of the print server is dependent on the UNIX spooler system used. The following
description only shows the basic actions for the different spooler systems. Because each command
implementation is specific to the system used, you should refer the corresponding pages of your UNIX
system manual.
7.10.1 Print Server Directories
All files specially needed by the print server should be located in the
/etc/printserver
directory. To create this directory log in as privileged user (root). Now the system prompts
#
. Go to
the
etc
directory and create the new print server directory. Switch to the new directory and create a
subdirectory named interfaces.
#
cd /etc
#
mkdir print server
#
cd print server
#
mkdir interfaces
Load the shellscripts from your print server:
#
ftp 192.168.0.123
Connected to 192.168.0.123.
220 IC0001FF FTP server (InterCon version 8.1.10) ready.
User (192.168.0.123:(none)):
230 User (none) logged in.
ftp>
ls
200 PORT command successful.
150 ASCII data connection for NLST (192.168.0.49,1034).
sys5.sh
bsd.sh
aix.sh
params
status
226 Transfer complete.
41 bytes received in 0.22 seconds (0.19 Kbytes/sec)
sys5.sh
shellscript for SystemV UNIX systems
bsd.sh
shellscript for BSD UNIX systems
aix.sh
shellscript for IBM AIX UNIX systems