Operating System - HP-UX
1826348 Members
4199 Online
109692 Solutions
New Discussion

Redirect HP-UX print jobs to Windows 2000 print queue

 
SOLVED
Go to solution
hp_user_1
Regular Advisor

Redirect HP-UX print jobs to Windows 2000 print queue

Hi,

I want my printing jobs generated on my HP-UX 11i box to be redirected to the print queue of a Windows 2000 machine and from there get it printed on a wireless Zebra printer.

Any solution/procedure for doing the above.

Thanks in advance.
AG
6 REPLIES 6
john kingsley
Honored Contributor
Solution

Re: Redirect HP-UX print jobs to Windows 2000 print queue

Contact your W2K admin and see if the remote printing daemon has been enabled for the print queue on the windows server. If so, you can add a "Remote Printer" through sam which points to the windows print queue.
Mel Burslan
Honored Contributor

Re: Redirect HP-UX print jobs to Windows 2000 print queue

Thanks to Bill Hassell:

ftp://hprc.external.hp.com/presentations/billh/nt9000/hpux2nt.txt

is the document that can guide you, how to setup what you are trying to do.

HTH
________________________________
UNIX because I majored in cryptology...
hp_user_1
Regular Advisor

Re: Redirect HP-UX print jobs to Windows 2000 print queue

Mel,

This is what I get when I try to access it:

ERROR
The requested URL could not be retrieved

Thanks
Ranjith_5
Honored Contributor

Re: Redirect HP-UX print jobs to Windows 2000 print queue

Bill Hassell
Honored Contributor

Re: Redirect HP-UX print jobs to Windows 2000 print queue

A security feature was introduced into IE a while ago. It drops the login information whenever you save or copy/paste the URL. Here is the complete URL:

ftp://contrib:9unsupp8@hprc.external.hp.com/presentations/billh/nt9000/hpux2nt.txt

The contrib and 9unsupp8 are user and password values. The document is fairly dated (no Win2k or WinXP) details. HP-UX is ready to print to a print server such as Win2k, you just have to enable the LPD/LPR service on the Win2K box. Use SAM to add the new printer as a "remote" not a "network" printer.

NOTE: not a single lp -o option will work because the Windows box can't process these options. If you see plain text printouts stair-stepping across the page, you'll need to preprocess these file with ux2dos as in:

ux2dos myTextFile | lp -dsomeprinter


Bill Hassell, sysadmin
hp_user_1
Regular Advisor

Re: Redirect HP-UX print jobs to Windows 2000 print queue

The problem is fixed. Thanks for all your help.