1830764 Members
2357 Online
110015 Solutions
New Discussion

Eva report

 
SOLVED
Go to solution

Eva report

Hi Gurus,

We have EVA 8000.My question is how to generate report for storage space available and used for each enclosure.Manually I can able to check by going to each disk enclosure, is there nay way were i can generate a report.Please help
3 REPLIES 3
Uwe Zessin
Honored Contributor
Solution

Re: Eva report

You can get the data from the EVA with the Storage System Scripting Utility (SSSU) and store the output in XML format. From there you can create reports and even graphics with Microsoft's LogParser utility.

Here is a thread where I gave some hints:
http://forums.itrc.hp.com/service/forums/questionanswer.do?&threadId=1247567

It sounds like you are interested in the output provided by the 'ls disk full xml' and 'ls disk_group full xml' commands.
.
gstonian
Trusted Contributor

Re: Eva report

Hi,

We use the following which you could try.

Run sssu and capture the output of the
ls disk_group command.

Use this output to compile a list of indiviual sssu txt files to then get fuller information for each Disk Group Found.

ls disk_group

This will then give you enough information to work out Capacity, In Use & Free Space for each DIsk Group.

i.e.

totalstoragespacegb ..................: 1093.23
usedstoragespacegb ...................: 515.23
occupancyalarmlevel ..................: 90
vraid0storagespacegb .................: 577.62
vraid1storagespacegb .................: 288.88
vraid5storagespacegb .................: 462.14

Have fun!

Re: Eva report

Hi Uwe/gstonian ,

Thanks it worked.