Panasonic KX-P7105 Operating Guide

Page of 312
Settings and Printing
Network
Network
Maintenance and Spec.
Setup in UNIX
Settings and Printing
Network
Network
Maintenance and Spec.
108
For Solaris 2.3x – 2.5x
1
Create Print Queue.
(1) Login as root
# login root
(2) Stop print scheduler.
# /usr/sbin/lpshut
(3) Add print server.
Example: Add host name “kxp7110”
# /usr/sbin/lpsystem -RO -t bsd kxp7110
If you use csh, use “\!”. “lp” after “!” is the printer queue name.
(4) Set up print queue.
Example: Add print queue name “kxp7110lp” 
# /usr/sbin/lpadmin -p kxp7110lp -s kxp7110!lp
(5) Start print scheduler.
# /usr/bin/sh /etc/init.d/lp start
(6) Enable print queue.
# /usr/sbin/accept kxp7110lp
# /usr/bin/enable kxp7110lp
2
Print
Print using “lp” command
# lpÅ@-d kxp7110lp <file name>
For HP-UX 9.x and 10.x
1
Set up remote spooler.
(1) Login as root.
# login root
(2) Disable printer spooler.
# /usr/lib/lpshut
(3) Add the following line to the /etc/ineted.conf.
printer stream tcp nowait root /usr/lib/rlpdaemon -i
(4) Restart inetd.
/etc/inetd -c