Operating System - HP-UX
1832991 Members
2388 Online
110048 Solutions
New Discussion

remote printer to remote ldp

 
Er moli
Occasional Contributor

remote printer to remote ldp

Hello

I've around 500 printers defined in HP-UX 11.11 server. If the printer is a printer with jetdirect i create it:

# addqueue -i513 -b off -qname -hip

If printer is remota to Windows PC i create it:

# lpadmin -pname -ormip -orpname -mrmodel \
-v/dev/null -orc -ob3 -ocmrcmodel -osmrsmodel ;

Normally i install Winlpd in PC or Compatibility for Unix printers in Windows XP and i define a new spool with the same name that in the server..

When i run :

lpstat -v|grep nombre

appears:

device for rayhg29: /dev/null
remote to: rayhg29 on 10.72.4.69

----------------------------------------------
Now i need do it of another way.

We are installing linux thin clients with lpd. The name of spool in this linuxs is the same in all.

Hello

I've around 500 printers defined in HP-UX 11.11 server. If the printer is a printer with jetdirect i create it:

# addqueue -i513 -b off -qname -hip

If printer is remota to Windows PC i create it:

# lpadmin -pname -ormip -orpremotename -mrmodel \
-v/dev/null -orc -ob3 -ocmrcmodel -osmrsmodel ;

But if i run a lpstat -v|grep nombre i can't to se the ip remota of the printer.

# lpstat -v|grep arcaa02
device for arcaa02: /dev/null


¿How Can i see the ip of this printer?

Thanks