<?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: initing a queue pointing to null device in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997851#M238</link>
    <description>I do what Art Wiens said. Have a queue to TTA0 which is a serial port to which nothing is connected. Any print jobs quickly complete with no visable output. However I like the very small null symbiont from John Gillings and may look at implementing that.</description>
    <pubDate>Fri, 30 Apr 2004 06:35:49 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2004-04-30T06:35:49Z</dc:date>
    <item>
      <title>initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997834#M221</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;How can i define a printer queue pointing to null device so that print requests can be submitted and completed without consuming computing resources?&lt;BR /&gt;&lt;BR /&gt;I have tried to initting queue pointing to node::nla0:&lt;BR /&gt;&lt;BR /&gt;but when i attempt to start it, the following error prompts up and the queue fails to startup:&lt;BR /&gt;&lt;BR /&gt;%SYSTEM-W-DEVALLOC, device already allocated to another user.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick.</description>
      <pubDate>Mon, 16 Jun 2003 01:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997834#M221</guid>
      <dc:creator>Patrick_42</dc:creator>
      <dc:date>2003-06-16T01:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997835#M222</link>
      <description>What are you really trying to do?  Passing jobs through to nowhere will still use CPU resources...&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jun 2003 11:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997835#M222</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2003-06-17T11:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997836#M223</link>
      <description>There are some "old printer queues" where the printer hardware is not functioning and at the same time, our developers are reluctant to revise their batch jobs not to submit print jobs to such queues since it will not affect the result of batch jobs.&lt;BR /&gt;&lt;BR /&gt;As a result, thousands of pending jobs accumulated at the printer queues in a couple of days and i have to delete them periodically.&lt;BR /&gt;&lt;BR /&gt;What I want to do is direct the submitted printer jobs to some "NULL" device so that the jobs will be consumed immediate after they are submitted.&lt;BR /&gt;&lt;BR /&gt;I have tried to init the queue to null device by following command but failed:&lt;BR /&gt;&lt;BR /&gt;$ init/queue queue1 /on=node::nla0: /start&lt;BR /&gt;&lt;BR /&gt;I am still looking for other possible solution.&lt;BR /&gt;&lt;BR /&gt;Thanks and Best Regards,&lt;BR /&gt;Patrick.</description>
      <pubDate>Wed, 18 Jun 2003 00:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997836#M223</guid>
      <dc:creator>Patrick_42</dc:creator>
      <dc:date>2003-06-18T00:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997837#M224</link>
      <description>This will work if you add the qualifier     /PROC=DCPS$SMB&lt;BR /&gt;&lt;BR /&gt;-Ben</description>
      <pubDate>Wed, 18 Jun 2003 02:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997837#M224</guid>
      <dc:creator>Benjamin Levy</dc:creator>
      <dc:date>2003-06-18T02:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997838#M225</link>
      <description>&amp;gt; This will work if you add the qualifier&lt;BR /&gt;&amp;gt; /PROC=DCPS$SMB&lt;BR /&gt;&lt;BR /&gt;Only if you have DCPS installed, right?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It would be easy enough to create a batch job to cruise the queue(s) and delete the entries on a periodic basis.&lt;BR /&gt;&lt;BR /&gt;Also, you can define system logical names so that all the entries go to the same queue, so that you only have to "cruise" one queue.  For example,&lt;BR /&gt;&lt;BR /&gt;  $ define/system/exec QUEUE_1 QUEUE_NOWHERE&lt;BR /&gt;  $ define/system/exec QUEUE_2 QUEUE_NOWHERE&lt;BR /&gt;&lt;BR /&gt;This will cause jobs sent to QUEUE_1 or QUEUE_2 to be queued into QUEUE_NOWHERE.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 03:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997838#M225</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2003-06-18T03:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997839#M226</link>
      <description>First of all:&lt;BR /&gt;&lt;BR /&gt;.... our developers are reluctant to revise their batch jobs not to submit print jobs to such queues since it will not affect the result of batch jobs. ....&lt;BR /&gt;&lt;BR /&gt;They _SHOULD_ be educated....&lt;BR /&gt;&lt;BR /&gt;Anyway:&lt;BR /&gt;&lt;BR /&gt;Just one execution queue, say "DEVELOPERS_PRINTER" printing to a regular (well working) printer, or, eventually, the bit-bin....(would it be possible: the devloper's terminal; THAT would teach them ;-))&lt;BR /&gt;&lt;BR /&gt;Then redefine the queues the developer's seem reluctant to avoid, as /GENERIC and using DEVELOPERS_PRINTER as executing queue.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 10:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997839#M226</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-06-18T10:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997840#M227</link>
      <description>To clearify my previous message:&lt;BR /&gt;&lt;BR /&gt;I am a developer myself.....</description>
      <pubDate>Wed, 18 Jun 2003 10:44:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997840#M227</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2003-06-18T10:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997841#M228</link>
      <description>The easiest way to deal with the problem is to create a batch file to run nightly that deletes the queue(s), then recreates them. Deleting a queue automatically deletes all jobs in the queue (see "HELP DELETE/QUE"). &lt;BR /&gt;&lt;BR /&gt;This way the system automatically cleans up after itself and you don't have to do anything manually.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 18 Jun 2003 14:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997841#M228</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-06-18T14:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997842#M229</link>
      <description>Since there's thousands of files being created daily, it would seem likely (per Murphy's Law) that the queue would be deleted at the moment that something attempts to queue a file.  I would recommend against that approach.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 16:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997842#M229</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2003-06-18T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997843#M230</link>
      <description>He said thousands in a couple of days. &lt;BR /&gt;&lt;BR /&gt;I'm sure Patrick can find a time in the wee hours of the morning when things are quiet. If not, he can make things quiet by stopping the batch queues and checking for job completion of running batches before deleting the queues.&lt;BR /&gt;&lt;BR /&gt;I'm sure a little analysis of the job schedules and run times will reveal the best time to recycle the queues.&lt;BR /&gt;&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 18 Jun 2003 16:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997843#M230</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-06-18T16:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997844#M231</link>
      <description>If this is still an issue, one method that does work is specifying /PROC=DCPS$SMB&lt;BR /&gt;The DCPS kit no longer requires a separate&lt;BR /&gt;license PAK, but it probably still has to be installed separately with VMSINSTAL.</description>
      <pubDate>Thu, 19 Jun 2003 12:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997844#M231</guid>
      <dc:creator>Benjamin Levy</dc:creator>
      <dc:date>2003-06-19T12:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997845#M232</link>
      <description>I have a similar problem.&lt;BR /&gt;&lt;BR /&gt;We don't have any queues with a forms type of DEFAULT, but some programs and users insist on printing with this form.&lt;BR /&gt;&lt;BR /&gt;I don't want a cleanup process running, and I don't need any of the output - I just want to dump it!&lt;BR /&gt;&lt;BR /&gt;Is there any way this could be fed to a terminal server or LTA port that isn't connected to anything?</description>
      <pubDate>Thu, 17 Jul 2003 11:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997845#M232</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2003-07-17T11:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997846#M233</link>
      <description>Take a look at the nullsymbiont (DBS-NULLSYMBIONT) on the v5.0 Freeware disks.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware50/dbs-nullsymbiont/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware50/dbs-nullsymbiont/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Last I tried, both the Alpha and VAX symbionts worked....</description>
      <pubDate>Mon, 28 Jul 2003 20:46:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997846#M233</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2003-07-28T20:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997847#M234</link>
      <description>An alternative (we use it...it works) is to set up a queue that uses TTA0: as it's output device (assuming you don't have something connected to it).  eg:&lt;BR /&gt;&lt;BR /&gt;$ show queue/full the$bitbucket&lt;BR /&gt;Terminal queue THE$BITBUCKET, busy, on NODENAME::TTA0:, mounted form DEFAULT&lt;BR /&gt;  /BASE_PRIORITY=8 /DEFAULT=(FEED,FORM=DEFAULT) Lowercase /OWNER=[SYSTEM] /PROTECTION=(S:RSMD,O:RSMD,G:RSMD,W:RS) /SCHEDULE=(NOSIZE)&lt;BR /&gt;&lt;BR /&gt;Unwanted print jobs "spill onto the floor" at 9600 baud ;-)&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Art</description>
      <pubDate>Wed, 30 Jul 2003 17:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997847#M234</guid>
      <dc:creator>Art Wiens</dc:creator>
      <dc:date>2003-07-30T17:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997848#M235</link>
      <description>.TITLE NullSymbiont&lt;BR /&gt;;&lt;BR /&gt;;  Module implementes a null symbiont - &lt;BR /&gt;;  jobs entered on a queue using this&lt;BR /&gt;;  symbiont will complete without&lt;BR /&gt;;  producing any output.&lt;BR /&gt;;&lt;BR /&gt;;  Build:&lt;BR /&gt;;    $ MACRO NULLSYMB&lt;BR /&gt;;    $ LINK NULLSYMB -&lt;BR /&gt;;      /EXE=SYS$COMMON:[SYSEXE]NULLSYMB&lt;BR /&gt;;    $ INITIALIZE/QUEUE/START queue-name &lt;BR /&gt;;      /ON=(node::NL:)/DEVICE=PRINTER -&lt;BR /&gt;;      /PROCESSOR=NULLSYMB&lt;BR /&gt;;&lt;BR /&gt; .LIBRARY 'SYS$SHARE:LIB'&lt;BR /&gt; $PSMDEF&lt;BR /&gt; $SSDEF&lt;BR /&gt; .EXTERNAL PSM$REPLACE,PSM$PRINT&lt;BR /&gt;&lt;BR /&gt; .PSECT code,EXE,NOWRT&lt;BR /&gt; .ENTRY null_output_routine,^M&amp;lt;&amp;gt;&lt;BR /&gt; MOVL #SS$_NORMAL,R0 ; always succeeds&lt;BR /&gt; RET&lt;BR /&gt;&lt;BR /&gt; .ENTRY Start,^M&amp;lt;&amp;gt;&lt;BR /&gt; PUSHAB  null_output_routine&lt;BR /&gt; PUSHAL #PSM$K_OUTPUT &lt;BR /&gt; CALLS  #2,G^PSM$REPLACE &lt;BR /&gt; BLBC R0,1$&lt;BR /&gt; PUSHAL #2048 ; buffer size&lt;BR /&gt; PUSHAL #16 ; accept 16 streams&lt;BR /&gt; CALLS #2,G^PSM$PRINT ; Start symbiont&lt;BR /&gt;1$: RET&lt;BR /&gt; .END Start&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2003 02:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997848#M235</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2003-08-01T02:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997849#M236</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I'm a bit late to this conversation but you can try this.&lt;BR /&gt;&lt;BR /&gt;$ INIT/QUEUE sink /ON="TCPIP$QUEUE:NULL" /PROC=TCPIP$TELNETSYM&lt;BR /&gt;&lt;BR /&gt;which sets up a TCPIP relay queue (sink) to another queue (NULL) that doesn't exist. The jobs will go from the queue but the symbiont will moan via OPCOM about the NULL queue (or whatever you call it) not being available.&lt;BR /&gt;&lt;BR /&gt;To suppress the messages, define TCPIP$TELNETSYM_NO_OPCOM to be true.&lt;BR /&gt;&lt;BR /&gt;This is from the TCPIP Services Management Guide.&lt;BR /&gt;&lt;BR /&gt;Frazer &lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2004 05:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997849#M236</guid>
      <dc:creator>Frazer Toseland</dc:creator>
      <dc:date>2004-04-30T05:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997850#M237</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I also do , what Frazer has recommended, on my systems:&lt;BR /&gt;&lt;BR /&gt;INITIALIZE/QUEUE/PROCESSOR=UCX$TELNETSYM/ON="UCX$QUEUE:NL:" null_queue&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Lokesh</description>
      <pubDate>Fri, 30 Apr 2004 05:46:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997850#M237</guid>
      <dc:creator>Lokesh_2</dc:creator>
      <dc:date>2004-04-30T05:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997851#M238</link>
      <description>I do what Art Wiens said. Have a queue to TTA0 which is a serial port to which nothing is connected. Any print jobs quickly complete with no visable output. However I like the very small null symbiont from John Gillings and may look at implementing that.</description>
      <pubDate>Fri, 30 Apr 2004 06:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997851#M238</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-04-30T06:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997852#M239</link>
      <description>I know it's been a long time, but how assigning some points to this questions?  TIA.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Aug 2005 15:45:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997852#M239</guid>
      <dc:creator>Stanley F Quayle</dc:creator>
      <dc:date>2005-08-29T15:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: initing a queue pointing to null device</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997853#M240</link>
      <description>&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Tue, 30 Aug 2005 05:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/initing-a-queue-pointing-to-null-device/m-p/2997853#M240</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-08-30T05:12:06Z</dc:date>
    </item>
  </channel>
</rss>

