- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- making printer to be used by only one user
Operating System - HP-UX
1819870
Members
2458
Online
109607
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-26-2006 01:11 AM
тАО04-26-2006 01:11 AM
Hi All
I have a network printer connected.A user complains that the printer is dedicated for him but other users are printing on it. is there any way to make a network printer to use only for one user.
Please help.
thanks
s.o
I have a network printer connected.A user complains that the printer is dedicated for him but other users are printing on it. is there any way to make a network printer to use only for one user.
Please help.
thanks
s.o
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2006 01:30 AM
тАО04-26-2006 01:30 AM
Solution
Hi,
first I would write a mail to all potential users of this printer, that user 'thisusr' does not want to have print jobs submitted to HIS printer - only in case they complain about print jobs getting lost...
Then:
- convert the network printer to a local one
- disable rlpdaemon in /etc/inetd.conf
- add code to /etc/lp/interface/ to check for this particular user:
...
usernam=`id -un`
case "$usernam" in
thisusr|root) ;;
*) exit 0 ;;
esac
...
mfG Peter
first I would write a mail to all potential users of this printer, that user 'thisusr' does not want to have print jobs submitted to HIS printer - only in case they complain about print jobs getting lost...
Then:
- convert the network printer to a local one
- disable rlpdaemon in /etc/inetd.conf
- add code to /etc/lp/interface/
...
usernam=`id -un`
case "$usernam" in
thisusr|root) ;;
*) exit 0 ;;
esac
...
mfG Peter
The Universe is a pretty big place,
it's bigger than anything anyone has ever dreamed of before.
So if it's just us, seems like an awful waste of space, right?
Jodie Foster in "Contact"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2006 04:12 AM
тАО04-26-2006 04:12 AM
Re: making printer to be used by only one user
The solution depends on how this printer is connected. Are all the prnt jobs coming from your HP-UX computer? If so, you can edit the printer's script to ignore any print jobs not from this user. But if the print jobs are coming from other computers (PC's, Mac's, mainframes, etc), the solution is a bit more complex.
If it uses an HP JetDirect LAN card (typical for HP printers), you can configure the LAN card to only accept print jobs from a specific IP address. There is no concept of a "user" for print jobs so all you can limit is access by IP address.
If the printer does not use an HP JetDirect card, you'll have to refere to the LAN card's documentation, but be aware that most non-HP LAN adapters have no connectivity controls. So the only fix is to take the printer off the LAN and connect it directly to the computer.
Bill Hassell, sysadmin
If it uses an HP JetDirect LAN card (typical for HP printers), you can configure the LAN card to only accept print jobs from a specific IP address. There is no concept of a "user" for print jobs so all you can limit is access by IP address.
If the printer does not use an HP JetDirect card, you'll have to refere to the LAN card's documentation, but be aware that most non-HP LAN adapters have no connectivity controls. So the only fix is to take the printer off the LAN and connect it directly to the computer.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2006 03:36 AM
тАО04-28-2006 03:36 AM
Re: making printer to be used by only one user
Thanks Bill and Peter
I will look in to the possibility and do it.
Thanks again for your help.
s.o
I will look in to the possibility and do it.
Thanks again for your help.
s.o
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP