- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding IP printers
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-29-2000 01:01 AM
02-29-2000 01:01 AM
Adding IP printers
an inexperienced UNIX administrator. He doesn't know how to create a printer
unless it's running on a JetDirect, so that he can use JetAdmin to create the
printer.
From what I've read, the process requires shutting down the print spooler and
then using the LPADMIN command to create the printer. One of the switches
needed for LPADMIN is the "port" to which the printer is attached--but this is
an IP printer on the network, and isn't attached to a term server port. What
do I need to use as the "port" for this printer...its host name? Its IP
address? Or something else?
I must've gone through a dozen books (including HP's own HP-UX book) without
finding the answer...or, for that matter, a clear set of step-by-step
instructions for this task. If anybody either knows the answer or can refer me
to a good resource, I'd be very grateful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2000 02:07 AM
02-29-2000 02:07 AM
Re: Adding IP printers
network attached printers.
You may want to setup one server as the print server, and point the other print
queues to it using remote print server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2000 04:34 AM
02-29-2000 04:34 AM
Re: Adding IP printers
JetAdmin creates interfaces for network IP printers, why won't JetAdmin work?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2000 08:19 PM
02-29-2000 08:19 PM
Re: Adding IP printers
based printers.
You need and 'interface' for your printer, provided by printer sheller?s (
AXIS, XEROX...) , where you can customize IP address of your printer.
That?s all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 12:10 PM
11-15-2002 12:10 PM
Re: Adding IP printers
# lpshut
# lpadmin -p* -orm** -orp*** -v/dev/null -m**** -ocmrcmodel -osmrsmodel
# lpsched
# lpstat -t
# enable *
# accept *
# lpstat -t
* ?? Printer Name
** ?? The name of the remote machine
*** ?? The name of the printer to use on the remote machine
**** ??Selects a model interface program for printer P.
model is one of the model interface names supplied
with the LP software
When installing remote printers, use the option -ocmrcmodel instead of
-oci/usr/sbin/rcancel to specify the method used to cancel remote
requests. The option -osmrsmodel should be used instead of
-osi/usr/sbin/rlpstat to specify the method used for displaying remote
status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 06:18 PM
11-15-2002 06:18 PM
Re: Adding IP printers
You can use lpadmin to setup the printer as a remote, but it is a long command line. Simply run SAM and add the printer as a remote printer. NOTE: your printer's network card documentation must identify the internal printer name. It might be prn or lpt or raw or text or something similar. But it is a required value to add the remote printer.
Also note that a remote printer will generally not handle Unix ASCII files. The effect is that the text will stairstep down the page. You must filter all ASCII print jobs ux2dos as in:
ux2dos some_file | lp -dprinter_name
Bill Hassell, sysadmin