<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: System Accounting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705904#M59286</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Have a look here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cb43fa720f3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cb43fa720f3d5118ff40090279cd0f9,00.html&lt;/A&gt;</description>
    <pubDate>Thu, 18 Apr 2002 06:33:32 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2002-04-18T06:33:32Z</dc:date>
    <item>
      <title>System Accounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705903#M59285</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;If I have enabled system accounting on my hp-ux system , just wanted to know which are the files I have to look into for accounting info.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Apr 2002 06:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705903#M59285</guid>
      <dc:creator>SSP_1</dc:creator>
      <dc:date>2002-04-18T06:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: System Accounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705904#M59286</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Have a look here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cb43fa720f3d5118ff40090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1cb43fa720f3d5118ff40090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 18 Apr 2002 06:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705904#M59286</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2002-04-18T06:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: System Accounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705905#M59287</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The main files are:&lt;BR /&gt;- /var/adm/pacct&lt;BR /&gt;- /var/adm/wtmp&lt;BR /&gt;&lt;BR /&gt;For more information and accounting usage, &lt;BR /&gt;&lt;BR /&gt;# man 1m acct&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Thu, 18 Apr 2002 06:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705905#M59287</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-04-18T06:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: System Accounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705906#M59288</link>
      <description>The files pacct and wtmp are used by the accounting system, and are of no use to you!&lt;BR /&gt;&lt;BR /&gt;The files you need to look at are the reports generated by system accounting.  These are located in "/var/adm/acct/sum".&lt;BR /&gt;Human reports are called sa$M$D where $M is the month and $D is the day of the month.  &lt;BR /&gt;Additional data can be parsed with prtacct and are called ta$M$D where $M is the month and $D is the day of the month.  &lt;BR /&gt;&lt;BR /&gt;Normally I do not call runacct directly from cron, but build a script to do the following.&lt;BR /&gt;1.  runacct  # obvious&lt;BR /&gt;2.  ckpacct  #Turns acct off if disks are getting full&lt;BR /&gt;3.  Compress reports more than one month old.&lt;BR /&gt;4.  remove reports more than 3 months old&lt;BR /&gt;&lt;BR /&gt;NOTE:  You could also print the reports for yourself so they are ready when you come in.  ;)&lt;BR /&gt;&lt;BR /&gt;Personally, I think that system account is the most usefull yet underused of UNIX services.  Hope it serves you well!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Thu, 18 Apr 2002 14:21:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705906#M59288</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-04-18T14:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: System Accounting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705907#M59289</link>
      <description>Hi Shripad&lt;BR /&gt;&lt;BR /&gt;The main file is /var/adm/pacct which keeps on getting fatter with the usage . You can see man acct to get more information . accton will give the o/p as you desired . man accton will get you where you want.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Thu, 18 Apr 2002 14:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-accounting/m-p/2705907#M59289</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-04-18T14:30:25Z</dc:date>
    </item>
  </channel>
</rss>

