<?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: memory fault when using lpstat command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244835#M330574</link>
    <description>You might try running lpstat in the debugger and see where it aborts.  :-)&lt;BR /&gt;&lt;BR /&gt;Or you could try various subsets of options and printers to see which ones are causing it to abort:&lt;BR /&gt;lpstat -a # or -c, -o, -p, -u, -v&lt;BR /&gt;lpstat -i  # and try this with the others&lt;BR /&gt;lpstat -s&lt;BR /&gt;lpstat -t&lt;BR /&gt;&lt;BR /&gt;If you find one that still aborts, these -a|-c|-o|-p|-u|-v take a list, so you can do your printers one by one until you find what aborts.</description>
    <pubDate>Sat, 02 Aug 2008 09:15:34 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2008-08-02T09:15:34Z</dc:date>
    <item>
      <title>memory fault when using lpstat command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244831#M330570</link>
      <description>I get the following error when I use the lpstat command:&lt;BR /&gt;list of printers then &lt;BR /&gt;printer lp89 is idle.  enabled since Aug  1 09:31&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;Memory fault&lt;BR /&gt; &lt;BR /&gt;I have applied 3 patches and rebuilt the kernel the way HP recommended and the issue still exists - any ideas?  Thanks, Dee</description>
      <pubDate>Fri, 01 Aug 2008 18:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244831#M330570</guid>
      <dc:creator>Dee_3</dc:creator>
      <dc:date>2008-08-01T18:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: memory fault when using lpstat command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244832#M330571</link>
      <description>It could be one of any printer configs casing this.&lt;BR /&gt;&lt;BR /&gt;Here is one idea.&lt;BR /&gt;use lpmgr to backup your printer configs.&lt;BR /&gt;&lt;BR /&gt;remove all printers.  Did the mem fault go away ?  &lt;BR /&gt;-If so then manually/scriptually add all the printers back.  Problem should be resolved.&lt;BR /&gt;&lt;BR /&gt;-If not then you definately have a problem.  Move or remove the /var/spool/lp/*status files.  And try again.&lt;BR /&gt;&lt;BR /&gt;you can always use lpmgr to put the entire config back to the way it was.&lt;BR /&gt;&lt;BR /&gt;Interesting that a kernel rebuild was recommended for a lpstat issue,  hmmmmmm....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2008 18:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244832#M330571</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-01T18:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: memory fault when using lpstat command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244833#M330572</link>
      <description>the ideas are much appreciated.  will give them a try - they use HUNDREDS of printers so this could be fun!  thanks, Dee</description>
      <pubDate>Fri, 01 Aug 2008 18:53:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244833#M330572</guid>
      <dc:creator>Dee_3</dc:creator>
      <dc:date>2008-08-01T18:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: memory fault when using lpstat command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244834#M330573</link>
      <description>That is where the use of lpmgr is important to backup the configuration ( I figured you had a long list ).&lt;BR /&gt;&lt;BR /&gt;If you really want to fix then here is where your scripting skills will come into play.&lt;BR /&gt;&lt;BR /&gt;Script the removal and re-adds.  Eventually you will run into the queue causing the issue?&lt;BR /&gt;&lt;BR /&gt;Maybe start with remotes(LPR) first, if you have any?&lt;BR /&gt;&lt;BR /&gt;Maybe run thought the list of printers and disable then re-enable.  This has been known to fix stuff in the past also?&lt;BR /&gt;&lt;BR /&gt;If you have a test/crash and burn server.  Restore the queues with lpmgr over there to recreate the problem ?&lt;BR /&gt;&lt;BR /&gt;/usr/sam/lbin/lpmgr -?  will get you the options.&lt;BR /&gt;export with lpmgr&lt;BR /&gt;tar up your export directory&lt;BR /&gt;ftp to other server&lt;BR /&gt;untar&lt;BR /&gt;import&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Aug 2008 19:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244834#M330573</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-01T19:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: memory fault when using lpstat command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244835#M330574</link>
      <description>You might try running lpstat in the debugger and see where it aborts.  :-)&lt;BR /&gt;&lt;BR /&gt;Or you could try various subsets of options and printers to see which ones are causing it to abort:&lt;BR /&gt;lpstat -a # or -c, -o, -p, -u, -v&lt;BR /&gt;lpstat -i  # and try this with the others&lt;BR /&gt;lpstat -s&lt;BR /&gt;lpstat -t&lt;BR /&gt;&lt;BR /&gt;If you find one that still aborts, these -a|-c|-o|-p|-u|-v take a list, so you can do your printers one by one until you find what aborts.</description>
      <pubDate>Sat, 02 Aug 2008 09:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-when-using-lpstat-command/m-p/4244835#M330574</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-02T09:15:34Z</dc:date>
    </item>
  </channel>
</rss>

