- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer - Queue send to a Windows spooler
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
03-17-2004 01:39 AM
03-17-2004 01:39 AM
Printer - Queue send to a Windows spooler
My problem:
I have Software under HPUX11.0 that merges XML with Data and generates Postscript and sends that postscript via _lp_ to a queue on that system.
Know we don´t want HPUX to print that files on its own, we want it to send the postscript to a windows spooler which is finaly printing the ps.
Hope you understood what i ment and can tell me wether this is possible or not, and if it is how to do that.
thx
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 01:53 AM
03-17-2004 01:53 AM
Re: Printer - Queue send to a Windows spooler
Use sam to add a remote printer from the UX to the windows box. Remote system = windows machine remote printer is name on the windows spooler
Set it as a BSD system
Set the rlp daemon on on the Windows box
Print with
-oBSDo
BSDo) # Files contain Postscript data.
Steve STeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 03:11 AM
03-17-2004 03:11 AM
Re: Printer - Queue send to a Windows spooler
lpadmin -v/dev/null -mrmodel -pUNIXQ -ormWINDOWSSERVER.DOMAIN.COM -orpWINDOWSQ
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 07:10 AM
03-17-2004 07:10 AM
Re: Printer - Queue send to a Windows spooler
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2004 07:28 AM
03-17-2004 07:28 AM
Re: Printer - Queue send to a Windows spooler
We are using this scheme. For you to be able to do this, your Windows Machine must have the LPD service enabled (NT 4.0) and on Windows 2000 servers, you must have UNIX Printing Services up and running.. Once the Windows servers - acting as print servers/spoolers are properly configured, you can use SAM to configure "Remote Printer" -- of course filling in the apropriate fields in SAM.
We've done this as most of our UNIX printing needs are Postscript and PCL/HPGL formatted already. Another reason/advantage for doing this is to have central Queue management -- Windows manages control of what is being sent to the printers instead of UNIX directly printing to the Printer network cards..