1838243 Members
5690 Online
110125 Solutions
New Discussion

disabled printers

 
Bart_6
Advisor

disabled printers

What causes printers on HP-UX 11.00 and 11.11 to move into disabled status.
some of the remote printers on my system do this repeatedly.seems like some kind of time out.
oh no.... not THAT again
6 REPLIES 6
William Whiteford
Occasional Advisor

Re: disabled printers

Any number of reasons. There is a time out but can't remember exactly what it is. Basically if the /usr/sbin/rlp command used to send the print to the printer returns anything other than a 0 it disables the printer.
Bart_6
Advisor

Re: disabled printers

But then I assume when I put syslog and print logs at highest levels it should show why and when the printer gets disabled.unfortunately it doesn't
oh no.... not THAT again
Yogeeraj_1
Honored Contributor

Re: disabled printers

hi,

Are these remote printers on the same LAN?

Could also be related to network connection problems with the remote printer.

regards
Yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
T G Manikandan
Honored Contributor

Re: disabled printers

lpstat -pname
should indicate the reason
Did you check your /var/adm/lp
directory logs for any reasons.
Normally,the disable happens when the remote printer returns a non-zero exit status.


Thanks

Bart_6
Advisor

Re: disabled printers

None of the logs (syslog,lpstat -p,/var/adm/lp) give any suggestion to why a printer gets a disable status.
The problems occur on several systems.My assumption atm is that when a large(r) datafile is being sent and/or the connection is too slow the printer gets disabled.
oh no.... not THAT again
Yogeeraj_1
Honored Contributor

Re: disabled printers

hi,
you could be right!

try moving the remote printers to a different physical network connection.

regards
Yogeeraj

Ps. to check whether a printer is disabled, you can also use lpstat -p |grep disabled
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)