This post is more than 5 years old
2 Intern
•
127 Posts
0
1074
August 15th, 2012 09:00
Archivedump not showing spb data
Have some issues with archivedump command to output values to csv as it is not showing up the correct values. I'm pulling NAR files everyday using archiveretrieve from SPB and using archivedump commands to dump the output to a csv file. The csv output files show the values of SP Utilization, Total IOPS etc but it does not give values of SPA/SPB seperate. When I compare the csv output and open up performance details using analyzer, the values in csv matches that of SPA and it does not show SPB values seperate nor it shows the total value of SPA+B. Any idea how can I dump values of SPA/B utilization seperately? These are the commands I use to generte the csv files. The array is on flare 26 and I'm using navicli 26.
naviseccli analyzer -Analyzerdump -data cxprod-biz1-spb.nar -object s -format u,pt -out C:/Analyzer/cxprod-biz1-utilization.csv
naviseccli analyzer -Analyzerdump -data cxprod-biz1-spb.nar -object s -format tt,pt -out C:/Analyzer/cxprod-biz1-totaliops.csv
Thanks in advance.
christopher_ime
2K Posts
0
August 20th, 2012 00:00
Narahari,
"-object s" should dump both SP A and SP B (up to 154 polls per NAR file before it generates a new one). It first dumps the information for SP A and then the second half should be SP B. Therefore, I suspect that you should find that you have up to 308 lines in your output. Is this not the case?
I would suggest adding one more value to the -format portion:
"-format on,u,pt"
This will add another column: "Object Name" and should help clarify the output for you. Also, can you verify the syntax of your command? I don't believe that "-Analyzerdump" is valid. I could be wrong, but I am more familiar with "-archivedump" to achieve the same.
christopher_ime
2K Posts
0
August 20th, 2012 00:00
Oops a quick correction. That should read "up to 156 polls/samples" (and therefore, up to 313 lines total not counting the header).
Also, please ignore the second half of my response where I was asking about the use of "-Analyzerdump". I just reread your comment and my apologies for overlooking the fact that you had mentioned: "archivedump" throughout.
Narahari1
2 Intern
•
127 Posts
0
August 20th, 2012 08:00
Thank you Chris. Yes I do see the values for SPB starting at the secondhalf of the output now
. I was looking at the top and bottom of the page and was wondering about SPB output. The syntax you mentioned shows up with SPA/B in the third column and will be helpful. Yes there is no "Analyzerdump" command and I had these cmd pasted in a notepad and had a folder named as C:/Archive and I replaced it with Analayzer (Ctrl+H) for all, and archivedump changed to Analyzerdump. Sorry about that confusion.
naviseccli analyzer -archivedump -data cxprod-biz1-spb.nar -object s -format pt,u,on -out C:/Archive/cxprod-biz1-utilization.csv
naviseccli analyzer -archivedump -data cxprod-biz1-spb.nar -object s -format pt,tt,on -out C:/Archive/cxprod-biz1-totaliops.csv