- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: avoid page break onlp
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
04-05-2007 02:49 AM
04-05-2007 02:49 AM
avoid page break onlp
I have a huge file to print using lp command on a virtual printer, it has no carriage return at the end of line.
I do this :
lp -dWV -oraw -onb -otl60 myfile
the file is printed but each 74 lines put a page break.
Which is the option that avoid lp to put a page break ?
thanks
Angelo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 03:45 AM
04-05-2007 03:45 AM
Re: avoid page break onlp
You may be able to change the configuration of the form length on the local host.
Plan B. Can you set the printer up as a network printer (ie does it speak HP Port 9100 protocol)? If not, can you use an external Jetdirect with a parallel, serial, or USB connection to the printer? You will then have full control over the device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 04:00 AM
04-05-2007 04:00 AM
Re: avoid page break onlp
On the unix box i set it as as network printer using jetdirect.
It means I should have a full controll but still need to know the right option.
thanks
angelo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 05:43 AM
04-05-2007 05:43 AM
Re: avoid page break onlp
Please post the output of this command:
lpstat -vWV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2007 08:10 PM
04-05-2007 08:10 PM
Re: avoid page break onlp
The command:
lp -dWV -oraw -onb -otl60 myfile
is executed on the unix box where the printer I have configured is :
$ lpstat -vWV
device for WV: /dev/null
remote to: webvista_vp on silv-mi-vista
this is spool goes into a windows PC that act as a printer. I mean it listen for incoming spool and put it into a folder, than an application read and open it.
Once it is opened at the line 74 there is a page break, I need to avoid this break or make sure it is not caused by my spool sent by the unix box. I do not know the application on the windosw PC since I do not administrate it.
many thanks
Angelo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2007 03:57 PM
04-06-2007 03:57 PM