- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- output not 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
09-30-2003 02:34 AM
09-30-2003 02:34 AM
output not printing
I'm having a problem sending HPUX output to a printer. It looks like in order to get the output to print, you have to send another job to the printer. Sounds like a printer buffering configuration issue, but I was wondering if there is some setting at the Jetadmin level that I can set to force the job to print.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 02:39 AM
09-30-2003 02:39 AM
Re: output not printing
# lpstat -t
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 02:49 AM
09-30-2003 02:49 AM
Re: output not printing
The command is lp. Basically a user is trying
to print a report within an application. The application is issuing the lp command in the background. From what she's saying, in order to get the initial report to print, she has to send another report to the same printer.
To quote the user,'its as if the job needs a push'. I recall having a similar issue with small printouts. I'm not sure if its omething configurable at the jetadmin level,
or if the printer itself needs to be adjusted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 02:52 AM
09-30-2003 02:52 AM
Re: output not printing
# cat /tmp/test_file > printer_device_file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 03:02 AM
09-30-2003 03:02 AM
Re: output not printing
telnet to the printer an configure your host as syslog-server. Send a print job to that printer and look in your syslog.log file if you have messages from this printer.
Does that only happen with this printer or with all? If YES, check permisions of /usr/bin/lp* command and /etc/lp/* directory and files. Are these correct?
HTH
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 03:10 AM
09-30-2003 03:10 AM
Re: output not printing
Is the printer working normal if you print a ordinary file (e.g. lp -d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2003 01:58 AM
10-03-2003 01:58 AM
Re: output not printing
Turned out to be an application issue.