Operating System - HP-UX
1834403 Members
2768 Online
110067 Solutions
New Discussion

Waiting the queue to enable

 
Yeo
Advisor

Waiting the queue to enable

Dear experts,
When I try to print at the remote printing and I type lpstat it show me "waiting the queue to be enable at ip_address" but when I check the printer is already enable.Please help.
11 REPLIES 11
Vijaya Kumar_3
Respected Contributor

Re: Waiting the queue to enable

Try:

accept
enable

Or even

disable
reject

and then enable it.

See your Log messages

/var/adm/messages

btw, this is the exact method to add a remote printer
# lpshut
#lpadmin -pptr_name -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -ob3 -ormhost_name -orpqueue_name -v/dev/null

# accept GALI
# enable GALI
# lpsched

-Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Yeo
Advisor

Re: Waiting the queue to enable

I try disable then enable but still got same problem.
Joseph Loo
Honored Contributor

Re: Waiting the queue to enable

Hi,

From the knowledge base, document id: A5874074, it seems to be some permission problem.

-------------------
1. Change the permissions on rlp from rwx to r-s (for user)

# chmod 4555 /usr/sbin/rlp

Note: this changes permissions to: -r-sr-xr-x

2. Check other related commands for a similar problem, such as rlpdaemon, rlpstat and rcancel. You may need to change permissions on those as well.

3. Restart the scheduler.

#lpsched [if lp daemon not started]
#ps -ef|grep -i lpsched
#lpstat -t [to check if any printers are enable]
---------------------

regards.
what you do not see does not mean you should not believe
Vijaya Kumar_3
Respected Contributor

Re: Waiting the queue to enable

Also check, whether you are able to connect to remote printer using IP addresses.

ping

also check whether you are able to connect to remote printer in raw mode

telnet 515

and see whether you are able to connect.

This will tell you whether you have physical connectivity to the printer.

-Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Vijaya Kumar_3
Respected Contributor

Re: Waiting the queue to enable

btw, what is ur OS versions?

Also look for some specific patches for lp.

-Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Yeo
Advisor

Re: Waiting the queue to enable

OS is 11.0
Mark Grant
Honored Contributor

Re: Waiting the queue to enable

Also, if it is a remote queue, make sure the queue on the remote machine is also enabled and accepting requests.
Never preceed any demonstration with anything more predictive than "watch this"
Bruno Ganino
Honored Contributor

Re: Waiting the queue to enable

Yeo Lee read this document
http://www.emulex.com/ts/legacy/ps/manuals/en_ins/technote.htm

Bruno
Torino (Turin) +2H
Bruno Ganino
Honored Contributor

Re: Waiting the queue to enable

Tim Sanko
Trusted Contributor

Re: Waiting the queue to enable

Try to rebuild the printer through sam.

I had experienced a problem which had similar characteristics. I rebuilt the printer through sam, and it works as well as it could.

Tim
Geoff Wild
Honored Contributor

Re: Waiting the queue to enable

I would try re-creating the queue.

lpshut
lpadmin -Xqueuename

lpadmin -v/dev/null -mrmodel -pqueuename -remotequeuename.yourdomain.com -orpremotequeuename

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.