- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: print from Unix on a specified tray
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
12-12-2006 02:17 AM
12-12-2006 02:17 AM
print from Unix on a specified tray
is it possible to print on a specified printer tray from unix?
my problem is that i'm printing on a canon but it's always asking for tray 3 (legal landscape). I want to know if there is a way from the lp command or the pilote or else to specify print on tray 1.
regards
Patrice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 02:19 AM
12-12-2006 02:19 AM
Re: print from Unix on a specified tray
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 02:32 AM
12-12-2006 02:32 AM
Re: print from Unix on a specified tray
The applicable -o options are "-o ubin", -o "lbin" (for upper and lower bin) or "-o bin#" to specify the bin number.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 03:55 AM
12-12-2006 03:55 AM
Re: print from Unix on a specified tray
Printer is setup as remote on a windows 2003 server. We tried seting it up on a jetdirect but we has performance issue.
Regards
Patrice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2006 08:19 AM
12-12-2006 08:19 AM
Re: print from Unix on a specified tray
1. Change the default tray on the printer
2. Prepend some simple PCL to the file to force the tray selection. IIRC the string is:
Cheers
Steven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2006 02:41 AM
12-13-2006 02:41 AM
Re: print from Unix on a specified tray
You were right, -obin2 does not work on a remote.
i can't change the default tray.
tried to desable the other trays in the driver file but it didn't worked.
Where do you want me to insert the strings?
Regards