<?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: lpsched running multiple processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lpsched-running-multiple-processes/m-p/3441595#M207376</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may need to remobe&lt;BR /&gt;&lt;BR /&gt;/var/spool/lp/FIFO /var/spool/lp/SCHEDLOCK&lt;BR /&gt;&lt;BR /&gt;to make it run again&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
    <pubDate>Mon, 13 Dec 2004 04:34:06 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2004-12-13T04:34:06Z</dc:date>
    <item>
      <title>lpsched running multiple processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpsched-running-multiple-processes/m-p/3441593#M207374</link>
      <description>I am using hp 11.0 and all my printers have stopped printing. I have rebooted the server but did not help. I have checked on the scheduler and got these results. When one tries to print a job it runs multiple processes which should not happen. I have checked the permisions they are all ok. What could be the problem.&lt;BR /&gt;# lpshut&lt;BR /&gt;scheduler stopped&lt;BR /&gt;but does not stop it.&lt;BR /&gt;# ps -ef|grep lpsched&lt;BR /&gt;      lp  1331     1 235 10:14:56 ?         0:18 /usr/sbin/lpsched&lt;BR /&gt;    root  1691  1377  0 10:15:45 pts/tub   0:00 grep lpsched&lt;BR /&gt;# lp -dhelpdesk /etc/profile&lt;BR /&gt;request id is helpdesk-1774 (1 file)&lt;BR /&gt;# ps -ef|grep lpsched&lt;BR /&gt;lp  3505  1331 121 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  1331     1  0 10:14:56 ?         2:34 /usr/sbin/lpsched&lt;BR /&gt;      lp  3500  1331  0 10:18:27 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp  3498  1331  0 10:18:27 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp  3502  1331 122 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  3499  1331  0 10:18:27 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp  3503  1331 120 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  3504  1331 120 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  3509  1331 120 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  3506  1331 121 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  3507  1331 119 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  3501  1331  0 10:18:27 ?         0:00 /usr/sbin/lpsched&lt;BR /&gt;      lp  3508  1331 120 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;      lp  3510  1331 120 10:18:27 ?         0:02 /usr/sbin/lpsched&lt;BR /&gt;The log has this /var/adm/lp/log&lt;BR /&gt;/usr/sbin/lpsched: Unable to open and lock "request/br69oc/cA0137okzim"&lt;BR /&gt;&lt;BR /&gt;fork: Resource temporarily unavailable</description>
      <pubDate>Sun, 12 Dec 2004 03:28:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpsched-running-multiple-processes/m-p/3441593#M207374</guid>
      <dc:creator>machaya chivaviro_2</dc:creator>
      <dc:date>2004-12-12T03:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: lpsched running multiple processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpsched-running-multiple-processes/m-p/3441594#M207375</link>
      <description>You have spooler control file corruption. First, use lpshut, then follow with pr -u to find all the lp processes (don't use grep):&lt;BR /&gt; &lt;BR /&gt;ps -f -u lp&lt;BR /&gt; &lt;BR /&gt;Then kill each of the processes manually. If new ones keep showing up, you'll have to disable spooling in the /etc/rc.config/lp file and then reboot. Then with the spooler shutdown, delete the printer br69oc with:&lt;BR /&gt; &lt;BR /&gt;cancel br69oc -e&lt;BR /&gt;lpadmin -xbr69oc&lt;BR /&gt; &lt;BR /&gt;Now check the printer is truly gone:&lt;BR /&gt; &lt;BR /&gt;lpstat -v&lt;BR /&gt; &lt;BR /&gt;If not, you may have to rebuild the printing subsystem by deleting every printer and starting over.&lt;BR /&gt; &lt;BR /&gt;Once the problem printer is gone, start the spooler manually with the lpsched command. Then print a vary small file on one pr more printers. If all is well, add the problem printer back again.</description>
      <pubDate>Sun, 12 Dec 2004 20:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpsched-running-multiple-processes/m-p/3441594#M207375</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-12-12T20:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: lpsched running multiple processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lpsched-running-multiple-processes/m-p/3441595#M207376</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You may need to remobe&lt;BR /&gt;&lt;BR /&gt;/var/spool/lp/FIFO /var/spool/lp/SCHEDLOCK&lt;BR /&gt;&lt;BR /&gt;to make it run again&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;             Steve Steel</description>
      <pubDate>Mon, 13 Dec 2004 04:34:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lpsched-running-multiple-processes/m-p/3441595#M207376</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-12-13T04:34:06Z</dc:date>
    </item>
  </channel>
</rss>

