Operating System - OpenVMS
1752810 Members
5896 Online
108789 Solutions
New Discussion юеВ

Re: reporting on user logins and logouts

 
SAMI AHMAD
Regular Advisor

reporting on user logins and logouts

hi !
is there a way I can get user login and logout times from accounting or anyother way on openVMS 7.3?

thanks
3 REPLIES 3
SAMI AHMAD
Regular Advisor

Re: reporting on user logins and logouts

thanks I got my answer ..
Steven Schweda
Honored Contributor

Re: reporting on user logins and logouts

> [...] I got my answer ..

It would be nice if you revealed what that
answer was. At some future time, someone
with a similar problem might do a Forum
search, and might find this thread. And
learn absolutely nothing useful from it.
Robert Atkinson
Respected Contributor

Re: reporting on user logins and logouts

System security audits currently enabled for:
ACL
Authorization
Audit: illformed
Persona: create,delete,modify
Process: CREPRC,DELPRC
Breakin: dialup,local,remote,network,detached
Login: batch,dialup,local,remote,network,subprocess,detached,server
Logfailure: batch,dialup,local,remote,network,subprocess,detached
Logout: batch,dialup,local,remote,network,subprocess,detached,server
ALPHA_ROB$$


$ ANAL /AUDIT /EVENT=(LOGIN,LOGOUT,PERSONA,PROCESS) /FULL /SINCE='LAST_RUNDATE_LONG' -
/SELECT=(SYSTEM=NAME=(ALPHA,BETA),SUBTYPE=(LOCAL,REMOTE,DIALUP,PERSONA_CREATE,PERSONA_DELETE,PRC_DELPRC)) -
/OUT=SYS$TEMP:USER_AUDIT.TXT SYS$TEMP:LOGCREATE_AUDITFILES.DAT