Active IQ Unified Manager Discussions

OCUM - how to know who performed an action ?

ple
2,687 Views

Hello,

In the OCUM logs, we can see the actions performed but how can we know the user who performed theses actions ? 

OCUM 5.1 or 5.2 in 7-mode.

Thanks a lot for your answer

Philippe

1 REPLY 1

venkat3
2,687 Views

Hi Philippe,

Welcome to communities.

>In the OCUM logs, we can see the actions performed but how can we know the user who performed theses actions ?

Look for "audit.log" file under /opt/NTAPdfm/log/ (assuming rhel ocum 5.2)

CLI invocations have CMD

Jul 04 02:07:46 [dfm:NOTIC]: root:CMD:in:[127.0.0.1]:dfm version:

and API's

Jul 04 02:02:04 [Unknown:NOTIC]: root:API:in:[127.0.0.1]::<dp-job-schedule-list-iter-start>  <from-time>1404454080</from-time>  <to-time>1404455880</to-time> </dp-job-schedule-list-iter-start>

Jul 04 02:02:04 [Unknown:NOTIC]: root:API:in:[127.0.0.1]::<dp-job-schedule-list-iter-end>  <tag>dp_job_schedule143_641383625</tag> </dp-job-schedule-list-iter-end>

hope this helps.

-Srinivas

Public