- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Routing Network print jobs via rlp daemon...??
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 08:23 AM
01-05-2001 08:23 AM
To print to a remote printer is easy enough.. Enable rlpdaemon; set up remote printer via SAM; and use lp command to send print jobs to the remote printer.
BUT here's my 'thing'
..we presently set up jobs using the np command (see npadmin). This sets jobs to a queue that can then be controlled and printed to our Xerox printers via a spooler system that will translate it and send to port 9100 for printing.
Now the remote print goes via port 515. Which actually isn't a printer but the Xerox system that controls the print jobs and this system does have an IP address. That's the remote printer defined in /etc/hosts.
...So here's the issue....I was wondering is anyone aware of an interface or a command whereby I could invoke the rlpdaemon to send the network print jobs sitting in these queues (Openspool) to port 515. I know I can simply do a lp command and move the actual file from the queue directory...but I'm trying to make this seemless..so when the operator releases the job..it would then bypass this additional spooler and not go to port 9100, but go to port 515.
I hope I explained this for you...I'm open to any suggestions......otherwise I may need to write my own interface, and I haven't had the time to finish that disk mapping script yet...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 08:38 AM
01-05-2001 08:38 AM
SolutionThere are still Openspool people in the world?
I?ve used and supported Openspool in the past.
This is a long time so I will try it.
Is the lp-emulation enabled on the Openspool Server?
Because within openspool you can modify the Networkif interface files and specify how the print jobs should be send to the printer.
I had a OCE printer on which we had to ftp to it.
Openspool will out of support soon, so what are you planning to use??
Regards
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 09:56 AM
01-05-2001 09:56 AM
Re: Routing Network print jobs via rlp daemon...??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 10:32 AM
01-05-2001 10:32 AM
Re: Routing Network print jobs via rlp daemon...??
Darrell you were on the right track...I found in Openspool at /opt/openspool/runtime-sw/networkif/etc are the (for lack of the proper terminology) the queue direction instructions. I found host= and printer= and changed it to the remote printer name I assigned when I set up the IP address in /etc/hosts. Voila....guess where it goes. Am I a happy camper..and so are the programmers who otherwise would have had to change tons of programs lp instructions...whew !!
Tim, I agree that is probably another avenue I could have taken, but since the computer operators who do this huge (you know govt and paper) printing. Openspool was the control vehicle they were used to..and the way the print instructions had been coded.
Thanks for the ideas...but if this keeps up, I may get 'gutsy' and give myself a star as an Openspool expert..ha ha
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 08:44 AM
01-06-2001 08:44 AM
Re: Routing Network print jobs via rlp daemon...??
You get a star from me, you're the Openspool expert.
I new you could change the interface files, but forgot how to.
Have Fun