<?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: Printer spooler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677989#M798516</link>
    <description>Hi Mohd Ramadzan,&lt;BR /&gt;&lt;BR /&gt;Good day to you !&lt;BR /&gt;Check the url below (docID : UPRTKBQA00000227) about 'Troubleshooting printer problems' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080075820" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080075820&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
    <pubDate>Fri, 25 Nov 2005 02:06:59 GMT</pubDate>
    <dc:creator>Adisuria Wangsadinata_1</dc:creator>
    <dc:date>2005-11-25T02:06:59Z</dc:date>
    <item>
      <title>Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677983#M798510</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I've a problem with my printer spool.&lt;BR /&gt;Server running under HPUX 11.0 ,&lt;BR /&gt;&lt;BR /&gt;The scenario are as follow ,&lt;BR /&gt;&lt;BR /&gt;# lpstat -t |pg&lt;BR /&gt;scheduler is not running&lt;BR /&gt;no system default destination&lt;BR /&gt;device for psap14_ei: /dev/null&lt;BR /&gt;psap14_ei accepting requests since Sep 28 07:54&lt;BR /&gt;printer psap14_ei disabled since Nov 23 18:27 -&lt;BR /&gt;        reason unknown&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;no entries&lt;BR /&gt;&lt;BR /&gt;root@mke_DEV [/]&lt;BR /&gt;# lpsched&lt;BR /&gt;scheduler is running&lt;BR /&gt;&lt;BR /&gt;root@mke_DEV [/]&lt;BR /&gt;# lpstat -t |pg&lt;BR /&gt;scheduler is not running&lt;BR /&gt;no system default destination&lt;BR /&gt;device for psap14_ei: /dev/null&lt;BR /&gt;psap14_ei accepting requests since Sep 28 07:54&lt;BR /&gt;printer psap14_ei disabled since Nov 23 18:27 -&lt;BR /&gt;        reason unknown&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;no entries&lt;BR /&gt;&lt;BR /&gt;root@mke_DEV [/]&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;Do you have any idea ..?&lt;BR /&gt;when I do 'lpshut' .. the message appear &lt;BR /&gt;"scheduler not running" ...&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 23 Nov 2005 22:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677983#M798510</guid>
      <dc:creator>Mohd Ramadzan Bin Dimya</dc:creator>
      <dc:date>2005-11-23T22:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677984#M798511</link>
      <description>ps -ef|grep -i lpsched&lt;BR /&gt;&lt;BR /&gt;Is scheduler running??, If not start it and check log file.&lt;BR /&gt;&lt;BR /&gt;lpsched -v&lt;BR /&gt;/var/adm/lp/log --&amp;gt; to check it.</description>
      <pubDate>Wed, 23 Nov 2005 23:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677984#M798511</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-11-23T23:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677985#M798512</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;remove the file /var/spool/lp/SCHEDLOCK if  exist and then restart the lpsched&lt;BR /&gt;&lt;BR /&gt;GOOD LUCK!!</description>
      <pubDate>Wed, 23 Nov 2005 23:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677985#M798512</guid>
      <dc:creator>Warren_9</dc:creator>
      <dc:date>2005-11-23T23:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677986#M798513</link>
      <description>In addition to removing the SCHEDLOCK, you may also want to remove the FIFO and CLD_FIFO files in /var/spool/lp as well. If this doesn't correct the issue, you may try opening another terminal window and tail the lp log file to see if a specific printer is causing the lpscheduler to stop automaically. &lt;BR /&gt;1) lpshut &lt;BR /&gt;2) rm /var/spool/lp/SCHEDLOCK (FIFO and CLD_FIFO if present)&lt;BR /&gt;3) open second terminal window and type&lt;BR /&gt;tail -f /var/adm/lp/log&lt;BR /&gt;4) in first terminal window type&lt;BR /&gt;lpsched -v&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 21:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677986#M798513</guid>
      <dc:creator>Michael Bush</dc:creator>
      <dc:date>2005-11-24T21:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677987#M798514</link>
      <description>Micheal,&lt;BR /&gt;no file SCHEDLOCK at this path '/var/spool/lp' ..file FIFO &amp;amp; CLD_FIFO&lt;BR /&gt;also not exist &lt;BR /&gt;&lt;BR /&gt;below are the log after do 'lpsched -v'&lt;BR /&gt;&lt;BR /&gt;# tail -f /var/adm/lp/log&lt;BR /&gt;***** STOPPED  Nov 25 11:47 *****&lt;BR /&gt;lpsched: can't open request directory request/psap14_ei/&lt;BR /&gt;        FIFO: Destinations --&lt;BR /&gt;        FIFO: SMMPR2134: p not enabled not busy /dev/null&lt;BR /&gt;        FIFO: psap14_ei: p not enabled not busy /dev/null&lt;BR /&gt;        FIFO: Printers --&lt;BR /&gt;        FIFO:   SMMPR2134 pid and id unknown&lt;BR /&gt;        FIFO:   psap14_ei pid and id unknown&lt;BR /&gt;        FIFO: Classes --&lt;BR /&gt;***** STOPPED  Nov 25 11:58 *****&lt;BR /&gt;lpsched: can't open request directory request/psap14_ei/&lt;BR /&gt;        FIFO: Destinations --&lt;BR /&gt;        FIFO: SMMPR2134: p not enabled not busy /dev/null&lt;BR /&gt;        FIFO: psap14_ei: p not enabled not busy /dev/null&lt;BR /&gt;        FIFO: Printers --&lt;BR /&gt;        FIFO:   SMMPR2134 pid and id unknown&lt;BR /&gt;        FIFO:   psap14_ei pid and id unknown&lt;BR /&gt;        FIFO: Classes --&lt;BR /&gt;***** STOPPED  Nov 25 11:59 *****&lt;BR /&gt;....&lt;BR /&gt;But even I do 'lpsched' actually this scheduler not running ... look at this ..&lt;BR /&gt;&lt;BR /&gt; # lpsched -v&lt;BR /&gt;scheduler is running&lt;BR /&gt;&lt;BR /&gt;root@mke_DEV [/]&lt;BR /&gt;# lpstat -t |pg&lt;BR /&gt;scheduler is not running&lt;BR /&gt;no system default destination&lt;BR /&gt;device for SMMPR2134: /dev/null&lt;BR /&gt;device for psap14_ei: /dev/null&lt;BR /&gt;psap14_ei accepting requests since Sep 28 07:54&lt;BR /&gt;SMMPR2134 accepting requests since Nov 24 11:24&lt;BR /&gt;printer psap14_ei is idle.  enabled since Nov 24 11:06&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;printer SMMPR2134 is idle.  enabled since Nov 24 11:24&lt;BR /&gt;        fence priority : 0&lt;BR /&gt;no entries&lt;BR /&gt;&lt;BR /&gt;root@mke_DEV [/]&lt;BR /&gt;# &lt;BR /&gt;... also look at this ...&lt;BR /&gt;# ps -ef |grep -i lpsched&lt;BR /&gt;    root 22287 18892  1 12:25:39 pts/td    0:00 grep -i lpsched&lt;BR /&gt;&lt;BR /&gt;root@mke_DEV [/]&lt;BR /&gt;&lt;BR /&gt;no scheduler running ...&lt;BR /&gt;&lt;BR /&gt;any hint ... does inetd and lpdaemon concerned ..?&lt;BR /&gt;&lt;BR /&gt;thanks ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Nov 2005 23:47:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677987#M798514</guid>
      <dc:creator>Mohd Ramadzan Bin Dimya</dc:creator>
      <dc:date>2005-11-24T23:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677988#M798515</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check if the the "request" directory exist in /var/spool/lp and it is owned by "lp"&lt;BR /&gt;&lt;BR /&gt;If not , do the needful and check if lpsched starts and shows correct status&lt;BR /&gt;&lt;BR /&gt;Did you try to some changes in the printer configuration like removing printer etc. recently?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Nov 2005 00:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677988#M798515</guid>
      <dc:creator>rccmum</dc:creator>
      <dc:date>2005-11-25T00:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677989#M798516</link>
      <description>Hi Mohd Ramadzan,&lt;BR /&gt;&lt;BR /&gt;Good day to you !&lt;BR /&gt;Check the url below (docID : UPRTKBQA00000227) about 'Troubleshooting printer problems' :&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080075820" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000080075820&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Fri, 25 Nov 2005 02:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677989#M798516</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-11-25T02:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677990#M798517</link>
      <description>The mode on the directory /var/spool/lp/request is incorrect; it should be 655. The system may also have the maximum number of files open that are allowed at any one time. Also should be owned by lp:bin&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 25 Nov 2005 08:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677990#M798517</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-11-25T08:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Printer spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677991#M798518</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;Thanks to all. I've solved the problem.&lt;BR /&gt;Thanks for your support.&lt;BR /&gt;&lt;BR /&gt;Ramadzan.</description>
      <pubDate>Fri, 25 Nov 2005 20:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-spooler/m-p/3677991#M798518</guid>
      <dc:creator>Mohd Ramadzan Bin Dimya</dc:creator>
      <dc:date>2005-11-25T20:13:55Z</dc:date>
    </item>
  </channel>
</rss>

