- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: configure a printer
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-24-2007 05:44 PM
02-24-2007 05:44 PM
configure a printer
I have the Printers drive.
the printer model: HP 3600
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2007 03:25 PM
02-25-2007 03:25 PM
Re: configure a printer
You can install the driver for printer then then follow the below steps
You can use lprsetup command to configure printer and select the options like
1) printername
2) model
3) path like /dev/lp0 when its parallel printer
Set device pathname 'lp' [] ? /dev/lp0
Do you want to capture print job accounting data ([y]|n)?
Set accounting file 'af' [/usr/adm/lpacct] ?
Set spooler directory 'sd' [/usr/spool/lpd] ?
Set printer error log file 'lf' [/usr/adm/lperr] ?
4) Press q to come out from symbol option
5) Then press y for final entry.
Now you can see your printer in configured. you can check /etc/printcap file and also status of printer using lpc status command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2007 03:29 PM
02-25-2007 03:29 PM
Re: configure a printer
if the it is a network printer, then you need to define the rm=ipaddress rp=9100 or rp=9100_text
hope fully it will work.
Shardha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 12:12 AM
02-26-2007 12:12 AM
Re: configure a printer
Also if the printer is connected to the network, then instead of the standard lpd rm/rp remote printer defiitions, you can specify this as a TCP/IP printer. insert an entry into /etc/services such as
hplaser 9100/tcp
This defines the communication port used by HP printers. Then when defining the printer (lp entry) specify the printer as
@
EG:
lp=@hpprinter035/hplaser:\
or
lp=@10.20.35.35/hplaser:\
Regards,
Brendan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 02:45 AM
02-26-2007 02:45 AM
Re: configure a printer
You can find driver here:
http://h30097.www3.hp.com/printing/printers.html
To define printer queue use solution from Brendan.
By the way, you should also look this:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28