<?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 LP scheduler in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899556#M820458</link>
    <description>Hi &lt;BR /&gt;I??ve got a C3600 with HPUX11 and there are many printers in the lpspooler. The problem is every time I start with lpsched i get the message "scheduler is running". so far so good. But the scheduler dies immediately again.  What??s the problem. Please help!&lt;BR /&gt;Many Thanks&lt;BR /&gt;carsten &lt;BR /&gt;&lt;BR /&gt;p.s. Jetadmin is Rev 6.21</description>
    <pubDate>Fri, 07 Feb 2003 14:51:11 GMT</pubDate>
    <dc:creator>cl_5</dc:creator>
    <dc:date>2003-02-07T14:51:11Z</dc:date>
    <item>
      <title>LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899556#M820458</link>
      <description>Hi &lt;BR /&gt;I??ve got a C3600 with HPUX11 and there are many printers in the lpspooler. The problem is every time I start with lpsched i get the message "scheduler is running". so far so good. But the scheduler dies immediately again.  What??s the problem. Please help!&lt;BR /&gt;Many Thanks&lt;BR /&gt;carsten &lt;BR /&gt;&lt;BR /&gt;p.s. Jetadmin is Rev 6.21</description>
      <pubDate>Fri, 07 Feb 2003 14:51:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899556#M820458</guid>
      <dc:creator>cl_5</dc:creator>
      <dc:date>2003-02-07T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899557#M820459</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Try removing the file '/var/spool/lp/SCHEDLOCK' and then restart with 'lpsched'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 07 Feb 2003 15:00:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899557#M820459</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-07T15:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899558#M820460</link>
      <description>Does /var/adm/syslog/syslog.log say anything? Or dmesg?&lt;BR /&gt;&lt;BR /&gt;What is the latest patch set you have?&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Fri, 07 Feb 2003 15:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899558#M820460</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-02-07T15:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899559#M820461</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This looks like a /var/spool/lp inconsistente (i.e. an accidental file/dir deletion inside)&lt;BR /&gt;&lt;BR /&gt;Pls check that /var/spool/lp/SCHEDLOCK exist, if not try to touch it with 540 file premission an lp:lp owner. Also check if when you run lpsched again this file keep on, if not a file/dir deletion have happened in /var/spool/lp!&lt;BR /&gt;&lt;BR /&gt;In this case try to restore from a previous system backup this /var/spool/lp dir.&lt;BR /&gt;&lt;BR /&gt;If you have a saved copy of your last working spool configuration (SAM/Printers and Plotters/LP Spooler/Save-Restore Spooler Configuration) you just need run de following command: &lt;BR /&gt;&lt;BR /&gt;/usr/sam/lbin/lpmgr -R -xsavedir=/var/sam/lp &lt;BR /&gt;&lt;BR /&gt;After run this, your last spool configuration commonly saved in "/var/sam/lp" will be retored entirely into /var/spool/lp dir. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Fri, 07 Feb 2003 15:13:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899559#M820461</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-07T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899560#M820462</link>
      <description>Try this procedure:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1. Bring the scheduler down (even if it does not seem to be running)&lt;BR /&gt;&lt;BR /&gt;      lpshut&lt;BR /&gt;&lt;BR /&gt;2. If lpshut is working correctly, the files /var/spool/lp/FIFO and /var/spool/lp/SCHEDLOCK. If these files still exist, remove them.&lt;BR /&gt;      rm /var/spool/lp/FIFO&lt;BR /&gt;      rm var/spool/lp/SCHEDLOCK&lt;BR /&gt;&lt;BR /&gt;3. Clear the outputq file.&lt;BR /&gt;&lt;BR /&gt;      &amp;gt; outputq&lt;BR /&gt;&lt;BR /&gt;4. Kill any lpsched processes that may be reported by: ps -ef | grep lpsched&lt;BR /&gt;&lt;BR /&gt;5. Restart the scheduler.&lt;BR /&gt;&lt;BR /&gt;   lpsched&lt;BR /&gt;&lt;BR /&gt;6. Verify that it is running:&lt;BR /&gt;&lt;BR /&gt;      ps -ef | grep lpsched lpstat -t | more NOTE: The first line should report the status of the scheduler. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rainer&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Feb 2003 15:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899560#M820462</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2003-02-07T15:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899561#M820463</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Rainer is correct but if this is not enough try lpsched -v and look in /var/adm/lp/log for info.&lt;BR /&gt;&lt;BR /&gt;Maybe a corruption somewhere&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            steve Steel</description>
      <pubDate>Fri, 07 Feb 2003 15:23:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899561#M820463</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-02-07T15:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899562#M820464</link>
      <description>Oppss,&lt;BR /&gt;&lt;BR /&gt;About /var/spool/SCHEDLOCK just delete it, and if doesn't work try to follow my previous recommendations to restore /var/spool/lp dir&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Fri, 07 Feb 2003 15:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899562#M820464</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2003-02-07T15:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899563#M820465</link>
      <description>Thanks for your help, but nothing had an effect. I heeded all of your suggestions.&lt;BR /&gt;The logfiles are empty and dmesg said also nothing. And I don??t have a functional backup. Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;carsten</description>
      <pubDate>Fri, 07 Feb 2003 16:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899563#M820465</guid>
      <dc:creator>cl_5</dc:creator>
      <dc:date>2003-02-07T16:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: LP scheduler</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899564#M820466</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;You noted that the scheduler "dies".  Do you mean that:&lt;BR /&gt;&lt;BR /&gt;# 'ps -ef|grep lpsched|grep -v "grep lpsched"' &lt;BR /&gt;&lt;BR /&gt;...returns nothing?&lt;BR /&gt;&lt;BR /&gt;Too, make sure that /etc/hosts, /etc/resolv.conf and /etc/nsswitch.conf are readable by everyone (permissions and ownership = 444 bin:bin).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 07 Feb 2003 16:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lp-scheduler/m-p/2899564#M820466</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-02-07T16:45:41Z</dc:date>
    </item>
  </channel>
</rss>

