- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer ... issue .... lpstat and enable commands ...
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
04-25-2007 04:18 AM
04-25-2007 04:18 AM
could you please let me know why is happening the following?
I'm sending to print reports from SAP Application and printer is down and down .. why is happening that one?
this is the output when i run lpsatat command and enable command ...
----------First time
lpstat MEXPrinter
/usr/sbin/rlpstat: Connection to MEXPrinter.hola.com is down
printer queue for MEXPrinter
Active connection from 111.222.333.444 lpd Service
server12: sending to MEXPrinter.hola.com
----------Second time
printer queue for MEXPrinter
JetDirect lpd: no jobs queued on the port Auto
server12: connection to MEXPrinter.hola.com failed
/usr/sbin/rlpstat: Connection to MEXPrinter.hola.com is down
please let me know ..
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 04:22 AM
04-25-2007 04:22 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 04:36 AM
04-25-2007 04:36 AM
Re: Printer ... issue .... lpstat and enable commands output
If you can ping the printer, look at /etc/hosts file for the printer name and IP, and check that they are correct.
Hope this helps,
Rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 05:57 AM
04-25-2007 05:57 AM
Re: Printer ... issue .... lpstat and enable commands output
=============================
I HAVE DONE THE FOLLOWING:
=============================
=============================
It appears all is ok :S
ip address server12: 111.222.333.444
I'm on server12
$ nslookup MEXPrinter
Using /etc/hosts on: server12
looking up FILES
Trying DNS
Name: MEXPrinter.hola.com
Address: 123.456.789.123
$ /etc/ping 123.456.789.123
PING 159.223.90.52: 64 byte packets
64 bytes from 123.456.789.123: icmp_seq=0. time=133. ms
64 bytes from 123.456.789.123: icmp_seq=1. time=132. ms
64 bytes from 123.456.789.123: icmp_seq=2. time=184. ms
64 bytes from 123.456.789.123: icmp_seq=3. time=164. ms
64 bytes from 123.456.789.123: icmp_seq=4. time=268. ms
64 bytes from 123.456.789.123: icmp_seq=5. time=176. ms
64 bytes from 123.456.789.123: icmp_seq=6. time=153. ms
64 bytes from 123.456.789.123: icmp_seq=7. time=210. ms
64 bytes from 123.456.789.123: icmp_seq=8. time=99. ms
â ¥
----123.456.789.123 PING Statistics----
9 packets transmitted, 9 packets received, 0% packet loss
round-trip (ms) min/avg/max = 99/169/268
$ cat /etc/hosts | grep MEXPrinter
$ cat /etc/hosts | grep 123.456.789.123
$ /etc/ping MEXPrinter.hola.com
PING MEXPrinter.hola.com: 64 byte packets
64 bytes from 123.456.789.123: icmp_seq=0. time=176. ms
64 bytes from 123.456.789.123: icmp_seq=1. time=243. ms
64 bytes from 123.456.789.123: icmp_seq=2. time=163. ms
â ¥
----MEXPrinter.hola.com PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms) min/avg/max = 163/194/243
$ lpstat MEXPrinter
printer queue for MEXPrinter
JetDirect lpd: no jobs queued on the port Auto
server12: MEXPrinter: ready and waiting
no entries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 11:39 PM
04-25-2007 11:39 PM
Re: Printer ... issue .... lpstat and enable commands output
rgds,