- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Forcing a FF in a remote printer
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
01-21-2003 06:50 AM
01-21-2003 06:50 AM
Forcing a FF in a remote printer
I've configured a remote printer (vdb60p) by following command:
#lpadmin -pvdb60p -v/dev/null -mrmodel -ormvdb60p -orpaux
So the printer is wonking fine, but I need **force** a Form Feed after last page. I have cofigured in the past other kinds of interfase models inserting an echo "\014\c" in the appropriate place. So, with this class of printer definition (lpr) I'm not sure how I can force FF. Pls find attached /var/spool/lp/inteface/vdb60p file.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 07:40 AM
01-21-2003 07:40 AM
Re: Forcing a FF in a remote printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 08:42 AM
01-21-2003 08:42 AM
Re: Forcing a FF in a remote printer
Let me explain our situation:
We have an Epson DFX-8500 with a Epson LAN card conected to a HP-UX 11.0 box, HP-JetAdmin software can't configure this LAN card type, Epson tech-doc show me this way to configure under HP-UX:
#lpadmin -pvdb60p -v/dev/null -mrmodel -ormvdb60p -orpaux
Where;
vdb60p: is the physical printer name defined in /etc/hosts with a specific IP address.
aux: looks like a logical device inside of vdb60p. SAM show it like a "remote" Type in a "aux on vdb60p" Location.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 12:06 PM
01-21-2003 12:06 PM
Re: Forcing a FF in a remote printer
A lifeboat please!
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2003 10:58 PM
01-21-2003 10:58 PM
Re: Forcing a FF in a remote printer
cp $1 /tmp/rmodel$$
echo "\014\c" >>/tmp/rmodel$$
mv /tmp/rmodel$$ $1
Make this modification to a *copy* ("my_rmodel") of the rmodel script and then remove the printer and re-add it, using my_rmodel as the model script.