<?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 Replacing open spool with Lp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922405#M286153</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I need to replace open spool in hp-ux 11:00 server with lp. This is a customer requirement.Could some the gurus explain me the advantages of ecah having over others as well as disadvantages.&lt;BR /&gt;&lt;BR /&gt;And how do I make the change .&lt;BR /&gt;&lt;BR /&gt;The question seems very silly , but be honest , I dont really know the difference betweel openspool and lp .&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;so</description>
    <pubDate>Mon, 08 Jan 2007 09:32:11 GMT</pubDate>
    <dc:creator>so_2</dc:creator>
    <dc:date>2007-01-08T09:32:11Z</dc:date>
    <item>
      <title>Replacing open spool with Lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922405#M286153</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; I need to replace open spool in hp-ux 11:00 server with lp. This is a customer requirement.Could some the gurus explain me the advantages of ecah having over others as well as disadvantages.&lt;BR /&gt;&lt;BR /&gt;And how do I make the change .&lt;BR /&gt;&lt;BR /&gt;The question seems very silly , but be honest , I dont really know the difference betweel openspool and lp .&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;so</description>
      <pubDate>Mon, 08 Jan 2007 09:32:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922405#M286153</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2007-01-08T09:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing open spool with Lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922406#M286154</link>
      <description>Hi,&lt;BR /&gt;11.0 support ended 31/12/06.&lt;BR /&gt;Open spool was not ported beyond 11.0&lt;BR /&gt;lp is an 'old established' product&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jan 2007 10:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922406#M286154</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-08T10:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing open spool with Lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922407#M286155</link>
      <description>OpenSpool is a dead product and most admins find it very cumbersome to use and troubleshoot. The lp spooler is the classic SysV spooler which has been around for a couple of decades. Just run swremove to remove the product. It should restore 'normal' lp services.</description>
      <pubDate>Mon, 08 Jan 2007 10:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922407#M286155</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-01-08T10:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing open spool with Lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922408#M286156</link>
      <description>so,&lt;BR /&gt;&lt;BR /&gt;Advantage as stated above is that lp has full support:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/softwarereleases/releases-media2/discon/openspool/5990-6915.htm" target="_blank"&gt;http://www.hp.com/softwarereleases/releases-media2/discon/openspool/5990-6915.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Mon, 08 Jan 2007 10:34:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922408#M286156</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2007-01-08T10:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing open spool with Lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922409#M286157</link>
      <description>We used Openspool to provide spool mgmt to control special print jobs that required  operators to set up special print jobs.  &lt;BR /&gt;And of course all those jobs were all coded with the "np" command, not "lp". &lt;BR /&gt;We always had HP JetDirect "lp" printing as well, for quick no operator required jobs.&lt;BR /&gt;&lt;BR /&gt;To get rid of Openspool we replaced it with another Print Spool Management Product.  We went with LPPlus (but there are plenty of others).  And simply wrote a wrapper script to change Openspool's "np" commands to work with the LPPlus' dcclp command.  That way no programs (hundreds) had to be changed.&lt;BR /&gt;&lt;BR /&gt;So, if your problem is that your jobs use that command, then maybe what you need is a simple wrapper script to have it change the "np" command to "lp".&lt;BR /&gt;&lt;BR /&gt;Now if pre-coded jobs with print commands isn't your issue, then just follow Mr. Hassell's advice to get just back to using "lp".  &lt;BR /&gt;&lt;BR /&gt;Hope this made some sense to you,&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Jan 2007 15:28:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922409#M286157</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2007-01-08T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing open spool with Lp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922410#M286158</link>
      <description>I replaced IBM PSM printing with the native HP-UX lp spooler 5 years ago.  I actually run it in a Serviceguard package.&lt;BR /&gt;&lt;BR /&gt;The lp spooler does everything I need to support printing for SAP - as SAP looks after the driver and fancy formating - we just print raw from the spooler.&lt;BR /&gt;&lt;BR /&gt;The other plus - lp spooler is small footprint - doesn't consume a lot of resources and is easy to manage.&lt;BR /&gt;&lt;BR /&gt;Downside - to remove a printer requires stopping the spooler - about a 5-7 second hit.&lt;BR /&gt;&lt;BR /&gt;I print to Jet Direct, Xerox, Intermec and Genicom printers with no issues.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Mon, 08 Jan 2007 19:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/replacing-open-spool-with-lp/m-p/3922410#M286158</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-01-08T19:01:41Z</dc:date>
    </item>
  </channel>
</rss>

