<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Printer status in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721557#M252872</link>
    <description>Yes, the print sheduler is ready, Idle says that nothing is in its queue.&lt;BR /&gt;&lt;BR /&gt;Chan</description>
    <pubDate>Tue, 31 Jan 2006 18:44:03 GMT</pubDate>
    <dc:creator>Chan 007</dc:creator>
    <dc:date>2006-01-31T18:44:03Z</dc:date>
    <item>
      <title>Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721550#M252865</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need to monitor the printer status connected to hpux server. which command should i use to do that.</description>
      <pubDate>Tue, 31 Jan 2006 17:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721550#M252865</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-01-31T17:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721551#M252866</link>
      <description>lpstat -d &lt;PRINTER name=""&gt; will give you information:&lt;BR /&gt;&lt;BR /&gt;man lpstat&lt;/PRINTER&gt;</description>
      <pubDate>Tue, 31 Jan 2006 17:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721551#M252866</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-01-31T17:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721552#M252867</link>
      <description>Use &lt;BR /&gt;&lt;BR /&gt;lpstat -p&lt;PRINTER&gt;&lt;BR /&gt;&lt;BR /&gt;Chan&lt;/PRINTER&gt;</description>
      <pubDate>Tue, 31 Jan 2006 17:37:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721552#M252867</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-01-31T17:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721553#M252868</link>
      <description>I have 30 printer. I use lpstat -t to see them. but it gives a long output. particulary which area should i check.</description>
      <pubDate>Tue, 31 Jan 2006 17:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721553#M252868</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-01-31T17:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721554#M252869</link>
      <description>when you do a lpstat -t, the first line will state printer &lt;PRINTER name=""&gt; is idle and how long its been enable, but at the bottom of this output it will state printer queue for &lt;PRINTER name=""&gt; is ready and waiting or busy and a list of print jobs, &lt;BR /&gt;&lt;BR /&gt;best way to sort through this if you're interested in only one print queue is to do:&lt;BR /&gt;&lt;BR /&gt;lpstat -d &lt;PRINTER name=""&gt; and it will tell if this printer is available and if there are any jobs waiting to be printed&lt;/PRINTER&gt;&lt;/PRINTER&gt;&lt;/PRINTER&gt;</description>
      <pubDate>Tue, 31 Jan 2006 17:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721554#M252869</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-01-31T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721555#M252870</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check for queue name and status.&lt;BR /&gt;&lt;BR /&gt;do a script&lt;BR /&gt;&lt;BR /&gt;keep a copy of all printers in one ascii file. e.g /tmp/t&lt;BR /&gt;&lt;BR /&gt;then&lt;BR /&gt;for i in $(cat /tmp/t)&lt;BR /&gt;do&lt;BR /&gt;echo $i&lt;BR /&gt;lpstat -p$i&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Tue, 31 Jan 2006 17:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721555#M252870</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-01-31T17:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721556#M252871</link>
      <description>I am getting the following output.&lt;BR /&gt;&lt;BR /&gt;hpprod:/home/mayub/script :lpstat -pausyd01pr351&lt;BR /&gt;printer ausyd01pr351 is idle.  enabled since Jan 30 16:12&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;&lt;BR /&gt;It says it is enable and idle. That means the printer is ok. right?</description>
      <pubDate>Tue, 31 Jan 2006 18:09:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721556#M252871</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2006-01-31T18:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721557#M252872</link>
      <description>Yes, the print sheduler is ready, Idle says that nothing is in its queue.&lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Tue, 31 Jan 2006 18:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721557#M252872</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-01-31T18:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721558#M252873</link>
      <description>Sorry i was too fast, even check for enable too.., &lt;BR /&gt;&lt;BR /&gt;Chan</description>
      <pubDate>Tue, 31 Jan 2006 18:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721558#M252873</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2006-01-31T18:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Printer status</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721559#M252874</link>
      <description>Here's a little script I use called lpst&lt;BR /&gt;&lt;BR /&gt;# cat /opt/hpnpl/bin/lpst&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;#&lt;BR /&gt;# check printer status&lt;BR /&gt;# Geoff Wild&lt;BR /&gt;&lt;BR /&gt;if [ $# -lt 1 -o \( $# -gt 1 -a $# -lt 4 \) ]&lt;BR /&gt;then&lt;BR /&gt;  echo "Usage:"&lt;BR /&gt;  echo "lpst \"printer\""&lt;BR /&gt;  echo "Example:"&lt;BR /&gt;  echo "lpst W052"&lt;BR /&gt;  exit 1&lt;BR /&gt;fi&lt;BR /&gt;echo " "&lt;BR /&gt;/usr/sbin/ping $1 -n 2&lt;BR /&gt;echo " "&lt;BR /&gt;lpstat -p$1 -v$1&lt;BR /&gt;echo " "&lt;BR /&gt;echo "Output Requests"&lt;BR /&gt;echo "-----------------------------------------------------------"&lt;BR /&gt;lpstat -o$1&lt;BR /&gt;echo " "&lt;BR /&gt;lpstat -r&lt;BR /&gt;echo " "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Output like so:&lt;BR /&gt;&lt;BR /&gt;# lpst W052&lt;BR /&gt;&lt;BR /&gt;PING pcr12169.pcacorp.net: 64 byte packets&lt;BR /&gt;64 bytes from 156.44.163.184: icmp_seq=0. time=6. ms&lt;BR /&gt;64 bytes from 156.44.163.184: icmp_seq=1. time=6. ms&lt;BR /&gt;&lt;BR /&gt;----pcr12169.mydomain.net PING Statistics----&lt;BR /&gt;2 packets transmitted, 2 packets received, 0% packet loss&lt;BR /&gt;round-trip (ms)  min/avg/max = 6/6/6&lt;BR /&gt;&lt;BR /&gt;printer W052 is idle.  enabled since Jul 19 11:32&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;device for W052: /dev/null&lt;BR /&gt;&lt;BR /&gt;Output Requests&lt;BR /&gt;-----------------------------------------------------------&lt;BR /&gt;no entries&lt;BR /&gt;&lt;BR /&gt;scheduler is running&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2006 09:51:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-status/m-p/3721559#M252874</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-01T09:51:27Z</dc:date>
    </item>
  </channel>
</rss>

