<?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: Max number of printers allowed in vms? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856768#M10504</link>
    <description>Jim,&lt;BR /&gt;&lt;BR /&gt;the CLISYMTBL parameter is actually dynamic. It's value is being used during process creation, so you need to logout/login again (or re-create your processes) to use the new value written with SYSGEN&amp;gt; WRITE ACTIVE.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
    <pubDate>Wed, 06 Sep 2006 13:27:54 GMT</pubDate>
    <dc:creator>Volker Halle</dc:creator>
    <dc:date>2006-09-06T13:27:54Z</dc:date>
    <item>
      <title>Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856758#M10494</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Is there a max number of printers that vms will allow to be created?  We currently have 1938 set up and I'm wondering if/when we'll "hit the wall" that will prevent us from creating anymore printers.&lt;BR /&gt;&lt;BR /&gt;Tnx,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 09:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856758#M10494</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2006-09-05T09:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856759#M10495</link>
      <description>Rich,&lt;BR /&gt;&lt;BR /&gt;how are your printers connected ?&lt;BR /&gt;&lt;BR /&gt;LAT printers: LTAnnnn device names would be limited to 9999 and no room for interactive LAT use.&lt;BR /&gt;&lt;BR /&gt;TELNETSYM and LPD - no. of queues in OpenVMS, is there a limit ?&lt;BR /&gt;&lt;BR /&gt;Parallel or serial printer connections would be limited by the HW config, not by OpenVMS.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Tue, 05 Sep 2006 09:46:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856759#M10495</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-09-05T09:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856760#M10496</link>
      <description>For TCP (and not only queues) there are some limits on the number of connections. Check sysconfig -q socket and check with google for more info searching with the option name.&lt;BR /&gt;&lt;BR /&gt;Note that you might be using 10 print connections at 1 moment but also 1938 (e.g. after network problems). Some queues may fail to open a connection (but should normally retry later on). Worse is that they could take the sockets needed by your applications.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 05 Sep 2006 10:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856760#M10496</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-09-05T10:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856761#M10497</link>
      <description>Volker,&lt;BR /&gt;&lt;BR /&gt;Oops, I should've mentioned that... the printers are lpd queues and we're running a 2 node cluster (ES47's with VMS 7.3-2 (pat kit v0700), Multinet v5.1) not the std TCP/IP services for VMS. That being said, we have ~105 print symbionts running on the system, going out on NTY devices to NETques/JetDirects.&lt;BR /&gt;&lt;BR /&gt;Thanks for the interest &amp;amp; questions,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 10:22:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856761#M10497</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2006-09-05T10:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856762#M10498</link>
      <description>Check your max number of sockets with&lt;BR /&gt;$ ana/sys&lt;BR /&gt;tcpip sh inetcb/stat&lt;BR /&gt;look at&lt;BR /&gt;act/max_socket &lt;BR /&gt;&lt;BR /&gt;it may be near 32767 if you have a lot of Tcpip activity.&lt;BR /&gt;&lt;BR /&gt;Do you have a problem (performance, failure...) or was your question theoretical ?</description>
      <pubDate>Tue, 05 Sep 2006 10:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856762#M10498</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2006-09-05T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856763#M10499</link>
      <description>Rich,&lt;BR /&gt;&lt;BR /&gt;NTY devices seem to be associated with NTYSMB queues, not with LPD queues. And I would assume those NTYSMB print symbionts to each handle 32 queues = 32 NTY devices per symbiont.&lt;BR /&gt;&lt;BR /&gt;Idle LPD queues (at least with HP TCPIP) do not consume any TCPIP devices). There seems to be one LPD symbiont process for each queue. They will need TCPIP sockets, when there is a file to be printed.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 11:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856763#M10499</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-09-05T11:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856764#M10500</link>
      <description>If the print queues are set up with remote-printer-queues.com then you will find that you may run into a limitation with DCL.  Each printer entry had multiple DCL labels in this command procedure.  I can't remember the exact number of printers we had before it choked.&lt;BR /&gt;&lt;BR /&gt;Cass</description>
      <pubDate>Tue, 05 Sep 2006 18:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856764#M10500</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2006-09-05T18:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856765#M10501</link>
      <description>&lt;BR /&gt;Wim,&lt;BR /&gt; Thank you for the thoughts on the connections &amp;amp; your ideas about&lt;BR /&gt; them. I'll have a look into that scenario&lt;BR /&gt;&lt;BR /&gt;labadie,&lt;BR /&gt; Thank you for the info on ana/sys and the thought of the 32767 max&lt;BR /&gt; sockets.  I'll see if that applies to Multinet too.&lt;BR /&gt;&lt;BR /&gt; To answer *your* question as to why, we have a printer naming&lt;BR /&gt; scheme PQxx (based on our IBM-MVS system running home-grown&lt;BR /&gt; code) that has a 4 char limitation. We're about to "run out" on the&lt;BR /&gt; IBM, so we're expanding it to PQxxx for Windows &amp;amp; VMS, and I'm&lt;BR /&gt; attempting to make sure that  we won't run into any problems with &lt;BR /&gt; VMS because we've exceeded something I was un-aware of.&lt;BR /&gt;&lt;BR /&gt;Volker,&lt;BR /&gt; I made a rather large mistake.  The devices are NLP *not* NTY - I have&lt;BR /&gt; no idea  why I wrote that.  We have 16 printers to a symbiont.  A show&lt;BR /&gt; dev/full shows device type of LP11.  I notice that earlier, there were &lt;BR /&gt; 100+ symbionts running, now there's about 25.  I wonder if they work as&lt;BR /&gt; you were describing - only need TCP sockets when printing.  I'll have to&lt;BR /&gt; check with Process Software.  Thanks again for *your* interest.&lt;BR /&gt;&lt;BR /&gt;Cass,&lt;BR /&gt; Thank you for your experience with this.  Yes we use remote-printer-queues.com&lt;BR /&gt; it'll be interesting to see what Process has to say about this aspect.  Even&lt;BR /&gt; though you don't remember the exact # of printers, would you remember what&lt;BR /&gt; thousands range it was in? (ie: 2xxx? 4xxx?  5xxx?) &lt;BR /&gt;&lt;BR /&gt;Thanks to you all,&lt;BR /&gt;Rich&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Sep 2006 21:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856765#M10501</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2006-09-05T21:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856766#M10502</link>
      <description>it was between 2000 and 3000</description>
      <pubDate>Wed, 06 Sep 2006 12:28:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856766#M10502</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2006-09-06T12:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856767#M10503</link>
      <description>Regarding Cass' comments, fwiw, the labels in a DCL command procedure are stored in an area whose size is governed by the SYSGEN parameter CLISYMTBL - if you experience SYMOVF failures you can increase this value (with a reboot, it's not dynamic).&lt;BR /&gt;&lt;BR /&gt;Remember, that this area will contain all symbols and labels - not just those created by REMOTE-PRINTER-QUEUE.COM (and the real estate consumed by these others can't be known to Process Software). &lt;BR /&gt;&lt;BR /&gt;You might find $ HELP/MESS SYMOVF interesting.</description>
      <pubDate>Wed, 06 Sep 2006 13:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856767#M10503</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-09-06T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856768#M10504</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;the CLISYMTBL parameter is actually dynamic. It's value is being used during process creation, so you need to logout/login again (or re-create your processes) to use the new value written with SYSGEN&amp;gt; WRITE ACTIVE.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Wed, 06 Sep 2006 13:27:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856768#M10504</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2006-09-06T13:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856769#M10505</link>
      <description>I looked back at my notes and it was about 2200 printers.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Sep 2006 13:38:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856769#M10505</guid>
      <dc:creator>Cass Witkowski</dc:creator>
      <dc:date>2006-09-06T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856770#M10506</link>
      <description>Volker wrote&lt;BR /&gt;&lt;BR /&gt;&amp;gt;CLISYMTBL parameter is actually dynamic&lt;BR /&gt;&lt;BR /&gt;yes, my bad. I should have checked prior to writing my previous response. And, one further point of interest, the maximum value for CLISYMTBL is 1024 pages (at least as of v7.3-2).</description>
      <pubDate>Wed, 06 Sep 2006 14:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856770#M10506</guid>
      <dc:creator>Jim_McKinney</dc:creator>
      <dc:date>2006-09-06T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Max number of printers allowed in vms?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856771#M10507</link>
      <description>&lt;BR /&gt;Cass,&lt;BR /&gt;   Thank you for the estimate - it'll prove usefull to know I can expect it soon  :^)&lt;BR /&gt;&lt;BR /&gt;Jim,&lt;BR /&gt;    Appreciate the info on CLISYMTBL - we're already at 1024, so no room to increase it. I will look up Help/Mess SYMOVF - it'd be good to be aware of it.&lt;BR /&gt;&lt;BR /&gt;Volker,&lt;BR /&gt;     That dynamic ability is a good one to be aware of - thank you.&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Fri, 08 Sep 2006 08:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/max-number-of-printers-allowed-in-vms/m-p/3856771#M10507</guid>
      <dc:creator>Rich Hearn</dc:creator>
      <dc:date>2006-09-08T08:20:58Z</dc:date>
    </item>
  </channel>
</rss>

