<?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: Problem on ACCOUNT log analysis in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939333#M22124</link>
    <description>Davor,&lt;BR /&gt;&lt;BR /&gt;  Is accounting enabled for all classes? See &lt;BR /&gt;&lt;BR /&gt;$ SHOW ACCOUNTING&lt;BR /&gt;&lt;BR /&gt;  Note that "account" and "username" are very different things. If you can't figure out the right ACCOUNTING qualifiers to select the records you want, you can use ACCOUNT/FULL/OUTPUT=file to dump the entire contents of the accounting log and then use SEARCH. If you can't find the records you want in a full text dump, they don't exist!&lt;BR /&gt;&lt;BR /&gt;  You could also use PIPE, but remember that SEARCH/WINDOW in a pipe process can't have a non zero "pre" window, but can have a positive post window. So, for example, SEARCH/WINDOW will fail, but SEARCH/WINDOW=(0,5) will work.</description>
    <pubDate>Tue, 08 Nov 2005 22:36:30 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2005-11-08T22:36:30Z</dc:date>
    <item>
      <title>Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939332#M22123</link>
      <description>Here, i have an account named "AAA"&lt;BR /&gt;from UAF, i can see that:&lt;BR /&gt;Last Login: 28-OCT-2005 09:30 (interactive),  6-NOV-2005 00:00 (non-interactive)&lt;BR /&gt;&lt;BR /&gt;when i use $ACCOUNT /USER=AAA /SINCE 1-OCT-2005,i cannot track any record for this account. how come?&lt;BR /&gt;&lt;BR /&gt;question no.2, i wanna check whether this hostname(e.g. aaa.domain) successfully login to the system from a certain period. which command is a simple way to find some clues?&lt;BR /&gt;&lt;BR /&gt;thanks a lot !</description>
      <pubDate>Tue, 08 Nov 2005 21:49:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939332#M22123</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-11-08T21:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939333#M22124</link>
      <description>Davor,&lt;BR /&gt;&lt;BR /&gt;  Is accounting enabled for all classes? See &lt;BR /&gt;&lt;BR /&gt;$ SHOW ACCOUNTING&lt;BR /&gt;&lt;BR /&gt;  Note that "account" and "username" are very different things. If you can't figure out the right ACCOUNTING qualifiers to select the records you want, you can use ACCOUNT/FULL/OUTPUT=file to dump the entire contents of the accounting log and then use SEARCH. If you can't find the records you want in a full text dump, they don't exist!&lt;BR /&gt;&lt;BR /&gt;  You could also use PIPE, but remember that SEARCH/WINDOW in a pipe process can't have a non zero "pre" window, but can have a positive post window. So, for example, SEARCH/WINDOW will fail, but SEARCH/WINDOW=(0,5) will work.</description>
      <pubDate>Tue, 08 Nov 2005 22:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939333#M22124</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2005-11-08T22:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939334#M22125</link>
      <description>i think it should be enabled.&lt;BR /&gt;i test in another account BBB&lt;BR /&gt;it works...</description>
      <pubDate>Tue, 08 Nov 2005 23:11:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939334#M22125</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-11-08T23:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939335#M22126</link>
      <description>WAG:&lt;BR /&gt;&lt;BR /&gt;SYSUAF is update on login.&lt;BR /&gt;But the ACCOUNTNG record is only written on logout, is it not?&lt;BR /&gt;So either AAA is still looged in, or the accounting record could not be written. Crash?&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 00:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939335#M22126</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-11-09T00:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939336#M22127</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to trace logging activity, the better way is to enable Audit flags for it.&lt;BR /&gt;$ SET AUDIT/AUDIT/ENABLE=(BREAKIN=ALL,LOGIN=ALL,LOGFAILURE=ALL,LOGOUT=ALL)&lt;BR /&gt;Then you can use &lt;BR /&gt;$ ANALYZE/AUDIT 'audit_file' /FULL/SELECT=USERNAME=AAA&lt;BR /&gt;&lt;BR /&gt;Placement of audit_file is found in Destination: in $ SHOW AUDIT/ALL&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Wed, 09 Nov 2005 01:48:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939336#M22127</guid>
      <dc:creator>Mike Reznak</dc:creator>
      <dc:date>2005-11-09T01:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939337#M22128</link>
      <description>Davor,&lt;BR /&gt;&lt;BR /&gt;As John said, account and username are different; and to trace the activities of a system, first ACCOUNTING should have been enabled. Once we enable the ACCOUNTING, the system will update the actvities (enabled) in SYS$MANAGER:ACCOUNTING.DAT file.&lt;BR /&gt;&lt;BR /&gt;If ACCOUNTING has been enabled in your system, the command you have used should retrieve the records.&lt;BR /&gt;&lt;BR /&gt;Anyway, make sure the following ACCOUNTING activities have been enabled using &lt;BR /&gt;$SHOW ACCOUNTING&lt;BR /&gt;&lt;BR /&gt;network, login, batch, &lt;BR /&gt;detached, and intercative&lt;BR /&gt;&lt;BR /&gt;then lets try these commands..&lt;BR /&gt;&lt;BR /&gt;without any user qualifier..&lt;BR /&gt;$ ACCOUNTING/SINCE=1-OCT-2005&lt;BR /&gt;if no records, then accounting not been enabled.&lt;BR /&gt;&lt;BR /&gt;With user qualifier...&lt;BR /&gt;$ ACCOUNTING/USER=AAA /SINCE=1-OCT-2005&lt;BR /&gt;&lt;BR /&gt;If AAA is account name (not username)&lt;BR /&gt;$ ACCOUNTING/account=AAA /SINCE=1-OCT-2005&lt;BR /&gt;&lt;BR /&gt;Between two time-stamp&lt;BR /&gt;$ ACCOUNTING/USER=AAA/SINCE=1-OCT-2005&lt;BR /&gt;/BEFORE=[today or yesterday date]&lt;BR /&gt;&lt;BR /&gt;To trace the access (login) from remote node&lt;BR /&gt;&lt;BR /&gt;by node address..&lt;BR /&gt;$ACCOUNTING/Address = [decimal value of IP]&lt;BR /&gt;&lt;BR /&gt;By node&lt;BR /&gt;$ACCOUNTING/node = jupiter&lt;BR /&gt;&lt;BR /&gt;Any user on remote node&lt;BR /&gt;$ACCOUNTING/node=jupiter/remote_id=remote_username&lt;BR /&gt;&lt;BR /&gt;Archunan&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 02:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939337#M22128</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-09T02:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939338#M22129</link>
      <description>Davor,&lt;BR /&gt;&lt;BR /&gt;if ACCOUNTING not been enabled in your system, enable using&lt;BR /&gt;$ SET ACCOUNTING/enable = (network, login, intercative, batch )&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan</description>
      <pubDate>Wed, 09 Nov 2005 02:14:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939338#M22129</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-11-09T02:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939339#M22130</link>
      <description>Muthiah / all&lt;BR /&gt;i confused by:&lt;BR /&gt;by node address..&lt;BR /&gt;$ACCOUNTING/Address = [decimal value of IP]&lt;BR /&gt;By node&lt;BR /&gt;$ACCOUNTING/node = jupiter&lt;BR /&gt;&lt;BR /&gt;i wanna track the record from a source PC(TCP/IP)&lt;BR /&gt;how to transfer a ip addr to "decimal value of IP" ?&lt;BR /&gt;&lt;BR /&gt;system output:&lt;BR /&gt;$account /address=10.10.10.10 /since=27-oct-2005&lt;BR /&gt;%ACC-F-SYNTAX, error parsing '10.10.10.10&lt;BR /&gt;$account /address=[10.10.10.10] /since=27-oct-2005&lt;BR /&gt;%ACC-F-SYNTAX, error parsing '[10.10.10.10]'</description>
      <pubDate>Wed, 09 Nov 2005 02:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939339#M22130</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-11-09T02:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939340#M22131</link>
      <description>btw, all&lt;BR /&gt;&lt;BR /&gt;do you know how to specify another accounting file(ACCOUNTING.DAT) for search?</description>
      <pubDate>Wed, 09 Nov 2005 03:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939340#M22131</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-11-09T03:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939341#M22132</link>
      <description>You pass the filename via P1:&lt;BR /&gt;$ ACCOUNT filename /qualifier...&lt;BR /&gt;&lt;BR /&gt;To check for specific IP hosts/Adresses use AUDITing.&lt;BR /&gt;You must emable auditing with:&lt;BR /&gt;$ SET AUDIT/AUDIT/ENA=LOGIN=ALL&lt;BR /&gt;and analyse with:&lt;BR /&gt;$ ANA/AUD/SELE=(TERM=*host*)...&lt;BR /&gt;&lt;BR /&gt;regards Kalle&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 03:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939341#M22132</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2005-11-09T03:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939342#M22133</link>
      <description>Davor,&lt;BR /&gt;&lt;BR /&gt;HELP ACCOUNTING&lt;BR /&gt;&lt;BR /&gt;tells you&lt;BR /&gt;&lt;BR /&gt;ACCOUNT   [filespec]&lt;BR /&gt;&lt;BR /&gt;You can search any accounting file by just naming it, with SYS$MANAGER:ACCOUNTNG.DAT being only the default.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 09 Nov 2005 03:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939342#M22133</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2005-11-09T03:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939343#M22134</link>
      <description>thanks all!&lt;BR /&gt;i'm late to close this~ hehe&lt;BR /&gt;&lt;BR /&gt;thank you very much.&lt;BR /&gt;&lt;BR /&gt;furthermore, i submit another topic to get detail pwd changed time. could you kindly pls take a look?&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 09 Nov 2005 07:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939343#M22134</guid>
      <dc:creator>Davor_7</dc:creator>
      <dc:date>2005-11-09T07:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem on ACCOUNT log analysis</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939344#M22135</link>
      <description>Not late at all. Leaving a topic open for a day is pretty much desirable to give folks all around the globe a chance to contribute.&lt;BR /&gt;&lt;BR /&gt;Also, as you close, kindly give an indication as to what solved the problem for you, through a closing line, point assignments or both.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2005 08:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/problem-on-account-log-analysis/m-p/4939344#M22135</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2005-11-09T08:21:15Z</dc:date>
    </item>
  </channel>
</rss>

