Tracking the printer usage

Hi,
I'm new to Linux administration. Is there any log file available to check for the printer usage in a network, which gives details like
1) user who gave the print command
2) IP address of the machine from which print command is given
OR
can we write a script to manage it...
OR
is there any tool available for doing so...
Thanks in advance...
Srikanth

Assuming that you are using cups as the print manager, there are log files in /var/log/cups
If this doesn't answer the question, you might want to look here: http://www.linux-foundation.org/en/OpenPrinting/Database/ErrorLogFAQ
cheers,
R

Similar Messages

  • When Apple tracks your app usage for your battery is it able to track the usage of apps you've deleted off of your phone?

    Ive downloaded aops that I've ised but deleted. Is Apple able to track the usage of that apo that has been deleted?

    Usage data of individual apps is not regularly sent to Apple and you can simply opt out of sending any diagnostic or crash data.  And a deleted app certainly cannot send usage data as it is not available on the device to be used, nor can an absent app crash and generate a log report.

  • I can't find the tether usage indicator since I upgraded to iso7. I need to keep track of my tether data. Where is it?

    I can't find the tether usage indicator since I upgraded to iso7. And I need it to track my tether usage. Where is it?

    I already tried going to settings>cellular but all that shows is the total data usage. It doesn't break it down between the total amount of data and total amount of tethering like the old operating system did. Any other suggestions.

  • In using MS Word for mac, and using track changes, and I send a copy, the recipient cannot see the track changes, nor do they show up on the printed copies, even though I highlight show changes in print

    In using MS Word for Mac, and in using Track Changes, when I send an email with the changes, the recipient cannot see the highlighted changes, nor do the printed pages show the highlighted changes, even though I have checked "show highlighted changes"

    In using MS Word for Mac, and in using Track Changes, when I send an email with the changes, the recipient cannot see the highlighted changes, nor do the printed pages show the highlighted changes, even though I have checked "show highlighted changes"

  • Tracking Bonjour Printer on the Network

    I am trying to track down a computer that is sharing a printer on my network via Bonjour. I first thought that it was one of my OS X servers publishing it. I am redoing some labs during the summer and figured it wouldn't hurt to clear the queues, so I reset the printing system on all of them. That did not change anything. The printer itself does not support Bonjour/mdns, so it is not causing the problem. Just to be safe, I turned off the printer. The old printer share is still showing up in Bonjour. Is there any way to figure out who is sharing this printer short of turning off every printer to see which one goes away?

    You mention turning off a printer but then you also mention trying to figure which printer is broadcasting. So if it is a printer that you want to locate then you can open Safari and select the Bookmarks icon. Then in the sidebar you can select the Bonjour entry which will show all Bonjour devices this Mac can see. In theory the printer that you are looking for will be shown here and selecting it will connect to its internal web page, probably giving you more clues as to what it is and where it is located.
    If it is another Mac that is sharing the printer then I don't think the Safari action will help. But if you did select to add this shared printer and then open System Profiler and select the Printers entry in the sidebar, this printer will be listed and selecting it will give more information about the Mac that is sharing it.

  • My Canon MP620 appears to be connected, yet every time I try to print something, it says error.  I have tried to unplug and track the error, but I cannot figure out why. Please help! this is such an inconvenience!

    My Canon MP620 appears to be connected, yet every time I try to print something, it says error.  I have tried to unplug and track the error, but I cannot figure out why. Please help! this is such an inconvenience!

    What Mac model? What Mac OS version?
    FYI, this forum is for Apple hardware made before 1999.

  • [59053] Usage Tracking stopped because the specified Usage Tracking table

    Immideatly after server startup, I am gettting this log in the NQServer.log.
    [59053] Usage Tracking stopped because the specified Usage Tracking table contained the wrong number of columns or a column with an inappropriate data type.
    Any idea how I can find out which table needs update?
    Thanks
    -SJ
    Here are the details of hte tables I have in the Usage tracking schema :
    CREATE TABLE "RMI"."S_NQ_ACCT"
    (     "USER_NAME" VARCHAR2(128 BYTE),
         "REPOSITORY_NAME" VARCHAR2(128 BYTE),
         "SUBJECT_AREA_NAME" VARCHAR2(128 BYTE),
         "NODE_ID" VARCHAR2(15 BYTE),
         "START_TS" TIMESTAMP (6),
         "START_DT" TIMESTAMP (6),
         "START_HOUR_MIN" CHAR(5 BYTE),
         "END_TS" TIMESTAMP (6),
         "END_DT" TIMESTAMP (6),
         "END_HOUR_MIN" CHAR(5 BYTE),
         "QUERY_TEXT" VARCHAR2(1024 BYTE),
         "SUCCESS_FLG" NUMBER(10,0),
         "ROW_COUNT" NUMBER(10,0),
         "TOTAL_TIME_SEC" NUMBER(10,0),
         "COMPILE_TIME_SEC" NUMBER(10,0),
         "NUM_DB_QUERY" NUMBER(10,0),
         "CUM_DB_TIME_SEC" NUMBER(10,0),
         "CUM_NUM_DB_ROW" NUMBER(10,0),
         "CACHE_IND_FLG" CHAR(1 BYTE) DEFAULT 'N' NOT NULL ENABLE,
         "QUERY_SRC_CD" VARCHAR2(30 BYTE) DEFAULT '',
         "SAW_SRC_PATH" VARCHAR2(250 BYTE) DEFAULT '',
         "SAW_DASHBOARD" VARCHAR2(150 BYTE) DEFAULT '',
         "SAW_DASHBOARD_PG" VARCHAR2(150 BYTE) DEFAULT '',
         "PRESENTATION_NAME" VARCHAR2(128 BYTE) DEFAULT '',
         "ERROR_TEXT" VARCHAR2(250 BYTE) DEFAULT '',
         "RUNAS_USER_NAME" VARCHAR2(128 BYTE) DEFAULT '',
         "NUM_CACHE_INSERTED" NUMBER(10,0) DEFAULT NULL,
         "NUM_CACHE_HITS" NUMBER(10,0) DEFAULT NULL
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE INDEX "RMI"."S_NQ_ACCT_M1" ON "RMI"."S_NQ_ACCT" ("START_DT", "START_HOUR_MIN", "USER_NAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE INDEX "RMI"."S_NQ_ACCT_M2" ON "RMI"."S_NQ_ACCT" ("START_HOUR_MIN", "USER_NAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE INDEX "RMI"."S_NQ_ACCT_M3" ON "RMI"."S_NQ_ACCT" ("USER_NAME")
    PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "RMI_DATA" ;
    CREATE OR REPLACE FORCE VIEW "RMI"."NQ_LOGIN_GROUP" ("LOGIN", "RESP") AS
    Select DISTINCT USER_NAME as "LOGIN", RUNAS_USER_NAME as RESP From S_NQ_ACCT
    Edited by: SachinJ on Aug 3, 2009 7:54 AM

    Compare the S_NQ_ACCT table you created with the table structure defined in the rpd under the physical layer database object "Oracle Analytics Usage".

  • Do we have any option to track the number of downloaded reports from the OBIEE dashboard or Analysis by the user using usage tracking.

    Do we have any option to track the number of downloaded reports from the OBIEE dashboard or Analysis by the user using usage tracking.

    I'll ask the question of our onsite Microsoft consulting guys, but it's my understanding that as enterprise admins, we have no controls over it. This is an outcome of putting the end-users in charge of their own destiny.
    We can revoke a user's entitlement to Office365ProPlus in the portal and via scripts, but AFAIK only the user controls the allocation of their entitlement.
    Revoking an assignment/allocation, when logged in as the user, doesn't require access to the assigned/allocated computer, but if the information about the assigned/allocated computers in the portal is vague or ambiguous, it's easy to revoke the "wrong" one.
    There's not much here in this forum about the hosted/cloudy aspects, since this forum is mainly about the client-side bits (the client applications, setup and configuration of those) - so in here, I usually refer people off to the O365 community for the
    portal and hosted stuff.
    (we have MS onsite at the moment for a big planning piece, around O365 and also Win8.1 and VDI. I'm not usually this lucky to have those guys on tap ;)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Networked Officejet Pro 8600 - One PC lost track of the Printer part

    On 9/23/13 my main PC stopped being able to print with my Officejet Pro 8600n. Everything had been working fine, then nothing. That PC can still scan with the 8600, but cannot print. Of course, I swear that I have "changed nothing." :+)
    The problem persists whether the printer is connected to the router with a cable or wirelessly.
    My #2 PC can still print with the 8600 as it did before so I know it's still capable of printing.
    The HPPSdr utility is bad crazy, claiming that the problem PC is not connected to the internet when it IS connected.
    When I try to analyze this, I get:
    - The network is working correctly. Other PCs can use it to print, the problem PC can use it to scan.
    - The 8600 is connected to the network. Evidence is the stuff that it still does do.
    - The 8600 is in good working order. It does everything it used to do, just not from every PC.
    - This seems to leave a bad driver or something like it in the problem PC. Why didn't the 99 re-installs that I've done fix this?
    I've Googled this problem and read a LOT of defeatist posts griping about Microsoft and HP. I've read about Miracle Cures from running HPPSdr, but didn't experience one myself. I'm concerned that so many have complained of problems like this but there's no commonly known fix.
    I looked at Windows Restore Points on the problem PC and found that they only seem to go back to 9/23 (?). The notes for service applied on the 23rd at 3am mentioned an HP module in the Affected Modules box. ??? I clicked "Show more Restore Points" but it didn't.
    I hope that somebody can square me away on this one, or at least get me started.
    Thanks in advance!
    :+)

    No luck from turning the firewall off.
    Ditto for the power sequence.
    I wonder if there is a procedure available to COMPLETELY uninstall my HP Officejet Pro 8600n from the offending PC.
    I have deleted the printer and tried re-installing from the CD. Also tried from the downloaded latest install package. I'm used to this, as over time one or another of my HP printers has disappeared from a computer. Until this time, it's been a nuisance (but no more) to get them back.
    This time, when I try the "Add A Printer" route:
    - The "Searching For Available Printers" window opens and the printer is displayed with its correct TCP/IP address (192.168.1.103)
    - When I click on that printer and then click Next a window titled "Detecting TCP/IP Port" opens and tells me "Detecting the TCP/IP port...Windows will automatically move to the next page when the detection is done."
    - The next page is titled "Additional port information required". It tells me that the device is not found on the network, and to "be sure that
      1. The device is turned on. (It is)
      2. The network is connected. (It is)
      3. The device is properly configured" (It is. Remember that I can print here from other PCs.)
      (there's more...)
    The weirdness goes on from there. I end up with a screen that says good installation, but when I try to print a test page, it won't. (Printing - error)
    I have screen shots of the entire procedure in PDF form. I'll post them if somebody wants to see them, I also have screen shots from a run of HPPCdr.
    My PC is a Lenovo desktop running Windows7 with current service.
    My router is a Linksys EA4500.
    Now what?
    Thanks again.

  • How to track the standard function code eg. PRI

    Dear All,
    I have a requirement that says that I will execute a report. Now when the user will click on the print button may be customized or can be taken from menu (Standard PRI) I want to update a table when the printout has been taken. I am not able to track down the print functionality through AT USER-COMMAND. Can anyone please help me out.
    Thanks and regards,
    Atanu

    open the standard program in se80
    check the standard menu items in GUI status.
    check the function code there..
    regards.
    santhosh reddy

  • Just updated to new Firefox - now when clicking on a website to visit the color of the print no longer changes to indicate that I have visited that site already. How can I get that feature again?

    Since updating to new firefox I have lost a very helpful tool. Before, when I clicked on a website to visit, the color of the print would change from blue to purple to indicate that I had visited that site. Now it does not do that so it is difficult to keep track of what sites I have visited and what sites I haven't when looking down the list of possible sites to visit.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    *You enter Private Browsing mode if you select: Tools > Options > Privacy > History: Firefox will: "Never Remember History"
    *To see all History and Cookie settings, choose: Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    * Deselect: [ ] "Permanent Private Browsing mode"
    Make sure that the History is enabled:
    * Tools > Options > Privacy > Firefox will: "Use custom settings for history" > Remember my browsing history
    See also http://blog.mozilla.com/security/2010/03/31/plugging-the-css-history-leak/

  • TS2755 how do i track the number of messages sent? i am on a limited sms plan so i want to know how many messages was i able to send in a month. is there an (free) app for it??

    how do i track the number of messages sent? i am on a limited sms plan so i want to know how many messages was i able to send in a month. is there an (free) app for it??

    Doubtful unless your carrier has an app that includes the option.
    My carrier has an app that I can check current usage and past usage with a previous bill and pay the bill.

  • How to track frequency of usage and variant name

    Hi experts,
    Our team currently involved in Kaizen project. One of the enhancement we are looking at is tracking frequency of usage and variant name created. For example, for the payroll transaction, we created  a few variant (a,b,c,d). Is there any standard report we can check-which variant we use most; who created the variant, last change, last access,how many time we use the variant.
    Thanks in advance

    There is a table VARID where you can see who created the variant plus the date and time. This table also has the changed by details again with date and time.
    If the payroll transaction is run with a job i.e. sm37 then from there you can click on "step" and get the variant name.
    Please mark helpful or correct answers.
    If you can give me more detail of what it is you required then let me know.

  • Batch tracking and material usage analysis

    how do we track the batches and material usage analysis in case of any customer complaint?

    You can use the reports BMBC, MB56, MCRE, MCRX.
    If you want to track by batch wise then batch traceability report MB56.
    Hope this helps you.

  • How do I safely get the side panels of the printer off

    How do I safely get the side panels off the printer. I am attempting a repair and do not want to break them

    The thin strip is called the encoder strip.  It has very fine lines that are used to keep track of where the carriage is as it moves across the paper.  You should not need to remove the sides to replace this, but it can be a bit tricky.  The post here may help.  Be sure the encoder strip is properly threaded through the sensor at the back of the carriage.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • CCMS agent update fails with an error

    Hello All, We are trying to update CCMS agent 700 unicode version on 640_REL unicode kernel. But we are getting below error ./sapccm4x -v   Could not open the ICU common library.    The following files must be in the path described by    the environm

  • Decimal places in database

    Hi all, Please can you make B1 do all calculations and store all data in the database to the maximum number of decimal places, and then let users pick to how many decimal places to view on screen? At the moment, if I only pick 2 decimal places, the d

  • Report for viewing FB60

    Hi, I would like to know the t-code for viewing a list of all documents posted via FB60.  I only want to see what was posted with just FB60.  I do not have access to SE16N or SE16. Thanks, Kevin

  • FTP server permissions "Read Only"

    I manage my own website, and would like to use Finder as my FTP medium. I can log into it, and download from it, but I cannot write to it. I have web admin privileges, but I'm unable to UPload to my ftp server. It runs on the basic port 21, and has r

  • Not all my images show up in the Server Panel

    Not sure if this is a Dreamweaver (8) issue or a GoDaddy issue (or neither) – but I have site that has a cart with a lot of images. Inside the images folder, there are currently about 6400 jpegs and gifs. When I log into the server, I'm only seeing a