- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LPD ports talk on 9100, my printer listens on 515
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
Discussions
Discussions
Discussions
Forums
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
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-29-2001 09:35 AM
тАО08-29-2001 09:35 AM
LPD ports talk on 9100, my printer listens on 515
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2001 06:53 AM
тАО08-31-2001 06:53 AM
Re: LPD ports talk on 9100, my printer listens on 515
Some of the other servers (different O/S) had the ability to create each print queue and specify both the I/P and socket number.
HP's reponse was to the effect that they only supported JetDirect printers, i.e., no change to socket.
Our work around is to manage the print queues on the more "flexible" servers, and create remote print queues on the HP UX servers.
I.E., on my HP UX server there is a queue "develop1" which is a remote printer "develop1" on server "xyz".
Generates a bit more network traffic, but at the moment there does not appear to be an alternative.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2001 07:07 AM
тАО08-31-2001 07:07 AM
Re: LPD ports talk on 9100, my printer listens on 515
Take a look at manpage on rlp and rlpdaemon. You can set up a remote printer via SAM and thus you will print to the remote printer using the rlpdaemon and it should hit the 515 port. This changes absolutely nothing to the other jet direct printers.
Hope this helps you,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2001 07:09 AM
тАО08-31-2001 07:09 AM
Re: LPD ports talk on 9100, my printer listens on 515
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-31-2001 07:13 AM
тАО08-31-2001 07:13 AM
Re: LPD ports talk on 9100, my printer listens on 515
I think I am doing ok for only having seen HP UX for just under a month (I'm an NT guy but quickly trying to get into Linux and Unix)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2001 11:32 AM
тАО09-01-2001 11:32 AM
Re: LPD ports talk on 9100, my printer listens on 515
Later (mid-90's) HP added lpd/lpr support (also known as RFC 1179) to the JetDirect firmware, which is how non-HP network cards work as print servers.
So for HP JetDirect printers, use the SAM Network Printer interface or JetAdmin or HPPI software. For all other network printers, use SAM and specify Remote Printer.
NOTE: for all Remote Printers, there must be a name associated withe the printer inside the network card. JetDirect cards have two names, text and raw, but you'll need the network card documentation for the other interfaces.
Note also that a Remote Printer accepts no -o options like -olandscape or -odouble as these options must be processed by the print server and the network card can't do this task. That means that plain ASCII files may print stairstepped down the page (due to the single LF character at the end of every line). You'll need to become familiar with ux2dos.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 06:12 AM
тАО09-06-2001 06:12 AM
Re: LPD ports talk on 9100, my printer listens on 515
Or - for the HP rep - I tried using a Xerox printer and its known the internal host name is LP (uppercase). In SAM I define it as printer queue bjn, host 192.168.247.100 and printer name LP. Is that the right way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-06-2001 05:33 PM
тАО09-06-2001 05:33 PM
Re: LPD ports talk on 9100, my printer listens on 515
However, you can enable lpd capability on NT and it will act as a remote print server for Unix boxes.
NOTE: lpr/lpd assumes all output is ready to print, but HP-UX remote printing requires the remote side to perform any formatting, specifically ASCII text. Since Unix ASCII files have a simple LF at the end of each line, this will stairstep down the printer and off the edge of the paper. You'll have to print every ASCII file using the ux2dos filter program as in:
dos2ux MyFileName | lp -dremote-printer
Yet another reason not to use an intermediate, non-HP-UX print server. JetDirect handles ASCII files just fine.
As far as the Xerox print server, LP or lp is something you'll have to try out. Without accurate documentation, you'll have to try both to see what works. And just like the NT box, ASCII files will stairstep unless preformatted on the HP-UX side.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2001 04:06 AM
тАО09-07-2001 04:06 AM
Re: LPD ports talk on 9100, my printer listens on 515
I guess a kludge solution is better than no solution. =)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-07-2001 04:48 AM
тАО09-07-2001 04:48 AM
Re: LPD ports talk on 9100, my printer listens on 515
have a look at this thread:
It shows how to change the port within jetadmin printer interface script.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9d925220af9bd5118ff10090279cd0f9,00.html
Perhaps it may help you
Regards