- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Waiting the queue to enable
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 02:07 PM
12-08-2003 02:07 PM
Waiting the queue to enable
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 03:04 PM
12-08-2003 03:04 PM
Re: Waiting the queue to enable
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 03:08 PM
12-08-2003 03:08 PM
Re: Waiting the queue to enable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 03:10 PM
12-08-2003 03:10 PM
Re: Waiting the queue to enable
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 03:18 PM
12-08-2003 03:18 PM
Re: Waiting the queue to enable
ping
also check whether you are able to connect to remote printer in raw mode
telnet
and see whether you are able to connect.
This will tell you whether you have physical connectivity to the printer.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 03:43 PM
12-08-2003 03:43 PM
Re: Waiting the queue to enable
Also look for some specific patches for lp.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:23 PM
12-08-2003 06:23 PM
Re: Waiting the queue to enable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:28 PM
12-08-2003 06:28 PM
Re: Waiting the queue to enable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 08:38 PM
12-08-2003 08:38 PM
Re: Waiting the queue to enable
http://www.emulex.com/ts/legacy/ps/manuals/en_ins/technote.htm
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 09:00 PM
12-08-2003 09:00 PM
Re: Waiting the queue to enable
Read also here (section TCP/IP)
http://www.physik.fu-berlin.de/de:w/zedv/dokumentation/zedv/jetdirect/HP_JetDirect.Print.Server_Administrators.Guide_bpj06895.pdf
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 12:57 AM
12-09-2003 12:57 AM
Re: Waiting the queue to enable
I had experienced a problem which had similar characteristics. I rebuilt the printer through sam, and it works as well as it could.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2003 01:15 AM
12-09-2003 01:15 AM
Re: Waiting the queue to enable
lpshut
lpadmin -Xqueuename
lpadmin -v/dev/null -mrmodel -pqueuename -remotequeuename.yourdomain.com -orpremotequeuename
Rgds...Geoff