- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Job size limit
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
05-30-2003 12:37 AM
05-30-2003 12:37 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 01:04 AM
05-30-2003 01:04 AM
Re: Job size limit
Is any data sent to the printer or is the job rejected before any data is sent ?
Is ther any error messages on the printer (perhaps about "not enough memory").
As far as I know, there is no HP-UX print job limits, I have sometimes printed bigger files then 9MB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 01:08 AM
05-30-2003 01:08 AM
Re: Job size limit
Don't you have any file system full. Before sending any data to printer, the spooler is copying data to /var/spool/lp/request/printer_queue
As far i know, there is no file size limit in the spooler (only number of simultaneous jobs).
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 01:16 AM
05-30-2003 01:16 AM
Re: Job size limit
As far I know there is no size limitation in Spooler,do you have any other jobs in queue??what is the priroty of your print job ??check this out i think you should be able to print,if you have much more jobs in queue try to kill other jobs except your job & check.
Regards,
Rajesh G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 02:19 AM
05-30-2003 02:19 AM
Re: Job size limit
I strongly suspect that you're filling up /var/spool. Check before, during and after the print request with "bdf /var".
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 03:43 AM
05-30-2003 03:43 AM
Re: Job size limit
Check the Idle Timeout value on the printer. I believe that this defaults to 90 seconds, after which time, the connection may drop.
Changing this to 0 should prevent the connection from timing out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:19 AM
06-02-2003 12:19 AM
SolutionWe have 500MB in var, so it's not a problem. The print job is happily sitting in the print queue but there is no lp process associated with it. Printing other jobs to this queue causes them to be printed, with the associated lp process appearing then terminating.
It just seems to ignore the print job, as if it had a prority lower than the fence priority (which it doesn't).
There are no errors in /var/adm/lp/log - there is a line which looks like job started, but no errors or job finished line, and no lp/interface process. So that's why we are asking about job size limits.
The printer timeout looked promising, but surely that means there should be an lp process for up to 90 seconds?