HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote printing to an IP address
Operating System - HP-UX
1837191
Members
2707
Online
110114
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-16-2005 09:37 PM
02-16-2005 09:37 PM
On my previous server running Unixware 2.1.3, there was a simple way to print to a printer in another site. The procedure was:
Put entry in hosts file - "99.99.999.99 lp20"
Specify remote lp - "lpsystem -t bsd lp20"
Specify unix queue - "lpadmin -p lp20 -s lp20"
accept & enable lp20
I could then do "lp -d lp20 filename".
Is there a similar way to do it on HPUX11. Lpsystem doesn't seem to exist.
Thanks,
Tim
Put entry in hosts file - "99.99.999.99 lp20"
Specify remote lp - "lpsystem -t bsd lp20"
Specify unix queue - "lpadmin -p lp20 -s lp20"
accept & enable lp20
I could then do "lp -d lp20 filename".
Is there a similar way to do it on HPUX11. Lpsystem doesn't seem to exist.
Thanks,
Tim
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 10:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 11:00 PM
02-16-2005 11:00 PM
Re: Remote printing to an IP address
Hi Tim,
There's basically two ways to do his in HP-UX: through lp or through the hppi interface. In lp, you would add this with the lpadmin command like this:
lpadmin -p$PRNTR -orm$LOC -orp$PRNTR -mrmodel -v/dev/null -ob3 -ocmrcmodel -osmrsmodel"
where $PRNTR is the queue name for the printer and $LOC is the fully qualified domain name of the host on which the printer resides.
To use the hppi interface (HP Printer Installer), you first need to download the hppi program from here:
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&pnameOID=18922&taskId=135&prodTypeId=18972&prodSeriesId=27349〈=en&cc=us
After installing, you then add the printer like this:
addqueue -h $IP -q $PRNTR -b off
where $IP is the ip address and $PRNTR is the name of the queue and the "-b off" is to try to ensure that we don't get any damn banner pages!
Pete
Pete
There's basically two ways to do his in HP-UX: through lp or through the hppi interface. In lp, you would add this with the lpadmin command like this:
lpadmin -p$PRNTR -orm$LOC -orp$PRNTR -mrmodel -v/dev/null -ob3 -ocmrcmodel -osmrsmodel"
where $PRNTR is the queue name for the printer and $LOC is the fully qualified domain name of the host on which the printer resides.
To use the hppi interface (HP Printer Installer), you first need to download the hppi program from here:
http://h20000.www2.hp.com/bizsupport/TechSupport/DriverDownload.jsp?locale=en_US&pnameOID=18922&taskId=135&prodTypeId=18972&prodSeriesId=27349〈=en&cc=us
After installing, you then add the printer like this:
addqueue -h $IP -q $PRNTR -b off
where $IP is the ip address and $PRNTR is the name of the queue and the "-b off" is to try to ensure that we don't get any damn banner pages!
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2005 04:26 AM
02-17-2005 04:26 AM
Re: Remote printing to an IP address
Thanks for the replies. Got it working thru' sam with an entry in /etc/hosts.
Many thanks,
Tim
Many thanks,
Tim
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP