<?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: I can't start spooler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702836#M58397</link>
    <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;You need to rm the SCHEDLOCK file in the /var/spool/lp directory before you can restart the lp spooler.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
    <pubDate>Fri, 12 Apr 2002 17:52:04 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2002-04-12T17:52:04Z</dc:date>
    <item>
      <title>I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702835#M58396</link>
      <description>hi.&lt;BR /&gt;&lt;BR /&gt;I can't start spooler whit the command lpsched. The system reply whit:&lt;BR /&gt;&lt;BR /&gt;sdmadr8:/home/root &amp;gt;lpsched&lt;BR /&gt;scheduler is running&lt;BR /&gt;&lt;BR /&gt;If i attemp stop the spooler The system reply whit:&lt;BR /&gt;&lt;BR /&gt;sdmadr8:/home/root &amp;gt;lpshut&lt;BR /&gt;lpshut: scheduler not running&lt;BR /&gt;&lt;BR /&gt;thank for your help.&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 17:50:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702835#M58396</guid>
      <dc:creator>Jose Ramirez_6</dc:creator>
      <dc:date>2002-04-12T17:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702836#M58397</link>
      <description>Hi Jose,&lt;BR /&gt;&lt;BR /&gt;You need to rm the SCHEDLOCK file in the /var/spool/lp directory before you can restart the lp spooler.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 12 Apr 2002 17:52:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702836#M58397</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-12T17:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702837#M58398</link>
      <description>Hi Jose:&lt;BR /&gt;&lt;BR /&gt;Check /var/spool/lp directory. If you have a file called - SCHEDLOCK, then delete it and try again.&lt;BR /&gt;&lt;BR /&gt;Also try with SAM&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 12 Apr 2002 17:52:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702837#M58398</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-12T17:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702838#M58399</link>
      <description>Hi Jose,&lt;BR /&gt;I didn't see any errors in your posting.&lt;BR /&gt;It is the normal way the lp command behaves.&lt;BR /&gt;&lt;BR /&gt;If you want to start lp and give #lpsched &lt;BR /&gt;it will give you a message showing your scheduler has been started. &lt;BR /&gt;&lt;BR /&gt;by running #lpshut &lt;BR /&gt;it gives the message that Scheduler is not running.....this is the mesage after your command.&lt;BR /&gt;&lt;BR /&gt;So, in your case nothing wrong. everything is alright.&lt;BR /&gt;&lt;BR /&gt;-pap&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 19:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702838#M58399</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-12T19:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702839#M58400</link>
      <description>Hi Piyush,&lt;BR /&gt;&lt;BR /&gt; What Jose is seeing is what will always happen when the spooler crashes or is killed w/kill -9. The SCHEDLOCK file is not removed in these cases.&lt;BR /&gt; When the lpsched script runs it sees the SCHEDLOCK &amp;amp; stops as it thinks the spooler is still running.&lt;BR /&gt; When the lpshut script runs it checks for the PID specified in the PID file, does not find it &amp;amp; knows spooler is not running.&lt;BR /&gt; Test it yourself on a test box - kill -9 the lpsched PID &amp;amp; then try to start/stop.&lt;BR /&gt;Seen it many times......&lt;BR /&gt;&lt;BR /&gt;Best Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 12 Apr 2002 20:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702839#M58400</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-12T20:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702840#M58401</link>
      <description>1. lpshut&lt;BR /&gt;2. rm /var/spool/lp/FIFO&lt;BR /&gt;   rm /var/spool/lp/SCHEDLOCK&lt;BR /&gt;3. &amp;gt; outputq&lt;BR /&gt;4. lpsched&lt;BR /&gt;6. vefiry&lt;BR /&gt;ps -ef |grep lpsched&lt;BR /&gt;lpstat -t |more&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Apr 2002 22:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702840#M58401</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2002-04-12T22:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702841#M58402</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;The Files SCHEDLOCK and FIFO don't exist. and if i start de spooler (lpsched) the system reply:&lt;BR /&gt;&lt;BR /&gt;     the spoleer is already started.&lt;BR /&gt;&lt;BR /&gt;if i stop de spooler (lpshut) the system reply:&lt;BR /&gt;&lt;BR /&gt;     then spooler is already stoped.</description>
      <pubDate>Sat, 13 Apr 2002 08:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702841#M58402</guid>
      <dc:creator>Jose Ramirez_6</dc:creator>
      <dc:date>2002-04-13T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702842#M58403</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check for hung spooler processes&lt;BR /&gt;&lt;BR /&gt;The following script was supplied by Bill Hassell not so long ago&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh &lt;BR /&gt;/sbin/init.d/lp stop &lt;BR /&gt;sleep 2 &lt;BR /&gt;&lt;BR /&gt;PID4LP=$(/usr/bin/ps -u blh | awk '$1 !~ /PID/ {print $1}') &lt;BR /&gt;if [ $PID4LP#} -ne 0 ] &lt;BR /&gt;then &lt;BR /&gt;for PIDLP in $PID4LP &lt;BR /&gt;do &lt;BR /&gt;/usr/bin/kill -9 $PIDLP &lt;BR /&gt;done &lt;BR /&gt;/sbin/init.d/lp start &lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 13 Apr 2002 09:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702842#M58403</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-13T09:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702843#M58404</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sorry, the above script doesn't appear to be correct. I am sorting it out at the moment and will reply with correct&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sat, 13 Apr 2002 10:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702843#M58404</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-13T10:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702844#M58405</link>
      <description>Hi Jose&lt;BR /&gt;&lt;BR /&gt;Try&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/sh  &lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/lp stop 2&amp;gt; /dev/null&lt;BR /&gt;sleep2&lt;BR /&gt;&lt;BR /&gt;ps -u lp | awk '$1 !~ /PID/ {print $1}' &amp;gt;&amp;gt; /tmp/process&lt;BR /&gt;&lt;BR /&gt;PROCESS=/tmp/process&lt;BR /&gt;for lpproc in $(cat $PROCESS)&lt;BR /&gt;do &lt;BR /&gt;kill -9 $lpproc&lt;BR /&gt;done&lt;BR /&gt;/sbin/init.d/lp start&lt;BR /&gt;&lt;BR /&gt;I think Bill just passed the script as an example of what you could do, not exactly what to do&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 13 Apr 2002 10:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702844#M58405</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-04-13T10:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702845#M58406</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I exec the script but the problem continue.&lt;BR /&gt;&lt;BR /&gt;I see that the process related whit the spooler no exist in the system.</description>
      <pubDate>Mon, 15 Apr 2002 08:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702845#M58406</guid>
      <dc:creator>Jose Ramirez_6</dc:creator>
      <dc:date>2002-04-15T08:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702846#M58407</link>
      <description>Hi jose,&lt;BR /&gt;&lt;BR /&gt; Check for current lpsched patches:&lt;BR /&gt;&lt;BR /&gt;10.20 =&amp;gt; PHCO_25109&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=ddeedf9907ad231a08?PACH_NAM=PHCO_25109&amp;amp;HW=s800&amp;amp;OS=10.20" target="_blank"&gt;http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=ddeedf9907ad231a08?PACH_NAM=PHCO_25109&amp;amp;HW=s800&amp;amp;OS=10.20&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;11.0 =&amp;gt; PHCO_25110&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=818f3625096431a344?PATCH_PATH=/hp-ux_patches/s700_800/11.X/PHCO_25110&amp;amp;HW=s800&amp;amp;OS=11.00" target="_blank"&gt;http://us-support2.external.hp.com/wpsl/bin/doc.pl/screen=wpslDisplayPatch/sid=818f3625096431a344?PATCH_PATH=/hp-ux_patches/s700_800/11.X/PHCO_25110&amp;amp;HW=s800&amp;amp;OS=11.00&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Apr 2002 17:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702846#M58407</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-04-15T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702847#M58408</link>
      <description>Hi Jose&lt;BR /&gt;&lt;BR /&gt;If you do a ps -ef | grep lp do u see a lpsched owned by lp , and the ppid set to 1 ?&lt;BR /&gt;&lt;BR /&gt;and also there shopuld be only one entry .If not so then you will have to reload the lp services , a good place is to check the ownership for the direcotries under /var/spool/lp . What is the error you get when u try doing the same through SAM ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 15 Apr 2002 17:47:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702847#M58408</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-15T17:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: I can't start spooler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702848#M58409</link>
      <description>the problem is that the spooler is corruct. I See the &lt;BR /&gt;error in the file /var/adm/lp/log.&lt;BR /&gt;&lt;BR /&gt;the solutions is restore the spooler from SAM.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Apr 2002 18:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-can-t-start-spooler/m-p/2702848#M58409</guid>
      <dc:creator>Jose Ramirez_6</dc:creator>
      <dc:date>2002-04-15T18:16:07Z</dc:date>
    </item>
  </channel>
</rss>

