<?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: setting up a dummy printer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175127#M161889</link>
    <description>Simple, set up a printer whose device is /dev/null&lt;BR /&gt; &lt;BR /&gt;lpadmin -p dummy -i dummy -v /dev/null&lt;BR /&gt; &lt;BR /&gt;or something very similar :)</description>
    <pubDate>Tue, 27 Jan 2004 09:19:43 GMT</pubDate>
    <dc:creator>Mark Grant</dc:creator>
    <dc:date>2004-01-27T09:19:43Z</dc:date>
    <item>
      <title>setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175126#M161888</link>
      <description>I need to set up a printer that accepts&lt;BR /&gt;requests but does not actually print anything -- maybe sends it to /dev/null.  I have an application that requires a print queue be active; however, we have no need to print.</description>
      <pubDate>Tue, 27 Jan 2004 09:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175126#M161888</guid>
      <dc:creator>Unix Administrator_5</dc:creator>
      <dc:date>2004-01-27T09:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175127#M161889</link>
      <description>Simple, set up a printer whose device is /dev/null&lt;BR /&gt; &lt;BR /&gt;lpadmin -p dummy -i dummy -v /dev/null&lt;BR /&gt; &lt;BR /&gt;or something very similar :)</description>
      <pubDate>Tue, 27 Jan 2004 09:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175127#M161889</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-27T09:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175128#M161890</link>
      <description>can i use hippi to do this?</description>
      <pubDate>Tue, 27 Jan 2004 09:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175128#M161890</guid>
      <dc:creator>Unix Administrator_5</dc:creator>
      <dc:date>2004-01-27T09:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175129#M161891</link>
      <description>I don't know because I don't know what hppi is.  You can probably do it with sam though.  Just specify /dev/null as the device.</description>
      <pubDate>Tue, 27 Jan 2004 09:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175129#M161891</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-01-27T09:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175130#M161892</link>
      <description>I don't think hppi will give you a choice of /dev/null.&lt;BR /&gt;&lt;BR /&gt;lpadmin will though.&lt;BR /&gt;&lt;BR /&gt;Also, this /dev/null printer is handy for when you have many print jobs to delete.&lt;BR /&gt;rather than using cancel, you can lpmove the failed jobs to this bogus printer to dispose of them.</description>
      <pubDate>Tue, 27 Jan 2004 09:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175130#M161892</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-01-27T09:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175131#M161893</link>
      <description>I was able to create the queue with the following command;&lt;BR /&gt;&lt;BR /&gt;lpadmin -pdevnullprinter -esome_existing_printer_script -v/dev/null&lt;BR /&gt;&lt;BR /&gt;However, all jobs sent to it queue&lt;BR /&gt;even after accpet and enable.</description>
      <pubDate>Tue, 27 Jan 2004 13:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175131#M161893</guid>
      <dc:creator>Unix Administrator_5</dc:creator>
      <dc:date>2004-01-27T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175132#M161894</link>
      <description>lpadmin -pbogus -i/dev/null -v/dev/null&lt;BR /&gt;&lt;BR /&gt;This should create printer bogus that will send print jobs to dev/null</description>
      <pubDate>Tue, 27 Jan 2004 14:44:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175132#M161894</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-01-27T14:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175133#M161895</link>
      <description>Hello UA,&lt;BR /&gt;It appears that your existing model / interface script disables your printer when it gets a non zero return code after the job attempts to print. &lt;BR /&gt;( If enable printername can be run twice in a row, and the second time you do not get an already enabled messege, this is likely whats happening.) This causes the jobs to stay in the queue.&lt;BR /&gt;&lt;BR /&gt;the above lpadmin -pbogus -i/dev/null -v/dev/null works. I guess we never error when reading /dev/null as an interface input?</description>
      <pubDate>Tue, 27 Jan 2004 15:09:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175133#M161895</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2004-01-27T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: setting up a dummy printer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175134#M161896</link>
      <description>I was finally able to get this to work by doing the following:&lt;BR /&gt;&lt;BR /&gt;lpshut&lt;BR /&gt;lpadmin -pdevnullprinter -mdumb -v/dev/null&lt;BR /&gt;lpsched&lt;BR /&gt;accept&lt;BR /&gt;enable</description>
      <pubDate>Tue, 27 Jan 2004 15:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-up-a-dummy-printer/m-p/3175134#M161896</guid>
      <dc:creator>Unix Administrator_5</dc:creator>
      <dc:date>2004-01-27T15:25:39Z</dc:date>
    </item>
  </channel>
</rss>

