This script is developed to help UNIX/Storage Specialist/Managers reporting their VMAX storage utilization in a granular and non debatable manner for higher management, also will help in the capacity management for long term, it can be imported as text to excel sheet then total capacities calculate make graphs.
In my case I'm automating the loading of this data to oracle database, also installed application server with Apache and PHP with oracle instant support to pull and display statistics from the database server.
The output file of the script is nine columns which are:
In my case I'm automating the loading of this data to oracle database, also installed application server with Apache and PHP with oracle instant support to pull and display statistics from the database server.
The output file of the script is nine columns which are:
- Storage Group name which is inside the Masking View
- Assigned Tier1, the assigned space from the first tier
- Utilized Tier1, the actual Utilized space from the first tier
- Assigned Tier2, the assigned space from the second tier
- Utilized Tier2, the actual Utilized space from the second tier
- Assigned Tier3, the assigned space from the third tier
- Utilized Tier3, the actual Utilized space from the third tier
- Assigned Tier4, the assigned space from the fourth tier
- Utilized Tier4, the actual Utilized space from the fourth tier
Note: the script is developed with four tiers (thin pools) in mind, so modifications are needed for more or less tiers.