If you e.g. have a cups printer on another server or a device running,
you probably (I did not test it on an OES iprint server) can direct
your application to this cups printer on another host as /usr/bin/lp is
the same on iprint servers and on plain SLES servers running cups.
lp -d printer-name -h host-name file-name
should print the file "file-name" to printer "printer-name" on host
"host-name".
Maybe this helps
--
W. Prindl
susantci wrote:
>
>I am running a test server to learn about all the things I will need
>to do in the future with OES Linux. I need the ability to print some
>things from this server like logs and manuals. IPrint is also
>installed on this server. What is the best way to do this? I have
>seen some posts that the CUPS needs to be installed and the IPrint
>service needs to be stopped to be able to print
>
>First, if I need to install CUPS, how do I do that? I just want to
>make sure I have it right.
>
>Second, there has to be another way besides stopping the iPrint
>service. That just seems like a lot of work to get a printout. Can I
>just print to a printer via an IP address and a port?
>
>Thanks in advance,