<?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: Identify TCPIP$TELNETSYM Print Queue Usage in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967507#M75037</link>
    <description>Doug,&lt;BR /&gt;&lt;BR /&gt;  I guess it depends on exactly what you mean by "used". ACCOUNTING can tell you which queues are printing files, but that's not necessarily the only definition of "used". Jobs could be entered on a stopped queue, and requeued elsewhere. You won't see accounting records, but deleting the queue will break the process.&lt;BR /&gt;&lt;BR /&gt;  There may also be queues which are read by some processes, but rarely (or never) have jobs entered. Deleting the queue may result in the process failing.&lt;BR /&gt;&lt;BR /&gt;  Another option over ACCOUNTING is to use an AUDIT ACE on the queue, and examine the audit journal after your test period. To trace jobs submitted:&lt;BR /&gt;&lt;BR /&gt;$ EDIT/ACL/OBJECT=QUEUE queue-name&lt;BR /&gt;&lt;BR /&gt;(AUDIT=SECURITY,ACCESS=SUBMIT+SUCCESS)&lt;BR /&gt;&lt;BR /&gt;To see if a queue is read, change the access to "READ+SUBMIT+SUCCESS" (but be aware that a single SHOW QUEUE command will generate multiple audit messages). Other accesses you can audit are MANAGE and DELETE.&lt;BR /&gt;&lt;BR /&gt;While debugging, use an ALARM=SECURITY ACE and watch the activity from a REPLY/ENABLE=SECURITY terminal.&lt;BR /&gt;</description>
    <pubDate>Wed, 15 Mar 2006 16:47:27 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2006-03-15T16:47:27Z</dc:date>
    <item>
      <title>Identify TCPIP$TELNETSYM Print Queue Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967503#M75033</link>
      <description>Our OVMS Alpha 4100 has over 1000 print queues defined for printers all around the world.  How can I determine which are still being used?</description>
      <pubDate>Wed, 15 Mar 2006 15:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967503#M75033</guid>
      <dc:creator>Doug Vegge</dc:creator>
      <dc:date>2006-03-15T15:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify TCPIP$TELNETSYM Print Queue Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967504#M75034</link>
      <description>If you've got ACCOUNTING enabled&lt;BR /&gt;&lt;BR /&gt;$ ACCOUNTING/TYPE=PRINT/SUMMARY=QUEUE</description>
      <pubDate>Wed, 15 Mar 2006 16:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967504#M75034</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-03-15T16:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Identify TCPIP$TELNETSYM Print Queue Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967505#M75035</link>
      <description>Look in accounting.&lt;BR /&gt;For each queue specify&lt;BR /&gt;&lt;BR /&gt;$ ACC/TYPE=PRINT/QUEUE=&lt;QUEUENAME&gt; [accountingfile]&lt;BR /&gt;&lt;BR /&gt;and if no answer is returned, it has not being used - for the period the accounting file was active.&lt;BR /&gt;&lt;BR /&gt;Accounting filew: default it is SYS$SYSTEM;ACCOUNTNG.DAT but your system may have saved files elsewehere.&lt;BR /&gt;&lt;BR /&gt;You may want to specify a period (/SINCE, /BEFORE) to limit the results.&lt;BR /&gt;&lt;BR /&gt;(I tried using wildcards in the queuespec but that doesn't translate into a wildcard - alas...)&lt;BR /&gt;&lt;BR /&gt;WIllem&lt;/QUEUENAME&gt;</description>
      <pubDate>Wed, 15 Mar 2006 16:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967505#M75035</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2006-03-15T16:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Identify TCPIP$TELNETSYM Print Queue Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967506#M75036</link>
      <description>You may find the following DCL procedure useful&lt;BR /&gt;&lt;A href="http://www.hpug.org.uk/LIST_UNUSED_QUEUES_COM.TXT" target="_blank"&gt;http://www.hpug.org.uk/LIST_UNUSED_QUEUES_COM.TXT&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 16:23:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967506#M75036</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2006-03-15T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identify TCPIP$TELNETSYM Print Queue Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967507#M75037</link>
      <description>Doug,&lt;BR /&gt;&lt;BR /&gt;  I guess it depends on exactly what you mean by "used". ACCOUNTING can tell you which queues are printing files, but that's not necessarily the only definition of "used". Jobs could be entered on a stopped queue, and requeued elsewhere. You won't see accounting records, but deleting the queue will break the process.&lt;BR /&gt;&lt;BR /&gt;  There may also be queues which are read by some processes, but rarely (or never) have jobs entered. Deleting the queue may result in the process failing.&lt;BR /&gt;&lt;BR /&gt;  Another option over ACCOUNTING is to use an AUDIT ACE on the queue, and examine the audit journal after your test period. To trace jobs submitted:&lt;BR /&gt;&lt;BR /&gt;$ EDIT/ACL/OBJECT=QUEUE queue-name&lt;BR /&gt;&lt;BR /&gt;(AUDIT=SECURITY,ACCESS=SUBMIT+SUCCESS)&lt;BR /&gt;&lt;BR /&gt;To see if a queue is read, change the access to "READ+SUBMIT+SUCCESS" (but be aware that a single SHOW QUEUE command will generate multiple audit messages). Other accesses you can audit are MANAGE and DELETE.&lt;BR /&gt;&lt;BR /&gt;While debugging, use an ALARM=SECURITY ACE and watch the activity from a REPLY/ENABLE=SECURITY terminal.&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2006 16:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967507#M75037</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2006-03-15T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Identify TCPIP$TELNETSYM Print Queue Usage</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967508#M75038</link>
      <description>Was able to get information using the solutions provided.</description>
      <pubDate>Wed, 15 Mar 2006 17:16:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/identify-tcpip-telnetsym-print-queue-usage/m-p/4967508#M75038</guid>
      <dc:creator>Doug Vegge</dc:creator>
      <dc:date>2006-03-15T17:16:34Z</dc:date>
    </item>
  </channel>
</rss>

