- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Windows 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
03-12-2003 04:23 PM
03-12-2003 04:23 PM
Windows Printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:28 PM
03-12-2003 04:28 PM
Re: Windows Printer
Short answer is you can't.
It would be considered a "remote" printer and as such HP expects the remote system to handle the job.
If you absolutely need to define attributes for the job, you'd have to embed them in the print job itself.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:34 PM
03-12-2003 04:34 PM
Re: Windows Printer
I??ve a remote printer shared in a Windows Workstation (netbios path: \\it10\hplaser1).
I need to use this printer on my applications into HPUX.
How ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:43 PM
03-12-2003 04:43 PM
Re: Windows Printer
What you need to do is setup a remote printer in HP.
Use SAM to do so as follows:
SAM -> Printer & Plotters -> LP Spooler -> Printer & Plotters -> Actions -> Add Remote Printer/Plotter
Fill the boxes in as follows:
Printer Name => What you want the printer to be known as on this system - the HP
Remote System Name => Either the hostname (if resolvable) or IP of the Win box
Remote Printer Name => What the queue for that printer is known as on the Win box
Click OK & off you go.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:52 PM
03-12-2003 04:52 PM
Re: Windows Printer
This steps are for a win box with a lpd software (pure IP).
In my case, I??ve to use a smbclient.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 04:59 PM
03-12-2003 04:59 PM
Re: Windows Printer
Samba is for file sharing.
To use a printer on another system - in this case a Win system - all you have to do is follow the steps I gave you to setup a remote printer
Let's say you call this printer laser on the HP system.
When you're done with the steps I gave you try this to test it
lp -dlaser /etc/hosts
This should print out the /etc/hosts file from the HP system on the printer being serverd by that Win box.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 06:16 PM
03-12-2003 06:16 PM
Re: Windows Printer
There's one other problem: for plain ASCII files sent to the PC, the text will stairstep across the page because Unix and PCwindows do not have he same format. You'll need to translate the ASCII files before printing as in:
ux2dos myASCIIfile | lp -dprinter
Bill Hassell, sysadmin