AIX Auditing problam


 
Thread Tools Search this Thread
Operating Systems AIX AIX Auditing problam
# 1  
Old 02-07-2011
Java AIX Auditing problam

i have sucessfully enable the auditing on AIX with adding som onjects.
but when i go for
Code:
auditpr -v < /audit/trail

vlets say i reset audit at last dat 5 pm
Code:
auditpr -v < /audit/trail

will show up to last day 5 pm.

i have to reset audit every time to check latest logs.

please help.
Smilie

Moderator's Comments:
Mod Comment Please use [code] and [/code] tags when posting code, data or logs etc. to preserve formatting and enhance readability, thanks. Also refrain from overly usage of font formattings as it is very awful to remove them when editing a post, thanks.

Last edited by zaxxon; 02-07-2011 at 09:18 AM.. Reason: code tags
# 2  
Old 02-07-2011
What seems to be you issue? I am having a hard time understanding what is wanted?
-v
Displays the trail of each audit record, using the format
specifications in the /etc/security/audit/events file.

Have you setup this file?
# 3  
Old 02-07-2011
ya i configure in event file.

lets say i enable udit for su for sysadmin..

restart audit

login with sysadmin and su to root

when i go for check
Code:
auditpr -v < /audit/trail

i not finding log for su ..

but when i restart auditnig again. and use
Code:
auditpr -v < /audit/trail

now this time i m finding su log for sysadmin

Last edited by Scott; 02-07-2011 at 02:43 PM.. Reason: Code tags
# 4  
Old 02-07-2011
ok so /usr/adm/sulog is owned by root:
-rw------- 1 root system 5818 Feb 07 11:32 sulog

if you do the su to root and then a tail on /usr/adm/sulog it should be there
but if you do the auditpr -v and it is not then the delay is the collection of the information by the processes. Is the system busy?

Now you are not doing ssh or sudo to become root. Gotta check...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Configure AIX server to send logs and auditing to Qradar

Hi All I need your help to configure Aix to send logs to Qradar, I did all the methods that mentioned in IBM website and no use, Plz Help,, The Logs should I receive from Aix and display in Qradar is (create user delete user changing in privileges....etc ) my skype account khaled_ly84 ... (4 Replies)
Discussion started by: khaled_ly84
4 Replies

2. AIX

User auditing from AIX server

I am trying to find out the information of my local desktop when i use putty to login to an AIX server. This is what I do: 1. login to my PC 2. take a putty session to an AIX server Can i get information of my local desktop from the AIX server ? Is there a command available ? Thanks (8 Replies)
Discussion started by: Nagesh_1985
8 Replies

3. AIX

AIX auditing

In our customer place somebody removed and PV from the server. I want the information like which user removed this PV. Is there any way to get PV removal information. When did the PV removed from the server ? Whether AIX auding will help ? Where i can get these information ? Thank... (2 Replies)
Discussion started by: sunnybee
2 Replies

4. AIX

AIX auditing

can some give some tips, most common security issues or and kind of advice about auditing aix system? regards (2 Replies)
Discussion started by: bongo
2 Replies

5. AIX

Help me! AUDITING AIX

Hi All, i've a problem on a AIX server with audit config... when i start the audit i receive this error: root@****:/etc/security/audit > /usr/sbin/audit start Audit start cleanup: The system call does not exist on this system. ** failed setting kernel audit objects I don't understand... (0 Replies)
Discussion started by: Zio Bill
0 Replies

6. AIX

AIX auditing

I have a question relating with AIX auditing Question is can we set Auditing on a particular file in AIX for a particular application only? Let say I have a file name "info.jar" and I have three application named APP1, APP2 & APP3 which are accessing that file so I want to know that which... (0 Replies)
Discussion started by: m_raheelahmed
0 Replies

7. UNIX for Dummies Questions & Answers

Problam with diff

hi, I want to compare 2 files and see if there is a difference between them so i did: set aa = `diff file1.txt file2.txt` if ($aa == "") then echo "no difference" else echo "different files" endif and i get the error msg: if: Badly formed number. now when im doing the... (2 Replies)
Discussion started by: nirnir26
2 Replies

8. UNIX for Advanced & Expert Users

Auditing

:)I need a little help. I have sent all of our logs to our log server, but I can't send the audit logs that are in /var/log/audit.log. Can someone give me some type of idea to transfer these logs. Thank You (2 Replies)
Discussion started by: aojmoj
2 Replies

9. AIX

Aix auditing : performance impact

can someone help me find out the impact of enabling audting on the entire root filesystem. does it have a major hit on the overall performance of the system Thanks so much (0 Replies)
Discussion started by: iam
0 Replies

10. AIX

turning auditing on AIX 4.3

Hi, What's the best way to turn on the auditing in AIX 4.3? I'm in an environment where root password are shared with many users. Can sudoers member be audited properly? Thanks (1 Reply)
Discussion started by: itik
1 Replies
Login or Register to Ask a Question