- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to connect a windows local printer to a hp-ux ...
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
04-30-2003 05:15 AM
04-30-2003 05:15 AM
how to connect a windows local printer to a hp-ux system
What do i have to do to use these printers from my unix system?
Thanks
Stefano
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 06:01 AM
04-30-2003 06:01 AM
Re: how to connect a windows local printer to a hp-ux system
Also, remote printing from HP-UX will perform no formatting so none of the -o options in lp will work, and plain ASCII files will 'stairstep' down the page because all Unix ASCII files have just a linefeed (LF) character at the end of each line, while Windows expects a crriage return (CR) and linefeed (just like the printer expects).
So once you get the Unix remote printing feature working on your PC, you'll need to tell all your HP-UX users to print ASCII files with:
ux2dos Some_File | lp -dremote_printer
The ux2dos filter translates the ASCII file to be compatible with Windows and attached printers.
Or you can avoid all these problems by removing the printer from the PC and connect the printer to the LAN with an HP JetDirect card. Now all the PCs and Unix systems can access the printer directly and no translation will be necessary. For both the PCs as well as HP-UX (and Sun, etc) you'll need to download the free HP Printer Installer from HP's website:
http://www.hp.com/cposupport/nonjsnav/netprn.html
Select Printer Installer software
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 06:14 AM
04-30-2003 06:14 AM
Re: how to connect a windows local printer to a hp-ux system
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 06:48 AM
04-30-2003 06:48 AM
Re: how to connect a windows local printer to a hp-ux system
You can add two printers one with translate command active for text files and another one without translate command. (see the attached example)
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2003 06:58 AM
04-30-2003 06:58 AM
Re: how to connect a windows local printer to a hp-ux system
Here is a link to the free software:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B8725AA
Here is setup documentation.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8725-90021/B8725-90021_top.html&con=/hpux/onlinedocs/B8725-90021/00/00/8-con.html&toc=/hpux/onlinedocs/B8725-90021/00/00/8-toc.html&searchterms=setup%7cCIFS/9000&queryid=20030429-061922
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 07:02 AM
05-01-2003 07:02 AM
Re: how to connect a windows local printer to a hp-ux system
Additionally, FacetWin can create NT-like shares from the unix box if you like; so you can share unix directories and unix printers with your PCs (the unix box appears in Nethood on PCs).
It does a few other things too but that's primarily what we use it for.