- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to add a remote printer in Hp unix
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
01-17-2011 09:27 PM
01-17-2011 09:27 PM
How to add a remote printer in Hp unix
I wants to adda remote printer in Hp unix workstation(9.0), the printer is physically connected to a win XP pc.
I have configured a remote printer at unix side, & started a unix printing service in xp, but still I am not able to print.
Pls guide Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2011 10:04 PM
01-17-2011 10:04 PM
Re: How to add a remote printer in Hp unix
Did you configure the printer using HP JetDirect Printer Installer for Unix?
Please provide the Printer type.
Sagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2011 10:15 PM
01-17-2011 10:15 PM
Re: How to add a remote printer in Hp unix
Is ther any diff between connecting printer either to USB or parallel port at windows pc?(while using as a remote in Hp unix)
Because this printer has both ports.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2011 10:31 PM
01-17-2011 10:31 PM
Re: How to add a remote printer in Hp unix
The HP JetDirect software is only for the HP range of standalone print servers. If the printer is connected to a Windows Server you need to add it as a remote printer not a network printer,if it`s a direct connection
you may try "hppi" interface
See if the following help:
****************************************
1. Check for any ongoing print job:
#> /usr/bin/lpstat -u
#> /usr/bin/lpstat -o
Cancel print job if necessary:
#> /usr/bin/cancel
2. Stop the LP spooler:
#> /usr/sbin/lpshut
3. Confirm the following line is not commented out in /etc/inetd.conf
printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -i
4. Confirm the following line is not commented out in /etc/services
printer 515/tcp spooler #remote print spooling
5. Use the following command to add the print queue:
#> /usr/sbin/lpadmin -p
#> /usr/sbin/accept
#> /usr/bin/enable
#> /usr/bin/lpstat -s | grep
6. Restart the LP spooler:
#> /usr/sbin/lpsched
7. (Optional) Test the print queue as following:
#> lp -d
#> lpstat -t
Thanks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2011 11:03 PM
01-17-2011 11:03 PM
Re: How to add a remote printer in Hp unix
what is the command output of lpstat -o
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2011 02:19 AM
01-18-2011 02:19 AM
Re: How to add a remote printer in Hp unix
At WINTEL side:
Ensure taht you have installed inside of "Other print services and file..." option the component "Unix print services".
Also you must activate the service "TCP/IP Print Service".
Create a shared printer using
At HP-UX side:
I suggest you that defines an entry into /etc/hosts file:
Then via SAM define a remote printer, I also suggest you that your local printer name, remote printer name and remote server same are the same used into hosts file(
When you execute the lpstat
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2011 05:59 AM
01-18-2011 05:59 AM
Re: How to add a remote printer in Hp unix
I 'll check these things & will reply tomorrow.
Regards
Nitin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2011 06:32 AM
01-18-2011 06:32 AM
Re: How to add a remote printer in Hp unix
What is important is to ensure TCP/IP Printing ir UNIX Printing services is enabled/active.
On WIndows XP - go to Controller Panel -> Add or Remove Programs -> Add/Remove Windows Components and enable "Other Network File and Print Services".
Cheers.