EasyManua.ls Logo

Oki OkiLAN 8100e - Page 86

Oki OkiLAN 8100e
106 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
UNIX 86
Reset the network interface card settings to default and try to set a
temporary IP address. If you still have the problem after resetting the
network interface card, consult the network manager.
5. Register the network card as a remote printer server.
Example: for host name C5300
a. Stop the print scheduler.
# usr/sbin/lpshut
b. Create the printer queue.
# /usr/sbin/lpadmin -p C5300_lp -v /dev/null \
m netstandard -o dest=C5300:lp
-o protocol=bsd
c. Set the queue to accept PostScript print jobs.
# /usr/sbin/lpadmin -p C5300_lp -I postscript
d. Start the print scheduler.
# /usr/sbin/lpsched
e. Activate the print queue.
# /usr/sbin/accept C5300_lp
f. Enable the print queue
# /bin/enable C5300_lp
To customise output, for example to add additional commands at the
start of each print job, you can edit a copy of the netstandard model
file then add it using the lpadmin command.
Example: for printer C5300_lp, with model file called C5300_model
# /usr/sbin/lpshut
# /usr/sbin/lpadmin –p C5300_lp –m C5300_model
# /usr/sbin/lpsched