- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: model script question
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
02-27-2004 08:23 AM
02-27-2004 08:23 AM
hp-ux 11.11
Anyone know which I can try or where I can download a model script for this device?
Thanks in advance,
Doug
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 02:42 AM
03-01-2004 02:42 AM
Re: model script question
In hppi, enter the printer, then select 5) Additional printer configuration. Then, on the next menu, select 1) Model Script. Here you'll notice that there aren't any Inkjet model scripts, so just enter net_genericprinter. That should do for most average print jobs. Of course, if you want to do fancy stuff, you'll probably have to select net_genericpcl3printer.
Disclaimer: I haven't tried this myself, just a suggestion.
Regards,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 05:03 AM
03-01-2004 05:03 AM
Re: model script question
About a year later, I had a problem with the print jobs just "stopping", and overcame that by modifying the script in /etc/lp/interface, changing
TEOJ="-w"
to
TEOJ=""
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 05:21 AM
03-01-2004 05:21 AM
SolutionHP does not make any model scripts for modern (less than 10 years old) DeskJet printers, but the problem you're having is not with the model script but with the upper level protocol. This is handled in a generic LAN script stored in the /etc/lp/interface directory. The script is called a Network Printer Control Script and typically has only one customized item, the PERIPH= line. True EOJ and EOJ monitoring (job recovery) should be turned off for DeskJets.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 05:43 AM
03-01-2004 05:43 AM
Re: model script question
HP were initially rather reluctant to support the 2280tn under HP-UX, and even claime dit wasn't supported under UNIX, but backed down and offered some advice when I pointed out to them
a) that the box did actually list HP-UX 10.20 (which I was using at the time - August 2002).
b) that HP themselves had recommended the 2280tn for our HP-UX system.
They suggested net_lj5x or net_ljx000, but by then I'd got it working with net_lj4x, and I found that I got repeated printouts with net_lj5x. (TEOJ ?)
I did have a further problem, but that was because the default paper size was set in the firmware to letter, and was fixed by changing the default paper size to A4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 06:50 AM
03-01-2004 06:50 AM
Re: model script question
Bill Hassell, sysadmin