Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do set up the printer for Solaris 8 server?

Status
Not open for further replies.

BMW

IS-IT--Management
Mar 25, 2001
78
US
All,

New in the Solaris business :-(!

I have a network printer which support postscript. How do I set my Solaris 8 server to print out from that printer? Is there any protocol I can follow?

Thanks,

BMW
 
Add your printername to /etc/hosts and try something like:

[tt]lpadmin -p queuename -o protocol=bsd,dest=printername -v /dev/null -T ps
accept queuename
enable queuename[/tt] Annihilannic.
 
Does this mean you do not need any print server software to print to a network printer ?
 
It depends on the printer, some support BSD printing properly, some don't... and I imagine on some of them the feature may have to be turned on somehow.

If you telnet printerhostname 515 and it accepts the connection chances are that it will work.

Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top