Results 1 to 9 of 9

Thread: Network printer

  1. #1

    Network printer

    Here at work we have an hp 8550 color printer on the network. many people print to this, recently people have been printing large pictures and leaving them there. my boss asked me to find out who has been doing this. the problem i have is that i can only see who is printing as it is done not after is there something that will capture all the print requests .?

  2. #2
    Junior Member
    Join Date
    Aug 2001
    Posts
    21
    I dont know if this will help, but in our office we have an HP4500 color printer on the network. We also use Backup Exec as our backup utility. I have found that I can get a history report out of backup Exec that lists printjobs and what user sent them to the printer. Backup Exec was setup to the default options. That's how we find out who printed what on our network.

  3. #3
    well What I like to do is ...most new printers have web servers that you can log onto and set configurations and stuff.If you go to http://<printer ip> and from there you can get info on logs and the print spooler.
    [glowpurple]A_420_hacker_24::.\"A man without a computer is just a man, a man with a computer is a Admin\" ... \"If its not 4:20 on your clock, it\'s time to change the time\"..:Quotations from Larry Wall:.
    \"I think you didn\'t get a reply because you used the terms \"correct\" and \"proper\", neither of which has much meaning in Perl culture. :-) \"
    [/glowpurple]

  4. #4
    Junior Member
    Join Date
    Sep 2002
    Posts
    16
    Depending on the network you can have it print banner pages that denotes the username that is associated with the print job.

  5. #5
    Senior Member
    Join Date
    Nov 2001
    Posts
    257
    Are people printing directly to the printer through TCP/IP or DLC? Are they printing through a print server?

    If you're using a print server, it should be able to be configured to log print jobs. Windows NT and 2k print servers dump all that information in the security log by default. If you have people printing directly to the printer, well, it would have to be advanced enough to keep it's own logs I suppose.
    -Shkuey
    Living life one line of error free code at a time.

  6. #6
    Senior Member roswell1329's Avatar
    Join Date
    Jan 2002
    Posts
    670
    Originally posted here by shkuey
    Are people printing directly to the printer through TCP/IP or DLC? Are they printing through a print server?

    If you're using a print server, it should be able to be configured to log print jobs. Windows NT and 2k print servers dump all that information in the security log by default. If you have people printing directly to the printer, well, it would have to be advanced enough to keep it's own logs I suppose.
    This is the same for most unix print hubs as well. You should be able to grep through the lp logs to find who is sending what.
    /* You are not expected to understand this. */

  7. #7
    It does not keep logs and they print directly to it.

  8. #8
    Junior Member
    Join Date
    Oct 2002
    Posts
    15
    Set up auditing is the onlu solution I can come up with if you are using Win2K. Than once you find out who the persons responsible are, lay the smack down.
    Condor
    _____________________________________________
    \"The problems that exist in the world today cannot be solved by the level of thinking that created them.\"
    -Albert Einstein \"The problems that exist in the world today cannot be solved by the level of thinking that created them.\"

  9. #9
    str34m3r
    Guest
    If the printer doesn't keep it's own logs, then you might want to try recording the network traffic to the printer with a computer on the same segment. All you would have to do is set up tcpdump or windump to listen for traffic on the printer port (9100 if you're using jetdirect or 161 if you're using SNMP). Then, whenever you have a question about a particular print job, you just look back through the traffic. Large pictures like the ones you described should be easy to spot among the other print traffic because the number of packets required for images is so much larger than the number of packets for a normal print job. It's not the prettiest implementation, but if your printer doesn't log, you don't have many other options.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •