- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Print spooling hostname source location
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-22-2004 02:31 AM
07-22-2004 02:31 AM
what system is printing to the spooler?
The log /var/spool/lp/log shows the jobs/users/times but not where it originated from. I can however see the originating system
if it is in the queue while doing an lpstat -o
but otherwise there is no log of the originating source node name.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 02:44 AM
07-22-2004 02:44 AM
Re: Print spooling hostname source location
Printer scripts in /etc/lp/interface are ascii
If you want this then extract the data from a script and use logger to write it to the syslog or write yourself to another log
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 05:02 AM
07-22-2004 05:02 AM
Solutionrlpdaemon is responsible for processing remote printing requests from the remote systems.
Enable logging for rlpdaemon in /etc/inetd.conf
# vi /etc/inetd.conf
printer stream tcp nowait root /usr/sbin/rlpdaemon rlpdaemon -il
#
# ineted -c
Now the remote printing request information will be logged to /var/adm/lp/lpd.log
-- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 05:20 AM
07-22-2004 05:20 AM
Re: Print spooling hostname source location
hostname that is sending the spool job to the current spooler?
SystemA lpd sends to SystemB spooler which
may send to SystemC spooler then to printer.
How do you get either SystemA hostname or
SystemB hostname origination?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2004 05:46 AM
07-22-2004 05:46 AM