Operating System - HP-UX
1834250 Members
2326 Online
110066 Solutions
New Discussion

Changing the print port number a printer

 
SOLVED
Go to solution
Wayne Swift
Advisor

Changing the print port number a printer

I need to print from HP-UX11 to a some RF printers I have that are on a different port number to the standard printers on hp jetdirect port of 9100.

I can perform the port change in Linux but I can't find it in HP-UX
2 REPLIES 2
KapilRaj
Honored Contributor

Re: Changing the print port number a printer

Remote printing ? no worries , configure it as local on HP BOX & remote in your BOX where u need it


kaps
Nothing is impossible
D. Jackson_1
Honored Contributor
Solution

Re: Changing the print port number a printer

This might help:

within the lp interface script

/etc/lp/interface/

you should find a line that begins with:
xPORT=

xPORT="-p 9105"

The variable xPORT is passed as an argument to hpnpf and defines the port to use.

GL