[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tips: set up print server on Solaris



 
    
set up print server on Solaris:

1. Server setup:

bash-2.02# lpadmin -p caslon -o protocol=bsd,dest=caslon -T PS -I PostScript -v /dev/null -i /usr/lib/lp/model/netstandard 

2. Modify /etc/printers.conf file, Auto and nobanner info:

bash-2.02# cat /etc/printers.conf 
#
#       If you hand edit this file, comments and structure may change.
#       The preferred method of modifying this file is through the use of
#       lpset(1M) or fncreate_printer(1M)
#
caslon:\
        :bsdaddr=caslon.its.unimacq.edu.au,Auto:\
        :nobanner
_default:\
        :use=caslon:
lps-ps-2:\
        :bsdaddr=paisley.its.unimacq.edu.au,lps-ps-2:\
        :description=Printer Queue on Paisley:

3. Rock and roll!

bash-2.02# lp -d caslon netscape.ps

4. Restart lpsched service:

bash-2.02# /etc/init.d/lp stop
bash-2.02# /etc/init.d/lp start


Google