- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Print Queue to process a Batch Job
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
01-23-2006 03:46 AM
01-23-2006 03:46 AM
Print Queue to process a Batch Job
vis=`echo "$*" | awk '{print $4}'`
echo $vis > /tmp/sh$$
newgrp - visib
exit 0
Jobs are sent to these queues via a class BSH.
I get the following error.
printer bsh1 disabled since Jan 23 16:31 -
disabled by scheduler: ERROR: Printer interface script returned non-zero exit status.
fence priority : 0
On the machine I am currently replacing this works without problem. I can't see the difference in my configuration.
Can any body point me torwards a possible solution?
Regards,
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:55 AM
01-23-2006 03:55 AM
Re: Print Queue to process a Batch Job
Have you tried issuing an sbin/init.d/lp start and then look for the scheduler with say perl -wne 'print if /(fail|terminat(ed|ing)|lp|scheduler )/i' /var/adm/syslog/syslog.log
Regards,
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:58 AM
01-23-2006 03:58 AM
Re: Print Queue to process a Batch Job
lpsched -v
/var/adm/lp/log --> to check it.
Regards,
Simon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:58 AM
01-23-2006 03:58 AM
Re: Print Queue to process a Batch Job
Thanks,
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 06:18 AM
01-23-2006 06:18 AM
Re: Print Queue to process a Batch Job
effective directories are
/etc/lp/interface/*
/etc/lp/master/*
var/spool/lp/*
Others most also be checked.