- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- printer setup
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
07-09-2001 09:23 PM
07-09-2001 09:23 PM
printer setup
Our client has a lexmark optra s1250 laser printer. Recently, when it prints from a unix application, it has its left margin cut off. When I looked at the script, it says lp -s -onb -o12 -olandscape -olpi8 -otl66.
Can anybody tell me if the script is ok and also what do those -o (options) means. Is there any documentation that can tell me every option available to the lp command, I tried to look at man lp, doesn't tell me much.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 09:34 PM
07-09-2001 09:34 PM
Re: printer setup
you can look into the document "setting up printer on HP-UX" which is supplied by HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 09:44 PM
07-09-2001 09:44 PM
Re: printer setup
I don't have the manual, do you know if there is some documents on-line?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2001 10:06 PM
07-09-2001 10:06 PM
Re: printer setup
http://www.docs.hp.com/hpux/onlinedocs/B2355-90701/B2355-90701.html
and look at chapter 7
Administering a System:
Managing Printers, Software, and Performance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2001 08:15 AM
07-10-2001 08:15 AM
Re: printer setup
can be condensed to
`lp -s -o'nb 12 land lpi8 tl66'`
-s suppresses stdout
-o passes an interface specific option to the interface script in /etc/lp/interface
nb is the no banner option
12 for 12 char per inch
land for landscape
lpi8 for 8 lines per inch
tl66 for 66 lines per page (text length)
Try lp -o'options' to get a list of interface options.
How much of the left margin is dropping off? If just one character, try adding 'lm1 rm175' to the list of options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2001 06:27 PM
07-12-2001 06:27 PM
Re: printer setup
I used -o14, it should print 14cpi. But it printed 11cpi. Any idea how I can set it to print 14cpi.
Thanks in advace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2001 03:33 PM
07-20-2001 03:33 PM
Re: printer setup
Hope this helps.