Unsolved
This post is more than 5 years old
9 Posts
0
832
June 13th, 2007 22:00
Exporting data from storage scope
Hi all,
Anyone here knows how to export the data from ECC Storage scope in the way it is presented in Storage Scope?
For example, if I were to select "array - utilization summary", I would like to export the whole information of the array, down to the individual host and devices assigned to it. Is there anyway besides mindless exporting all the .csv files in each page?
Thanks.
Anyone here knows how to export the data from ECC Storage scope in the way it is presented in Storage Scope?
For example, if I were to select "array - utilization summary", I would like to export the whole information of the array, down to the individual host and devices assigned to it. Is there anyway besides mindless exporting all the .csv files in each page?
Thanks.
0 events found
No Events found!


crusso1
24 Posts
0
June 14th, 2007 07:00
in version 5.2, the data is stored in the xmlrepository directory in... (you guessed it, xml format). So if you want the entire array info, you can poke into each folder and look at the contents. I'm guessing ones that say STS_ARRAY or something similar would be the place to start.
Personally speaking, most everything you need is within the tomcat framework for storagescope. It is designed for management primarily, but is is also useful for admins and functional folks.
You can also export into Crystal, but it is more convoluted.
chris