HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: model.orig defaults?
Operating System - HP-UX
1833299
Members
2853
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-17-2003 02:21 PM
02-17-2003 02:21 PM
all,
We are using OPTIO to print a Purchase Order. I was looking at the model.orig and found the "pitch" set to "DEF"...
The problem with the form appears outside the bound or the form frame when printing..
We modified the DEF to "12" and we got no change in the printing..
Any suggestions of a work around, I am not sure whether we can use the command line
-ohsi option because OPTIO code.. Any thoughts would be appreciated..
Thanks in advance..
We are using OPTIO to print a Purchase Order. I was looking at the model.orig and found the "pitch" set to "DEF"...
The problem with the form appears outside the bound or the form frame when printing..
We modified the DEF to "12" and we got no change in the printing..
Any suggestions of a work around, I am not sure whether we can use the command line
-ohsi option because OPTIO code.. Any thoughts would be appreciated..
Thanks in advance..
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 01:01 AM
02-18-2003 01:01 AM
Solution
Hi
Print a test page with the spooler as DEF
Then print a test page with spooler with the
DEF changed to 12
If you see a difference when pprinting outside of optio then the problem is optio and they should be consulted.
What type of printer are you using and what is the model script.
disable the printer then print with option and look in /var/spool/lp/request/printer where you will find a c(ontrol) and d(ata) file for each request.
Look in the control file for the parameters optio is giving. If it prints raw then you have a problem.
Steve Steel
The Murphy Philosophy
Smile . . . tomorrow will be worse.
Print a test page with the spooler as DEF
Then print a test page with spooler with the
DEF changed to 12
If you see a difference when pprinting outside of optio then the problem is optio and they should be consulted.
What type of printer are you using and what is the model script.
disable the printer then print with option and look in /var/spool/lp/request/printer where you will find a c(ontrol) and d(ata) file for each request.
Look in the control file for the parameters optio is giving. If it prints raw then you have a problem.
Steve Steel
The Murphy Philosophy
Smile . . . tomorrow will be worse.
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2003 02:27 AM
02-18-2003 02:27 AM
Re: model.orig defaults?
Hi,
the problem i see is that the hsi-option overrides the pitch-option.
So within the model.orig script search for
case "$pitch" in
...
esac
cut these lines and paste them after the hsi-case
case "$hsi" in
...
esac
If that doesn't help comment out the hsi-case lines.
Regards
the problem i see is that the hsi-option overrides the pitch-option.
So within the model.orig script search for
case "$pitch" in
...
esac
cut these lines and paste them after the hsi-case
case "$hsi" in
...
esac
If that doesn't help comment out the hsi-case lines.
Regards
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP