- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remote printing
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-02-2002 04:51 AM
04-02-2002 04:51 AM
remote printing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:32 AM
04-02-2002 05:32 AM
Re: remote printing
I do not believe this is possible because the remote scripts are very general while jetadmin has a script per class of printer.
With BSD as an option you can only send BSD
options . see /var/spool/model/rmodel
Without BSD selected then options like the landscape -olandscape will work but not
tray specific.
Use the jetadmin or printer installer on each machine if the printer is on the network instead of a remote scenario.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 05:51 AM
04-02-2002 05:51 AM
Re: remote printing
but couldnt find any usefull information in that rmodel script either...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 03:25 AM
04-05-2002 03:25 AM
Re: remote printing
On the remote system, create an *extra* *dummy* printer.
You can use a modified copy of the "dumb" model script.
In the part of the script where it does the actual printing (the "cat "$file" 2>&1" and "echo "\014\c"" commands in the "for file in $files", "do", .... "done" loop), use, *instead of* the cat and echo commands, a *new* "lp -d... -o... $file" command, where "-d..." specifies the desired real printer and "-o..." specifies the desired option(s) for tray, paper, etc..
On the local system, set up a new remote printer pointing to the dummy printer.
Now you can remotely print to the dummy printer, which in turn prints to the real (remote) printer, using the desired options.
I hope this solves your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 03:41 AM
04-05-2002 03:41 AM
Re: remote printing
Found time to make a non bsd remote printer.
It seems to take all options.
Here is my control file from the spooler.
pg /var/spool/lp/request/tester046/cfA001xantia
Hxantia
Proot
Jtester046-1
C
Lroot
B
K1
Oa3 landscape btray1
T/etc/hosts
FdfA001xantia
fdfA001xantia
UdfA001xantia
N/etc/hosts
A0
So remake the printer as non bsd and try the options.
To test
disable the printer. try printing
check /var/spool/lp/request/printer/c* to see
what is sent to the remote printer.
Steve Steel