- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- A print job problem.
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
12-18-2002 06:33 PM
12-18-2002 06:33 PM
I issued a print job (named jobux)from HP-UX which will print about 1000 papers.
During the printing,another user issue a windows2000 based print job (EXCEL report,named jobwin) to this printer.
Normally,"jobwin" won't be printed until "jobux" is finished. But now "jobwin" print first and "jobux" stopped. After "jobwin" is finished,"jobux" start to print from the beginning again.(Print the whole job again) Thus I wasted so many papers.
Would anyone tell me how to prevent this occurs?
Thanks a lot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 06:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 06:56 PM
12-18-2002 06:56 PM
Re: A print job problem.
This problem not occur always,only sometime happened.
But when it occur,users will complain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 07:12 PM
12-18-2002 07:12 PM
Re: A print job problem.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 08:29 PM
12-18-2002 08:29 PM
Re: A print job problem.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 09:02 AM
04-30-2003 09:02 AM
Re: A print job problem.
You'll always have this kind of problem unless you use a centralized spooler for all your print jobs, regardless of Unix or Windows. Because each computer has no knowledge of other computers' print job and simply open port TCP port 9000, reset the printer, and dump data into the printer engine.
To solve this problem, you can either use Samba or CUPS to "export" printers to Windows client. So the lpsched, or lpd, or cupsd (depending on which one you use) will handle Windows printing request just like handling Unix printing request.
PS.
Having said above, actually you may also solve this problem by using Windows "lpr", but in this case you need to use lpr on your HPUX as well. By default, HPUX use SYSV lpsched, not lpr/lpd.