NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

OCUM - how to know who performed an action ?

ple
3,564 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
3,564 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