pretty much everything, SRDF/timefinder/VCDMB/device manipulation. I think by the default the log is set to keep 5 days worth of log info but you can bump that up to higher number ..as long as you have plenty of disk space where the log resides. Modify
Agreed.So to be precise,I wouldnt be able to see the query commands run against the symapi_db.bin like "symcfg list","symmaskdb list assignment". So, I guess I could see only commands that dynamically contacts the Symmetrix to perform a change. In fact I can put it this way - anything that uses the symcli api will be logged in here, and those are nothing but the commands which will inturn be converted into SCSI commands by the symcli api ( library ). Am I right ?
You can also set the debug mode to have a verbose/detailed info in the symapi log. I can't remember the exact variable to use. I think it's something like SYMCLI_DEBUG=-1. something like that.
i just went through my logs and from what i can see the only things that get logged are actions that change array/device/masking parameters ..any kind of queries are not logged.
I stated SYMCLI_DEBUG=-1 (minus 1). As far as I know, it's the highest detail level. There's something like SYMCLI_DEBUG_FILENAME variable so you can log the high detail into a different file.
setting symapi_debug=-1 will typically only be done at the request of EMC support to provide additional information on a failing operation for EMC engineering to diagnose. This is not something a customer will want to do unless support have explicitly asked for this information.
I think that the best answer to your question is "symaudit" ... You can use symaudit to have a log of what commands have been issued from what host and at what time.
The storage keeps a circular log of fixed lenght. Every command issued against the storage is logged. The more commands you issue, the shorter they'll stay in the log. On some of our boxes I can still find traces of the very first commands, right after the box was powered up. On some other, the log covers only 2 to 3 months ..
Davidy8s
154 Posts
0
April 2nd, 2008 06:00
HTH!
Dave Yates
Host SW Moderator
dynamox
9 Legend
•
20.4K Posts
0
April 1st, 2008 06:00
Thanks
julieg1
2 Intern
•
305 Posts
0
April 1st, 2008 12:00
Julie
dynamox
9 Legend
•
20.4K Posts
0
April 1st, 2008 13:00
SYMAPI_LOGFILE_RETENTION = 5
variable in symcli config file.
arun2008
4 Posts
0
April 1st, 2008 20:00
Message was edited by:
arun2008
MaximUnited
111 Posts
0
April 2nd, 2008 00:00
I can't remember the exact variable to use. I think it's something like SYMCLI_DEBUG=-1. something like that.
RRR
4 Operator
•
5.7K Posts
0
April 2nd, 2008 00:00
dynamox
9 Legend
•
20.4K Posts
0
April 2nd, 2008 05:00
MaximUnited
111 Posts
1
April 2nd, 2008 07:00
There's something like SYMCLI_DEBUG_FILENAME variable so you can log the high detail into a different file.
rawstorage
3 Apprentice
•
423 Posts
1
April 2nd, 2008 08:00
arun2008
4 Posts
0
April 4th, 2008 03:00
xe2sdc
4 Operator
•
2.8K Posts
0
April 4th, 2008 03:00
star2_bc/root> symaudit -sid 590 -host pdd2_dr list
A U D I T L O G D A T A
Symmetrix ID : 000xxxx00590
Record Function Action
Number Date Time Application Host Class Code
------ -------- -------- ---------------- ------------ -------- ---------
17098848 03/06/06 00:10:21 SYMCLONE pdd2_dr Clone Recreate
17098850 03/06/06 00:10:21 SYMCLONE pdd2_dr Clone Recreate
17098893 03/06/06 00:10:38 SYMCLONE pdd2_dr Clone Recreate
17099040 03/06/06 00:11:35 SYMCLONE pdd2_dr Clone Activate
17099042 03/06/06 00:11:36 SYMCLONE pdd2_dr Clone Activate
17099043 03/06/06 00:11:41 SYMCLONE pdd2_dr Clone Activate
...
Message was edited by:
Stefano Del Corno
xe2sdc
4 Operator
•
2.8K Posts
0
April 4th, 2008 03:00
You can use symaudit to have a log of what commands have been issued from what host and at what time.
The storage keeps a circular log of fixed lenght. Every command issued against the storage is logged. The more commands you issue, the shorter they'll stay in the log. On some of our boxes I can still find traces of the very first commands, right after the box was powered up. On some other, the log covers only 2 to 3 months ..