There is a section of the anserbook that should help
http://docs.sun.com/app/docs/doc/806-4074/6jd68ppls?l=en&a=view
If the queue is on a remote print server (host that queues and filters)
# lpadmin -p queue -s server
or
# printmgr
on menus (printer) -> (add access to printer ...)
Printer Name: remote queue
Printer Server: remote server
If this is a network attached printer (aka, jetdirect, axis "print
server", ...)
# printmgr
on menus (printer) -> (New Network Printer ...)
Protocol: TCP
Destination: server:queue
or
# lpadmin -p queue -v /dev/null -m netstandard -o dest=server:queue
-o protocol=lpd ...
This shouldn't be rocket science, but if it is, we don't have it right yet.
-Norm
Uwe Dippel wrote:
> [I have read quite a lot of the bigadmin docs, but still fail to print to a
> remote lpd queue. The printing applet is a tad out of the normal, and maybe
> this is why I seem to be too dumb to enter the proper values ...?
>