- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lp remote banners
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
10-31-2000 08:21 AM
10-31-2000 08:21 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 08:23 AM
10-31-2000 08:23 AM
Re: lp remote banners
The problem is on your NT box, you need to configure the print Q there. lp passes all the options, such as lp -obanner to the remote server to process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 08:27 AM
10-31-2000 08:27 AM
Re: lp remote banners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 08:28 AM
10-31-2000 08:28 AM
Re: lp remote banners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 08:32 AM
10-31-2000 08:32 AM
Re: lp remote banners
I am still looking for help on re-enabling the banner.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 08:47 AM
10-31-2000 08:47 AM
Re: lp remote banners
Still looking for advise on getting back the banners.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 07:59 PM
10-31-2000 07:59 PM
SolutionIn HP-UX, the remote spooling system passes all the -o options to the remote system for processing. This works perfectly with other HP-UX systems as they process these -o options and prepend the print job with appropriate banners and settings.
Therein lies the problem. NT knows nothing about -o options and ignores them. So you have 2 choices:
1. Seriously question the requirement to use NT as an intermediary between printers and Unix computers. NT was useful as a printer server many years ago but today's network printers support multiple connections and protocols.
2. Create a wrapper for lp which creates the extra banner page. The wrapper might be called lpnt or something similar. It would itself be very similar to a printer model script and it's output is then directed to the NT spooler. NT, like BSD systems, is very simple and expects all the data to be preprocessed, ready for the printer.
This process would also resolve the issue of stair-stepped ASCI files from Unix to NT systems. ASCII files in Unix are:
where LF is just a linefeed. Send this to a printer and all you get is text stairstepped across the page as there is no CR to returne the carriage back tp the beginning of the line. PC (DOS, Windows) ASCII files use two characters (CR+LF) to terminate text lines so these can be sent as is to a printer with the expected results.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2000 11:21 AM
11-01-2000 11:21 AM
Re: lp remote banners
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2000 02:25 AM
11-24-2000 02:25 AM