<?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: Remote printing from openspool to an NT server. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679260#M1284</link>
    <description>Denis/and others.  I have moved this to HP-UX system admin as raised this in error under Linux which is not used as the server platform.</description>
    <pubDate>Fri, 15 Mar 2002 14:27:22 GMT</pubDate>
    <dc:creator>Paul Thomson_2</dc:creator>
    <dc:date>2002-03-15T14:27:22Z</dc:date>
    <item>
      <title>Remote printing from openspool to an NT server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679257#M1281</link>
      <description>On one of our Unix servers D370 V10.20, in openspool there are 2 queues set up.  These are not bound to any device.  However one of these queues eg QUEUE1 prints to an NT server with an IP adddress that is in the /etc/hosts file.  The other queue does not, QUEUE2.   My question is where do you need to check in openspool files to check where the QUEUE1 is configured so openspool knows to send to the NT server Ip address in host file.  &lt;BR /&gt;I have checked &lt;BR /&gt;/opt/openspool/sw-master/.opsp_aliases&lt;BR /&gt;At the end there was a line showing...&lt;BR /&gt;QUEUE TORONT1 BSD:yy529ds3:TORONT1&lt;BR /&gt;TORONT1 being the queue.  I have added the same for TORONT2 and ran an openspool activation.  Now however, requests to TORONT2 go to load paper and there is no paper configured as there is no device.  Does anyone know where I need to check to make sure the paper loaded is the same for TORONT1 and TORONT2 ??</description>
      <pubDate>Fri, 08 Mar 2002 23:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679257#M1281</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-03-08T23:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printing from openspool to an NT server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679258#M1282</link>
      <description>Hi Paul,&lt;BR /&gt;&lt;BR /&gt;You are mentioning 2 queues on your server. Those queues can server you fine for your &lt;BR /&gt;local printing, but to print &lt;BR /&gt;remotely they are not needed.&lt;BR /&gt;&lt;BR /&gt;Let me shortly explain the Remote printing concept of OpenSpool:&lt;BR /&gt;&lt;BR /&gt;First you need to have queue called ForeignQ on your server. If it is not there, create it by command : &lt;BR /&gt;&lt;BR /&gt;$ npcglobal -g on &lt;BR /&gt;&lt;BR /&gt;Then activate this change on server by  npact. &lt;BR /&gt;&lt;BR /&gt;After that you need to have an QUEUE ALIAS for your destination queue in .opsp_aliases file. As you mentioned you already have that :&lt;BR /&gt;&lt;BR /&gt;QUEUE TORONT1 BSD:yy529ds3:TORONT1&lt;BR /&gt;&lt;BR /&gt;The name of this alias is TORONT1.It is recommended not to have the same name for regular queue name and also for queue alias.&lt;BR /&gt;&lt;BR /&gt;Example of use: &lt;BR /&gt;&lt;BR /&gt;$np -q TORONT1 /etc/group &lt;BR /&gt;&lt;BR /&gt;Will first put yor request for short time into queue &lt;BR /&gt;ForeignQ and if connection will be OK, it will dissapear and print on NT system.&lt;BR /&gt;&lt;BR /&gt;You can read more about that also in OpenSpool Man page, for example man (5) openspool. &lt;BR /&gt;&lt;BR /&gt;Now to your question:&lt;BR /&gt;&lt;BR /&gt;1) " My question is where do you need to check in openspool files to check where the QUEUE1 is configured so openspool knows to send to the NT&lt;BR /&gt;server Ip address in host file."&lt;BR /&gt;&lt;BR /&gt;Regular queue QUEUE1 actually should not print remotely! Maybe you have somewhere defined another queue alias with the name QUEUE1. Please check for example in spooladm's home directory for file .opsp_aliases or for the same file in your $HOME directory. &lt;BR /&gt;&lt;BR /&gt;2) "I have added the same for TORONT2 and ran an openspool&lt;BR /&gt;activation. Now however, requests to TORONT2 go to load paper and there is no pa&lt;BR /&gt;per configured as there is no device. Does anyone know where I need to check to&lt;BR /&gt;make sure the paper loaded is the same for TORONT1 and TORONT2 ?? "&lt;BR /&gt;&lt;BR /&gt;I suspect that you may have  queue  TORONT2 defined 2 times : as an regular queue (you can check that by npcshow -q TORONT2 ) and also&lt;BR /&gt;an queue alia (added in .opsp_aliases file). I recommend that you change the name of one of them..for example rename queue alias to toron2 and reactivate.&lt;BR /&gt;Then the commnad :&lt;BR /&gt;&lt;BR /&gt;$ np -q toron2 /etc/group should send the print request to NT system.&lt;BR /&gt;&lt;BR /&gt;If you neeed some additional claridifcation, no problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Denis</description>
      <pubDate>Mon, 11 Mar 2002 10:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679258#M1282</guid>
      <dc:creator>Denis_37</dc:creator>
      <dc:date>2002-03-11T10:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printing from openspool to an NT server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679259#M1283</link>
      <description>Hi Denis.&lt;BR /&gt;&lt;BR /&gt;Thanks for advice.  I am currently awaiting the results of testing by people where the printers are as they are in a different country to me.  Will advise you of results.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Fri, 15 Mar 2002 09:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679259#M1283</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-03-15T09:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remote printing from openspool to an NT server.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679260#M1284</link>
      <description>Denis/and others.  I have moved this to HP-UX system admin as raised this in error under Linux which is not used as the server platform.</description>
      <pubDate>Fri, 15 Mar 2002 14:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/remote-printing-from-openspool-to-an-nt-server/m-p/2679260#M1284</guid>
      <dc:creator>Paul Thomson_2</dc:creator>
      <dc:date>2002-03-15T14:27:22Z</dc:date>
    </item>
  </channel>
</rss>

