Operating System - HP-UX
1833847 Members
2128 Online
110063 Solutions
New Discussion

Re: LP System Corrupt Message

 
SOLVED
Go to solution
Roger Lavender
Frequent Advisor

LP System Corrupt Message

When performing an lpmove, the lp subsystem reports "LP system corrupt." several printers report "error 1", but not all.

Can some one point me in the right direction?
4 REPLIES 4
James R. Ferguson
Acclaimed Contributor
Solution

Re: LP System Corrupt Message

Hi Roger:

The Knowledge Base (document #KBRC00000185) offers the following suggestion:

1. Bring the scheduler down (even if it does not seem to be running)

lpshut

2. If lpshut is working correctly, the files /var/spool/lp/FIFO and /var/spool/lp/SCHEDLOCK. If these files still exist, remove them.

rm /var/spool/lp/FIFO
rm /var/spool/lp/SCHEDLOCK

3. Clear the outputq file.
> outputq

4. Kill any lpsched processes that may be reported by:

ps -ef | grep lpsched

5. Restart the scheduler.

lpsched

6. Verify that it is running:

ps -ef | grep lpsched

lpstat -t | more

NOTE: The first line should report the status of the scheduler.

...JRF...
Vincenzo Restuccia
Honored Contributor

Re: LP System Corrupt Message

Verify with SAM.
Roger Lavender
Frequent Advisor

Re: LP System Corrupt Message

What is the significance fo the outputq file. It is currently at 175K. if I flush it, will I lose all pending prints - or just queue entries??
James R. Ferguson
Acclaimed Contributor

Re: LP System Corrupt Message

Hi Roger:

The outputq contains only a record of requests.

...JRF...