- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- force printer to use A4
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-01-2007 02:15 AM
03-01-2007 02:15 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 02:37 AM
03-01-2007 02:37 AM
Solutionpaper="def"
to
paper="ISOA4"
for example
but the exact changes would depend upon the interface/model script for that particular printer. The downside to making a change in the default like this is that you may break other applications which assume that default means as selected by the front-panel. I would be tempted to set up a custom queue (printer) for this user and then modify it and leave the original queue unchanged. Of course the other approach would be to tell the user to get a life.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 02:38 AM
03-01-2007 02:38 AM
Re: force printer to use A4
the way I see it, you can try:
lp -oa4 file
or
configure the printer from the printers own menu
or
only load A4 paper ;-)
Please let us know how you get on!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 02:48 AM
03-01-2007 02:48 AM
Re: force printer to use A4
The lp command is issued by Oracle. I wish it was as easy as just adding the -oa4 option. But the way that printers get defined in oracle is cattywampus (in my opinion). If I change the way printer is defined in Oracle it will affect many a user. But if I can just modify the printer defaults on the UNIX side I should be OK. There are only to users that print to the printer and they both have the same issue. I am trying to find a KISS workaround instead if having to tell the Oracle apps people that they will need to modify reports, etc. In the end the true solution is that the user should select the A4 style in Oracle. But the user is not happy with that. The day i understand why people have ridiculous requests is the same day I am buying a lottery ticket.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 02:50 AM
03-01-2007 02:50 AM
Re: force printer to use A4
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2007 03:00 AM
03-01-2007 03:00 AM
Re: force printer to use A4
Printer is connected via jetdirect. I edited the file in the model.orig dir. Going to see if that will resolve the issue, or if something else is required. I was one step ahead of you from a post I found through a google search. Low and behold you were one of the people in the post:
http://marc2.theaimsgroup.com/?l=hpux-admin&m=96398925152271&w=2
Bill, you are everywhere.