- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LP interface scripts - any new models?
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
05-15-2001 09:28 AM
05-15-2001 09:28 AM
LP interface scripts - any new models?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 05:51 AM
05-16-2001 05:51 AM
Re: LP interface scripts - any new models?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2001 08:41 AM
05-16-2001 08:41 AM
Re: LP interface scripts - any new models?
I'm supporting several LaserJets with JetDirect, LaserJets with Emulex, a DEC Laser Printer, an Oce 9260, an Oce 8465, and would like to keep things simple for the operators by using only LPD. So JetAdmin is out. However, if the JetAdmin package provides model scripts for PCL6 and PS2 which can be used with little or no modification in the attached interface script, then I will happy.
To give you an idea of what I'm trying to do, I've attached my interface script which formats an input file with the PCL5 model script (which would other wise send it to a directly attached printer) and sends it to the remote printer with rlp. For printers which cannot handle the PJL used in the PCL5 model script, I use PCL4 instead. For printers that do not support PCL, I use the PostScript model which has no special formatting features (bummer).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2002 10:05 AM
06-14-2002 10:05 AM
Re: LP interface scripts - any new models?
I'm going through all my old posts to put some closure to them.
Not long after this one I came up with this interface script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2002 09:57 AM
09-11-2002 09:57 AM
Re: LP interface scripts - any new models?
It turns out that my previous interface script processes only one file per lp job. The new attached version will process all files given in single lp invocation. So as promised in another post, I'm making this new one available. If you have time to critique it, let me know if I'm going about this wrong way.