Operating System - HP-UX
1833704 Members
2463 Online
110062 Solutions
New Discussion

how to find ipaddress of printer from print queue.

 
SOLVED
Go to solution
Jagadesh_2
Regular Advisor

how to find ipaddress of printer from print queue.

Hi All,

How to get the ip address of the printer. I having information only about the printqueue name and it is a remote HP printer III. The print queue is created on HPUX 11i.

Please find the lpstat o/p of slynel_1 print queueu below.
# lpstat -t |grep clynel_1
device for clynel_1: /dev/null
clynel_1 accepting requests since Jan 26 14:57
printer clynel_1 is idle. enabled since Feb 9 16:45
4 REPLIES 4
TommyT
Valued Contributor
Solution

Re: how to find ipaddress of printer from print queue.

Hi.

cd etc/lp/interface

pg clynel_1 |grep PERIPH

tompa
Devender Khatana
Honored Contributor

Re: how to find ipaddress of printer from print queue.

Hi,

Did you mean the address from where the print is fired ? It can be managed at user level and not IP Address of the machine by enabling banner.

Or you mean to say IP Address of the remote printer ?

It can be found through jetadmin utility through which you have configured this printer. Run the menu driven jetadmin utility, browse through its menus and you will get this.

HTH,
Devender
Impossible itself mentions "I m possible"
Jagadesh_2
Regular Advisor

Re: how to find ipaddress of printer from print queue.

I need the ip address of the remote printer. Using Tommy's advice i got the ip address of the remote printer. Thanks Tommy.
Jagadesh_2
Regular Advisor

Re: how to find ipaddress of printer from print queue.

got the soln. closing the call. thanks for all ur help provided.