- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Non-HP Printers Scripts.
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
08-30-2000 02:02 PM
08-30-2000 02:02 PM
Non-HP Printers Scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:16 PM
08-30-2000 02:16 PM
Re: Non-HP Printers Scripts.
As far learning about model scripts, I wrote a 2 part article about writing model scripts for HP-UX in the Interex magazine about a year ago. Part 1 is attached to this post.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:18 PM
08-30-2000 02:18 PM
Re: Non-HP Printers Scripts.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 02:36 PM
08-30-2000 02:36 PM
Re: Non-HP Printers Scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 03:37 PM
08-30-2000 03:37 PM
Re: Non-HP Printers Scripts.
A couple of notes...
There is the standard dumb model that Bill mentions and there is a dumb model that also adds a carriage return. I have only seen this model available in the newer distributions of JetAdmin. I have found that the carriage return may be needed in some environments that have been ported to both unix and NT. Often you can correct the situation within the application, but it is often easier to handle it with the model script. The classic symptom is the printing stair steps across the page.
Also... Some of the printer manufacturers have actually written model scripts that allow you to get at additional printer features in an HPUX environment. I know Genicom has them, for instance. In these days of the internet it might be worth it to look for these in the support areas of the manufacturer's sites.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 09:47 AM
08-31-2000 09:47 AM
Re: Non-HP Printers Scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 11:55 AM
08-31-2000 11:55 AM
Re: Non-HP Printers Scripts.
Also, there may be a switch or jumper setting on the printer that you can toggle and this behavior will go away.
See if there is a manual for the printer. A lot of the printer manuals come with a translation table. If the printer receives the character ^P, it will do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2000 05:31 PM
08-31-2000 05:31 PM
Re: Non-HP Printers Scripts.
If the application(s) handle things differently, you might create -o style options that the script can see in the lp command line and turn on special processing as needed.
Bill Hassell, sysadmin