- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SAM Printing
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
04-05-2006 10:52 PM
04-05-2006 10:52 PM
SAM Printing
HPUX B11.23
We use SAP on HPUX, due to massive amount of spool processing we decided to let HPUX do the hard work.
However we have some old HP Laserjet printers onsite and when we print any document to the printers it takes a long time to process a job, this causes the job on HPUX to fall over and stall. I am guessing that it is due to HPUX polling the printer and it can only do this for so long until it stalls. I may be wrong in the theory above of how I think it works but if it does work this way is it possible to extend the time that a printer is polled or set a higher timeout value? and are there any problems in doing this?
If this is not the way printing works through HPUX and SAM could someone enlighten me.
Best Regards,
Chad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2006 11:14 PM
04-05-2006 11:14 PM
Re: SAM Printing
Telnet to the ip of the printer and change Idle Timeout from 90 to 300.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:46 AM
04-06-2006 12:46 AM
Re: SAM Printing
I have changed the idle timeouts on the printer queues and now I will see how we get on.
The problem occurs if someone is printing a 100 page word document for instance and HPUX is trying to print its jobs, its does this for so long before it stalls. Would changing the idle timeout value resolve this then?
Regards,
Chad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 12:48 AM
04-06-2006 12:48 AM
Re: SAM Printing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2006 01:07 AM
04-06-2006 01:07 AM
Re: SAM Printing
However, you said "old" HP printers. If these are LaserJet series II or III, remember that these are almost 20 years old and while they print plain ASCII text at 8 pages/min, a single page with graphics may take several minutes! The formatter in those old printers has almost nothing to handle special fonts and graphics, so the data must be converted to a stream of bits. Then the stream must be sent as fast as the printer can handle, which is about 20Kb to 50Kb. During that time, the printer does nothing but blink the activity light.
These old printers will be very slow with fancy fonts and graphics no matter what platform or connection is being used. I have an LJ-II that is quite peppy with text (full 8 pages/min) but a simple Word document or a typical web page takes minutes for a single page using either the parallel cable or the JD LAN card.
So to prevent the timeout, you'll have to increase the wait time in hppi for these printers. Change it to 120 or even 240. You may want to retire the old printers even though they work due to the content of the printed ages.
Bill Hassell, sysadmin