- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Full duplex printing
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-16-2002 07:08 AM
01-16-2002 07:08 AM
Apologies if this is a lame question.
I have been asked if my UNIX box can print
full duplex to an HP 4100c printer...
The box is running HPUX 10.20.
I am assuming that it won't have a problem,
but can anyone confirm or deny this for me please.
Many thanks
Luke
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:13 AM
01-16-2002 07:13 AM
Re: Full duplex printing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:23 AM
01-16-2002 07:23 AM
SolutionI'm a little confused by your term 'full duplex' since that would have meaning only in network protocols. I suspect that you mean simply 'duplex' - two-sided printing. If the latter, then that depends upon the interface file that you choose. Look in your interface for 'duplex' and that will show you which -o option to use.
Typically the command is something like
lp -dmyprinter -o duplex myfile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:27 AM
01-16-2002 07:27 AM
Re: Full duplex printing
Apologies for the term used, should have
thought about it. Just copied the request
I was sent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:40 AM
01-16-2002 07:40 AM
Re: Full duplex printing
You can use -odouble or -oduplex for double side printing..
lp -d
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 11:37 AM
01-16-2002 11:37 AM
Re: Full duplex printing
get a complete list of the options the interface script
supports by doing a "man net_ljx000" or somesuch.
Look in /opt/hpnp/man/man1/ for the man pages
that were installed with JetAdmin. The option is
typically "lp -oduplex filename".
This presumes, of course, that the printer
has a duplexer unit installed.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2002 12:56 AM
01-17-2002 12:56 AM
Re: Full duplex printing
Im pretty sure I now know how to do it.
Luke