- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote Print Queues
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
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
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-31-2005 08:06 PM - last edited on тАО08-24-2014 08:36 PM by Lisa198503
тАО01-31-2005 08:06 PM - last edited on тАО08-24-2014 08:36 PM by Lisa198503
Remote Print Queues
Hi,
I have to re-configure my HP-UX server (11.11) to send output from an application to a remote Windows 2000 server (remote print queue). The remote Windows server has the TCP/IP Print Service installed and running, and I have set up a number of printers already.
Now I need to change the HP-UX end. I've done some searching and reading, but am still not entirely sure what needs to be done on the Unix server to get the output to the remote Windows machine and then onto the printer. I've added the necessary info to the /etc/hosts file for the W2K box. But I think the next step is to define a local print queue for each destination printer? Or just one queue for the remote W2K server but with every printer defined?
Steps/commands or what to define using SAM would be greatly appreciated.
Also - are there any background process that need to be running?
Many Thanks
dale
P.S. This thread has been moved from HP-UX Technical Documentation to HP-UX > sysadmin. -HP Forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 08:31 PM
тАО01-31-2005 08:31 PM
Re: Remote Print Queues
Please review the documentation below
http://docs.hp.com/en/J2768-90011/ch07s02.html
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 08:44 PM
тАО01-31-2005 08:44 PM
Re: Remote Print Queues
Had a read - but that solution uses another piece of software (Nware) in the equation.
I need define a local printer(s) who's output is sent to a remote server.printer name..
Regards
dale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 09:02 PM
тАО01-31-2005 09:02 PM
Re: Remote Print Queues
The following is the configuration that needs to be done on the Unix side, can you confirm if you have already done
On the Unix side
-----------------
System V-style printing using lp is the default under Solaris, IRIX, HP-UX, and SCO. All these systems provide packages for lpr. Linux, SunOS, and Digital Unix use BSD-style lpr printing as the default. Consult the system documentation and man pages for instructions on how to configure lpr.
An entry for the print server should be placed in the system's /etc/hosts file. Root privileges are required to edit this file.
To print to the WIN 2000 printer, at the command line, enter the following:
lpr -P print_name filename
Some versions of lpr use a space between the option and the name of the printer, others do not. The lpr man page will contain this information.
rgds
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 09:06 PM
тАО01-31-2005 09:06 PM
Re: Remote Print Queues
have you already tried to define in SAM?
There's one option in the 'Printers and Plotters' area: spooler - Printers and Plotters - 'Add remote Printer'
Just configure Windows server as Remote System.
I don't know if it's different to a UX server, but it's a try worth.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2005 09:10 PM
тАО01-31-2005 09:10 PM
Re: Remote Print Queues
This was the required bit:
SAM:
--> Printers and Plotters
--> LP Spooler
--> Printers and Plotters
Action --> add remote Printer/Plotter
local printer name
Printserver
Remoteprinter name
OK to save
Try to print to the Win2k server with the lp command.
I then sent some output from the HP-UX server to a remote printer, and the event log on the remote windows server shows the output went via that server.
Many thanks for the help,
Dale