<?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: Export VMS print queues in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129855#M88026</link>
    <description>Dale,&lt;BR /&gt;&lt;BR /&gt;Exporting queues from one node to another is not done without problems......&lt;BR /&gt;&lt;BR /&gt;If a queue has /FORM=DEFAULT=MY_SPECIAL_FORM then you need to export all FORMS too and if the form has a setupmodule, then you need the library.....&lt;BR /&gt;&lt;BR /&gt;If you have LPD enabled and use LPD-queues, you need to export the printcap-file.....&lt;BR /&gt;&lt;BR /&gt;And you need to update the startupfiles with the queue-definitions.&lt;BR /&gt;&lt;BR /&gt;Your queues can have a lot of dependencies......&lt;BR /&gt;&lt;BR /&gt;I hope you get my point(s).&lt;BR /&gt;I work a lot with queues.</description>
    <pubDate>Fri, 18 Jan 2008 11:03:20 GMT</pubDate>
    <dc:creator>Hakan Zanderau ( Anders</dc:creator>
    <dc:date>2008-01-18T11:03:20Z</dc:date>
    <item>
      <title>Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129850#M88021</link>
      <description>Is there a simple way to export all print queues with all parameters intact from one VMS node to another?  Both machines are running 7.2-2.  The most preferred would be a single "DB" file, similiar say to moving accounts with sysuaf.dat.  &lt;BR /&gt;&lt;BR /&gt;Alternatively, does VMS create an ASCII readible file with "INIT/QUE queuename" command strings with all parameters intact?&lt;BR /&gt;&lt;BR /&gt;The least desirable solution would be to craft the INIT/QUE commands from SHOW QUE/ALL output.</description>
      <pubDate>Tue, 15 Jan 2008 19:51:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129850#M88021</guid>
      <dc:creator>Dale Donnelly</dc:creator>
      <dc:date>2008-01-15T19:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129851#M88022</link>
      <description>Between cluster nodes You could move the SYS$QUEUE_MANAGER.QMAN$QUEUES file, but not between non-clustered nodes. &lt;BR /&gt;&lt;BR /&gt;The least desirable solution is probably the best and easiest: a procedure taking the current queues, and producing a command-file of all the INIT commands to recreate the queues.&lt;BR /&gt;One such procedure was on the freeware V6 (or newer ones ?) FIXQUE.COM or FIX_QUEUE.COM.&lt;BR /&gt;After running @FIXQUE, just edit the resulting &lt;BR /&gt;FIXQUE_RELOAD.COM file, change the node-names to the new one, remove eventually unwanted queues to keep only the print queues.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jan 2008 20:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129851#M88022</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2008-01-15T20:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129852#M88023</link>
      <description>Dale,&lt;BR /&gt;&lt;BR /&gt;I usually use the DCL procedures published in &lt;A href="http://h18000.www1.hp.com/support/asktima/operating_systems/0095D437-BBF6EF20-1C0097.html" target="_blank"&gt;http://h18000.www1.hp.com/support/asktima/operating_systems/0095D437-BBF6EF20-1C0097.html&lt;/A&gt; to create a DCL procedure that can recreate the queue database.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Wed, 16 Jan 2008 03:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129852#M88023</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2008-01-16T03:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129853#M88024</link>
      <description>FIXQUE indeed is on freeware V5.&lt;BR /&gt;But the procedure Martin mentions is more elegant anyway.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2008 08:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129853#M88024</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2008-01-16T08:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129854#M88025</link>
      <description>The bonus of doing it the Least desirable way also gives you a recreation command file if you ever end up with a corrupted queue manager file.&lt;BR /&gt;&lt;BR /&gt;I always try to keep an init/que command procedure just to recreate the queues in those instances.</description>
      <pubDate>Wed, 16 Jan 2008 18:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129854#M88025</guid>
      <dc:creator>Peter Zeiszler</dc:creator>
      <dc:date>2008-01-16T18:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129855#M88026</link>
      <description>Dale,&lt;BR /&gt;&lt;BR /&gt;Exporting queues from one node to another is not done without problems......&lt;BR /&gt;&lt;BR /&gt;If a queue has /FORM=DEFAULT=MY_SPECIAL_FORM then you need to export all FORMS too and if the form has a setupmodule, then you need the library.....&lt;BR /&gt;&lt;BR /&gt;If you have LPD enabled and use LPD-queues, you need to export the printcap-file.....&lt;BR /&gt;&lt;BR /&gt;And you need to update the startupfiles with the queue-definitions.&lt;BR /&gt;&lt;BR /&gt;Your queues can have a lot of dependencies......&lt;BR /&gt;&lt;BR /&gt;I hope you get my point(s).&lt;BR /&gt;I work a lot with queues.</description>
      <pubDate>Fri, 18 Jan 2008 11:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129855#M88026</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2008-01-18T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129856#M88027</link>
      <description>Oooops......&lt;BR /&gt;/DEFAULT=FORM=MY_SPECIAL_FORM&lt;BR /&gt;.....ofcourse</description>
      <pubDate>Fri, 18 Jan 2008 14:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129856#M88027</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2008-01-18T14:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129857#M88028</link>
      <description>Hakan,&lt;BR /&gt;&lt;BR /&gt;the procedures at the link I posted can be used to generate statements to create characteristics, forms, queues, and jobs.&lt;BR /&gt;&lt;BR /&gt;You're right, of course, about print library modules and printcap files.&lt;BR /&gt;&lt;BR /&gt;cu,&lt;BR /&gt;  Martin</description>
      <pubDate>Fri, 18 Jan 2008 19:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129857#M88028</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2008-01-18T19:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Export VMS print queues</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129858#M88029</link>
      <description>Martin, ( and Dale )&lt;BR /&gt;&lt;BR /&gt;If Dale has a lot of queues with different symbionts and forms with setupmoduls then it could be more than just a walk in the park......&lt;BR /&gt;&lt;BR /&gt;We need to know more about the queue-environment before we could give a "good" advice.&lt;BR /&gt;&lt;BR /&gt;$ SHOW QUE/FULL&lt;BR /&gt;$ SHOW QUE/FORM/FULL&lt;BR /&gt;&lt;BR /&gt;give us the information we need to answer the question "Is there a simple way to export all print queues..."</description>
      <pubDate>Sat, 19 Jan 2008 12:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/export-vms-print-queues/m-p/4129858#M88029</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2008-01-19T12:02:17Z</dc:date>
    </item>
  </channel>
</rss>

