<?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: Tracking printer usage by queue name in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131846#M88061</link>
    <description>&lt;BR /&gt;Jon,&lt;BR /&gt;&lt;BR /&gt;Thanks so much for the info on the combining the input files - I'll give that a try...&lt;BR /&gt;&lt;BR /&gt;Jan,&lt;BR /&gt;&lt;BR /&gt;Thanks for the thoughts on the DCL Symbols - I'll try putting them to use.&lt;BR /&gt;&lt;BR /&gt;Thank you both,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Jan 2008 13:47:37 GMT</pubDate>
    <dc:creator>Rich Hearn</dc:creator>
    <dc:date>2008-01-21T13:47:37Z</dc:date>
    <item>
      <title>Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131837#M88052</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Before I go create come DCL code to do this, I thought I'd ask if it's already been done (or something like it).  &lt;BR /&gt;&lt;BR /&gt;I want to track printer usage using the queue name (ie: HPLJ 4000 = pqau(default ascii), pqauc (compressed), pqaul (landscape), pqau_135 (135 col wide)).  I've looked at the Accounting Utility, but that dosen't seem to allow it by queue name.  I've done several web searches as well as a search in this forum with no luck locating anything.&lt;BR /&gt;&lt;BR /&gt;Does anyone know it this has already been done?&lt;BR /&gt;&lt;BR /&gt;Is there a way I'm not aware of?&lt;BR /&gt;&lt;BR /&gt;Tnx,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 15:03:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131837#M88052</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-01-18T15:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131838#M88053</link>
      <description>Rich,&lt;BR /&gt;     VMS accounting DOES allow you to view the usage on a particular print queue. However it may not be enabled.&lt;BR /&gt;&lt;BR /&gt;Issue a $SHOW ACCOUNTING command and see if PRINT is enabled ,ie the stats are being recorded. I suspect it is not. To enable :-&lt;BR /&gt;&lt;BR /&gt;$ SET ACCOUNTING/ENABLE=PRINT&lt;BR /&gt;&lt;BR /&gt;Then you should be able to issue a &lt;BR /&gt;&lt;BR /&gt;$accounting/full/queue=printqueuename&lt;BR /&gt;&lt;BR /&gt;and see how many pages are being printed at what time etc etc.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 15:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131838#M88053</guid>
      <dc:creator>Mark Caccavone_1</dc:creator>
      <dc:date>2008-01-18T15:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131839#M88054</link>
      <description>Mark,&lt;BR /&gt;&lt;BR /&gt;Thank you for the quick response.  Someday I may even learn to state *everything* needed the 1st time I post... sorry for not having stated this originally.&lt;BR /&gt;&lt;BR /&gt;Print auditing is turned on.  I'm trying to do a "roll-up" report of all the printers for each month without having to specify the 2000+ print queue names explicitly so I can tabulate how many jobs were sent to each queue for the month.&lt;BR /&gt;&lt;BR /&gt;Rich&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 15:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131839#M88054</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-01-18T15:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131840#M88055</link>
      <description>does this do what you want &lt;BR /&gt;$ ACCOUNT/SUM=QUEUE/SINCE=1-DEC-2007/BEFORE=1-JAN-2008/REPORT=(RECORDS,PAGES)&lt;BR /&gt;&lt;BR /&gt;This will give you a three column report of queue name then record count (=number of jobs for that queue) and number of pages (may always be 0).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 15:56:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131840#M88055</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2008-01-18T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131841#M88056</link>
      <description>Ian&lt;BR /&gt;&lt;BR /&gt;Absolutly perfect!  Thank you very much for that line. I hadn't made the connection that the accounting records would be the count for the printer queue.  Much easier than writing a proceedure from "scratch".&lt;BR /&gt;&lt;BR /&gt;Tnx agn,&lt;BR /&gt;Rich&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 17:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131841#M88056</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-01-18T17:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131842#M88057</link>
      <description>Rich,&lt;BR /&gt;&lt;BR /&gt;If you have a cluster, and your print queues are setup with multiple nodes with /autostart_on (see help init/queue/autostart), then you will need to combine the totals from each node that appears in any /autostart_on list.&lt;BR /&gt;&lt;BR /&gt;Also, as Ian hinted, the page count may not be accurate.  Page accounting is a function of the print symbiont, and may not reflect the true sheets of paper that were consumed by a print job.  The only accurate way to get that info is if the symbiont can ask the printer the page count at the start and end of the print job.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jan 2008 18:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131842#M88057</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-01-18T18:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131843#M88058</link>
      <description>&lt;BR /&gt;Jon,&lt;BR /&gt;&lt;BR /&gt;Thank you for taking the time to respond.&lt;BR /&gt;&lt;BR /&gt;I do have a 2 node cluster &amp;amp; as you have pointed out, I do have to merge the 2 counts for each printer (if necessary).&lt;BR /&gt;&lt;BR /&gt;The page count isn't a necessary item  for my report, so it's ok if it's not accurate.  How long it will remain that way is yet to be seen  :^)&lt;BR /&gt;&lt;BR /&gt;I do thank you for those peices of information tho - their both "handy" to know about &lt;BR /&gt;&lt;BR /&gt;Tnx agn,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Jan 2008 04:16:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131843#M88058</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-01-19T04:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131844#M88059</link>
      <description>When I just re-read my previous response, it appears I was suggesting post processing the report files.  Although that could be done, it is must easier to just let the accounting utility do the combining for you by using a list of input files, or a wildcard specification.&lt;BR /&gt;&lt;BR /&gt;For example: to get just the latest accounting file from each system root's [sysmgr] directory: and create the file: sys$scratch:print.rpt&lt;BR /&gt;&lt;BR /&gt;$ acc sys$sysdevice:[sys*.sysmgr]; /type=print /sum=queue /report=(records,pages) /out=sys$scratch:print.rpt&lt;BR /&gt;</description>
      <pubDate>Sat, 19 Jan 2008 04:52:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131844#M88059</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2008-01-19T04:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131845#M88060</link>
      <description>Rich,&lt;BR /&gt;&lt;BR /&gt;on combining accounting files:&lt;BR /&gt;&lt;BR /&gt;(for some other reason) we start a new accounting file for each node at midnight every night.&lt;BR /&gt;Then we rename yesterday's files to reflect the node and the date (the latter in Comparison format!)&lt;BR /&gt;We do generate several accounting reports, but thit is just background info for the following.&lt;BR /&gt;&lt;BR /&gt;For daily operation and second-level user  support the ACCOUNTING utility very often can be quite helpful, especially when the accounting file does not grow unpleasantly big.&lt;BR /&gt;&lt;BR /&gt;For daily ad hoc operation, my LOGIN.COM defines some logicals:&lt;BR /&gt;ACNT  - wildcard file spec for today's accounting file over all nodes&lt;BR /&gt;ACCY - yesterday&lt;BR /&gt;ACMND - current month (sorry for the Dutch brief, MND = maand)&lt;BR /&gt;ACLM - last month.&lt;BR /&gt;&lt;BR /&gt;Now, every invocation of ACCOUNTING simply takes one of those as parameter.&lt;BR /&gt;&lt;BR /&gt;And since the ACCOUNTING utility does NOT automagically accepts the definition of the relocated ACCOUNTNG file, we have to specify an input file anyway, so now it is only shorter typing.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Sat, 19 Jan 2008 10:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131845#M88060</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-01-19T10:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131846#M88061</link>
      <description>&lt;BR /&gt;Jon,&lt;BR /&gt;&lt;BR /&gt;Thanks so much for the info on the combining the input files - I'll give that a try...&lt;BR /&gt;&lt;BR /&gt;Jan,&lt;BR /&gt;&lt;BR /&gt;Thanks for the thoughts on the DCL Symbols - I'll try putting them to use.&lt;BR /&gt;&lt;BR /&gt;Thank you both,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2008 13:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131846#M88061</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-01-21T13:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131847#M88062</link>
      <description>You can also put all the accounting files in 1 dir a use accounting with something like acc_dir:*acc*.*.&lt;BR /&gt;And combine this with /sin/bef.&lt;BR /&gt;&lt;BR /&gt;Note also that when redirecting listings (all redirections or only some, I don't know because we don't do accounting reporting here), accounting is done on the from printer. E.g. a telnet sumbiont queue directed to a LPD queue is accounted on the telnet queue.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Mon, 21 Jan 2008 14:16:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131847#M88062</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2008-01-21T14:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tracking printer usage by queue name</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131848#M88063</link>
      <description>&lt;BR /&gt;Wim,&lt;BR /&gt;&lt;BR /&gt;Thank you for the suggestions.  I only have two files that I need to be concerned with, so these are easy enough to specify.  I will also look into the re-directed listings to see where the accounting gets done.&lt;BR /&gt;&lt;BR /&gt;Tnx agn,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Jan 2008 17:07:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tracking-printer-usage-by-queue-name/m-p/4131848#M88063</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2008-01-21T17:07:22Z</dc:date>
    </item>
  </channel>
</rss>

