- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print jobs not reaching Printer
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
02-17-2006 08:38 AM
02-17-2006 08:38 AM
Print jobs not reaching Printer
One printer in our network is not reaching the printer even the printer is pingable
details
--------------------------------------------
lpstat -t |grep XT00
device for XT00: /dev/null
remote to: XT00 on XT00-jet-laser
XT00 accepting requests since Jan 3 16:41
printer XT00 is idle. enabled since Feb 17 16:26
--------------------
cat /etc/hosts |grep -i xt00
10.16.231.251 XT00-jet-laser
---------------------------
# ping XT00-jet-laser
PING XT00-jet-laser: 64 byte packets
64 bytes from 10.16.231.251: icmp_seq=0. time=55. ms
64 bytes from 10.16.231.251: icmp_seq=1. time=51. ms
----XT00-jet-laser PING Statistics----
2 packets transmitted, 2 packets received, 0% packet loss
round-trip (ms) min/avg/max = 51/53/55
----------------------------------
# ls -l /etc/lp/interface |grep -i xt00
-rwxr-xr-x 1 lp lp 5256 Jan 3 16:41 XT00
#
----------------------------------
And When i Give the print job
# lp -d XT00 /etc/motd
request id is XT00-8574 (1 file)
# lpstat -t |grep XT00
device for XT00: /dev/null
remote to: XT00 on XT00-jet-laser
XT00 accepting requests since Jan 3 16:41
printer XT00 now sending XT00-8574 to XT00-jet-laser. enabled since Feb 17 16:26
XT00-8574 root priority 0 Feb 17 16:33 on XT00
It is not going out of the queue
------------------------------------
the printer was added using lpadmin command
lpadmin -pXT00 -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -ormXT00-jet-laser -orpXT00
I Tried stopping the scheduler , enabling disabling , accept reject
but it never seems going out of the queue
Note : the ip and printer is online , prints from other machines on the network
Expecting your valuable suggestions
Thanks & regards
Susee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 08:53 AM
02-17-2006 08:53 AM
Re: Print jobs not reaching Printer
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 08:55 PM
02-17-2006 08:55 PM
Re: Print jobs not reaching Printer
On UX 11i
/var/spool/lp/interface/printname &
/var/spool/lp/interface/model.orig/printername
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 08:56 PM
02-17-2006 08:56 PM
Re: Print jobs not reaching Printer
They should be 755 and owned by lp:bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 08:59 PM
02-17-2006 08:59 PM
Re: Print jobs not reaching Printer
grep printname in /var/adm/lp/log or view file and search for printername
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2006 08:18 AM
02-18-2006 08:18 AM
Re: Print jobs not reaching Printer
lpstat -o XT00
cancel {first job in queue}
This might often solve your problems, as there might be something in the first job causing the printer to fail.
Since the job does not get a confirmation about successful output, it will stay in the queue causing it to "hang".
(unless you just dump everything in the queue without checking output status)
Check the printer:
If this is a HP printer you can use hpnpadmin command to check printer via SNMP.
Several times I have investigated just to find out that there's an IO-error on the local printer... or even missing paper...
Hints:
PA-Risc - jetadmin
Itanium - hppi
Newer printers accept administration via browser interface. Try http://{printerhostname}
/Tor-Arne