>I have users that telnet in to my server and i need to set up a couple of
>queues to point to an nt server as i do not have direct printing rights to
>the print server. any help appriceated
>Solars 8 print queue to win2000 print queue
Either set up Samba, so Solaris can talk the Microsoft printer
(and file) sharing protocols, or install and configure the
Windows LPD (or Unix) Print Service.
I can't offer instrutins on how to set up Samba. I've never
done it. I haven't set up the LPD print service on Windows
machines either. But the usual web sites should have the
steps. (I'm guessing www.samba.org and the Microsoft Knowledgebase)
If you install and configure the Windows LPD service, you'll
want to test that it really is accepting print connections.
(it's pretty common to set it up, but it's not accepting
connections yet) On the Solaris machine, type:
telnet win2000 515
Replace "win2000" with the IP address or hostname of the Win2000
box. Look for the "Connected to ..." and "Escape character is ..."
messages. If you get them, then your Win2000 box is accepting the
print connections. If you get the "Connection refused" error, the
Win2000 box isn't ready yet.
After the Win2000 box is ready, the Solaris config is simple:
lpadmin -p solaris-name -s win2000\!win-name
Replace "solaris-name" with the name you want to use for the printer
in your Solaris lp or lpr commands. Replace "win2000" with the IP
address or hostname of the Win2000 box. Replace "win-name" with the
name that the Windows LPD print service knows for the printer.
"Solaris-name" and "win-name" can be the same name, or they can be
different. Solaris can handle it either way, as long as both names
are legal. (e.g. no whitespace in the name)
-Greg
--
I have a map of the United States that's actual size
-- Steven Wright