- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: stop the banner page for 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
03-22-2004 04:33 AM
03-22-2004 04:33 AM
stop the banner page for a remote printer
I am trying to disable the banner page for a remote printer setup on a C3750 running HP-UX11.11.
I tried to put BSDh="-h", and reset the print scheduler but it did not worked.
What should I do?
I am not user jetdirect.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 04:48 AM
03-22-2004 04:48 AM
Re: stop the banner page for a remote printer
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 04:49 AM
03-22-2004 04:49 AM
Re: stop the banner page for a remote printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 07:15 AM
03-22-2004 07:15 AM
Re: stop the banner page for a remote printer
there is a gray square at the top with a big LP in the top left corner. There are 3 lines stating the user:xxxx,
Request : printer-### from sbcat2 which is the server name.
There is another square "Option summuray" from net_ljx000.
The thing is that the server (HP-UX 10.20) is not using jetadmin but the w/s does.
Though, since I do not know how to configure a remote printer through jetadmin, I did it with SAM.
We still have an old w/s running 10.20 also and if we print from it, there are no banner.
Thanks again for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 07:54 AM
03-22-2004 07:54 AM
Re: stop the banner page for a remote printer
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 12:27 AM
03-23-2004 12:27 AM
Re: stop the banner page for a remote printer
telnet
set banner:0
save <--I think
quit
if you want to disable it from unix when printing: "lp -dmy_printer -onb"
-o = option
nb = No Banner
another thing to look at....
In directory
/etc/lp/interfaces/model.orig
might be a file with the name of your printer.
Look at a copy of it.
Buried in it could be the command unix is looking for to disable the banner page.
The command is "-onb" for me.
steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 01:16 AM
03-23-2004 01:16 AM
Re: stop the banner page for a remote printer
Thanks to all.