- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer Models using Jet Admin
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-03-2001 12:03 PM
05-03-2001 12:03 PM
Printer Models using Jet Admin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 01:18 PM
05-03-2001 01:18 PM
Re: Printer Models using Jet Admin
internal JetDirect's usually do a pretty good job of finding a suitable interface/model. With external jetdirects you should get a list to choose from. If you want to take matters into your own hands you might check out the addqueue command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 01:34 PM
05-03-2001 01:34 PM
Re: Printer Models using Jet Admin
You might want to do hpnpadmin -i nodename (or address) command to query the jetdirect then use this information to an addqueue command.
man hpnpadmin and addqueue.
I suspect that these are not the answers you are looking for.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 01:44 PM
05-03-2001 01:44 PM
Re: Printer Models using Jet Admin
To get the serial no I think you need to go to the printer itself.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:18 AM
05-04-2001 08:18 AM
Re: Printer Models using Jet Admin
I also have a script that shows what model I have for each printer queue. I use:
for a in \ `find /etc/lp/interface/model.orig/* -type f`
do
echo `basename $a` `grep -e " dumb " -e "PRINTMODEL=" $a`
done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 08:29 AM
05-04-2001 08:29 AM
Re: Printer Models using Jet Admin
/usr/spool/lp/model (which is linked to /usr/lib/lp/model on my system).
If
you put your file there, it will show up in jetadmin. The printer files in
the "interface" directory are executed by the spooler during printing. For
"jetdirect" printers this file will set up and process the I/O information
using the "interface/model.orig" script as a filter to process the PCL (or
Postscript) formatting. So, if you need to change the IP address of the
printer, you would want to modify the "interface" file, but if you wanted
to
change the default orientation or font, you would want to modify the
"interface/model.orig" file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2001 09:39 AM
05-04-2001 09:39 AM
Re: Printer Models using Jet Admin
it give lots of information about the printers
including serial numbers