Operating System - HP-UX
1753734 Members
4576 Online
108799 Solutions
New Discussion юеВ

How to identify the HPUX Printer

 
HP UNIX Professionals
Frequent Advisor

How to identify the HPUX Printer

Hi Experts,

How to identify the Printer installed in HPUNIX Box, how to check the IP Address of each printer in HPUX. Please help me to find these information and privide the command

Thanks in Advance

Vinay
5 REPLIES 5
VVS
Regular Advisor

Re: How to identify the HPUX Printer

You can check thro SAM also.
Or Use command line to check.
Use lpstat command. Check man lpstat
Work is life, you know, and without it, there's nothing but fear and insecurity.
rariasn
Honored Contributor

Re: How to identify the HPUX Printer

Hi,

# lpstat -v

For each remote printer:

# nslookup printer_name

rgs,

Wilfred Chau_1
Respected Contributor

Re: How to identify the HPUX Printer

lpstat -t
Tim Nelson
Honored Contributor

Re: How to identify the HPUX Printer

Depends on type of printer.

If it is a network printer ( e.g. sends print directly to IP addr on printer or jetdirect )

then you can
grep PERIPH= /etc/lp/interface/*

if it is remote printer using rlp to a remote print spooler then
lpstat -p should tell you the name of the remote queue




Suraj K Sankari
Honored Contributor

Re: How to identify the HPUX Printer

Hi Vinay,

SAM and lpstart can use to find the printer

Suraj