Unsolved
This post is more than 5 years old
21 Posts
0
739
March 7th, 2013 04:00
how to pull the hosts storage allocation details with respect to devices tier wise..?
Is anyone know simple & quick way to pull the report of all hosts with storage allocation size with respect to tier wise..?
I know that we can pull this report using symaccess & symdev commands , but we need to go through device by device of that allocated to if we would like to know the tier type , which will take more time ....So, let me know if there is any quick way (using any script on windows symcli server) for this ..?
Thanks & Regards
Raja Pamuluri
No Events found!
sauravrohilla
859 Posts
0
March 7th, 2013 05:00
cant be done in a single command, you need to script it. I remember someone posted an URL from where you can download the script.
regards,
Saurabh
dynamox
9 Legend
•
20.4K Posts
1
March 7th, 2013 05:00
http://blog.virtualstoragezone.com/
cincystorage
2 Intern
•
467 Posts
0
March 7th, 2013 12:00
!I wrote a perl script to do just this. Yo can find it, and some more, on my blog here:
http://blog.virtualstoragezone.com/
When it's call said and done you end up with a CSV file which lists each storage group and how much it's usage information for each tier. You command i'm really keying in on is "symfast -sid 1234 list -demand -association". That is a nice command to have, but I needed a simple automated (big suprise) process. Hope it helps.@
cincystorage
2 Intern
•
467 Posts
0
March 7th, 2013 12:00
Thanks for the linkage!