This post is more than 5 years old
2 Intern
•
178 Posts
0
621
December 8th, 2015 17:00
Isilon Troubleshooting question
Hello,
I need help with troubleshooting logs on Isilon cluster. We have a quota where soft limit is set a while back (probably an year or less than that) . We are in process of checking the logs to see the user created the particular quota. How long Isilon keeps the logs information?
Can we able to see the user details who created the NFS shares or quotas ? If yes, Could you please direct to the log file location ?
Any help is appreciated.
Thank you.
0 events found
No Events found!


Peter_Sero
4 Operator
•
1.2K Posts
0
December 8th, 2015 22:00
Do you have auditing for config changes enabled?
# isi audit settings view
[...]
Config Auditing Enabled: Yes
[...]
If it is turned off now, but was on at the time when the changes were made,
the audit files are still retained in /ifs/.ifsvar/audit/logs/node*/config/ .
Audits can be viewed per node with something like:
isi_audit_viewer -t config -s '2015-01-01' -e '2015-01-31' -n 1
Params are start/end date and node number.
hth
-- Peter
khkris
2 Intern
•
178 Posts
0
December 15th, 2015 14:00
Thank you Peter.