- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scheduler is not running
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 01:29 AM
10-31-2000 01:29 AM
Pls advice!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 01:41 AM
10-31-2000 01:41 AM
Re: scheduler is not running
Hi,
if the scheduler won't start up when you execute lpsched command, check to see if the SCHEDLOCK file exists in the /var/spool/lp directory. If it exists , remove it and try again to start it.
to check if it has been started type:
ps -ef| grep sched
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 01:43 AM
10-31-2000 01:43 AM
Re: scheduler is not running
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 01:48 AM
10-31-2000 01:48 AM
Re: scheduler is not running
lpstat -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 01:53 AM
10-31-2000 01:53 AM
Re: scheduler is not running
There is no SCHEDLOCK in /var/spool/lp and also when i
ps -ef|grep sched
The response
root 20 0 0 07:34:06 ? 0:00 supsched
and the problem is still.
When i run lpsched the immediate response is
scheduler is running
But when i check it with lpstat -t the response is as before scheduler is not running
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 01:58 AM
10-31-2000 01:58 AM
Re: scheduler is not running
It there is remove it and try to restart the scheduler
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 02:07 AM
10-31-2000 02:07 AM
Re: scheduler is not running
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 02:10 AM
10-31-2000 02:10 AM
Re: scheduler is not running
start with: lpsched -v
and then look in /var/adm/lp/log for messages of lpsched.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:26 AM
10-31-2000 03:26 AM
Re: scheduler is not running
and for lpsched -v. the log is
lpsched: can't open output queue file
FIFO: Destinations --
FIFO: iss_sup: p not enabled not busy /dev/null
FIFO: Printers --
FIFO: iss_sup pid and id unknown
FIFO: Classes --
***** STOPPED Oct 31 14:23 *****
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 04:21 AM
10-31-2000 04:21 AM
Re: scheduler is not running
check permission/user of /var/spool/lp
should be:
drwxr-xr-x 4 lp bin 1024 Oct 31 08:17
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 05:06 AM
10-31-2000 05:06 AM
Re: scheduler is not running
The permission is as you mentioned
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 05:09 AM
10-31-2000 05:09 AM
Re: scheduler is not running
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 05:47 AM
10-31-2000 05:47 AM
Re: scheduler is not running
do an lpshut and then look with ps -fulp to see if there are any lp processes left. If yes kill them (kill
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 06:26 AM
10-31-2000 06:26 AM
Re: scheduler is not running
I removed all printer names from all directories found. Still the problem persists.
I trie also lpshut . The imediate response is scheduler not running. and ps -fulp results no lp process.
Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 06:48 AM
10-31-2000 06:48 AM
SolutionHere's some things to check (done on an 11.00 system):
1) mode and ownership of outputq file
# ll /var/spool/lp/outputq
-rw-r--r-- 1 lp sys 4183200 Sep 29 16:35 /var/spool/lp/outputq
(if outputq doesn't exist, create it, making sure that mode and ownership are correct)
2) mode and ownership of lpsched
# ll /usr/sbin/lpsched
-r-sr-xr-x 1 root bin 57344 Aug 9 1999 /usr/sbin/lpsched
(If you need to change the mode, it's:
chmod 4555 /usr/sbin/lpsched)
3) Once again, permissions of everything down to /var/spool/lp:
# ll -d /
drwxr-xr-x 31 root root 2048 Oct 30 13:54 /
# ll -d /var
dr-xr-xr-x 20 bin bin 1024 Oct 3 13:04 /var
# ll -d /var/spool
drwxr-xr-x 14 root sys 1024 Oct 13 10:11 /var/spool
# ll -d /var/spool/lp
drwxr-xr-x 4 lp bin 1024 Oct 27 07:49 /var/spool/lp
I hope this helps,
Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 07:28 AM
10-31-2000 07:28 AM
Re: scheduler is not running
How could i remove the queues which i removed from all directories. They keep coming on the lpstat -t result.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 07:32 AM
10-31-2000 07:32 AM
Re: scheduler is not running
for all queues do:
cancel -e
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 07:41 AM
10-31-2000 07:41 AM
Re: scheduler is not running
I wanted to remove the printer name gss01 , gss and iss_sup.
But it keeps on saying they are non-existant.
they appear on lpstat -t as follows
scheduler is running
no system default destination
device for iss_sup: /dev/null
gss01 accepting requests since Oct 27 10:31
gss accepting requests since Oct 27 10:42
iss_sup accepting requests since Oct 31 07:54
iss_sup not accepting requests since Oct 31 18:13 -
new destination
printer gss01 is idle. enabled since Oct 30 18:10
fence priority : 0
printer gss is idle. enabled since Oct 27 10:42
fence priority : 0
printer iss_sup is idle. enabled since Oct 31 07:54
fence priority : 0
printer iss_sup disabled since Oct 31 18:13 -
new printer
fence priority : 0
lpstat: execlp failed
no entries
tks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 07:45 AM
10-31-2000 07:45 AM
Re: scheduler is not running
to remove do this:
lpshut
lpadmin -xgss01
lpadmin -xgss
lpadmin -xiss_sup
lpsched
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 07:51 AM
10-31-2000 07:51 AM
Re: scheduler is not running
I have done that. For your info here is what i did
/var/spool/lp lpadmin -xgss
lpadmin: destination "gss" non-existent
root@imisaa1:/var/spool/lp lpadmin -xgss01
lpadmin: destination "gss01" non-existent
root@imisaa1:/var/spool/lp lpadmin -xiss_sup
root@imisaa1:/var/spool/lp lpadmin -xiss_sup
lpadmin: destination "iss_sup" non-existent
root@imisaa1:/var/spool/lp lpsched
scheduler is running
root@imisaa1:/var/spool/lp lpstat -t
scheduler is running
no system default destination
gss01 accepting requests since Oct 27 10:31
gss accepting requests since Oct 27 10:42
printer gss01 is idle. enabled since Oct 30 18:10
fence priority : 0
printer gss is idle. enabled since Oct 27 10:42
fence priority : 0
lpstat: execlp failed
no entries
tks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 07:57 AM
10-31-2000 07:57 AM
Re: scheduler is not running
when you want to remove ALL queues you could do:
lpshut
cd /var/spool/lp
mkdir old # just for save
mv pstatus qstatus outputq old
lpsched
Now every lp information is lost and you can start from scratch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 08:11 AM
10-31-2000 08:11 AM
Re: scheduler is not running
You have been of great help