- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP remote print to AIX - where are my -o optio...
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
Discussions
Discussions
Discussions
Forums
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
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-02-2004 08:40 AM
тАО04-02-2004 08:40 AM
Example: lp -d AIXdest -o option1 -o option2 somefile
In all my tests, the -o options do not appear in the remote AIX queue. Is there a special HP model script that will do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 08:44 AM
тАО04-02-2004 08:44 AM
Re: HP remote print to AIX - where are my -o options?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 08:58 AM
тАО04-02-2004 08:58 AM
Re: HP remote print to AIX - where are my -o options?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 09:06 AM
тАО04-02-2004 09:06 AM
Re: HP remote print to AIX - where are my -o options?
is limited in the options that the rlpdaemon supports. Moreover, in a very real sense, even the options sent are merely requests -- these is no guarantee that the hosting machine will honor them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 09:18 AM
тАО04-02-2004 09:18 AM
Re: HP remote print to AIX - where are my -o options?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-02-2004 03:32 PM
тАО04-02-2004 03:32 PM
SolutionThis is a very common problem for HP-UX and while 90% of all the lp options apply only to plain ASCII files, the only way to print as expected is to pre-format all print jobs BEFORE sending them to a remote print server. This is the BSD model. Now what makes all this confusing is that there are remote print servers in the form of LAN cards and boxes for printers. They too are BSD style print servers (no local printer scripts, all -o options ignored). And recently, HP's proprietary JetDirect LAN cards and boxes added BSD print server capability. But that is a step backward for HP-UX because not even a plain ASCII file will print correctly--it must be run through an ASCII file filter, ux2dos, to add the required CR to every LF which is done automatically in local HP-UX scripts.
There are two solutions:
Take an appropriate HP model script and turn it into a special printer filter script. The output of the script is then the processed job which can be fed into lp and a remote printer without any problems.
The other is to disconnect the printer from the server and put in an HP JetDirect card or external box. Then add the printer to HP-UX as a network printer (SAM terminology) or use hppi (HP Printer Installer downloaded for free from HP's web site).
Bill Hassell, sysadmin