<?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: Who is using printer? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784733#M263791</link>
    <description>Is this printer connected directly to your HP-UX computer? If true, you can edit the printer's script to turn on the banner page which will identify each printout with the user name, the file name (or stdin) and date/time. &lt;BR /&gt; &lt;BR /&gt;When you say "nonsense" printouts, are these pages of random characters? Users may be trying to print binary files like programs. If education does not work, you'll have to alias the lp command to a non-working state for those users -- or take away their shell and replace it with a menu script without printing capability.&lt;BR /&gt; &lt;BR /&gt;If the printer is on the network, you options are more complex. If the printer is on a PC server or a non-HP network card, you'll have to look at add-on applications to monitor and log the activities. If the printer is an HP network card, anyone on the network can print to the printer. In that case, you can tell the LAN card to reject any jobs from selected computers (not by user name, just by IP address of the sender).</description>
    <pubDate>Tue, 09 May 2006 06:22:27 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-05-09T06:22:27Z</dc:date>
    <item>
      <title>Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784729#M263787</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;People in company tend to use printer for taking nonsense printouts.&lt;BR /&gt;&lt;BR /&gt;We found that our printer is being used to much. Is there any way to know who all are giving print commands and how much pages are being printed by each of them.&lt;BR /&gt;&lt;BR /&gt;Very very thanks if you could give any solution.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Prasad.</description>
      <pubDate>Tue, 09 May 2006 03:14:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784729#M263787</guid>
      <dc:creator>Prasad Joshi</dc:creator>
      <dc:date>2006-05-09T03:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784730#M263788</link>
      <description>Prasad,&lt;BR /&gt;you could use the lpstat command:&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt;date&lt;BR /&gt;lpstat&lt;BR /&gt;sleep 30&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Or, most printers have a built in history queue which you can get to at the printer.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2006 03:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784730#M263788</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-05-09T03:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784731#M263789</link>
      <description>Hi Prasad, &lt;BR /&gt;&lt;BR /&gt;You can use lpsatat command. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 09 May 2006 03:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784731#M263789</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-09T03:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784732#M263790</link>
      <description>Prasad ,&lt;BR /&gt;&lt;BR /&gt;Check the logfile to check the print requests details:&lt;BR /&gt;&lt;BR /&gt;/var/adm/lp/log&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. For jetadmin printer:&lt;BR /&gt;&lt;BR /&gt;# netstat -n | grep 9100&lt;BR /&gt;&lt;BR /&gt;And you will get the IP , who is printing currently,&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2006 04:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784732#M263790</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-05-09T04:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784733#M263791</link>
      <description>Is this printer connected directly to your HP-UX computer? If true, you can edit the printer's script to turn on the banner page which will identify each printout with the user name, the file name (or stdin) and date/time. &lt;BR /&gt; &lt;BR /&gt;When you say "nonsense" printouts, are these pages of random characters? Users may be trying to print binary files like programs. If education does not work, you'll have to alias the lp command to a non-working state for those users -- or take away their shell and replace it with a menu script without printing capability.&lt;BR /&gt; &lt;BR /&gt;If the printer is on the network, you options are more complex. If the printer is on a PC server or a non-HP network card, you'll have to look at add-on applications to monitor and log the activities. If the printer is an HP network card, anyone on the network can print to the printer. In that case, you can tell the LAN card to reject any jobs from selected computers (not by user name, just by IP address of the sender).</description>
      <pubDate>Tue, 09 May 2006 06:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784733#M263791</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-05-09T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784734#M263792</link>
      <description>Hi Bill,&lt;BR /&gt;&lt;BR /&gt;Your answere is gr8.&lt;BR /&gt;&lt;BR /&gt;My printer is on the network, that too is not only HP-UX network. It is a conbination LINUX, WINDIWS etc.&lt;BR /&gt;&lt;BR /&gt;But, how can set LAN card to reject any jobs from selected computers.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Prasad.</description>
      <pubDate>Tue, 09 May 2006 06:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784734#M263792</guid>
      <dc:creator>Prasad Joshi</dc:creator>
      <dc:date>2006-05-09T06:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784735#M263793</link>
      <description>Hi Prasad,&lt;BR /&gt;&lt;BR /&gt;You need to set the rules for this purpose. IPFilters may help you. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 09 May 2006 07:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784735#M263793</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-05-09T07:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Who is using printer?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784736#M263794</link>
      <description>As I mentioned, the HP JetDirect LAN card has the ability to reject all connedctions except those enumerated in the allowable IP list in the card. if the card is not an HP JetDirect LAN card, I don't know of any other cards that have connection restrictions. Now as I mentioned, the restriction is for IP addresses -- not users. So you might allow a Linux box and a couple of PCs and your HP-UX system (maximum list of IPs is 10) and reject other IP addresses.&lt;BR /&gt; &lt;BR /&gt;So if multiple users login to your Linux, PCs or HP-UX systems, you still have the problem. About all you can do then is to enable the trailing separator page in the JetDirect card (called a banner page). It prints a simple text page with a few lines about the source of the printout. Remember that it is at the end of the job and only works with HP JetDirect cards. You can telnet to almost all JetDirect cards to set the option, or for newer cards, they have a built-in web page for config.</description>
      <pubDate>Tue, 09 May 2006 08:59:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/who-is-using-printer/m-p/3784736#M263794</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-05-09T08:59:22Z</dc:date>
    </item>
  </channel>
</rss>

