- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Add Remote printer on HPUX
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-03-2009 12:22 AM
02-03-2009 12:22 AM
I would like to add a remote line printer to our HP-UX box.
The printer is an HP2564B and connected with a Jetdirect box. I would like to use the correct drivers for it etc which I have already found on the system, but unsure of the command.
Can someone help please.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 12:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 06:06 AM
02-03-2009 06:06 AM
Re: Add Remote printer on HPUX
P.S. You'll need to have the installer installed to use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 06:14 AM
02-03-2009 06:14 AM
Re: Add Remote printer on HPUX
Use SAM to configure printers rather than command line. It is more sobhisticated way.
It is a Jet direct printer. Then you can configure as network printer instead of remote printer. If you configure as remote printer then you cannot have some features like no of print copies, etc.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2009 06:20 AM
02-03-2009 06:20 AM
Re: Add Remote printer on HPUX
This gives you a network printer. If you truly want a remote printer (attached to another computer that serves as a print controller), then SAM is probably the best way.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:05 AM
02-05-2009 12:05 AM
Re: Add Remote printer on HPUX
I have just got round to testing this and so far created a printer using SAM.
But when I send a test print which looks like this
This is a test
Test Test Test
Test Test Test
it prints with an indentation on each line, as anyone else had this problem
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 12:11 AM
02-05-2009 12:11 AM
Re: Add Remote printer on HPUX
You mean like:
...
...
...
This means you need to configure the printer to add a CR for each LF. Or you need to pipe your files through ux2dos(1).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2009 02:55 AM
02-05-2009 02:55 AM
Re: Add Remote printer on HPUX
Thanks for all your help!!!