Operating System - HP-UX
1753404 Members
7141 Online
108793 Solutions
New Discussion юеВ

Re: RP4440 printers won't print

 
Peter Chuang
Frequent Advisor

Re: RP4440 printers won't print

# telnet 192.12.12.242 9100
Trying...
Connected to 192.12.12.242.
Escape character is '^]'.
Peter Chuang
Frequent Advisor

Re: RP4440 printers won't print

What is "queuename" below that I should replace with?

Or try re-creating the printer, with addqueue.
#addqueue -h IP -q -i 9998 -b off
singh sanjeev
Trusted Contributor

Re: RP4440 printers won't print

you have mention pb and pc

means
edit your /etc/hosts

IP pb
IP bc

#addqueue -h pb -q pb -i 9998 -b off
Sanjeev Singh
Peter Chuang
Frequent Advisor

Re: RP4440 printers won't print

pb and pc already exists


# addqueue -h pb -q pb -i 9998 -b off
pb already exists
# addqueue -h pc -q pc -i 9998 -b off
pc already exists
#
singh sanjeev
Trusted Contributor

Re: RP4440 printers won't print

Peter first delete the printer config which you have crated:

#lpshut
#lpadmin -x
#lpsched
#addqueue -h -q -i 9998 -b off
Sanjeev Singh
Chandrahasa s
Valued Contributor

Re: RP4440 printers won't print

HI,

You try to delete configured printer through sam and reconfigure using sam.

In sam you need to mention remote server name as print server ip

Chandra
Peter Chuang
Frequent Advisor

Re: RP4440 printers won't print

I re-install the OS, then added printers. This time it worked.

Thanks for all your help.