Operating System - OpenVMS
1753734 Members
4487 Online
108799 Solutions
New Discussion юеВ

Accounting information-Openvms V8.3

 
shiva27
Frequent Advisor

Accounting information-Openvms V8.3

Hi All,

Can someone help,how can i collect the accounting infomation, we've enable the accouting (set account/enable) in openvms system
Is it possible to redirect the accouting events in text file.

Openvms :V8.3
3 REPLIES 3
Volker Halle
Honored Contributor

Re: Accounting information-Openvms V8.3

shiva27,

welcome to the OpenVMS ITRC forum.

To format and output the accounting information, use the ACCOUNTING utility.

$ HELP ACCOUNTING will provide further details.

Volker.
Robert Gezelter
Honored Contributor

Re: Accounting information-Openvms V8.3

Shiva,

I concur with Volker, please review the HELP text and possibly the manuals on the OpenVMS WWW site at http://www.hp.com/go/openvms

- Bob Gezelter, http://www.rlgsc.com
Rich Hearn
Regular Advisor

Re: Accounting information-Openvms V8.3


shiva27,

perhaps this would be of some value - I use it evey month (changing what needs to be changed of course :^)

$ account/brief/sin=02-Nov-2008:13:20 sys$specific:[sysmgr]accountng.dat /out=$1$Dga64:[old_syslogs.cache1]acct_ascii.txt

This will print out all of the entries. If you specify /image=image_name, you get just that image

example:
CACHE1::DISK$INFSYS:[RJHEARN]_>Account/br/image=authorize dga60:[old_syslogs.Cache2]accountng_Cache2_12-01-2008.dat

Date / Time Type Subtype Username ID Source Status
--------------------------------------------------------------------------------
1-NOV-2008 06:00:17 IMAGE AUTHORIZE SYSTEM 204B323C 00000001
1-NOV-2008 06:09:02 IMAGE AUTHORIZE SYSTEM 204B323C 00000001
2-NOV-2008 02:11:01 IMAGE AUTHORIZE RJHEARN 204B03E7 TELNET 00000001
2-NOV-2008 02:12:06 IMAGE AUTHORIZE RJHEARN 204B03E7 TELNET 00000001
CACHE1::DISK$INFSYS:[RJHEARN]_>


CACHE1::DISK$INFSYS:[RJHEARN]_>Account/br/type=logfail/sin=30-Nov-2008:12 dga60:[old_syslogs.Cache1]accountng_Cache1_12-01-2008.dat

Date / Time Type Subtype Username ID Source Status
--------------------------------------------------------------------------------
30-NOV-2008 13:04:13 LOGFAIL AHWELSH 2121CC15 TELNET 10D38084
30-NOV-2008 13:32:08 LOGFAIL 2121A450 TELNET 10D38064
30-NOV-2008 13:32:39 LOGFAIL 2121C453 TELNET 10D38064

Hope this helps,
Rich